POST api/OrderBackup/SearchPagelist

订单列表查询

Request Information

URI Parameters

None.

Body Parameters

OrderSeachDto
NameDescriptionTypeAdditional information
OrderBy

Collection of OrderSeachOrder

None.

QuickSearchId

integer

None.

OnlineOrderNos

Collection of string

None.

LogisticsNos

Collection of string

None.

KeyWord

string

None.

OrderStatus

OrderStatus

None.

OrderStatusList

Collection of OrderStatus

None.

PlatformTypes

PlatformType

None.

MergeSplitStatus

MergeSplitStatus

None.

PrintStatus

PrintStatus

None.

ProductStatus

Collection of ProductStatus

None.

IsByPackageType

boolean

None.

DeliveryType

DeliveryType

None.

LogisticsStatus

LogisticsStatus

None.

IsShelving

boolean

None.

IsAuditing

boolean

None.

IsFollow

boolean

None.

LogisticsChannel

Collection of integer

None.

IsBlackList

boolean

None.

HasLogisticsChannel

boolean

None.

HasCustoms

boolean

None.

HasMessage

boolean

None.

IsExpiried

boolean

None.

HasMessageOrderNos

Collection of HasMessageOrderDto

None.

ShopIds

Collection of integer

None.

NotShopIds

Collection of integer

None.

Country

Collection of string

None.

OrderAccount

decimal number

None.

OrderAccountRange

Collection of decimal number

None.

RemainingDeliveryTimeDay

integer

None.

SiOrderIds

Collection of globally unique identifier

None.

LogisticsType

Collection of string

None.

RelatedSiOrderId

Collection of globally unique identifier

None.

SourceType

Collection of SourceType

None.

IsUpLogisticsNo

boolean

None.

BatchIds

Collection of globally unique identifier

None.

CreatedFrom

SourceType

None.

Tagid

Collection of integer

None.

IsFilterSplitMergeOriginalOrder

boolean

None.

HasReissue

boolean

None.

DeliveryTime

TimeRange

None.

SkuCodes

Collection of string

None.

ExactSkuCodes

Collection of string

None.

NotInSkuCodes

Collection of string

None.

IsAdequate

boolean

None.

NeedFullField

boolean

None.

OnlineOrderStatus

Collection of OnlineOrderStatus

None.

IsNeedLogisticsForecast

boolean

None.

LogisticsForecastStatus

LogisticsForecastStatus

None.

IsComplete

boolean

None.

LogisticsBatchId

globally unique identifier

None.

OnlineCreateTime

TimeRange

None.

OnlineProductIds

Collection of string

None.

IsScanning

boolean

None.

PageIndex

页码

integer

None.

PageSize

