Product groups
Creating, reading, updating and deleting product groups
Last updated
Was this helpful?
Creating, reading, updating and deleting product groups
Last updated
Was this helpful?
Returns the publicly visible product group that would usually be shown on your store. Does not require authorization.
The ID of the product group to view
Removes a product from a product group, requires the Scopes.UpdateProducts
permission
The ID of the store the group and product belongs to
The ID of the group to remove the product from
The ID of the product to remove from the group
Adds a product to a product group. Requires the Scopes.UpdateProducts
permission
The ID of the store the group and product belongs to
The ID of the group to add the product to
The ID of the product to add to the group
Gets the product groups in the store. Requires the Scopes.ViewProducts
API key scope
The ID of the store to get the product groups in
The page to select when viewing the groups
The amount of groups to display in one page
Creates a new product group used to group products together as one product, requires the
Scopes.CreateProducts
permission
The ID of the store to create the group in
The name of the product group, this is displayed on the store page and on the marketplace where the individual product name would be shown
Updates an existing product group, this only can update the group properties, not add or remove products from the
group. Requires the Scopes.UpdateProducts
permission
The ID of the store the product group belongs to
The ID of the group to update
The name of the product group, this is displayed on the store page and on the marketplace where the individual product name would be shown