List catalog product groups
GET /catalog/product-groups
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”ISO 3166-1 alpha-2 delivery country code (e.g. FR). Filters catalog by available_countries; cart line items must use a country allowed for the catalog product.
Example
FROptional filter: product group category code (exact match). Use one of the documented enum values, for example COMPUTER or SCREEN.
Example
COMPUTEROptional filter: catalog brand key (slug, usually lowercase). The enum lists common values; other brands may exist and are accepted at runtime.
Example
appleOptional case-insensitive search on product group name and brand
Example
macbookMaximum number of product groups returned per page
Example
20Number of items to skip
Responses
Section titled “ Responses ”Product groups with optional filters and limit/offset pagination
object
object
object
Total rows matching filters (before paging)
Example
42Requested page size after validation
Example
50Requested offset after validation
Validation error
object
Resource not found