页面大小

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderBy": [
    {
      "OrderBy": 0,
      "Value": {},
      "IsDescending": true
    },
    {
      "OrderBy": 0,
      "Value": {},
      "IsDescending": true
    }
  ],
  "QuickSearchId": 1,
  "OnlineOrderNos": [
    "sample string 1",
    "sample string 2"
  ],
  "LogisticsNos": [
    "sample string 1",
    "sample string 2"
  ],
  "KeyWord": "sample string 1",
  "OrderStatus": 0,
  "OrderStatusList": [
    0,
    0
  ],
  "PlatformTypes": 0,
  "MergeSplitStatus": 0,
  "PrintStatus": 0,
  "ProductStatus": [
    0,
    0
  ],
  "IsByPackageType": true,
  "DeliveryType": 0,
  "LogisticsStatus": 0,
  "IsShelving": true,
  "IsAuditing": true,
  "IsFollow": true,
  "LogisticsChannel": [
    1,
    2
  ],
  "IsBlackList": true,
  "HasLogisticsChannel": true,
  "HasCustoms": true,
  "HasMessage": true,
  "IsExpiried": true,
  "HasMessageOrderNos": [
    {
      "OnlineOrderNo": "sample string 1",
      "ShopId": 2
    },
    {
      "OnlineOrderNo": "sample string 1",
      "ShopId": 2
    }
  ],
  "ShopIds": [
    1,
    2
  ],
  "NotShopIds": [
    1,
    2
  ],
  "Country": [
    "sample string 1",
    "sample string 2"
  ],
  "OrderAccount": 1.0,
  "OrderAccountRange": [
    1.0,
    2.0
  ],
  "RemainingDeliveryTimeDay": 1,
  "SiOrderIds": [
    "6eb43596-9fa3-4d6a-9a94-bd522c24aacf",
    "a042953c-05e0-4535-9223-5960fc032583"
  ],
  "LogisticsType": [
    "sample string 1",
    "sample string 2"
  ],
  "RelatedSiOrderId": [
    "60cc07e7-a3e4-4dd9-99be-8e6f09a034ef",
    "efa846a6-360c-491d-ba77-a7b7145bb1a8"
  ],
  "SourceType": [
    0,
    0
  ],
  "IsUpLogisticsNo": true,
  "BatchIds": [
    "055cacab-88e1-49fa-8ab7-cbab0604bdab",
    "6fc1549a-826d-45e1-b0e9-01667e859664"
  ],
  "CreatedFrom": 0,
  "Tagid": [
    1,
    1
  ],
  "IsFilterSplitMergeOriginalOrder": true,
  "HasReissue": true,
  "DeliveryTime": {
    "StartTime": "2026-08-11 23:23:13",
    "EndTime": "2026-08-11 23:23:13"
  },
  "SkuCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "ExactSkuCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "NotInSkuCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "IsAdequate": true,
  "NeedFullField": true,
  "OnlineOrderStatus": [
    1,
    1
  ],
  "IsNeedLogisticsForecast": true,
  "LogisticsForecastStatus": 0,
  "IsComplete": true,
  "LogisticsBatchId": "7b923f01-1ff8-4d9b-a55d-cd7cd74df332",
  "OnlineCreateTime": {
    "StartTime": "2026-08-11 23:23:13",
    "EndTime": "2026-08-11 23:23:13"
  },
  "OnlineProductIds": [
    "sample string 1",
    "sample string 2"
  ],
  "IsScanning": true,
  "PageIndex": 4,
  "PageSize": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

订单列表查询

ResponseResultOfPageListModelOfOrderPageListDto
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

PageListModelOfOrderPageListDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "Rows": [
      {
        "BuyerInfo": {
          "Id": 1,
          "PlatformType": 0,
          "BuyerLoginId": "sample string 2",
          "BuyerFirstName": "sample string 3",
          "BuyerLastName": "sample string 4",
          "BuyerEmail": "sample string 5",
          "BuyerCountry": "sample string 6",
          "IsBlackList": true
        },
        "OrderDetailDtos": [
          {
            "Id": "785e76ba-faf5-4315-a76f-1e16774ee475",
            "ShopId": 2,
            "OnlineOrderNo": "sample string 3",
            "SiOrderId": "3bea351d-d4bf-49aa-b12d-bd014810a861",
            "OnlineOrderDtlNo": "sample string 5",
            "OnlineRemark": "sample string 6",
            "OnlineProductId": "sample string 7",
            "SkuCode": "sample string 8",
            "ProductName": "sample string 9",
            "Properties": {},
            "Quantity": 11,
            "Weight": 1.1,
            "Unit": "sample string 12",
            "Price": 1.0,
            "Currency": "sample string 13",
            "ProductImgUrl": "sample string 14",
            "LogisticsType": "sample string 15",
            "CustomsCode": "sample string 16",
            "CustomsWeight": 1.1,
            "CustomsPrice": 1.0,
            "CustomsNameCn": "sample string 17",
            "CustomsNameEn": "sample string 18",
            "ProductCharacter": 1,
            "ActualDeclarationPrice": 1.0,
            "ChannelPro": {
              "IncludeBattery": true,
              "IsLiquid": false,
              "IsCosmetic": false,
              "IsPureBattery": false,
              "IsFragile": false,
              "IsPowder": false,
              "IncludeMetal": false,
              "IsFlammable": false,
              "IsLquid": null
            },
            "HasCustoms": true,
            "EnterpriseId": 19,
            "LotNum": 20,
            "LogisticsTypeName": "sample string 21",
            "GlobalProductId": "sample string 22",
            "LocalProductId": "a19ff4bc-b9ae-4c69-8298-c47b4a0be6bb",
            "CostPrice": 1.0,
            "IsPair": true,
            "SurplusExpiryMinutes": 24,
            "ProductSku": "sample string 25",
            "Identifier": "sample string 26",
            "ProductId": "f74474eb-20b1-417a-8861-39c4c0522f5f",
            "IsAdequate": true,
            "ProductSalesMethod": "Goods",
            "ProductRemark": "sample string 28",
            "ProductWareNameCn": "sample string 29",
            "ProductCanUseStock": 30,
            "ProductUrl": "sample string 31",
            "ProductCombinat": "sample string 32",
            "ProductCostPrice": 33.0,
            "VariationSku": "sample string 34",
            "EscrowFeeRate": 35.0,
            "OnlineLogisticsWarehouseType": "sample string 36",
            "ProductNameEn": "sample string 37",
            "ProductSourceUrl": "sample string 38"
          },
          {
            "Id": "785e76ba-faf5-4315-a76f-1e16774ee475",
            "ShopId": 2,
            "OnlineOrderNo": "sample string 3",
            "SiOrderId": "3bea351d-d4bf-49aa-b12d-bd014810a861",
            "OnlineOrderDtlNo": "sample string 5",
            "OnlineRemark": "sample string 6",
            "OnlineProductId": "sample string 7",
            "SkuCode": "sample string 8",
            "ProductName": "sample string 9",
            "Properties": {},
            "Quantity": 11,
            "Weight": 1.1,
            "Unit": "sample string 12",
            "Price": 1.0,
            "Currency": "sample string 13",
            "ProductImgUrl": "sample string 14",
            "LogisticsType": "sample string 15",
            "CustomsCode": "sample string 16",
            "CustomsWeight": 1.1,
            "CustomsPrice": 1.0,
            "CustomsNameCn": "sample string 17",
            "CustomsNameEn": "sample string 18",
            "ProductCharacter": 1,
            "ActualDeclarationPrice": 1.0,
            "ChannelPro": {
              "IncludeBattery": true,
              "IsLiquid": false,
              "IsCosmetic": false,
              "IsPureBattery": false,
              "IsFragile": false,
              "IsPowder": false,
              "IncludeMetal": false,
              "IsFlammable": false,
              "IsLquid": null
            },
            "HasCustoms": true,
            "EnterpriseId": 19,
            "LotNum": 20,
            "LogisticsTypeName": "sample string 21",
            "GlobalProductId": "sample string 22",
            "LocalProductId": "a19ff4bc-b9ae-4c69-8298-c47b4a0be6bb",
            "CostPrice": 1.0,
            "IsPair": true,
            "SurplusExpiryMinutes": 24,
            "ProductSku": "sample string 25",
            "Identifier": "sample string 26",
            "ProductId": "f74474eb-20b1-417a-8861-39c4c0522f5f",
            "IsAdequate": true,
            "ProductSalesMethod": "Goods",
            "ProductRemark": "sample string 28",
            "ProductWareNameCn": "sample string 29",
            "ProductCanUseStock": 30,
            "ProductUrl": "sample string 31",
            "ProductCombinat": "sample string 32",
            "ProductCostPrice": 33.0,
            "VariationSku": "sample string 34",
            "EscrowFeeRate": 35.0,
            "OnlineLogisticsWarehouseType": "sample string 36",
            "ProductNameEn": "sample string 37",
            "ProductSourceUrl": "sample string 38"
          }
        ],
        "MergeRecords": [
          {
            "SiOrderId": "d68ae629-c3fa-4e50-a4c3-9d09daed87fa",
            "OnlineOrderNo": "sample string 2",
            "ShopId": 3
          },
          {
            "SiOrderId": "d68ae629-c3fa-4e50-a4c3-9d09daed87fa",
            "OnlineOrderNo": "sample string 2",
            "ShopId": 3
          }
        ],
        "ChannelconfigDto": {
          "IsOnline": false,
          "Id": 1,
          "LogisticsForecastId": 1,
          "LogisticsNumberPoolId": 1,
          "RegisteredFeeNoDiscount": true,
          "DiscountPercentage": 3,
          "FreightTemplateId": 1,
          "Version": 1,
          "IsPickingList": 4,
          "IsCustomTemplate": false,
          "PackageId": 1,
          "CustomsName": "sample string 5",
          "CustomsPercentage": 1,
          "IsCustom": false,
          "CustomsMinPrice": 1.0,
          "TemplateConfigId": 1,
          "IsActive": true,
          "PrintTemplate": "sample string 7",
          "PickingTemplate": "sample string 8",
          "DeclarationTemplate": "sample string 9",
          "LogisticsName": "sample string 10",
          "LogisticsIdentity": "sample string 11",
          "ChannelName": "sample string 12",
          "ChannelCode": "sample string 13",
          "CustomsMaxPrice": 1.0,
          "LogisticsNumberPoolName": "sample string 14"
        },
        "LogisticChannelName": "sample string 12-sample string 5",
        "BuyerName": "sample string 3 sample string 4",
        "Id": "024f5f00-702b-4105-9d1e-766d0b0f5472",
        "ShopName": "sample string 2",
        "OnlineOrderNo": "sample string 3",
        "CurrencyType": "sample string 4",
        "PlatformType": "AliExpress",
        "CreatedFrom": "PlatForm",
        "OrderStatus": "None",
        "LogisticsStatus": "UnSubmitted",
        "ProductStatus": "Single",
        "DeliveryType": "None",
        "LogisticsNo": "sample string 5",
        "LogisticChannelId": 1,
        "LogisticsError": "sample string 6",
        "LogisticsTime": "2026-08-11 23:23:13",
        "IsAuditing": true,
        "AuditingTime": "2026-08-11 23:23:13",
        "LpsNo": "sample string 7",
        "PredicatLogisticsCost": 1.0,
        "ActualLogsiticsCost": 1.0,
        "MergeSplitStatus": "None",
        "PrintStatus": "UnPrint",
        "PrintTime": "2026-08-11 23:23:13",
        "IsShelve": true,
        "ActualWeight": 1.1,
        "PredicatWeight": 1.1,
        "Remark": "sample string 8",
        "OnlineOrderStatus": "sample string 9",
        "OnlineCreateTime": "2026-08-11 23:23:13",
        "OnlineModifiedTime": "2026-08-11 23:23:13",
        "OnlinePaidTime": "2026-08-11 23:23:13",
        "OnlineExpiriedTime": "2026-08-11 23:23:13",
        "OnlineRemak": "sample string 10",
        "OnlinePayAmount": 1.0,
        "OnlineLogisticsAmount": 1.0,
        "ContactName": "sample string 11",
        "Email": "sample string 12",
        "PhoneNumber": "sample string 13",
        "Mobile": "sample string 14",
        "Fax": "sample string 15",
        "Street1": "sample string 16",
        "Street2": "sample string 17",
        "City": "sample string 18",
        "Province": "sample string 19",
        "Country": "sample string 20",
        "CountryName": "sample string 21",
        "CountryNameEn": "sample string 22",
        "Postcode": "sample string 23",
        "CreationTime": "2026-08-11 23:23:13",
        "ShopId": 1,
        "DeliveryError": "sample string 24",
        "IssuesStatus": "NoIssue",
        "FrozenStatus": "NoFrozen",
        "FundStatus": "NotPay",
        "PaymentType": "sample string 25",
        "OnlineLogisticsStatus": "WaitSellerSendGoods",
        "IsBlackList": true,
        "OnlineOrderAmount": 1.0,
        "DetailAddress": "sample string 26",
        "OnlinePayAmoutCurrency": "sample string 27",
        "Address": "sample string 20sample string 19sample string 18sample string 16sample string 17sample string 26",
        "DisplayOrderStatus": "sample string 28",
        "ChannelLogisticsValue": "sample string 29",
        "ChannelLogisticsName": "sample string 30",
        "ChannelLogisticsNo": "sample string 31",
        "ChannelLogisticsPro": 1,
        "OnlineLogisticsServiceCode": "sample string 32",
        "OnlineLogisticsServiceName": "sample string 33",
        "DeliveryTime": "2026-08-11 23:23:13",
        "BuyerLoginId": "sample string 34",
        "IsScanning": true,
        "OrderNo": "sample string 35",
        "ShelveMessage": "sample string 36",
        "Preprint": "sample string 37",
        "ChannelPro": {
          "IncludeBattery": true,
          "IsLiquid": false,
          "IsCosmetic": false,
          "IsPureBattery": false,
          "IsFragile": false,
          "IsPowder": false,
          "IncludeMetal": false,
          "IsFlammable": false,
          "IsLquid": null
        },
        "SurplusExpiryMinutes": 899,
        "RelatedSiOrderId": "a442b7e7-0bcb-4f5a-889f-d9380e8a7ebe",
        "HasReissue": 38,
        "IsUpLogisticsNo": true,
        "AddressMd5": "sample string 39",
        "IsFollow": true,
        "IsManualLogistics": true,
        "ShopeeOnlineOrderType": "None",
        "CustomsInfo": [
          {
            "CustomsCode": "sample string 1",
            "CustomsWeight": 1.1,
            "CustomsPrice": 1.0,
            "CustomsNameCn": "sample string 2",
            "CustomsNameEn": "sample string 3",
            "Quantity": 1,
            "ProductCharacter": {
              "IncludeBattery": true,
              "IsLiquid": true,
              "IsCosmetic": true,
              "IsPureBattery": true,
              "IsFragile": true,
              "IsPowder": true,
              "IncludeMetal": true,
              "IsFlammable": true,
              "IsLquid": null
            },
            "CustomsSku": "sample string 4",
            "ProductId": "sample string 5",
            "DtlNo": "sample string 6"
          },
          {
            "CustomsCode": "sample string 1",
            "CustomsWeight": 1.1,
            "CustomsPrice": 1.0,
            "CustomsNameCn": "sample string 2",
            "CustomsNameEn": "sample string 3",
            "Quantity": 1,
            "ProductCharacter": {
              "IncludeBattery": true,
              "IsLiquid": true,
              "IsCosmetic": true,
              "IsPureBattery": true,
              "IsFragile": true,
              "IsPowder": true,
              "IncludeMetal": true,
              "IsFlammable": true,
              "IsLquid": null
            },
            "CustomsSku": "sample string 4",
            "ProductId": "sample string 5",
            "DtlNo": "sample string 6"
          }
        ],
        "IsAdequate": true,
        "LogisticsForecastStatus": "None",
        "LogisticsForecastErrorMessage": "sample string 40",
        "LogisticsForecastTime": "2026-08-11 23:23:13",
        "LogisticsForecastId": 1,
        "LocationId": "sample string 41",
        "MasterOnlineOrderNo": "sample string 42",
        "RefundAmount": 1.0,
        "OrderAttributesDto": {
          "IsRussianIncompleteName": true,
          "IsIncompleteAddress": true,
          "HasMessage": true,
          "HasRemark": true,
          "HasLogisticsOnline": true,
          "IsCoD": true,
          "IsCainiaoInternationalWarehouse": true,
          "IsPointedGoods": true
        }
      },
      {
        "BuyerInfo": {
          "Id": 1,
          "PlatformType": 0,
          "BuyerLoginId": "sample string 2",
          "BuyerFirstName": "sample string 3",
          "BuyerLastName": "sample string 4",
          "BuyerEmail": "sample string 5",
          "BuyerCountry": "sample string 6",
          "IsBlackList": true
        },
        "OrderDetailDtos": [
          {
            "Id": "785e76ba-faf5-4315-a76f-1e16774ee475",
            "ShopId": 2,
            "OnlineOrderNo": "sample string 3",
            "SiOrderId": "3bea351d-d4bf-49aa-b12d-bd014810a861",
            "OnlineOrderDtlNo": "sample string 5",
            "OnlineRemark": "sample string 6",
            "OnlineProductId": "sample string 7",
            "SkuCode": "sample string 8",
            "ProductName": "sample string 9",
            "Properties": {},
            "Quantity": 11,
            "Weight": 1.1,
            "Unit": "sample string 12",
            "Price": 1.0,
            "Currency": "sample string 13",
            "ProductImgUrl": "sample string 14",
            "LogisticsType": "sample string 15",
            "CustomsCode": "sample string 16",
            "CustomsWeight": 1.1,
            "CustomsPrice": 1.0,
            "CustomsNameCn": "sample string 17",
            "CustomsNameEn": "sample string 18",
            "ProductCharacter": 1,
            "ActualDeclarationPrice": 1.0,
            "ChannelPro": {
              "IncludeBattery": true,
              "IsLiquid": false,
              "IsCosmetic": false,
              "IsPureBattery": false,
              "IsFragile": false,
              "IsPowder": false,
              "IncludeMetal": false,
              "IsFlammable": false,
              "IsLquid": null
            },
            "HasCustoms": true,
            "EnterpriseId": 19,
            "LotNum": 20,
            "LogisticsTypeName": "sample string 21",
            "GlobalProductId": "sample string 22",
            "LocalProductId": "a19ff4bc-b9ae-4c69-8298-c47b4a0be6bb",
            "CostPrice": 1.0,
            "IsPair": true,
            "SurplusExpiryMinutes": 24,
            "ProductSku": "sample string 25",
            "Identifier": "sample string 26",
            "ProductId": "f74474eb-20b1-417a-8861-39c4c0522f5f",
            "IsAdequate": true,
            "ProductSalesMethod": "Goods",
            "ProductRemark": "sample string 28",
            "ProductWareNameCn": "sample string 29",
            "ProductCanUseStock": 30,
            "ProductUrl": "sample string 31",
            "ProductCombinat": "sample string 32",
            "ProductCostPrice": 33.0,
            "VariationSku": "sample string 34",
            "EscrowFeeRate": 35.0,
            "OnlineLogisticsWarehouseType": "sample string 36",
            "ProductNameEn": "sample string 37",
            "ProductSourceUrl": "sample string 38"
          },
          {
            "Id": "785e76ba-faf5-4315-a76f-1e16774ee475",
            "ShopId": 2,
            "OnlineOrderNo": "sample string 3",
            "SiOrderId": "3bea351d-d4bf-49aa-b12d-bd014810a861",
            "OnlineOrderDtlNo": "sample string 5",
            "OnlineRemark": "sample string 6",
            "OnlineProductId": "sample string 7",
            "SkuCode": "sample string 8",
            "ProductName": "sample string 9",
            "Properties": {},
            "Quantity": 11,
            "Weight": 1.1,
            "Unit": "sample string 12",
            "Price": 1.0,
            "Currency": "sample string 13",
            "ProductImgUrl": "sample string 14",
            "LogisticsType": "sample string 15",
            "CustomsCode": "sample string 16",
            "CustomsWeight": 1.1,
            "CustomsPrice": 1.0,
            "CustomsNameCn": "sample string 17",
            "CustomsNameEn": "sample string 18",
            "ProductCharacter": 1,
            "ActualDeclarationPrice": 1.0,
            "ChannelPro": {
              "IncludeBattery": true,
              "IsLiquid": false,
              "IsCosmetic": false,
              "IsPureBattery": false,
              "IsFragile": false,
              "IsPowder": false,
              "IncludeMetal": false,
              "IsFlammable": false,
              "IsLquid": null
            },
            "HasCustoms": true,
            "EnterpriseId": 19,
            "LotNum": 20,
            "LogisticsTypeName": "sample string 21",
            "GlobalProductId": "sample string 22",
            "LocalProductId": "a19ff4bc-b9ae-4c69-8298-c47b4a0be6bb",
            "CostPrice": 1.0,
            "IsPair": true,
            "SurplusExpiryMinutes": 24,
            "ProductSku": "sample string 25",
            "Identifier": "sample string 26",
            "ProductId": "f74474eb-20b1-417a-8861-39c4c0522f5f",
            "IsAdequate": true,
            "ProductSalesMethod": "Goods",
            "ProductRemark": "sample string 28",
            "ProductWareNameCn": "sample string 29",
            "ProductCanUseStock": 30,
            "ProductUrl": "sample string 31",
            "ProductCombinat": "sample string 32",
            "ProductCostPrice": 33.0,
            "VariationSku": "sample string 34",
            "EscrowFeeRate": 35.0,
            "OnlineLogisticsWarehouseType": "sample string 36",
            "ProductNameEn": "sample string 37",
            "ProductSourceUrl": "sample string 38"
          }
        ],
        "MergeRecords": [
          {
            "SiOrderId": "d68ae629-c3fa-4e50-a4c3-9d09daed87fa",
            "OnlineOrderNo": "sample string 2",
            "ShopId": 3
          },
          {
            "SiOrderId": "d68ae629-c3fa-4e50-a4c3-9d09daed87fa",
            "OnlineOrderNo": "sample string 2",
            "ShopId": 3
          }
        ],
        "ChannelconfigDto": {
          "IsOnline": false,
          "Id": 1,
          "LogisticsForecastId": 1,
          "LogisticsNumberPoolId": 1,
          "RegisteredFeeNoDiscount": true,
          "DiscountPercentage": 3,
          "FreightTemplateId": 1,
          "Version": 1,
          "IsPickingList": 4,
          "IsCustomTemplate": false,
          "PackageId": 1,
          "CustomsName": "sample string 5",
          "CustomsPercentage": 1,
          "IsCustom": false,
          "CustomsMinPrice": 1.0,
          "TemplateConfigId": 1,
          "IsActive": true,
          "PrintTemplate": "sample string 7",
          "PickingTemplate": "sample string 8",
          "DeclarationTemplate": "sample string 9",
          "LogisticsName": "sample string 10",
          "LogisticsIdentity": "sample string 11",
          "ChannelName": "sample string 12",
          "ChannelCode": "sample string 13",
          "CustomsMaxPrice": 1.0,
          "LogisticsNumberPoolName": "sample string 14"
        },
        "LogisticChannelName": "sample string 12-sample string 5",
        "BuyerName": "sample string 3 sample string 4",
        "Id": "024f5f00-702b-4105-9d1e-766d0b0f5472",
        "ShopName": "sample string 2",
        "OnlineOrderNo": "sample string 3",
        "CurrencyType": "sample string 4",
        "PlatformType": "AliExpress",
        "CreatedFrom": "PlatForm",
        "OrderStatus": "None",
        "LogisticsStatus": "UnSubmitted",
        "ProductStatus": "Single",
        "DeliveryType": "None",
        "LogisticsNo": "sample string 5",
        "LogisticChannelId": 1,
        "LogisticsError": "sample string 6",
        "LogisticsTime": "2026-08-11 23:23:13",
        "IsAuditing": true,
        "AuditingTime": "2026-08-11 23:23:13",
        "LpsNo": "sample string 7",
        "PredicatLogisticsCost": 1.0,
        "ActualLogsiticsCost": 1.0,
        "MergeSplitStatus": "None",
        "PrintStatus": "UnPrint",
        "PrintTime": "2026-08-11 23:23:13",
        "IsShelve": true,
        "ActualWeight": 1.1,
        "PredicatWeight": 1.1,
        "Remark": "sample string 8",
        "OnlineOrderStatus": "sample string 9",
        "OnlineCreateTime": "2026-08-11 23:23:13",
        "OnlineModifiedTime": "2026-08-11 23:23:13",
        "OnlinePaidTime": "2026-08-11 23:23:13",
        "OnlineExpiriedTime": "2026-08-11 23:23:13",
        "OnlineRemak": "sample string 10",
        "OnlinePayAmount": 1.0,
        "OnlineLogisticsAmount": 1.0,
        "ContactName": "sample string 11",
        "Email": "sample string 12",
        "PhoneNumber": "sample string 13",
        "Mobile": "sample string 14",
        "Fax": "sample string 15",
        "Street1": "sample string 16",
        "Street2": "sample string 17",
        "City": "sample string 18",
        "Province": "sample string 19",
        "Country": "sample string 20",
        "CountryName": "sample string 21",
        "CountryNameEn": "sample string 22",
        "Postcode": "sample string 23",
        "CreationTime": "2026-08-11 23:23:13",
        "ShopId": 1,
        "DeliveryError": "sample string 24",
        "IssuesStatus": "NoIssue",
        "FrozenStatus": "NoFrozen",
        "FundStatus": "NotPay",
        "PaymentType": "sample string 25",
        "OnlineLogisticsStatus": "WaitSellerSendGoods",
        "IsBlackList": true,
        "OnlineOrderAmount": 1.0,
        "DetailAddress": "sample string 26",
        "OnlinePayAmoutCurrency": "sample string 27",
        "Address": "sample string 20sample string 19sample string 18sample string 16sample string 17sample string 26",
        "DisplayOrderStatus": "sample string 28",
        "ChannelLogisticsValue": "sample string 29",
        "ChannelLogisticsName": "sample string 30",
        "ChannelLogisticsNo": "sample string 31",
        "ChannelLogisticsPro": 1,
        "OnlineLogisticsServiceCode": "sample string 32",
        "OnlineLogisticsServiceName": "sample string 33",
        "DeliveryTime": "2026-08-11 23:23:13",
        "BuyerLoginId": "sample string 34",
        "IsScanning": true,
        "OrderNo": "sample string 35",
        "ShelveMessage": "sample string 36",
        "Preprint": "sample string 37",
        "ChannelPro": {
          "IncludeBattery": true,
          "IsLiquid": false,
          "IsCosmetic": false,
          "IsPureBattery": false,
          "IsFragile": false,
          "IsPowder": false,
          "IncludeMetal": false,
          "IsFlammable": false,
          "IsLquid": null
        },
        "SurplusExpiryMinutes": 899,
        "RelatedSiOrderId": "a442b7e7-0bcb-4f5a-889f-d9380e8a7ebe",
        "HasReissue": 38,
        "IsUpLogisticsNo": true,
        "AddressMd5": "sample string 39",
        "IsFollow": true,
        "IsManualLogistics": true,
        "ShopeeOnlineOrderType": "None",
        "CustomsInfo": [
          {
            "CustomsCode": "sample string 1",
            "CustomsWeight": 1.1,
            "CustomsPrice": 1.0,
            "CustomsNameCn": "sample string 2",
            "CustomsNameEn": "sample string 3",
            "Quantity": 1,
            "ProductCharacter": {
              "IncludeBattery": true,
              "IsLiquid": true,
              "IsCosmetic": true,
              "IsPureBattery": true,
              "IsFragile": true,
              "IsPowder": true,
              "IncludeMetal": true,
              "IsFlammable": true,
              "IsLquid": null
            },
            "CustomsSku": "sample string 4",
            "ProductId": "sample string 5",
            "DtlNo": "sample string 6"
          },
          {
            "CustomsCode": "sample string 1",
            "CustomsWeight": 1.1,
            "CustomsPrice": 1.0,
            "CustomsNameCn": "sample string 2",
            "CustomsNameEn": "sample string 3",
            "Quantity": 1,
            "ProductCharacter": {
              "IncludeBattery": true,
              "IsLiquid": true,
              "IsCosmetic": true,
              "IsPureBattery": true,
              "IsFragile": true,
              "IsPowder": true,
              "IncludeMetal": true,
              "IsFlammable": true,
              "IsLquid": null
            },
            "CustomsSku": "sample string 4",
            "ProductId": "sample string 5",
            "DtlNo": "sample string 6"
          }
        ],
        "IsAdequate": true,
        "LogisticsForecastStatus": "None",
        "LogisticsForecastErrorMessage": "sample string 40",
        "LogisticsForecastTime": "2026-08-11 23:23:13",
        "LogisticsForecastId": 1,
        "LocationId": "sample string 41",
        "MasterOnlineOrderNo": "sample string 42",
        "RefundAmount": 1.0,
        "OrderAttributesDto": {
          "IsRussianIncompleteName": true,
          "IsIncompleteAddress": true,
          "HasMessage": true,
          "HasRemark": true,
          "HasLogisticsOnline": true,
          "IsCoD": true,
          "IsCainiaoInternationalWarehouse": true,
          "IsPointedGoods": true
        }
      }
    ],
    "Total": 1,
    "PageIndex": 2,
    "PageSize": 3
  }
}