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/json
statusstring
Example: success
dataarray [object]
idinteger
Example: 1
namestring
Example: Electronics > Headphones
google_category_idinteger
Example: 233
current_pageinteger
Example: 1
total_resultsinteger
Example: 42
total_pagesinteger
Example: 2
401 Authentication required
application/json
403 Merchant feature required
application/json