Sample item activation request
Limited access
Marketplace APIs are not yet generally available. Please record interest in early access here.
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 the model 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"
}
]