You use product groups to distinguish products that are identical but have variations such as color, material, size or pattern.
They make it easier for customers to find additional colors, styles, or patterns of a particular product. Product Groups are the way you group all product variants.
Submit Variant Data
item_group_id
defined in the product feedcolor
, material
, or pattern
.link
attribute should lead to a landing page where that particular variant is preselected.A Product Group object
Field | Description |
---|---|
id numeric string | ID of the product group |
product_catalog | Product catalog this product group belongs to |
retailer_id string | Retailer ID of the product group |
variants | The list of product variants and their options in the order theyneed to be displayed on the UI |
Edge | Description |
---|---|
Products that belong to this product group |
Error | Description |
---|---|
100 | Invalid parameter |
/{product_group_id}
.Parameter | Description |
---|---|
default_product_id numeric string or integer | The default product to show from the group of products |
variants list<Object> | The list of product variants and their options in the order they need to be displayed on the UI |
success
: bool, Error | Description |
---|---|
200 | Permissions error |
100 | Invalid parameter |
/{product_group_id}
.success
: bool, Error | Description |
---|---|
100 | Invalid parameter |
200 | Permissions error |