Sales
API de consulta das vendas
Listando todas as vendas
Listar todos
Query Parameters
Name
Type
Description
{
"items": [
{
"id": "string",
"totalCheckout": 0,
"status": "string",
"totalProducts": 0,
"totalFrete": 0,
"discount": 0,
"createdAt": "2023-11-10T09:41:47.559Z",
"updatedAt": "2023-11-10T09:41:47.559Z",
"customer": {
"id": "string",
"name": "string",
"document": "string",
"email": "string",
"phone": "string",
"address": "string",
"number": "string",
"zipCode": "string",
"complement": "string",
"neighborhood": "string",
"city": "string",
"state": "string",
"country": "string"
},
"products": [
{
"quantity": 0,
"unitaryValue": 0,
"name": "string",
"id": "string"
}
]
}
],
"page": 0,
"total": 0,
"rowsPerPage": 0,
"totalPages": 0,
"info": "string",
"hasBackPage": true,
"hasNextPage": true,
"isLastPage": true
}Buscando uma venda por código
Buscar venda por Id
Last updated