Beispielbestellung
Marketplace APIs are limited access
Unsere Pipeline für Marktplatz-Integration ist derzeit ausgelastet. Wir nehmen im Moment keine neuen Partner an, sind aber dabei, Self-Service-Tools für das Onboarding von Anbietern zu entwickeln. Bitte fülle das Formular für Interessenten der Marktplatz-Integration aus, um mit DoorDash in Kontakt zu treten, bevor du deine Integration erstellst.
Das folgende JSON-Objekt steht für die Bestellung von einem Burrito Scram-Bowl mit Ketchup und Salz.
Im obigen Modell findest du eine Definition der Felder.
{
  "categories": [
    {
      "items": [
        {
          "extras": [
            {
              "merchant_supplied_id": "INDIVIDUAL_SAUCES",
              "name": "Signature Sauces",
              "options": [
                {
                  "extra": [
                    {
                      "merchant_supplied_id": "BREAKFAST_CONDIMENTS",
                      "name": "Breakfast Condiments",
                      "options": [
                        {
                          "merchant_supplied_id": "ADD_SALT",
                          "name": "Salt",
                          "price": 0,
                          "quantity": 1
                        }
                      ]
                    }
                  ],
                  "merchant_supplied_id": "ADD_KETCHUP_INDIVIDUAL",
                  "name": "KETCHUP",
                  "price": 0,
                  "quantity": 1
                }
              ]
            }
          ],
          "merchant_supplied_id": "26d3fce0-efd2-46d3-832c-ced5bc956401",
          "name": "Burrito Scram-Bowl",
          "price": 0,
          "quantity": 1
        }
      ],
      "merchant_supplied_id": "Entree",
      "name": "Entree"
    }
  ],
  "consumer": {
    "email": "[email protected]",
    "first_name": "Kelley",
    "id": 0,
    "last_name": "W.",
    "phone": "855-973-1040"
  },
  "id": "abc12345",
  "order_special_instructions": "",
  "store": {
    "merchant_supplied_id": "abc12345",
    "provider_type": "eatsa"
  },
  "subtotal": 2000,
  "tax": 300
}