Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 781 Bytes

orders.md

File metadata and controls

43 lines (39 loc) · 781 Bytes

Buscar pedidos

Dados

{
  "total": 0,
  "pages": 0,
  "currentPage": 0,
  "items": [
    {
      "orderId": "string",
      "items": [
        {
          "productId": "string",
          "productName": "string",
          "productImage": "string",
          "quantity": 0,
          "unitPrice": 0,
          "totalAmount": 0
        }
      ],
      "paymentMethod": "pix",
      "paymentDetails": {
        "customerKey": "string"
      },
      "deliveryAddress": {
        "cep": "string",
        "address": "string",
        "number": "string",
        "state": "string",
        "city": "string"
      },
      "totalAmount": 0,
      "date": "2024-06-04T22:39:09.769Z"
    }
  ]
}

Requisitos

  • ❎ Um usuário deve conseguir buscar os seus pedidos