GET
/product-categories
List product categories
Products
Description
Retrieve a paginated list of product categories, ordered alphabetically by name in the requested locale.
Supports search by category name.
Parameters
page
integer
query
Page number for pagination
query
string
query
Search query matched against the category name in the requested locale
Accept-Language
string
header
Locale for the category name. Defaults to English if omitted. Supported values are en, fr, and es.
Responses
200
Successful response
application/jsonstatusstring
Example:
successdataarray [object]
idinteger
Example:
1namestring
Example:
Electronics > Headphonesgoogle_category_idinteger
Example:
233current_pageinteger
Example:
1total_resultsinteger
Example:
42total_pagesinteger
Example:
2
401
Authentication required
application/json
403
Merchant feature required
application/json