Retrieve Merchant Stores

GET {{base_url}}/v1/delivery/stores

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"stores":[{"id":"96013581-ce48-4f62-9b6c-082080sssmmm","name":"Test Store 1","contact":{"email":"teststore1@uber.com","name":"Test Store 1","phone_number":"+202-022-2020"},"location":{"latitude":"40.74734","longitude":"-73.95705","street_address_line_one":"4334 Center Boulevard, New York, NY 11109, US","city":"New York","country":"US","postal_code":"11109"},"timezone":"America/New_York","prep_times":{"default_value":60},"onboarding_status":"ACTIVE"},{"id":"96013581-ce48-4f62-9b6c-082080ffffll","name":"Test Store 2","contact":{"email":"teststore2@uber.com","name":"Test Store 2","phone_number":"+303-030-0303"},"location":{"latitude":"40.74734","longitude":"-73.95705","street_address_line_one":"18 18th Street, New York, NY 10016, US","city":"New York","country":"US","postal_code":"10016"},"timezone":"America/New_York","prep_times":{"default_value":60},"onboarding_status":"ACTIVE"}],"pagination_data":{"page_size":2}}