Amo | Integrações
    Amo | Integrações
    • Voltar para página inicial
    • Open Delivery
    • Webhook
    • Get Merchant
      GET
    • List Orders
      GET
    • Get Order details
      GET
    • Modify Order status
      PATCH

      Get Order details

      Amb. de prod.
      https://api.amo.delivery
      Amb. de prod.
      https://api.amo.delivery
      GET
      https://api.amo.delivery
      /v1/orders/{order_id}
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.amo.delivery/v1/orders/686b0f9ae8ae9f28ca7980ce' \
      --header 'Authorization: Bearer ...' \
      --header 'x-merchant-id: 5e6b6de91575800011da1a3e'
      Response Response Example
      200 - Sucesso
      {
          "id": "686b0f9ae8ae9f28ca7980ce",
          "type": "DELIVERY",
          "displayId": 5136,
          "createdAt": "2025-07-07T00:06:50.609Z",
          "lastEvent": "CONCLUDED",
          "orderTiming": "INSTANT",
          "preparationStartDateTime": "2025-07-07T00:06:50.609Z",
          "merchant": {
              "id": "5e6b6de91575800011da1a3e",
              "name": "Degustare Comida Artesanal"
          },
          "items": [
              {
                  "id": "671159cd5263ac91825fd8bf",
                  "index": 0,
                  "name": "😍🥰A MAIS PEDIDA!!!!🤤😋 Pizza Família + Refri",
                  "externalCode": "",
                  "unit": "UN",
                  "quantity": 1,
                  "unitPrice": 79.9,
                  "originalPrice": 99,
                  "optionsPrice": {
                      "value": 0,
                      "currency": "BRL"
                  },
                  "subtotalPrice": {
                      "value": 79.9,
                      "currency": "BRL"
                  },
                  "totalPrice": {
                      "value": 79.9,
                      "currency": "BRL"
                  },
                  "options": [
                      {
                          "id": "671159cd5263ac91825fd8c1",
                          "name": "Alho e óleo ",
                          "externalCode": "",
                          "unit": "UN",
                          "quantity": 1,
                          "unitPrice": 0,
                          "originalPrice": 0,
                          "subtotalPrice": {
                              "value": 0,
                              "currency": "BRL"
                          },
                          "totalPrice": {
                              "value": 0,
                              "currency": "BRL"
                          }
                      },
                      {
                          "id": "671159cd5263ac91825fd8c7",
                          "name": "Calabresa Acebolada",
                          "externalCode": "",
                          "unit": "UN",
                          "quantity": 1,
                          "unitPrice": 0,
                          "originalPrice": 0,
                          "subtotalPrice": {
                              "value": 0,
                              "currency": "BRL"
                          },
                          "totalPrice": {
                              "value": 0,
                              "currency": "BRL"
                          }
                      },
                      {
                          "id": "671159cd5263ac91825fd8d0",
                          "name": "Lombo Com Bacon",
                          "externalCode": "",
                          "unit": "UN",
                          "quantity": 1,
                          "unitPrice": 0,
                          "originalPrice": 0,
                          "subtotalPrice": {
                              "value": 0,
                              "currency": "BRL"
                          },
                          "totalPrice": {
                              "value": 0,
                              "currency": "BRL"
                          }
                      },
                      {
                          "id": "671159cd5263ac91825fd8d9",
                          "name": "Seis Queijos",
                          "externalCode": "",
                          "unit": "UN",
                          "quantity": 1,
                          "unitPrice": 0,
                          "originalPrice": 0,
                          "subtotalPrice": {
                              "value": 0,
                              "currency": "BRL"
                          },
                          "totalPrice": {
                              "value": 0,
                              "currency": "BRL"
                          }
                      },
                      {
                          "id": "671159cd5263ac91825fd936",
                          "name": "Fanta Laranja 2L",
                          "externalCode": "",
                          "unit": "UN",
                          "quantity": 1,
                          "unitPrice": 0,
                          "originalPrice": 0,
                          "subtotalPrice": {
                              "value": 0,
                              "currency": "BRL"
                          },
                          "totalPrice": {
                              "value": 0,
                              "currency": "BRL"
                          }
                      }
                  ]
              }
          ],
          "otherFees": [
              {
                  "name": "Taxa de entrega",
                  "type": "DELIVERY_FEE",
                  "receivedBy": "MARKETPLACE",
                  "price": {
                      "value": 32.99,
                      "currency": "BRL"
                  }
              }
          ],
          "discounts": [],
          "total": {
              "itemsPrice": {
                  "value": 79.9,
                  "currency": "BRL"
              },
              "otherFees": {
                  "value": 32.99,
                  "currency": "BRL"
              },
              "discount": {
                  "value": 0,
                  "currency": "BRL"
              },
              "orderAmount": {
                  "value": 112.89000000000001,
                  "currency": "BRL"
              }
          },
          "customer": {
              "id": "66b41d58e3a4b17dc7c7702f",
              "name": "temp user",
              "documentNumber": null,
              "phone": "493232323232",
              "email": "3232@gmail.com",
              "ordersCountOnMerchant": 1
          },
          "payments": {
              "prepaid": 0,
              "pending": 112.89,
              "methods": [
                  {
                      "value": 112.89,
                      "currency": "BRL",
                      "type": "PENDING",
                      "method": "CASH",
                      "changeFor": 150
                  }
              ]
          },
          "delivery": {
              "deliveredBy": "MARKETPLACE",
              "deliveryAddress": {
                  "country": "BR",
                  "state": "BR-SC",
                  "city": "Chapecópolis",
                  "district": "Bairro dos Ventos",
                  "street": "Travessa das Bromélias",
                  "number": 742,
                  "complement": "Fundos",
                  "reference": "Próximo ao posto abandonado",
                  "formattedAddress": "Travessa das Bromélias, 742, Fundos, Bairro dos Ventos - Chapecópolis, SC - Brasil",
                  "coordinates": {
                      "latitude": -27.215432,
                      "longitude": -51.954321
                  }
              },
              "estimatedDeliveryDateTime": null,
              "deliveryDateTime": "2025-07-07T03:26:51.072Z"
          }
      }

      Requisição

      Parâmetros Path

      Parâmetros Header

      Respostas

      🟢200Success
      application/json
      Body

      🟠403Sem acesso ao recurso
      Modificado em 2025-07-07 17:49:09
      Página anterior
      List Orders
      Próxima página
      Modify Order status
      Built with