curl --request GET \
--url http://localhost:3000/v1/retailers{
"retailers": [
{
"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
}
],
"total": 123
}List all retailers with their locations and product counts
curl --request GET \
--url http://localhost:3000/v1/retailers{
"retailers": [
{
"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
}
],
"total": 123
}Max items to return
1 <= x <= 10000100
Items to skip
x >= 00
Search query
200"whole foods"