curl --request GET \
--url https://api.storeindexer.com/stores/{company_id}/{store_id} \
--header 'x-api-key: <api-key>'{
"store_id": "<string>",
"company_id": "<string>",
"address_1": "<string>",
"city": "<string>",
"country": "<string>",
"parent_company_id": "<string>",
"name": "<string>",
"address_2": "<string>",
"province": "<string>",
"postal_code": "<string>",
"phone_number": "<string>",
"is_open": true,
"latitude": "<string>",
"longitude": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Get a single store by company_id and store_id.
curl --request GET \
--url https://api.storeindexer.com/stores/{company_id}/{store_id} \
--header 'x-api-key: <api-key>'{
"store_id": "<string>",
"company_id": "<string>",
"address_1": "<string>",
"city": "<string>",
"country": "<string>",
"parent_company_id": "<string>",
"name": "<string>",
"address_2": "<string>",
"province": "<string>",
"postal_code": "<string>",
"phone_number": "<string>",
"is_open": true,
"latitude": "<string>",
"longitude": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Successful Response