API reference
Get product size guide
Returns the size guide that applies to a product, whether attached directly or inherited from an assignment.
GET
/v1/catalog/products/{productId}/size-guideReturns the size guide that applies to a product, whether attached directly or inherited from an assignment.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
productId*string
Query Parameters
gender?string
Value in
- "unisex"
- "men"
- "women"
- "kids"
- "baby"
measurementType?string
Value in
- "body"
- "garment"
- "foot"
- "accessory"
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/catalog/products/string/size-guide"{ "id": "string", "name": "string", "slug": "string", "description": null, "imageUrl": null, "gender": "unisex", "measurementType": "body", "unit": "cm", "notes": null, "rows": [ { "label": "string", "sizeKey": null, "order": 0, "measurements": [ { "key": "string", "name": "string", "min": null, "max": null, "value": null, "description": null } ] } ]}