POST api/brands

Request Information

URI Parameters

None.

Body Parameters

brands
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

logo

string

None.

products

Collection of products

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "logo": "sample string 3",
  "products": [
    {
      "ParentID": 1,
      "ParentSKU": "sample string 1",
      "id": 2,
      "ProductSKU": "sample string 3",
      "name": "sample string 4",
      "PostTitle": "sample string 5",
      "Slug": "sample string 6",
      "Permalink": "sample string 7",
      "ProductURI": "sample string 8",
      "Description": "sample string 9",
      "Excerpt": "sample string 10",
      "ProductPublished": "2025-12-05T20:21:22.2366426-08:00",
      "ProductModified": "2025-12-05T20:21:22.2366426-08:00",
      "Type": "sample string 11",
      "Visibility": "sample string 12",
      "Featured": "sample string 13",
      "Virtual": "sample string 14",
      "Downloadable": "sample string 15",
      "Price": 16.1,
      "SalePrice": "sample string 17",
      "NetPrice": 1.1,
      "SalePriceDatesFrom": "sample string 18",
      "SalePriceDatesTo": "sample string 19",
      "Weight": 1.1,
      "WeightUnit": "sample string 20",
      "Height": 1.1,
      "HeightUnit": "sample string 21",
      "Width": 1.1,
      "WidthUnit": "sample string 22",
      "Length": 1.1,
      "LengthUnit": "sample string 23",
      "Category": "sample string 24",
      "Tag": "sample string 25",
      "FeaturedImage": "sample string 26",
      "ProductGallery": "sample string 27",
      "TaxStatus": "sample string 28",
      "TaxClass": "sample string 29",
      "ShippingClass": "sample string 30",
      "DownloadFile_Name": "sample string 31",
      "DownloadFile_URL_Path": "sample string 32",
      "DownloadLimit": 1.1,
      "DownloadExpiry": 1.1,
      "DownloadType": "sample string 33",
      "ManageStock": "sample string 34",
      "Quantity": 1.1,
      "StockStatus": "sample string 35",
      "AllowBackorders": "sample string 36",
      "SoldIndividually": "sample string 37",
      "Up_Sells": "sample string 38",
      "Cross_Sells": "sample string 39",
      "ExternalURL": "sample string 40",
      "ButtonText": "sample string 41",
      "PurchaseNote": "sample string 42",
      "ProductStatus": "sample string 43",
      "EnableReviews": "sample string 44",
      "SortOrder": 1.1,
      "PostAuthor": 1.1,
      "Username": "sample string 45",
      "UserRole": "sample string 46",
      "img1": "sample string 47",
      "img2": "sample string 48",
      "img3": "sample string 49",
      "img4": "sample string 50",
      "img5": "sample string 51",
      "simg1": true,
      "simg2": true,
      "simg3": true,
      "simg4": true,
      "simg5": true,
      "isenabled": true,
      "isrecomended": true,
      "isnew": true,
      "pIva": 60.1,
      "currency": "sample string 61",
      "pdiscount": 62.1,
      "idBrand": 63,
      "modelp": "sample string 64",
      "cproperties": "sample string 65",
      "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-05T20:21:22.2366426-08:00",
          "dateout": "2025-12-05T20:21:22.2366426-08:00",
          "flag1": true,
          "generalPurpose": "sample string 10",
          "idProvider": 11,
          "invoice": "sample string 12",
          "dateBuy": "2025-12-05T20:21:22.2366426-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,
          "qty": 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",
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "sales1": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          },
          "providers": {
            "fullname": "sample string 1",
            "cedruc": "sample string 2",
            "website": "sample string 3",
            "emails": "sample string 4",
            "phones": "sample string 5",
            "addreses": "sample string 6",
            "enabled": true,
            "id": 8,
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              }
            ],
            "inventory": []
          },
          "mstatus": {
            "id": 1,
            "name": "sample string 2",
            "iconClass": "sample string 3",
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              }
            ],
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "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-05T20:21:22.2366426-08:00",
          "dateout": "2025-12-05T20:21:22.2366426-08:00",
          "flag1": true,
          "generalPurpose": "sample string 10",
          "idProvider": 11,
          "invoice": "sample string 12",
          "dateBuy": "2025-12-05T20:21:22.2366426-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,
          "qty": 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",
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "sales1": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          },
          "providers": {
            "fullname": "sample string 1",
            "cedruc": "sample string 2",
            "website": "sample string 3",
            "emails": "sample string 4",
            "phones": "sample string 5",
            "addreses": "sample string 6",
            "enabled": true,
            "id": 8,
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              }
            ],
            "inventory": []
          },
          "mstatus": {
            "id": 1,
            "name": "sample string 2",
            "iconClass": "sample string 3",
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              }
            ],
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          }
        }
      ]
    },
    {
      "ParentID": 1,
      "ParentSKU": "sample string 1",
      "id": 2,
      "ProductSKU": "sample string 3",
      "name": "sample string 4",
      "PostTitle": "sample string 5",
      "Slug": "sample string 6",
      "Permalink": "sample string 7",
      "ProductURI": "sample string 8",
      "Description": "sample string 9",
      "Excerpt": "sample string 10",
      "ProductPublished": "2025-12-05T20:21:22.2366426-08:00",
      "ProductModified": "2025-12-05T20:21:22.2366426-08:00",
      "Type": "sample string 11",
      "Visibility": "sample string 12",
      "Featured": "sample string 13",
      "Virtual": "sample string 14",
      "Downloadable": "sample string 15",
      "Price": 16.1,
      "SalePrice": "sample string 17",
      "NetPrice": 1.1,
      "SalePriceDatesFrom": "sample string 18",
      "SalePriceDatesTo": "sample string 19",
      "Weight": 1.1,
      "WeightUnit": "sample string 20",
      "Height": 1.1,
      "HeightUnit": "sample string 21",
      "Width": 1.1,
      "WidthUnit": "sample string 22",
      "Length": 1.1,
      "LengthUnit": "sample string 23",
      "Category": "sample string 24",
      "Tag": "sample string 25",
      "FeaturedImage": "sample string 26",
      "ProductGallery": "sample string 27",
      "TaxStatus": "sample string 28",
      "TaxClass": "sample string 29",
      "ShippingClass": "sample string 30",
      "DownloadFile_Name": "sample string 31",
      "DownloadFile_URL_Path": "sample string 32",
      "DownloadLimit": 1.1,
      "DownloadExpiry": 1.1,
      "DownloadType": "sample string 33",
      "ManageStock": "sample string 34",
      "Quantity": 1.1,
      "StockStatus": "sample string 35",
      "AllowBackorders": "sample string 36",
      "SoldIndividually": "sample string 37",
      "Up_Sells": "sample string 38",
      "Cross_Sells": "sample string 39",
      "ExternalURL": "sample string 40",
      "ButtonText": "sample string 41",
      "PurchaseNote": "sample string 42",
      "ProductStatus": "sample string 43",
      "EnableReviews": "sample string 44",
      "SortOrder": 1.1,
      "PostAuthor": 1.1,
      "Username": "sample string 45",
      "UserRole": "sample string 46",
      "img1": "sample string 47",
      "img2": "sample string 48",
      "img3": "sample string 49",
      "img4": "sample string 50",
      "img5": "sample string 51",
      "simg1": true,
      "simg2": true,
      "simg3": true,
      "simg4": true,
      "simg5": true,
      "isenabled": true,
      "isrecomended": true,
      "isnew": true,
      "pIva": 60.1,
      "currency": "sample string 61",
      "pdiscount": 62.1,
      "idBrand": 63,
      "modelp": "sample string 64",
      "cproperties": "sample string 65",
      "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-05T20:21:22.2366426-08:00",
          "dateout": "2025-12-05T20:21:22.2366426-08:00",
          "flag1": true,
          "generalPurpose": "sample string 10",
          "idProvider": 11,
          "invoice": "sample string 12",
          "dateBuy": "2025-12-05T20:21:22.2366426-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,
          "qty": 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",
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "sales1": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          },
          "providers": {
            "fullname": "sample string 1",
            "cedruc": "sample string 2",
            "website": "sample string 3",
            "emails": "sample string 4",
            "phones": "sample string 5",
            "addreses": "sample string 6",
            "enabled": true,
            "id": 8,
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              }
            ],
            "inventory": []
          },
          "mstatus": {
            "id": 1,
            "name": "sample string 2",
            "iconClass": "sample string 3",
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              }
            ],
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "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-05T20:21:22.2366426-08:00",
          "dateout": "2025-12-05T20:21:22.2366426-08:00",
          "flag1": true,
          "generalPurpose": "sample string 10",
          "idProvider": 11,
          "invoice": "sample string 12",
          "dateBuy": "2025-12-05T20:21:22.2366426-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,
          "qty": 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",
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "sales1": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          },
          "providers": {
            "fullname": "sample string 1",
            "cedruc": "sample string 2",
            "website": "sample string 3",
            "emails": "sample string 4",
            "phones": "sample string 5",
            "addreses": "sample string 6",
            "enabled": true,
            "id": 8,
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                        "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.2376421-08:00",
                            "date_star": "2025-12-05T20:21:22.2376421-08:00",
                            "date_end": "2025-12-05T20:21:22.2376421-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              }
            ],
            "inventory": []
          },
          "mstatus": {
            "id": 1,
            "name": "sample string 2",
            "iconClass": "sample string 3",
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.2376421-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              }
            ],
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.2376421-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.2376421-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.2376421-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.2376421-08:00",
                  "datebirth": "2025-12-05T20:21:22.2376421-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-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-05T20:21:22.2376421-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.2376421-08:00",
                      "date_star": "2025-12-05T20:21:22.2376421-08:00",
                      "date_end": "2025-12-05T20:21:22.2376421-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          }
        }
      ]
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

