Skip to content
Guides
API reference
stablesettings:update

Update store slug

Update store slug and its default platform subdomain

PATCH/v1/stores/slug

Update store slug and its default platform subdomain

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PATCH "https://example.com/v1/stores/slug" \  -H "Content-Type: application/json" \  -d '{    "slug": "string"  }'
{  "storeId": "string",  "slug": "string",  "domain": null}