Sample Item Activation Request
The following JSON object represents an item activation notification sent from DoorDash to reactivate the taco
item and to deactivate the soup
item. The response below is an example error response.
Please refer to model above for field definitions
Example Request:
Example Request:​
[
{
"merchant_supplied_id": "taco",
"is_active": true
},
{
"merchant_supplied_id": "soup",
"is_active": false
}
]
Example Response:​
Response status code: 400
[
{
"merchant_supplied_id": "taco",
"response": "Success"
},
{
"merchant_supplied_id": "soup",
"response": "Server Error"
}
]