brands
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

logo

string

None.

products

Collection of products

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "logo": "sample string 3",
  "products": [
    {
      "ParentID": 1,
      "ParentSKU": "sample string 1",
      "id": 2,
      "ProductSKU": "sample string 3",
      "name": "sample string 4",
      "PostTitle": "sample string 5",
      "Slug": "sample string 6",
      "Permalink": "sample string 7",
      "ProductURI": "sample string 8",
      "Description": "sample string 9",
      "Excerpt": "sample string 10",
      "ProductPublished": "2025-12-05T20:21:22.3666424-08:00",
      "ProductModified": "2025-12-05T20:21:22.3666424-08:00",
      "Type": "sample string 11",
      "Visibility": "sample string 12",
      "Featured": "sample string 13",
      "Virtual": "sample string 14",
      "Downloadable": "sample string 15",
      "Price": 16.1,
      "SalePrice": "sample string 17",
      "NetPrice": 1.1,
      "SalePriceDatesFrom": "sample string 18",
      "SalePriceDatesTo": "sample string 19",
      "Weight": 1.1,
      "WeightUnit": "sample string 20",
      "Height": 1.1,
      "HeightUnit": "sample string 21",
      "Width": 1.1,
      "WidthUnit": "sample string 22",
      "Length": 1.1,
      "LengthUnit": "sample string 23",
      "Category": "sample string 24",
      "Tag": "sample string 25",
      "FeaturedImage": "sample string 26",
      "ProductGallery": "sample string 27",
      "TaxStatus": "sample string 28",
      "TaxClass": "sample string 29",
      "ShippingClass": "sample string 30",
      "DownloadFile_Name": "sample string 31",
      "DownloadFile_URL_Path": "sample string 32",
      "DownloadLimit": 1.1,
      "DownloadExpiry": 1.1,
      "DownloadType": "sample string 33",
      "ManageStock": "sample string 34",
      "Quantity": 1.1,
      "StockStatus": "sample string 35",
      "AllowBackorders": "sample string 36",
      "SoldIndividually": "sample string 37",
      "Up_Sells": "sample string 38",
      "Cross_Sells": "sample string 39",
      "ExternalURL": "sample string 40",
      "ButtonText": "sample string 41",
      "PurchaseNote": "sample string 42",
      "ProductStatus": "sample string 43",
      "EnableReviews": "sample string 44",
      "SortOrder": 1.1,
      "PostAuthor": 1.1,
      "Username": "sample string 45",
      "UserRole": "sample string 46",
      "img1": "sample string 47",
      "img2": "sample string 48",
      "img3": "sample string 49",
      "img4": "sample string 50",
      "img5": "sample string 51",
      "simg1": true,
      "simg2": true,
      "simg3": true,
      "simg4": true,
      "simg5": true,
      "isenabled": true,
      "isrecomended": true,
      "isnew": true,
      "pIva": 60.1,
      "currency": "sample string 61",
      "pdiscount": 62.1,
      "idBrand": 63,
      "modelp": "sample string 64",
      "cproperties": "sample string 65",
      "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-05T20:21:22.3666424-08:00",
          "dateout": "2025-12-05T20:21:22.3666424-08:00",
          "flag1": true,
          "generalPurpose": "sample string 10",
          "idProvider": 11,
          "invoice": "sample string 12",
          "dateBuy": "2025-12-05T20:21:22.3666424-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,
          "qty": 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",
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "sales1": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          },
          "providers": {
            "fullname": "sample string 1",
            "cedruc": "sample string 2",
            "website": "sample string 3",
            "emails": "sample string 4",
            "phones": "sample string 5",
            "addreses": "sample string 6",
            "enabled": true,
            "id": 8,
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              }
            ],
            "inventory": []
          },
          "mstatus": {
            "id": 1,
            "name": "sample string 2",
            "iconClass": "sample string 3",
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              }
            ],
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "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-05T20:21:22.3666424-08:00",
          "dateout": "2025-12-05T20:21:22.3666424-08:00",
          "flag1": true,
          "generalPurpose": "sample string 10",
          "idProvider": 11,
          "invoice": "sample string 12",
          "dateBuy": "2025-12-05T20:21:22.3666424-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,
          "qty": 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",
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "sales1": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          },
          "providers": {
            "fullname": "sample string 1",
            "cedruc": "sample string 2",
            "website": "sample string 3",
            "emails": "sample string 4",
            "phones": "sample string 5",
            "addreses": "sample string 6",
            "enabled": true,
            "id": 8,
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              }
            ],
            "inventory": []
          },
          "mstatus": {
            "id": 1,
            "name": "sample string 2",
            "iconClass": "sample string 3",
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              }
            ],
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          }
        }
      ]
    },
    {
      "ParentID": 1,
      "ParentSKU": "sample string 1",
      "id": 2,
      "ProductSKU": "sample string 3",
      "name": "sample string 4",
      "PostTitle": "sample string 5",
      "Slug": "sample string 6",
      "Permalink": "sample string 7",
      "ProductURI": "sample string 8",
      "Description": "sample string 9",
      "Excerpt": "sample string 10",
      "ProductPublished": "2025-12-05T20:21:22.3666424-08:00",
      "ProductModified": "2025-12-05T20:21:22.3666424-08:00",
      "Type": "sample string 11",
      "Visibility": "sample string 12",
      "Featured": "sample string 13",
      "Virtual": "sample string 14",
      "Downloadable": "sample string 15",
      "Price": 16.1,
      "SalePrice": "sample string 17",
      "NetPrice": 1.1,
      "SalePriceDatesFrom": "sample string 18",
      "SalePriceDatesTo": "sample string 19",
      "Weight": 1.1,
      "WeightUnit": "sample string 20",
      "Height": 1.1,
      "HeightUnit": "sample string 21",
      "Width": 1.1,
      "WidthUnit": "sample string 22",
      "Length": 1.1,
      "LengthUnit": "sample string 23",
      "Category": "sample string 24",
      "Tag": "sample string 25",
      "FeaturedImage": "sample string 26",
      "ProductGallery": "sample string 27",
      "TaxStatus": "sample string 28",
      "TaxClass": "sample string 29",
      "ShippingClass": "sample string 30",
      "DownloadFile_Name": "sample string 31",
      "DownloadFile_URL_Path": "sample string 32",
      "DownloadLimit": 1.1,
      "DownloadExpiry": 1.1,
      "DownloadType": "sample string 33",
      "ManageStock": "sample string 34",
      "Quantity": 1.1,
      "StockStatus": "sample string 35",
      "AllowBackorders": "sample string 36",
      "SoldIndividually": "sample string 37",
      "Up_Sells": "sample string 38",
      "Cross_Sells": "sample string 39",
      "ExternalURL": "sample string 40",
      "ButtonText": "sample string 41",
      "PurchaseNote": "sample string 42",
      "ProductStatus": "sample string 43",
      "EnableReviews": "sample string 44",
      "SortOrder": 1.1,
      "PostAuthor": 1.1,
      "Username": "sample string 45",
      "UserRole": "sample string 46",
      "img1": "sample string 47",
      "img2": "sample string 48",
      "img3": "sample string 49",
      "img4": "sample string 50",
      "img5": "sample string 51",
      "simg1": true,
      "simg2": true,
      "simg3": true,
      "simg4": true,
      "simg5": true,
      "isenabled": true,
      "isrecomended": true,
      "isnew": true,
      "pIva": 60.1,
      "currency": "sample string 61",
      "pdiscount": 62.1,
      "idBrand": 63,
      "modelp": "sample string 64",
      "cproperties": "sample string 65",
      "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-05T20:21:22.3666424-08:00",
          "dateout": "2025-12-05T20:21:22.3666424-08:00",
          "flag1": true,
          "generalPurpose": "sample string 10",
          "idProvider": 11,
          "invoice": "sample string 12",
          "dateBuy": "2025-12-05T20:21:22.3666424-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,
          "qty": 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",
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "sales1": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          },
          "providers": {
            "fullname": "sample string 1",
            "cedruc": "sample string 2",
            "website": "sample string 3",
            "emails": "sample string 4",
            "phones": "sample string 5",
            "addreses": "sample string 6",
            "enabled": true,
            "id": 8,
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              }
            ],
            "inventory": []
          },
          "mstatus": {
            "id": 1,
            "name": "sample string 2",
            "iconClass": "sample string 3",
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              }
            ],
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "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-05T20:21:22.3666424-08:00",
          "dateout": "2025-12-05T20:21:22.3666424-08:00",
          "flag1": true,
          "generalPurpose": "sample string 10",
          "idProvider": 11,
          "invoice": "sample string 12",
          "dateBuy": "2025-12-05T20:21:22.3666424-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,
          "qty": 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",
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "sales1": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "sales": []
                },
                "mstatus": {
                  "id": 1,
                  "name": "sample string 2",
                  "iconClass": "sample string 3",
                  "purchases": [
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    },
                    {
                      "id": 1,
                      "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                      "idStatus": 3,
                      "idProvider": 4,
                      "nrobill": "sample string 5",
                      "amountSubTotal": 6.1,
                      "amountIva": 7.1,
                      "amountImpost": 8.1,
                      "amountDiscount": 9.1,
                      "amountOthers": 10.1,
                      "amountTotal": 11.1,
                      "amountPay": 12.1,
                      "amountByPay": 13.1,
                      "listItems": "sample string 14",
                      "providers": {
                        "fullname": "sample string 1",
                        "cedruc": "sample string 2",
                        "website": "sample string 3",
                        "emails": "sample string 4",
                        "phones": "sample string 5",
                        "addreses": "sample string 6",
                        "enabled": true,
                        "id": 8,
                        "purchases": [],
                        "inventory": []
                      }
                    }
                  ],
                  "sales": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          },
          "providers": {
            "fullname": "sample string 1",
            "cedruc": "sample string 2",
            "website": "sample string 3",
            "emails": "sample string 4",
            "phones": "sample string 5",
            "addreses": "sample string 6",
            "enabled": true,
            "id": 8,
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 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",
                  "purchases": [],
                  "sales": [
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "PostID": "sample string 2",
                      "OrderTotal": 1.1,
                      "OrderCurrency": "sample string 3",
                      "PaymentGatewayID": "sample string 4",
                      "PaymentGateway": "sample string 5",
                      "ShippingMethodID": "sample string 6",
                      "ShippingMethod": "sample string 7",
                      "OrderStatus": "sample string 8",
                      "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                      "BillingFirstName": "sample string 10",
                      "BillingLastName": "sample string 11",
                      "BillingCompany": "sample string 12",
                      "Billing_StreetAddress1": "sample string 13",
                      "BillingStreetAddress2": "sample string 14",
                      "BillingCity": "sample string 15",
                      "BillingZIPCode": 1.1,
                      "BillingState__prefix_": "sample string 16",
                      "BillingCountry": "sample string 17",
                      "OrderItemsID": "sample string 18",
                      "OrderItemsProduct_Name": "sample string 19",
                      "OrderItemsQuantity": "sample string 20",
                      "OrderItemsTotal": "sample string 21",
                      "usernameCreated": "sample string 22",
                      "idStatus": 23,
                      "idCustomer": 24,
                      "detailPayType": "sample string 25",
                      "usernameClosed": "sample string 26",
                      "itemsBuy": "sample string 27",
                      "channel": "sample string 28",
                      "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                      "cxnotIva": 29.1,
                      "cxIva": 30.1,
                      "cxImpost": 31.1,
                      "cxDiscount": 32.1,
                      "cxOtros": 33.1,
                      "cxDelivery": 34.1,
                      "cxSys": 35.1,
                      "cxTotal": 36.1,
                      "cxPaid": 37.1,
                      "cxByPay": 38.1,
                      "billNumber": "sample string 39",
                      "billing": "sample string 40",
                      "isHomeDElivery": true,
                      "receptor": "sample string 42",
                      "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                      "usernameDelivered": "sample string 43",
                      "addressDelivered": "sample string 44",
                      "observations": "sample string 45",
                      "idLocalOpen": 1,
                      "idLocalClose": 1,
                      "flag1": true,
                      "flag2": true,
                      "flag3": true,
                      "purposeGeneral": "sample string 46",
                      "customer": {
                        "fullname": "sample string 1",
                        "idType": 2,
                        "identifier": "sample string 3",
                        "enabled": true,
                        "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                        "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                        "idgender": 1,
                        "idNationality": 6,
                        "emails": "sample string 7",
                        "phones": "sample string 8",
                        "addresses": "sample string 9",
                        "usernameWeb": "sample string 10",
                        "sendPromo": true,
                        "happyBirth": true,
                        "id": 13,
                        "photo": "sample string 14",
                        "countries": {
                          "name": "sample string 1",
                          "enabled": true,
                          "isoCode": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "genders": {
                          "name": "sample string 1",
                          "id": 2,
                          "customer": []
                        },
                        "identifiers": {
                          "name": "sample string 1",
                          "dateCreated": "sample string 2",
                          "id": 3,
                          "customer": []
                        },
                        "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "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",
                        "sales": [],
                        "sales1": [],
                        "inventory": []
                      },
                      "orders": [
                        {
                          "id": 1,
                          "id_type": "sample string 2",
                          "identifier": "sample string 3",
                          "fullname": "sample string 4",
                          "email": "sample string 5",
                          "phone": "sample string 6",
                          "city": "sample string 7",
                          "address": "sample string 8",
                          "zip": "sample string 9",
                          "receptor_name": "sample string 10",
                          "receptor_phone": "sample string 11",
                          "bill_name": "sample string 12",
                          "bill_phone": "sample string 13",
                          "bill_email": "sample string 14",
                          "bill_id": "sample string 15",
                          "id_coupon": 1,
                          "status": "sample string 16",
                          "cx_delivery": 17.1,
                          "cx_iva": 18.1,
                          "cx_discount": 19.1,
                          "cx_others": 20.1,
                          "cx_subtotal": 21.1,
                          "cx_total": 22.1,
                          "products": "sample string 23",
                          "pay_type": "sample string 24",
                          "detailPay": "sample string 25",
                          "currency": "sample string 26",
                          "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                          "ip_address": "sample string 28",
                          "idSale": 1,
                          "historial": "sample string 29",
                          "filestransaction": "sample string 30",
                          "number_order": 31,
                          "coupons": {
                            "name": "sample string 1",
                            "description": "sample string 2",
                            "percent_discount": 3.1,
                            "list_products": "sample string 4",
                            "date_created": "2025-12-05T20:21:22.3666424-08:00",
                            "date_star": "2025-12-05T20:21:22.3666424-08:00",
                            "date_end": "2025-12-05T20:21:22.3666424-08:00",
                            "historial": "sample string 8",
                            "typeCoupon": "sample string 9",
                            "id": 10,
                            "orders": []
                          }
                        }
                      ]
                    }
                  ],
                  "inventory": []
                }
              }
            ],
            "inventory": []
          },
          "mstatus": {
            "id": 1,
            "name": "sample string 2",
            "iconClass": "sample string 3",
            "purchases": [
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              },
              {
                "id": 1,
                "dateBuy": "2025-12-05T20:21:22.3666424-08:00",
                "idStatus": 3,
                "idProvider": 4,
                "nrobill": "sample string 5",
                "amountSubTotal": 6.1,
                "amountIva": 7.1,
                "amountImpost": 8.1,
                "amountDiscount": 9.1,
                "amountOthers": 10.1,
                "amountTotal": 11.1,
                "amountPay": 12.1,
                "amountByPay": 13.1,
                "listItems": "sample string 14",
                "providers": {
                  "fullname": "sample string 1",
                  "cedruc": "sample string 2",
                  "website": "sample string 3",
                  "emails": "sample string 4",
                  "phones": "sample string 5",
                  "addreses": "sample string 6",
                  "enabled": true,
                  "id": 8,
                  "purchases": [],
                  "inventory": []
                }
              }
            ],
            "sales": [
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              },
              {
                "id": 1,
                "PostID": "sample string 2",
                "OrderTotal": 1.1,
                "OrderCurrency": "sample string 3",
                "PaymentGatewayID": "sample string 4",
                "PaymentGateway": "sample string 5",
                "ShippingMethodID": "sample string 6",
                "ShippingMethod": "sample string 7",
                "OrderStatus": "sample string 8",
                "OrderDate": "2025-12-05T20:21:22.3666424-08:00",
                "BillingFirstName": "sample string 10",
                "BillingLastName": "sample string 11",
                "BillingCompany": "sample string 12",
                "Billing_StreetAddress1": "sample string 13",
                "BillingStreetAddress2": "sample string 14",
                "BillingCity": "sample string 15",
                "BillingZIPCode": 1.1,
                "BillingState__prefix_": "sample string 16",
                "BillingCountry": "sample string 17",
                "OrderItemsID": "sample string 18",
                "OrderItemsProduct_Name": "sample string 19",
                "OrderItemsQuantity": "sample string 20",
                "OrderItemsTotal": "sample string 21",
                "usernameCreated": "sample string 22",
                "idStatus": 23,
                "idCustomer": 24,
                "detailPayType": "sample string 25",
                "usernameClosed": "sample string 26",
                "itemsBuy": "sample string 27",
                "channel": "sample string 28",
                "dateClosed": "2025-12-05T20:21:22.3666424-08:00",
                "cxnotIva": 29.1,
                "cxIva": 30.1,
                "cxImpost": 31.1,
                "cxDiscount": 32.1,
                "cxOtros": 33.1,
                "cxDelivery": 34.1,
                "cxSys": 35.1,
                "cxTotal": 36.1,
                "cxPaid": 37.1,
                "cxByPay": 38.1,
                "billNumber": "sample string 39",
                "billing": "sample string 40",
                "isHomeDElivery": true,
                "receptor": "sample string 42",
                "dateDelivered": "2025-12-05T20:21:22.3666424-08:00",
                "usernameDelivered": "sample string 43",
                "addressDelivered": "sample string 44",
                "observations": "sample string 45",
                "idLocalOpen": 1,
                "idLocalClose": 1,
                "flag1": true,
                "flag2": true,
                "flag3": true,
                "purposeGeneral": "sample string 46",
                "customer": {
                  "fullname": "sample string 1",
                  "idType": 2,
                  "identifier": "sample string 3",
                  "enabled": true,
                  "registerDate": "2025-12-05T20:21:22.3666424-08:00",
                  "datebirth": "2025-12-05T20:21:22.3666424-08:00",
                  "idgender": 1,
                  "idNationality": 6,
                  "emails": "sample string 7",
                  "phones": "sample string 8",
                  "addresses": "sample string 9",
                  "usernameWeb": "sample string 10",
                  "sendPromo": true,
                  "happyBirth": true,
                  "id": 13,
                  "photo": "sample string 14",
                  "countries": {
                    "name": "sample string 1",
                    "enabled": true,
                    "isoCode": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "genders": {
                    "name": "sample string 1",
                    "id": 2,
                    "customer": []
                  },
                  "identifiers": {
                    "name": "sample string 1",
                    "dateCreated": "sample string 2",
                    "id": 3,
                    "customer": []
                  },
                  "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "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",
                  "sales": [],
                  "sales1": [],
                  "inventory": []
                },
                "orders": [
                  {
                    "id": 1,
                    "id_type": "sample string 2",
                    "identifier": "sample string 3",
                    "fullname": "sample string 4",
                    "email": "sample string 5",
                    "phone": "sample string 6",
                    "city": "sample string 7",
                    "address": "sample string 8",
                    "zip": "sample string 9",
                    "receptor_name": "sample string 10",
                    "receptor_phone": "sample string 11",
                    "bill_name": "sample string 12",
                    "bill_phone": "sample string 13",
                    "bill_email": "sample string 14",
                    "bill_id": "sample string 15",
                    "id_coupon": 1,
                    "status": "sample string 16",
                    "cx_delivery": 17.1,
                    "cx_iva": 18.1,
                    "cx_discount": 19.1,
                    "cx_others": 20.1,
                    "cx_subtotal": 21.1,
                    "cx_total": 22.1,
                    "products": "sample string 23",
                    "pay_type": "sample string 24",
                    "detailPay": "sample string 25",
                    "currency": "sample string 26",
                    "dateOrder": "2025-12-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-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-05T20:21:22.3666424-08:00",
                    "ip_address": "sample string 28",
                    "idSale": 1,
                    "historial": "sample string 29",
                    "filestransaction": "sample string 30",
                    "number_order": 31,
                    "coupons": {
                      "name": "sample string 1",
                      "description": "sample string 2",
                      "percent_discount": 3.1,
                      "list_products": "sample string 4",
                      "date_created": "2025-12-05T20:21:22.3666424-08:00",
                      "date_star": "2025-12-05T20:21:22.3666424-08:00",
                      "date_end": "2025-12-05T20:21:22.3666424-08:00",
                      "historial": "sample string 8",
                      "typeCoupon": "sample string 9",
                      "id": 10,
                      "orders": []
                    }
                  }
                ]
              }
            ],
            "inventory": []
          }
        }
      ]
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.