Skip to content
Guides
API reference
stablecatalog:update

Assign size guide

Assigns a size guide to a set of products, categories or brands, so new products inherit it.

POST/v1/catalog/size-guides/{sizeGuideId}/assignments

Assigns a size guide to a set of products, categories or brands, so new products inherit it.

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/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

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