get https://{host}/v1.1/product/meta_sizes
Retrieves details of all product meta-sizes.
Query parameters
Parameter | Description |
---|---|
include_id | Retrieves category ids of eachmeta size fetched. |
name | Retrieves details of specific size details based on the meta size name passed. |
canonical_name | Retrieves the details of a specific meta-size based on the CName. Canonical names are reference name provided to a specific size. |
size_family | Retrieve sizes of a specified meta-size family. Supports only predefined values. |
type | Retrieve meta-sizes of a specific type. |
id | Retrieve the details of a specific meta-size based on the size id passed. |
limit | Retrieve the details of a specific meta-size based on the size id passed. |
offset | Entries to be ignored from the top. |
ou_code | Identifier code of the organisation. |
fetch_type | ALL - Fetches details of product associated with both master org and org unit. ORG-Fetches details of products associated with master ORG. SCOPE-Fetches details of products associated with an org unit. |
Response Parameters
Parameter | Description |
---|---|
response.status.success | Indicates if the request was successful. |
response.status.code | Status code for the response. |
response.status.message | Message associated with request status. |
response.product.item | List of product items retrieved. |
.item_id | Unique ID of the item. |
.sku | Stock Keeping Unit of the item. |
.item_ean | European Article Number or barcode of the item. |
.price | Price of the item. |
.img_url | URL of item's image. |
.in_stock | Indicates if item is in stock. |
.description | Short description of the item. |
.long_description | Longer description of the item (if available). |
.size | Size of the item (if available). |
.style | Style of the item (if available). |
.brand | Brand of the item (if available). |
.color | Color of the item (if available). |
.category | Category of the item (if available). |
.attributes | Additional attributes of item (if available). |
.attributes.attribute.name | Name of the attribute (e.g., "Color", "Size"). |
.attributes.attribute.value | Value of attribute (e.g., "Black", "XXL"). |
.added_on | Date and time when the item was added. |
.item_status.status | Indicates if item retrieval was successful. |
.item_status.code | Status code for the item retrieval. |
.item_status.message | Message associated with item retrieval status. |