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

      Modify Order status

      Amb. de prod.
      https://api.amo.delivery
      Amb. de prod.
      https://api.amo.delivery
      PATCH
      https://api.amo.delivery
      /v1/orders/{order_id}
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request PATCH 'https://api.amo.delivery/v1/orders/' \
      --header 'Authorization: Bearer ...' \
      --header 'x-mechant-id: 5e6b6de91575800011da1a3e' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "status": "CANCELED",
          "cancellation_type": "establishment",
          "cancellation_reason": "Estamos sem ingredientes"
      }'
      Response Response Example
      204 - Exemplo 1
      {}

      Requisição

      Parâmetros Path

      Parâmetros Header

      Parâmetros Bodyapplication/json

      Examples

      Respostas

      🟢204Sem Conteúdo
      application/json
      Body

      🟠401Não autorizado
      🟠403Sem acesso ao recurso
      Modificado em 2025-07-07 17:45:36
      Página anterior
      Get Order details
      Built with