ProductGroup
Get a product group
Fetches a single product group by its ID, scoped to the authenticated company. Returns 404 if no group with that ID belongs to the company.
Required permission: settings_permissions_product_groups.
get/public/v1/product-groups/{id}
Path parameters
idstring required
The product group's Distru ID, as returned in the id field of any product group response.
Response
A single product group
Changes
No recorded changes to this endpoint across all 1 revision of this API.