{
"id": "text",
"organization_id": "text",
"company": {
"id": "text",
"name": "text",
"fiscal_registration_number": "text"
},
"external_id": "text",
"total_value": 1,
"full_value": 1,
"observation": "text",
"partner": {
"id": "text",
"name": "text",
"phone": "text",
"mobile": "text",
"fiscal_registration_number": "text",
"email": "text"
},
"seller": {
"id": "text",
"name": "text"
},
"invoices": [
"text"
],
"created_at": "2025-04-01T21:13:36.110Z",
"updated_by": "text",
"total_discount": 1,
"origin": {
"id": "text",
"name": "text",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"attributes": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"items": [
{
"id": "text",
"product_id": "text",
"product_name": "text",
"quantity": 1,
"unit": "text",
"unit_value": 1,
"discount": 1,
"total_value": 1,
"product_variation_id": "text"
}
],
"freight": {
"id": "text",
"amount": 1
},
"discount": [
{
"id": "text",
"type": "text",
"amount": 1
}
],
"payments": [
{
"id": "text",
"payment_method_id": "text",
"payment_method_name": "text",
"payment_method_type": "text",
"amount": 1,
"installments": 1
}
],
"pre_order_complement": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"checkout_complement": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"automation_fields": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"delivery": {
"address_type": "text",
"street": "text",
"number": "text",
"complement": "text",
"neighborhood": "text",
"state": "text",
"postal_code": "text",
"country": "text",
"contact_name": "text",
"contact_number": "text"
},
"statuses": [
{
"id": "text",
"status_id": "text",
"created_at": "2025-04-01T21:13:36.110Z"
}
]
}