{
"pagination": {
"count": 10,
"page_number": 1,
"page_size": 10
},
"data": [
{
"id": "5cbb3832-7b5f-4cf2-b04e-ca6a4289d896",
"reference": "9dAQA5a",
"type": "product",
"created_at": "2023-10-31T16:53:05.119Z",
"updated_at": "2023-10-31T16:57:01.810Z",
"product": {
"id": "aaa86f40-d7ae-11ed-acc6-e1c45591a30e",
"name": "my product"
},
"shipping": {
"id": "255f7ae0-8694-40f9-b905-7507fe6bc58f",
"name": "Entrega Grátis",
"price": 0
},
"status": "paid",
"payment_method": "boleto",
"net_amount": 0,
"currency": "BRL",
"customer": {
"id": "29eb9963-8f4f-4c03-9897-63bdba0d5eb2",
"name": "my customer",
"email": "[email protected]",
"cpf": "99999999999",
"mobile": "+5599999999999",
"instagram": "y_instagram",
"country": "BR",
"address": {
"street": "Rua Danilo",
"number": "407",
"complement": "Apt. 123",
"neighborhood": "Jardim dos Jardineiros",
"city": "Paulista",
"state": "SE",
"zipcode": "46121-175"
}
}
}
]
}