docsGET/product-groups# Retrieve a list of all product groups.GET/product-group/{product_group_id}# Retrieve a specific product group by ID.POST/product-group# Create a new product group.PUT/product-group/{product_group_id}# Update an existing product group by ID.DELETE/product-group/{product_group_id}# Delete a product group by ID.POST/product-group/{product_group_id}/mark-default# Mark a product group as the default group.The unique identifier of the product group.
The name of the product group.
Indicates whether the product group is set as the default group.
The ID of the warehouse associated with this product group.
The list of channels associated with the product group.
The link to the feed associated with this product group.
getRetrieve a list of all product groups.
getRetrieve details of a specific product group by its ID.
The unique ID of the product group.
postCreate a new product group.
The name of the new product group.
An array of channels to associate with the product group.
The warehouse ID to associate with the product group.
putUpdate an existing product group by ID.
The new name for the product group.
An array of channels to associate with the product group.
The warehouse ID to associate with the product group.
deleteDelete a product group by ID.
The unique ID of the product group to delete.
postMark a product group as the default group.