Skip to main content

Sample GET store information response

Limited access

Marketplace APIs are not yet generally available. Prospective partners can apply for API access directly through the DoorDash Developer Portal.

New to the Developer Portal? Sign up here to create an account and apply for access.

Already have a Developer Portal account? Log in and submit your application from the Integrations tab.

The following JSON object represents the GET store information response sent from DoorDash. These requests will return a payload following the below format:

Please refer to the model for field definitions

{
"provider_name": "provider_a",
"merchant_supplied_id": "location1",
"is_order_protocol_pos": true,
"auto_release_enabled": true,
"auto_release_distance": 200,
"special_instructions_max_length": 250,
"current_deactivations": [
{
"reason": "Merchant operational issues",
"notes": "store deactivated",
"created_at": "2020-08-14T02:13:56.121734Z",
"end_time": "2021-08-20T07:00:17Z"
}
]
}