- EquipmentManagementSvc
- LabelSvc
- NextNumberGenSvc
- SysCodeSvc
- TaskGenerationRuleSvc
- WmsSvc
- BatchEditRuleSvc
- VisualInventorySvc
- AllocateRuleSvc
- AuthorizeWarehoseSvc
- ConstraintSvc
- DestinationLocRuleSvc
- DeviceInteractiveTaskSvc
- DistributeRuleSvc
- OwnerSvc
- PreAllocateRuleSvc
- QuickSearchSvc
- ReplenishmentTemplateSvc
- RoadOrderSvc
- RotationRuleSvc
- StockupRuleSvc
- TaskSchedulerRuleSvc
- UserOperationSettingSvc
- WaveTemplateSvc
- AreaSvc
- SlottingAdjSvc
- WesV2Svc
- ZoneSvc
- AnalysisSvc
- ApaasFormSvc
- CustomDataSourceSvc
- GenerateTaskRuleSvc
- GridPortRuleSvc
- GridPortSvc
- LocationSvc
- PutawayWorkBenchsSvc
- ShippingPickSvc
- SkuClassSvc
- SortingWorkBenchSvc
- PickAndSowingWorkBenchSvc
- ReplenishmentWorkBenchsSvc
- WhKPIRuleSvc
- WorkstationAssignmentRuleSvc
- AssemblyOrderSvc
- Connections
- DesignerReport
- DeviceAbnormalTaskSvc
- Dialog
- DisassemblyOrderSvc
- EarlyWarningRuleSvc
- ExportReport
- GetPicture
- GetReport
- ImportSvc
- LoadOrderSvc
- PassageSvc
- PrintReport
- PutawayWorkBenchsTaskSvc
- ReceiptSvc
- Resources
- SCMCopilotSvc
- Service
- ShippingOrderSvc
- Utils
- VasOrderSvc
- WESCheckRuleSvc
- AprioriTemplateSvc
- SkuCorrelationSvc
获取出库单信息
POST
https://testxa.360scm.com/SCM.WMS7.OpenApi/v2/WmsSvc/SearchShippingOrder
/v2/WmsSvc/SearchShippingOrder
WmsSvc
请求参数
Body 参数application/json
queryModel
object (OpenApiQueryModel)
查询条件
items
array[object (OpenApiConditionItem) {4}] | null
条件集合
pageInfo
object (OpenApiPageInfo)
分页
currentPage
integer <int32>
当前页
pageSize
integer <int32>
页大小
sortField
string | null
可选
例如: ColumnA DESC , ColumnB ASC
isGetTotalCount
boolean
可选
totalCount
integer <int32>
查询结果总数量
示例
{
"queryModel": {
"items": [
{
"field": "string",
"method": "Equal",
"value": null,
"orGroup": "string"
}
]
},
"pageInfo": {
"currentPage": 0,
"pageSize": 0,
"sortField": "string",
"isGetTotalCount": true,
"totalCount": 0
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://testxa.360scm.com/SCM.WMS7.OpenApi/v2/WmsSvc/SearchShippingOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryModel": {
"items": [
{
"field": "string",
"method": "Equal",
"value": null,
"orGroup": "string"
}
]
},
"pageInfo": {
"currentPage": 0,
"pageSize": 0,
"sortField": "string",
"isGetTotalCount": true,
"totalCount": 0
}
}'
返回响应
🟢200Success
application/json
Body
结果返回模型
flag
boolean
响应标识
requestId
string
请求id
errorCode
string | null
错误代码
errorMessage
string | null
错误信息
data
object (ShippingOrderQueryResponseOpenApiPageOf)
可选
total
integer <int32>
合计
list
array[object (ShippingOrderQueryResponse) {179}] | null
结果
示例
{
"flag": true,
"requestId": "string",
"errorCode": "string",
"errorMessage": "string",
"data": {
"total": 0,
"list": [
{
"whId": "string",
"shippingOrderId": "string",
"ownerId": "string",
"externalOrderId": "string",
"orderStatusSc": 0,
"orderTypeSc": "string",
"orderFromSc": "string",
"serviceType": "string",
"orderOperationFlow": "string",
"isCancel": "string",
"priority": "string",
"orderDate": "2019-08-24T14:15:22Z",
"soId": "string",
"printRecord": "string",
"externalOrderId2": "string",
"outboundId": "string",
"customerId": "string",
"customerName": "string",
"customerRef": "string",
"customerAddress": "string",
"customerFax": "string",
"customerZip": "string",
"customerCountry": "string",
"customerCounty": "string",
"customerContact": "string",
"customerTown": "string",
"carrierRef": "string",
"carrierId": "string",
"carrierName": "string",
"requestShipDate": "2019-08-24T14:15:22Z",
"actualShipDate": "2019-08-24T14:15:22Z",
"requestArrivalDate": "2019-08-24T14:15:22Z",
"diseaseTypeSc": "string",
"waybillNo": "string",
"isWave": "string",
"waveActionId": "string",
"customerStatusSc": "string",
"inspectStatusSc": "string",
"orderGroup": "string",
"isBilling": "string",
"isEdiSync": "string",
"isEdiSyncT": "string",
"isInvoicePrint": "string",
"isReceiptPrint": "string",
"totalOrderQty": 0,
"totalOriginalQty": 0,
"totalStockupQty": 0,
"totalAllocatedQty": 0,
"totalPickedQty": 0,
"totalShippedQty": 0,
"totalSignQty": 0,
"totalReviewedQty": 0,
"totalGrossWgt": 0,
"totalVolume": 0,
"totalNetWgt": 0,
"totalAmount": 0,
"totalCaseQty": 0,
"skuCount": 0,
"soUdf1": "string",
"soUdf2": "string",
"soUdf3": "string",
"soUdf4": "string",
"soUdf5": "string",
"soUdf6": "string",
"soUdf7": "string",
"soUdf8": "string",
"soUdf9": "string",
"soUdf10": "string",
"soUdf11": "string",
"soUdf12": "string",
"soUdf13": "string",
"soUdf14": "string",
"soUdf15": "string",
"soUdf16": "string",
"soUdf17": "string",
"soUdf18": "string",
"soUdf19": "string",
"soUdf20": "string",
"soUdf21": "string",
"soUdf22": "string",
"soUdf23": "string",
"soUdf24": "string",
"soUdf25": "string",
"soUdf26": "string",
"soUdf27": "string",
"soUdf28": "string",
"soUdf29": "string",
"soUdf30": "string",
"soUdf31": "string",
"soUdf32": "string",
"soUdf33": "string",
"soUdf34": "string",
"soUdf35": "string",
"soRemark": "string",
"createdBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"updatedDate": "2019-08-24T14:15:22Z",
"vehicleNumber": "string",
"transportModeGid": "string",
"transportModeId": "string",
"paymentTermSc": "string",
"incoTermsSc": "string",
"door": "string",
"route": "string",
"stop": "string",
"shipName": "string",
"voyage": "string",
"srcPort": "string",
"destPort": "string",
"containerTypeSc": "string",
"containerQty": 0,
"trailerNumber": "string",
"trailerOwner": "string",
"driverName": "string",
"loadingTypeSc": "string",
"placeStagingArea": "string",
"placeDischarge": "string",
"placeDelivery": "string",
"isOrderStockup": "string",
"isOrderWave": "string",
"isOrderReview": "string",
"isOrderWeight": "string",
"isOrderHandover": "string",
"isOrderLoading": "string",
"isOrderWaveAfterAllocate": "string",
"totalRepQty": 0,
"totalRepConfirmQty": 0,
"stockupStatusSc": 0,
"shippingOrderSourceSc": "string",
"customerGroup": "string",
"customerCity": "string",
"skuOwnerId": "string",
"waveId": "string",
"billingEntityId": "string",
"ownerName": "string",
"ownerContact1": "string",
"ownerPhone1": "string",
"closedDate": "2019-08-24T14:15:22Z",
"containerBindingType": "string",
"locConverge": "string",
"tmsShipmentId": "string",
"tmsOrderId": "string",
"tmsShipmentGid": "string",
"tmsOrderGid": "string",
"costPayer": "string",
"destWhId": "string",
"shippingLoadStatus": 0,
"isProductSubmit": "string",
"customerState": "string",
"carrierState": "string",
"customerPhone": "string",
"carrierPhone": "string",
"customerEmail": "string",
"orderCancellationReason": "string",
"orderCancelledBy": "string",
"returnVendorId": "string",
"returnVendorName": "string",
"appointmentOrderId": "string",
"isAppointment": "string",
"expenseChargeDate": "2019-08-24T14:15:22Z",
"packageLabel": "string",
"oaid": "string",
"encryptCustomerName": "string",
"encryptCustomerTel": "string",
"encryptCustomerMobile": "string",
"encryptCustomerCountry": "string",
"encryptCustomerState": "string",
"encryptCustomerAddress": "string",
"orderFeature": "string",
"isAttachment": "string",
"shippingPortLoc": "string",
"workShift": "string",
"productLine": "string",
"productLineidTicketSeqNo": 0,
"adviseCarton": "string",
"label": "string",
"preallocatedStatusSc": 0,
"workbench": "string"
}
]
}
}
修改于 2025-04-27 20:59:13