Skip to main content

Sample GET Store Information Response

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 model above 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"
}
]
}