Skip to main content

Sample item activation request

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