We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e73cbb commit 55b0e8eCopy full SHA for 55b0e8e
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/config/ApiV3InstantSiteRequestKind.kt
@@ -1,11 +1,10 @@
1
package com.ecwid.apiclient.v3.config
2
3
class ApiV3InstantSiteRequestKind(
4
- private val storeId: Long,
5
private val apiToken: String,
6
) : RequestKind() {
7
override fun buildBaseEndpointPath(): String {
8
- return "/instantsite/api/v1/$storeId"
+ return "/instantsite/api/v1"
9
}
10
11
override fun buildHeaders(): Map<String, String> {
0 commit comments