product
Context
All requests to the beta-library.zoomcatalog.com/product-api endpoint must contain a request body conforming to the object shape described below.
Key-Value Pairs in a Product Object
Field | Description | Type - Length | Required |
---|---|---|---|
style_id | Id of the product | String - 256 | Yes |
product_name | Name of product | String - 256 | Yes |
description | Text description or HTML formatted text | String - 2048 | Yes |
product_brand | Product brand | String - 64 | Yes |
product_category | Product category | String - 256 | No |
product_url | Product url (website) for a product | String - 2000 | No |
export | Product status for export | Boolean | No |
is_closeout | Indicates if is a clearance product | Boolean | No |
is_sale | Indicates if is a sale product | Boolean | No |
is_new | Indicates if the product is new | Boolean | No |
variations | Contains variation data of the product | Array | Yes |
media | Contains images/media data of the product | Array | Yes |