Skip to content
Guides
API reference
stablecatalog:update

Update size guide

Updates a size guide. The change applies to every product it is assigned to.

PUT/v1/catalog/size-guides/{sizeGuideId}

Updates a size guide. The change applies to every product it is assigned to.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

sizeGuideId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PUT "https://example.com/v1/catalog/size-guides/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty