Manufacturers
Get a list of manufacturers.
Authorizations
AuthorizationstringRequired
You can retrieve your token by visiting your dashboard and clicking Manage API tokens.
Query parameters
pageintegerOptionalExample:
Page of result set.
1Responses
401Error
application/json
get
/v2/manufacturers401Error
Get a Manufacturer details.
Authorizations
AuthorizationstringRequired
You can retrieve your token by visiting your dashboard and clicking Manage API tokens.
Path parameters
manufacturerintegerRequiredExample:
The manufacturer ID.
1234Responses
401Error
application/json
get
/v2/manufacturers/{manufacturer}401Error
Get a list of brands belonging to a manufacturer.
Authorizations
AuthorizationstringRequired
You can retrieve your token by visiting your dashboard and clicking Manage API tokens.
Path parameters
manufacturerintegerRequiredExample:
The manufacturer ID.
1234Query parameters
pageintegerOptionalExample:
Page of result set.
1Responses
401Error
application/json
get
/v2/manufacturers/{manufacturer}/brands401Error
Get a brand details.
Authorizations
AuthorizationstringRequired
You can retrieve your token by visiting your dashboard and clicking Manage API tokens.
Path parameters
manufacturerintegerRequiredExample:
The manufacturer ID.
1234brandintegerRequiredExample:
The brand ID.
1234Responses
401Error
application/json
get
/v2/manufacturers/{manufacturer}/brands/{brand}401Error
Last updated
