Products by Market and Brand
This function will retrieve a list of products for a given market/brand combination. It will return the market_product_code
which is a required param to fetch a list of retailers.
A simplified web UI to access this data can be found here.
Path
Method
Required Parameters
- country_iso2_code
- brand_id (find this id from the brands API call)
Responses
- 200 OK
- 422 (Unprocessable Entity)
- Error message in JSON response
- 500
- Something has gone horribly wrong, please let us know.