Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/admin/retailers/{id}
{ "retailer": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "retailer_code": "<string>", "display_name": "<string>", "brand_logo_url": "<string>" }, "locations": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "retailer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "store_number": "<string>", "address_1": "<string>", "address_2": "<string>", "city": "<string>", "province": "<string>", "postal_code": "<string>", "latitude": 123, "longitude": 123, "product_count": 123 } ] }
Get a single retailer with its locations
Retailer UUID
"550e8400-e29b-41d4-a716-446655440000"
Retailer with locations
Get retailer response
Show child attributes