GET api/products
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of products| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| code | string |
None. |
|
| description | string |
None. |
|
| price | decimal number |
None. |
|
| pdiscount | decimal number |
None. |
|
| pIva | decimal number |
None. |
|
| currency | string |
None. |
|
| stock | integer |
None. |
|
| isenabled | boolean |
None. |
|
| isrecomended | boolean |
None. |
|
| isnew | boolean |
None. |
|
| idCategory | integer |
None. |
|
| ismultiCat | boolean |
None. |
|
| multCats | string |
None. |
|
| url | string |
None. |
|
| dateRegister | date |
None. |
|
| img1 | string |
None. |
|
| img2 | string |
None. |
|
| img3 | string |
None. |
|
| img4 | string |
None. |
|
| img5 | string |
None. |
|
| simg1 | boolean |
None. |
|
| simg2 | boolean |
None. |
|
| simg3 | boolean |
None. |
|
| simg4 | boolean |
None. |
|
| simg5 | boolean |
None. |
|
| idBrand | integer |
None. |
|
| modelp | string |
None. |
|
| cproperties | string |
None. |
|
| permalink | string |
None. |
|
| slug | string |
None. |
|
| brands | brands |
None. |
|
| categorys | categorys |
None. |
|
| Inventory | Collection of Inventory |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"description": "sample string 4",
"price": 5.1,
"pdiscount": 6.1,
"pIva": 7.1,
"currency": "sample string 8",
"stock": 9,
"isenabled": true,
"isrecomended": true,
"isnew": true,
"idCategory": 13,
"ismultiCat": true,
"multCats": "sample string 15",
"url": "sample string 16",
"dateRegister": "2025-12-19T05:27:11.699717-08:00",
"img1": "sample string 18",
"img2": "sample string 19",
"img3": "sample string 20",
"img4": "sample string 21",
"img5": "sample string 22",
"simg1": true,
"simg2": true,
"simg3": true,
"simg4": true,
"simg5": true,
"idBrand": 28,
"modelp": "sample string 29",
"cproperties": "sample string 30",
"permalink": "sample string 31",
"slug": "sample string 32",
"brands": {
"id": 1,
"name": "sample string 2",
"logo": "sample string 3",
"permalink": "sample string 4",
"slug": "sample string 5",
"products": []
},
"categorys": {
"id": 1,
"name": "sample string 2",
"position": 3,
"enabled": true,
"hasChild": true,
"idSup": 1,
"permalink": "sample string 6",
"slug": "sample string 7",
"products": []
},
"Inventory": [
{
"id": 1,
"idProduct": 2,
"idStatus": 3,
"idLocation": 4,
"serial": "sample string 5",
"imei1": "sample string 6",
"imei2": "sample string 7",
"imei3": "sample string 8",
"datein": "2025-12-19T05:27:11.7007169-08:00",
"dateout": "2025-12-19T05:27:11.7007169-08:00",
"flag1": true,
"generalPurpose": "sample string 10",
"idProvider": 11,
"invoice": "sample string 12",
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"amountSubtotal": 1.1,
"amountIva": 1.1,
"amountImpost": 1.1,
"amountDiscount": 1.1,
"amountOthers": 1.1,
"amountTotal": 14.1,
"amountPay": 1.1,
"amountByPay": 1.1,
"owner": "sample string 15",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
},
{
"id": 1,
"idProduct": 2,
"idStatus": 3,
"idLocation": 4,
"serial": "sample string 5",
"imei1": "sample string 6",
"imei2": "sample string 7",
"imei3": "sample string 8",
"datein": "2025-12-19T05:27:11.7007169-08:00",
"dateout": "2025-12-19T05:27:11.7007169-08:00",
"flag1": true,
"generalPurpose": "sample string 10",
"idProvider": 11,
"invoice": "sample string 12",
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"amountSubtotal": 1.1,
"amountIva": 1.1,
"amountImpost": 1.1,
"amountDiscount": 1.1,
"amountOthers": 1.1,
"amountTotal": 14.1,
"amountPay": 1.1,
"amountByPay": 1.1,
"owner": "sample string 15",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
}
]
},
{
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"description": "sample string 4",
"price": 5.1,
"pdiscount": 6.1,
"pIva": 7.1,
"currency": "sample string 8",
"stock": 9,
"isenabled": true,
"isrecomended": true,
"isnew": true,
"idCategory": 13,
"ismultiCat": true,
"multCats": "sample string 15",
"url": "sample string 16",
"dateRegister": "2025-12-19T05:27:11.699717-08:00",
"img1": "sample string 18",
"img2": "sample string 19",
"img3": "sample string 20",
"img4": "sample string 21",
"img5": "sample string 22",
"simg1": true,
"simg2": true,
"simg3": true,
"simg4": true,
"simg5": true,
"idBrand": 28,
"modelp": "sample string 29",
"cproperties": "sample string 30",
"permalink": "sample string 31",
"slug": "sample string 32",
"brands": {
"id": 1,
"name": "sample string 2",
"logo": "sample string 3",
"permalink": "sample string 4",
"slug": "sample string 5",
"products": []
},
"categorys": {
"id": 1,
"name": "sample string 2",
"position": 3,
"enabled": true,
"hasChild": true,
"idSup": 1,
"permalink": "sample string 6",
"slug": "sample string 7",
"products": []
},
"Inventory": [
{
"id": 1,
"idProduct": 2,
"idStatus": 3,
"idLocation": 4,
"serial": "sample string 5",
"imei1": "sample string 6",
"imei2": "sample string 7",
"imei3": "sample string 8",
"datein": "2025-12-19T05:27:11.7007169-08:00",
"dateout": "2025-12-19T05:27:11.7007169-08:00",
"flag1": true,
"generalPurpose": "sample string 10",
"idProvider": 11,
"invoice": "sample string 12",
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"amountSubtotal": 1.1,
"amountIva": 1.1,
"amountImpost": 1.1,
"amountDiscount": 1.1,
"amountOthers": 1.1,
"amountTotal": 14.1,
"amountPay": 1.1,
"amountByPay": 1.1,
"owner": "sample string 15",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
},
{
"id": 1,
"idProduct": 2,
"idStatus": 3,
"idLocation": 4,
"serial": "sample string 5",
"imei1": "sample string 6",
"imei2": "sample string 7",
"imei3": "sample string 8",
"datein": "2025-12-19T05:27:11.7007169-08:00",
"dateout": "2025-12-19T05:27:11.7007169-08:00",
"flag1": true,
"generalPurpose": "sample string 10",
"idProvider": 11,
"invoice": "sample string 12",
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"amountSubtotal": 1.1,
"amountIva": 1.1,
"amountImpost": 1.1,
"amountDiscount": 1.1,
"amountOthers": 1.1,
"amountTotal": 14.1,
"amountPay": 1.1,
"amountByPay": 1.1,
"owner": "sample string 15",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
}
}
],
"sales": []
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
]
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"shipping": []
}
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
}
]
},
"mstatus": {
"id": 1,
"name": "sample string 2",
"iconClass": "sample string 3",
"Inventory": [],
"purchases": [
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
},
{
"id": 1,
"dateBuy": "2025-12-19T05:27:11.7007169-08:00",
"idStatus": 3,
"idProvider": 4,
"nrobill": "sample string 5",
"amountSubTotal": 6.1,
"amountIva": 7.1,
"amountImpost": 8.1,
"amountDiscount": 9.1,
"amountOthers": 10.1,
"amountTotal": 11.1,
"amountPay": 12.1,
"amountByPay": 13.1,
"listItems": "sample string 14",
"providers": {
"fullname": "sample string 1",
"cedruc": "sample string 2",
"website": "sample string 3",
"emails": "sample string 4",
"phones": "sample string 5",
"addreses": "sample string 6",
"enabled": true,
"id": 8,
"Inventory": [],
"purchases": []
}
}
],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"sales1": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
]
}
}
],
"sales": [
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
},
{
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18"
}
],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
],
"shipping": [
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
},
{
"id": 1,
"idStatus": 2,
"idSale": 1,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_delivery": "2025-12-19T05:27:11.7017172-08:00",
"seller_user": "sample string 4",
"carrier_user": "sample string 5",
"city_delivery": "sample string 6",
"address": "sample string 7",
"tracking_number": "sample string 8",
"cost": 9.1,
"ispaid": true,
"observations": "sample string 11",
"historial": "sample string 12",
"listRequested": "sample string 13",
"payType": "sample string 14",
"prospect": "sample string 15",
"cost_ship": 16.1,
"cost_total": 17.1,
"tracking_number2": "sample string 18",
"sales": {
"id": 1,
"usernameCreated": "sample string 2",
"idStatus": 3,
"idCustomer": 4,
"usernameClosed": "sample string 5",
"dateCreated": "2025-12-19T05:27:11.7007169-08:00",
"detailPayType": "sample string 7",
"itemsBuy": "sample string 8",
"dateClosed": "2025-12-19T05:27:11.7007169-08:00",
"channel": "sample string 9",
"cxnotIva": 10.1,
"cxIva": 11.1,
"cxImpost": 12.1,
"cxDiscount": 13.1,
"cxOtros": 14.1,
"cxDelivery": 15.1,
"cxSys": 16.1,
"cxTotal": 17.1,
"cxPaid": 18.1,
"cxByPay": 19.1,
"billNumber": "sample string 20",
"billing": "sample string 21",
"isHomeDelivery": true,
"receptor": "sample string 23",
"dateDelivered": "2025-12-19T05:27:11.7007169-08:00",
"usernameDelivered": "sample string 24",
"addressDelivered": "sample string 25",
"observations": "sample string 26",
"idLocalOpen": 1,
"idLocalClose": 1,
"flag1": true,
"flag2": true,
"flag3": true,
"purposeGeneral": "sample string 27",
"sequentialInvoice": 1,
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [],
"sales": [],
"sales1": []
}
}
],
"sales": []
},
"establishment": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"establishment1": {
"id": 1,
"name": "sample string 2",
"address": "sample string 3",
"phones": "sample string 4",
"emails": "sample string 5",
"schedule": "sample string 6",
"administrator": "sample string 7",
"isOpenNow": true,
"flag1": true,
"flag2": true,
"flag3": true,
"generalPurpose": "sample string 9",
"Inventory": [],
"repairs": [
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
},
{
"id": 1,
"order_number": "sample string 2",
"idStablishment": 3,
"idStatus": 4,
"idCustomer": 5,
"date_order": "2025-12-19T05:27:11.7007169-08:00",
"date_close": "2025-12-19T05:27:11.7007169-08:00",
"warranty": 8,
"seller_user": "sample string 9",
"seller_technical": "sample string 10",
"description": "sample string 11",
"observations": "sample string 12",
"imei": "sample string 13",
"serial": "sample string 14",
"historial": "sample string 15",
"model": "sample string 16",
"brand": "sample string 17",
"technical_report": "sample string 18",
"type_pass": "sample string 19",
"access_pass": "sample string 20",
"spare_parts": "sample string 21",
"entry_conditions": "sample string 22",
"flag1": true,
"flag2": true,
"purposeGeneral": "sample string 23",
"customer": {
"fullname": "sample string 1",
"idType": 2,
"identifier": "sample string 3",
"enabled": true,
"registerDate": "2025-12-19T05:27:11.7007169-08:00",
"datebirth": "2025-12-19T05:27:11.7007169-08:00",
"idgender": 1,
"idNationality": 6,
"emails": "sample string 7",
"phones": "sample string 8",
"addresses": "sample string 9",
"usernameWeb": "sample string 10",
"sendPromo": true,
"happyBirth": true,
"id": 13,
"photo": "sample string 14",
"source": "sample string 15",
"purposeGeneral": "sample string 16",
"countries": {
"name": "sample string 1",
"enabled": true,
"isoCode": "sample string 2",
"id": 3,
"customer": []
},
"genders": {
"name": "sample string 1",
"id": 2,
"customer": []
},
"identifiers": {
"name": "sample string 1",
"dateCreated": "sample string 2",
"id": 3,
"customer": []
},
"repairs": [],
"sales": []
}
}
],
"sales": [],
"sales1": []
},
"shipping": [],
"orders": [
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
},
{
"id": 1,
"id_type": "sample string 2",
"identifier": "sample string 3",
"fullname": "sample string 4",
"email": "sample string 5",
"phone": "sample string 6",
"city": "sample string 7",
"address": "sample string 8",
"zip": "sample string 9",
"receptor_name": "sample string 10",
"receptor_phone": "sample string 11",
"bill_name": "sample string 12",
"bill_phone": "sample string 13",
"bill_email": "sample string 14",
"bill_id": "sample string 15",
"id_coupon": 1,
"status": "sample string 16",
"cx_delivery": 17.1,
"cx_iva": 18.1,
"cx_discount": 19.1,
"cx_others": 20.1,
"cx_subtotal": 21.1,
"cx_total": 22.1,
"products": "sample string 23",
"pay_type": "sample string 24",
"detailPay": "sample string 25",
"currency": "sample string 26",
"dateOrder": "2025-12-19T05:27:11.7017172-08:00",
"ip_address": "sample string 28",
"idSale": 1,
"historial": "sample string 29",
"filestransaction": "sample string 30",
"number_order": 31,
"coupons": {
"name": "sample string 1",
"description": "sample string 2",
"percent_discount": 3.1,
"list_products": "sample string 4",
"date_created": "2025-12-19T05:27:11.7017172-08:00",
"date_star": "2025-12-19T05:27:11.7017172-08:00",
"date_end": "2025-12-19T05:27:11.7017172-08:00",
"historial": "sample string 8",
"typeCoupon": "sample string 9",
"id": 10,
"orders": []
}
}
]
}
}
]
}
}
]
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.