List catalog product groups
GET /catalog/product-groups
GET
/catalog/product-groups
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” delivery_country
required
ISO 3166-1 alpha-2 delivery country code (e.g. FR). Cart line items must use a country where the catalog product is available.
string
Example
FR category
Optional filter: product group category code (exact match). Use one of the documented enum values, for example COMPUTER or SCREEN.
string
Example
COMPUTER brand
Optional filter by catalog brand key (slug, usually lowercase). The enum lists common values; other brands may also be accepted.
string
Example
apple search
Optional case-insensitive search on product group name and brand
string
Example
macbook limit
Maximum number of product groups returned per page
integer
Example
20 offset
Number of items to skip
integer
0 Responses
Section titled “ Responses ”Product groups with optional filters and limit/offset pagination
object
data
required
Array<object>
object
id
required
integer
name
required
string
img_url
required
string
slug
required
string
category
required
string
brand
required
string
meta
required
object
total
required
Total items matching filters (before paging)
integer
Example
42 limit
required
Page size used for this response
integer
Example
50 offset
required
Offset used for this response
integer
0 Validation error
object
error
required
string
Resource not found
object
error
required
string