DHL Warehouse Management System Virtual Sandbox
Interface for managing warehouse inventory, logistics orders, and supply chain operations.
The DSC WMS API provides a comprehensive interface for warehouse management operations, including item master data, inventory tracking, inbound/outbound logistics orders, and work order management. It enables developers to integrate warehouse workflows directly into their supply chain applications.
Use cases:
Use this sandbox to validate warehouse inventory synchronization, ASN receipt processing, outbound order fulfillment workflows, and inventory adjustment logic. Developers can test payload structures for batch releases, order status transitions, and snapshot reporting to ensure seamless integration with DHL warehouse systems.
Item Master(3 operations)
| Query Parameter Name | Example |
|---|---|
facilityId* | ipsum sed veniam |
customerId* | aute commodo |
itemNumber* | et sunt ut culpa |
{
"facilityId": "GB_0044",
"customerId": "CID005233",
"division": "Customer Division",
"itemNumber": "SER_0001",
"itemPart": {
"itemShortDescription": "Item short description",
"itemLongDescription": "Item long description",
"itemFamily": "",
"hazardousMaterialFlag": false,
"itemTypeCode": "",
"color": "blue",
"fit": "loose",
"loadLevel": "L",
"size": "M",
"style": "casual",
"originCodeFlag": false,
"revisionLevelFlag": false,
"lotTrackingFlag": false,
"lotFormatId": "",
"supplierLotFlag": false,
"stockingUOM": "EA",
"receiveStatus": "A",
"receiveUOM": "",
"agingProfileName": "",
"timeToWarnForExpiration": 3600,
"FIFOWindow": 1,
"timeCode": "D",
"velocityZone": "",
"abcCode": "",
"serializationLevel": "D",
"serializationType": "OUTCAP_ONLY",
"costPerUnit": 0,
"currencyCode": "USD",
"shelfLife": 1,
"shelfLifeTimeCode": "D",
"expiryManufactureDateTracking": "",
"receivableFlag": true,
"inventoryStatusTracking": true,
"vendorId": "Vendor ABC"
},
"alternateParts": [
{
"alternateItemNumber": "ALT1",
"alternateItemType": "EAN",
"uomCode": "CS"
}
],
"footprint": {
"footprintCode": "SAMPFTPRNT",
"longDescription": "Sample Foot print",
"shortDescription": "",
"casesPerLayer": 5,
"palletStackHeight": 0,
"footprintDetails": [
{
"footprintCode": "SAMPFTPRNT",
"uomCode": "EA",
"uomLevel": 0,
"uomQuantity": 1,
"unitUOMFlag": true,
"caseFlag": false,
"packFlag": false,
"palletFlag": false,
"bulkPickingFlag": true,
"cartonizationFlag": true,
"cartonDistributionFlag": false,
"layerFlag": false,
"grossWeight": 160,
"grossWeightUOM": "KG",
"netWeight": 160,
"netWeightUOM": "KG",
"length": 1,
"lengthUOM": "FT",
"width": 1,
"widthUOM": "FT",
"height": 1,
"heightUOM": "FT",
"thresholdPercentage": 100
}
]
}
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "item/ITEM0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "item/ITEM0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested item",
"status": 404,
"instance": "item/SER_0001"
}{
"facilityId": "GB_0044",
"customerId": "CID005233",
"division": "Customer Division",
"itemNumber": "SER_0001",
"itemPart": {
"receiveStatus": "A",
"itemLongDescription": "Item long description",
"itemShortDescription": "Item short description",
"itemFamily": "",
"itemTypeCode": "",
"color": "blue",
"fit": "loose",
"loadLevel": "L",
"size": "M",
"style": "casual",
"hazardousMaterialFlag": false,
"originCodeFlag": false,
"lotTrackingFlag": false,
"lotFormatId": "",
"agingProfileName": "",
"timeToWarnForExpiration": 3600,
"FIFOWindow": 1,
"timeCode": "D",
"velocityZone": "",
"abcCode": "",
"serializationLevel": "D",
"serializationType": "OUTCAP_ONLY",
"costPerUnit": 100,
"currencyCode": "USD",
"shelfLife": 1,
"shelfLifeTimeCode": "H",
"supplierLotFlag": false,
"stockingUOM": "EA",
"expiryManufactureDateTracking": "",
"receivableFlag": true,
"duplicateSerialAllowed": false,
"minorSerialFlag": false,
"smallestAllocateableQuantity": 1,
"returnable": false,
"itemBarCode": "",
"supplierItemBarcode": "",
"commodityCode": "",
"standardTransportationCommodityCode": "",
"freightClass": "",
"productionInventoryFlag": false,
"inventoryStatusTracking": true,
"vendorId": "Vendor ABC",
"itemReferenceFields": [
{
"referenceField": "",
"referenceFieldType": ""
}
]
},
"alternateParts": [
{
"alternateItemNumber": "ALT1",
"alternateItemType": "EAN",
"uomCode": "CS",
"uomQuantity": 1
}
],
"footprint": {
"footprintCode": "SAMPFTPRNT",
"longDescription": "Sample Foot print",
"shortDescription": "Short Description of item",
"casesPerLayer": 5,
"palletStackHeight": 0,
"footprintDetails": [
{
"footprintCode": "SAMPFTPRNT",
"uomCode": "EA",
"uomLevel": 0,
"uomQuantity": 1,
"unitUOMFlag": true,
"caseFlag": false,
"packFlag": false,
"palletFlag": false,
"subpackFlag": false,
"bulkPickingFlag": true,
"cartonizationFlag": true,
"cartonDistributionFlag": false,
"layerFlag": false,
"grossWeight": 160,
"netWeight": 160,
"length": 1,
"width": 1,
"height": 1,
"thresholdPercentage": 100
}
]
},
"hazardousMaterialDetails": {
"unNumber": "",
"class": "",
"subRisk": "",
"packingGroup": "",
"packingInstructions": "",
"hazardousMaterialUOM": "",
"maximumHazardousMaterialQuantity": "",
"specialProvisions": "",
"hazardLabel": "",
"shippingName": "",
"technicalName": "",
"secondaryDescription": "",
"flashPointTemperature": "",
"flashPointTemperatureUOM": "",
"exemptionReferenceNumber": "",
"regulationSet": "",
"hazardousMaterialReferences": [
{
"hazardousMaterialReferenceField": "",
"hazardousMaterialReferenceFieldType": ""
}
]
}
}{
"facilityId": "GB_0044",
"customerId": "CID005233",
"division": "Customer Division",
"itemNumber": "SER_0001",
"itemPart": {
"itemShortDescription": "Item short description",
"itemLongDescription": "Item long description",
"itemFamily": "",
"hazardousMaterialFlag": false,
"itemTypeCode": "",
"color": "blue",
"fit": "loose",
"loadLevel": "L",
"size": "M",
"style": "casual",
"originCodeFlag": false,
"revisionLevelFlag": false,
"lotTrackingFlag": false,
"lotFormatId": "",
"supplierLotFlag": false,
"stockingUOM": "EA",
"receiveStatus": "A",
"receiveUOM": "",
"agingProfileName": "",
"timeToWarnForExpiration": 3600,
"FIFOWindow": 1,
"timeCode": "D",
"velocityZone": "",
"abcCode": "",
"serializationLevel": "D",
"serializationType": "OUTCAP_ONLY",
"costPerUnit": 0,
"currencyCode": "USD",
"shelfLife": 1,
"shelfLifeTimeCode": "D",
"expiryManufactureDateTracking": "",
"receivableFlag": true,
"duplicateSerialAllowed": false,
"minorSerialFlag": false,
"smallestAllocateableQuantity": 1,
"returnable": false,
"itemBarCode": "",
"supplierItemBarcode": "",
"commodityCode": "",
"standardTransportationCommodityCode": "",
"freightClass": "",
"productionInventoryFlag": false,
"inventoryStatusTracking": true,
"vendorId": "Vendor ABC",
"itemReferenceFields": [
{
"referenceField": "",
"referenceFieldType": ""
}
]
},
"alternateParts": [
{
"alternateItemNumber": "ALT1",
"alternateItemType": "EAN",
"uomCode": "CS",
"uomQuantity": 1
}
],
"footprint": {
"footprintCode": "SAMPFTPRNT",
"longDescription": "Sample Foot print",
"shortDescription": "",
"casesPerLayer": 5,
"palletStackHeight": 0,
"footprintDetails": [
{
"footprintCode": "SAMPFTPRNT",
"uomCode": "EA",
"uomLevel": 0,
"uomQuantity": 1,
"unitUOMFlag": true,
"caseFlag": false,
"packFlag": false,
"palletFlag": false,
"subpackFlag": false,
"bulkPickingFlag": true,
"cartonizationFlag": true,
"cartonDistributionFlag": false,
"layerFlag": false,
"grossWeight": 160,
"grossWeightUOM": "KG",
"netWeight": 160,
"netWeightUOM": "KG",
"length": 1,
"lengthUOM": "FT",
"width": 1,
"widthUOM": "FT",
"height": 1,
"heightUOM": "FT",
"thresholdPercentage": 100
}
]
},
"hazardousMaterialDetails": {
"unNumber": "",
"class": "",
"subRisk": "",
"packingGroup": "",
"packingInstructions": "",
"hazardousMaterialUOM": "",
"maximumHazardousMaterialQuantity": "",
"specialProvisions": "",
"hazardLabel": "",
"shippingName": "",
"technicalName": "",
"secondaryDescription": "",
"flashPointTemperature": "",
"flashPointTemperatureUOM": "",
"exemptionReferenceNumber": "",
"regulationSet": "",
"hazardousMaterialReferences": [
{
"hazardousMaterialReferenceField": "",
"hazardousMaterialReferenceFieldType": ""
}
]
}
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "item/ITEM0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "item/ITEM0001"
}{
"title": "Request Could not be processed",
"detail": "Object already exists",
"status": 409,
"instance": "item/ITEM0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "item/SER_0001"
}{
"facilityId": "GB_0044",
"customerId": "CID005233",
"division": "Customer Division",
"itemNumber": "SER_0001",
"itemPart": {
"receiveStatus": "A",
"itemLongDescription": "Item long description",
"itemShortDescription": "Item short description",
"itemFamily": "",
"color": "blue",
"fit": "loose",
"loadLevel": "L",
"size": "M",
"style": "casual",
"itemTypeCode": "",
"hazardousMaterialFlag": false,
"originCodeFlag": false,
"lotTrackingFlag": false,
"lotFormatId": "",
"agingProfileName": "",
"timeToWarnForExpiration": 3600,
"FIFOWindow": 1,
"timeCode": "D",
"velocityZone": "",
"abcCode": "",
"serializationLevel": "D",
"serializationType": "OUTCAP_ONLY",
"costPerUnit": 100,
"currencyCode": "USD",
"shelfLife": 1,
"shelfLifeTimeCode": "H",
"supplierLotFlag": false,
"stockingUOM": "EA",
"expiryManufactureDateTracking": "",
"receivableFlag": true,
"duplicateSerialAllowed": false,
"minorSerialFlag": false,
"smallestAllocateableQuantity": 1,
"returnable": false,
"itemBarCode": "",
"supplierItemBarcode": "",
"commodityCode": "",
"standardTransportationCommodityCode": "",
"freightClass": "",
"productionInventoryFlag": false,
"inventoryStatusTracking": true,
"vendorId": "Vendor ABC",
"itemReferenceFields": [
{
"referenceField": "",
"referenceFieldType": ""
}
]
},
"alternateParts": [
{
"alternateItemNumber": "ALT1",
"alternateItemType": "EAN",
"UOMCode": "CS",
"uomQuantity": 1
}
],
"footprint": {
"footprintCode": "SAMPFTPRNT",
"longDescription": "Sample Foot print",
"shortDescription": "Short Description of item",
"casesPerLayer": 5,
"palletStackHeight": 0,
"footprintDetails": [
{
"footprintCode": "SAMPFTPRNT",
"uomCode": "EA",
"uomLevel": 0,
"uomQuantity": 1,
"unitUOMFlag": true,
"caseFlag": false,
"packFlag": false,
"palletFlag": false,
"subpackFlag": false,
"bulkPickingFlag": true,
"cartonizationFlag": true,
"cartonDistributionFlag": false,
"layerFlag": false,
"grossWeight": 160,
"netWeight": 160,
"length": 1,
"width": 1,
"height": 1,
"thresholdPercentage": 100
}
]
},
"hazardousMaterialDetails": {
"unNumber": "",
"class": "",
"subRisk": "",
"packingGroup": "",
"packingInstructions": "",
"hazardousMaterialUOM": "",
"maximumHazardousMaterialQuantity": "",
"specialProvisions": "",
"hazardLabel": "",
"shippingName": "",
"technicalName": "",
"secondaryDescription": "",
"flashPointTemperature": "",
"flashPointTemperatureUOM": "",
"exemptionReferenceNumber": "",
"regulationSet": "",
"hazardousMaterialReferences": [
{
"hazardousMaterialReferenceField": "",
"hazardousMaterialReferenceFieldType": ""
}
]
}
}{
"facilityId": "GB_0044",
"customerId": "CID005233",
"division": "Customer Division",
"itemNumber": "SER_0001",
"itemPart": {
"itemShortDescription": "Item short description",
"itemLongDescription": "Item long description",
"itemFamily": "",
"hazardousMaterialFlag": false,
"itemTypeCode": "",
"color": "blue",
"fit": "loose",
"loadLevel": "L",
"size": "M",
"style": "casual",
"originCodeFlag": false,
"revisionLevelFlag": false,
"lotTrackingFlag": false,
"lotFormatId": "",
"supplierLotFlag": false,
"stockingUOM": "EA",
"receiveStatus": "A",
"receiveUOM": "",
"agingProfileName": "",
"timeToWarnForExpiration": 3600,
"FIFOWindow": 1,
"timeCode": "D",
"velocityZone": "",
"abcCode": "",
"serializationLevel": "D",
"serializationType": "OUTCAP_ONLY",
"costPerUnit": 0,
"currencyCode": "USD",
"shelfLife": 1,
"shelfLifeTimeCode": "D",
"expiryManufactureDateTracking": "",
"receivableFlag": true,
"duplicateSerialAllowed": false,
"minorSerialFlag": false,
"smallestAllocateableQuantity": 1,
"returnable": false,
"itemBarCode": "",
"supplierItemBarcode": "",
"commodityCode": "",
"standardTransportationCommodityCode": "",
"freightClass": "",
"productionInventoryFlag": false,
"inventoryStatusTracking": true,
"vendorId": "Vendor ABC",
"itemReferenceFields": [
{
"referenceField": "",
"referenceFieldType": ""
}
]
},
"alternateParts": [
{
"alternateItemNumber": "ALT1",
"alternateItemType": "EAN",
"uomCode": "CS",
"uomQuantity": 1
}
],
"footprint": {
"footprintCode": "SAMPFTPRNT",
"longDescription": "Sample Foot print",
"shortDescription": "",
"casesPerLayer": 5,
"palletStackHeight": 0,
"footprintDetails": [
{
"footprintCode": "SAMPFTPRNT",
"uomCode": "EA",
"uomLevel": 0,
"uomQuantity": 1,
"unitUOMFlag": true,
"caseFlag": false,
"packFlag": false,
"palletFlag": false,
"subpackFlag": false,
"bulkPickingFlag": true,
"cartonizationFlag": true,
"cartonDistributionFlag": false,
"layerFlag": false,
"grossWeight": 160,
"grossWeightUOM": "KG",
"netWeight": 160,
"netWeightUOM": "KG",
"length": 1,
"lengthUOM": "FT",
"width": 1,
"widthUOM": "FT",
"height": 1,
"heightUOM": "FT",
"thresholdPercentage": 100
}
]
},
"hazardousMaterialDetails": {
"unNumber": "",
"class": "",
"subRisk": "",
"packingGroup": "",
"packingInstructions": "",
"hazardousMaterialUOM": "",
"maximumHazardousMaterialQuantity": "",
"specialProvisions": "",
"hazardLabel": "",
"shippingName": "",
"technicalName": "",
"secondaryDescription": "",
"flashPointTemperature": "",
"flashPointTemperatureUOM": "",
"exemptionReferenceNumber": "",
"regulationSet": "",
"hazardousMaterialReferences": [
{
"hazardousMaterialReferenceField": "",
"hazardousMaterialReferenceFieldType": ""
}
]
}
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "item/ITEM0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "item/ITEM0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested item",
"status": 404,
"instance": "item/SER_0001"
}{
"title": "Request Could not be processed",
"detail": "Object already exists",
"status": 409,
"instance": "item/ITEM0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "item/SER_0001"
}Inventory Management(3 operations)
| Query Parameter Name | Example |
|---|---|
facilityId* | est nostrud nulla |
customerId* | laborum non sunt tempor commodo |
division | sed ut |
itemNumber | dolor minim cupidatat sint |
lotNumber | veniam enim nostrud consectetur |
revisionLevel | exercitation consequat |
inventoryStatus | Unusable |
customsBonded | false |
warehouseLocationID | cupidatat non |
palletID | ex |
cartonID | exercitation et |
serialNumber | dolore aliqua |
originCode | tempor mollit commodo |
fromManufactureDate | in |
toManufactureDate | anim deserunt id |
fromExpiryDate | quis anim occaecat cupidatat |
toExpiryDate | et anim Excepteur sed laboris |
page | 94867696 |
{
"facilityId": "GB_0044",
"customerId": "CID005233",
"division": "Customer Division",
"pagination": {
"page": 0,
"pageSize": 100,
"totalPages": 2
},
"InventoryDetailLines": [
{
"itemNumber": "SER_0001",
"itemDescription": "Item Description",
"itemFamily": "string",
"itemBrand": "string",
"itemFit": "string",
"itemStyle": "string",
"itemColor": "string",
"itemSize": "string",
"inventoryItemReference1": "string",
"inventoryItemReference2": "string",
"inventoryItemReference3": "string",
"inventoryItemReference4": "string",
"inventoryItemReference5": "string",
"lotNumber": "LOTA",
"manufactureDate": "20160401223000",
"expiryDate": "20190801223000",
"inventoryStatus": "Available",
"revisionLevel": "REV1",
"originCode": "GB",
"customsBonded": true,
"serialNumber": "A1783",
"palletID": "PST1LOAD1",
"cartonID": "PST1CASE1",
"warehouseLocationID": "A001B001RSL1010",
"availableQuantity": 1,
"blockedQuantity": 0,
"quarantineQuantity": 0,
"totalStockOnHandQuantity": 1,
"availableQuantityToPromise": -399,
"openReceiptQuantity": 0,
"quantityCommittedToOrder": 400,
"customerReference1": "string",
"customerReference2": "string",
"customerReference3": "string",
"customerReference4": "string",
"customerReference5": "string"
}
]
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "item/ITEM0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "item/ITEM0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested item",
"status": 404,
"instance": "item/SER_0001"
}| Query Parameter Name | Example |
|---|---|
facilityId* | adipisicing eiusmod |
customerId* | esse veniam pariatur irure deserunt |
itemNumber* | adipisicing dolor |
lotNumber | in dolore ex |
originCode | sed ipsum occaecat sit |
revisionLevel | aute pariatur veniam |
inventoryStatus | CriticalHold |
customsBonded | false |
groupby | originCode |
{
"facilityId": "GB_0044",
"customerId": "CID005233",
"division": "Customer Division",
"itemNumber": "SER_0001",
"itemDescription": "Item Description",
"itemFamily": "string",
"itemSeason": "string",
"itemBrand": "string",
"itemFit": "string",
"itemStyle": "string",
"itemColor": "string",
"itemSize": "string",
"inventoryItemReference1": "string",
"inventoryItemReference2": "string",
"inventoryItemReference3": "string",
"inventoryItemReference4": "string",
"inventoryItemReference5": "string",
"InventorySummaryLines": [
{
"lotNumber": "LOTA",
"manufactureDate": "20160401223000",
"expiryDate": "20190801223000",
"inventoryStatus": "Available",
"revisionLevel": "REV1",
"originCode": "BE",
"customsBonded": true,
"serialNumber": "A1783",
"availableQuantity": 450,
"blockedQuantity": 0,
"quarantineQuantity": 0,
"totalStockOnHandQuantity": 1,
"availableQuantityToPromise": -449,
"openReceiptQuantity": 0,
"quantityCommittedToOrder": 0
}
]
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "item/ITEM0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "item/ITEM0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested item",
"status": 404,
"instance": "item/SER_0001"
}{
"customerId": "CID000362",
"facilityId": "GB_0044",
"itemNumber": "APITEST1",
"lotNumber": "MAR252019",
"fromStatus": "Damaged",
"toStatus": "Available"
}{
"customerId": "CID000362",
"facilityId": "GB_0044",
"divsion": "Customer Division",
"itemNumber": "APITEST1",
"lotNumber": "MAR252019",
"fromStatus": "Damaged",
"toStatus": "Available",
"successQuantity": 0,
"failedQuantity": 960
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "item/ITEM0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "item/ITEM0001"
}{
"title": "Request Could not be processed",
"detail": "Object already exists",
"status": 409,
"instance": "item/ITEM0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "item/SER_0001"
}Outbound Logistics Order(5 operations)
| Query Parameter Name | Example |
|---|---|
facilityId* | officia |
customerId* | commodo incididunt Duis Ut anim |
offset | 39403740.45748776 |
limit | 21216759.198472172 |
{
"customerId": "CID000362",
"facilityId": "GB_0044",
"totalOrderCount": 637,
"orderNumberList": [
{
"orderNumber": "APITEST1",
"orderStatus": "Unallocated",
"orderType": "CustomerOrder",
"orderTypeDescription": "Customer Outbound Orders"
}
],
"offset": 0,
"limit": 1
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "order/ORD0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "order/ORD0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested order",
"status": 404,
"instance": "order/ORD0001"
}| Query Parameter Name | Example |
|---|---|
facilityId* | Duis irure |
customerId* | irure |
orderNumber* | reprehenderit ut dolore in sint |
{
"actualShipmentDate": "20190801223000",
"billOfLadingNumber": "string",
"billTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"city": "Brno",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"cancelledFlag": false,
"carrierName": "CAR1",
"carrierServiceLevel": "NORMAL",
"customerId": "CID005233",
"customerPurchaseOrderDate": "string",
"customerPurchaseOrderNumber": "string",
"customerPurchaseOrderType": "string",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"division": "Customer Division",
"expectedDeliveryDate": "20190801223000",
"expectedShipmentDate": "20190801223000",
"facilityId": "GB_0044",
"incotermId": "DAP",
"invoiceNumber": "string",
"manifestNumber": "string",
"orderDate": "20170816091031",
"orderLines": [
{
"cancelledFlag": false,
"commodityCode": "0123",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"inventoryStatus": "Available",
"itemNumber": "Item001",
"lineNumber": "0001",
"lotNumber": "LOTA",
"orderedQuantity": 50,
"orderLineNotes": [
{
"noteLineNumber": "0001",
"noteText": "Pack separately",
"noteType": "ShippingNotes",
"noteTypeDescription": "Shipping Notes"
}
],
"originalOrderedQuantity": 100,
"originCode": "BE",
"prePackGroup": "Workstation",
"prePackQuantity": 2,
"revisionLevel": "EV01",
"serialNumbers": [
{
"serialNumber": "serialnum"
}
],
"subLineNumber": "0000",
"supplierLotNumber": "string",
"supplierNumber": "string",
"unitOfMeasure": "EA",
"unitPrice": 5,
"unitPriceCurrency": "USD"
}
],
"orderNotes": [
{
"noteLineNumber": "0001",
"noteText": "Pack separately",
"noteType": "ShippingNotes",
"noteTypeDescription": "Shipping Notes"
}
],
"orderNumber": "ORDAPITEST",
"orderStatus": "Picking Begun",
"orderType": "CustomerOrder",
"routeTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"city": "Brno",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"salesChannel": "B2C",
"seller": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"city": "Brno",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"shipTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"city": "Brno",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"storeCode": "STORE1"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "order/ORD0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "order/ORD0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested order",
"status": 404,
"instance": "order/ORD0001"
}{
"actualShipmentDate": "20190801223000",
"billingMethodCode": "string",
"billOfLadingNumber": "string",
"billTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"cancelledFlag": false,
"carrierName": "CAR1",
"carrierServiceLevel": "NORMAL",
"customerId": "CID005233",
"customerPurchaseOrderDate": "string",
"customerPurchaseOrderNumber": "string",
"customerPurchaseOrderType": "string",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"departmentNumber": "string",
"division": "Customer Division",
"expectedDeliveryDate": "20190801223000",
"expectedShipmentDate": "20190801223000",
"facilityId": "GB_0044",
"incotermId": "DAP",
"invoiceNumber": "string",
"manifestNumber": "string",
"modeOfTransport": "AIR",
"orderDate": "20170816091031",
"orderLines": [
{
"accountNumber": "accountnum",
"cancelledFlag": false,
"commodityCode": "0123",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"dangerousGoodsCode": "Code",
"externalSystemPurchaseOrderNbr": "Ordernum",
"incotermId": "DAP",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "attribute",
"inventoryAttributeType": "type"
}
],
"inventoryStatus": "Available",
"itemNumber": "Item001",
"lineNumber": "0001",
"lotNumber": "LOTA",
"minimumShelfLife": 2,
"orderedQuantity": 50,
"orderLineNotes": [
{
"noteLineNumber": "0001",
"noteText": "Pack separately",
"noteType": "ShippingNotes",
"noteTypeDescription": "Shipping Notes"
}
],
"orderLineReferenceFields": [
{
"referenceField": "reference",
"referenceFieldType": "type"
}
],
"originalOrderedQuantity": 100,
"originCode": "BE",
"prePackGroup": "Workstation",
"prePackQuantity": 2,
"revisionLevel": "EV01",
"serialkeys": [
"unit"
],
"serialNumbers": [
[
"SER001"
],
[
"SER002"
]
],
"subLineNumber": "0000",
"supplierLotNumber": "string",
"supplierNumber": "string",
"unitOfMeasure": "EA",
"unitPrice": 5,
"unitPriceCurrency": "USD"
}
],
"orderNotes": [
{
"noteLineNumber": "0001",
"noteText": "Pack separately",
"noteType": "ShippingNotes",
"noteTypeDescription": "Shipping Notes"
}
],
"orderNumber": "ORDAPITEST",
"orderReferenceFields": [
{
"referenceField": "string",
"referenceFieldType": "string"
}
],
"orderStatus": "Picking Begun",
"orderType": "CustomerOrder",
"priority": "10",
"routeTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"salesChannel": "B2C",
"seller": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"serviceLevel": "SAME DAY",
"shipTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"storeCode": "STORE1"
}{
"actualShipmentDate": "20190801223000",
"billingMethodCode": "string",
"billOfLadingNumber": "string",
"billTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"cancelledFlag": false,
"carrierName": "CAR1",
"carrierServiceLevel": "NORMAL",
"customerId": "CID005233",
"customerPurchaseOrderDate": "string",
"customerPurchaseOrderNumber": "string",
"customerPurchaseOrderType": "string",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"departmentNumber": "string",
"division": "Customer Division",
"expectedDeliveryDate": "20190801223000",
"expectedShipmentDate": "20190801223000",
"facilityId": "GB_0044",
"incotermId": "DAP",
"invoiceNumber": "string",
"manifestNumber": "string",
"modeOfTransport": "AIR",
"orderDate": "20170816091031",
"orderLines": [
{
"accountNumber": "accountnum",
"cancelledFlag": false,
"commodityCode": "0123",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"dangerousGoodsCode": "Code",
"externalSystemPurchaseOrderNbr": "Ordernum",
"incotermId": "DAP",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "attribute",
"inventoryAttributeType": "type"
}
],
"inventoryStatus": "Available",
"itemNumber": "Item001",
"lineNumber": "0001",
"lotNumber": "LOTA",
"minimumShelfLife": 2,
"orderedQuantity": 50,
"orderLineNotes": [
{
"noteLineNumber": "0001",
"noteText": "Pack separately",
"noteType": "ShippingNotes",
"noteTypeDescription": "Shipping Notes"
}
],
"orderLineReferenceFields": [
{
"referenceField": "reference",
"referenceFieldType": "type"
}
],
"originalOrderedQuantity": 100,
"originCode": "BE",
"prePackGroup": "Workstation",
"prePackQuantity": 2,
"revisionLevel": "EV01",
"serialkeys": [
"unit"
],
"serialNumbers": [
[
"SER001"
],
[
"SER002"
]
],
"subLineNumber": "0000",
"supplierLotNumber": "string",
"supplierNumber": "string",
"unitOfMeasure": "EA",
"unitPrice": 5,
"unitPriceCurrency": "USD"
}
],
"orderNotes": [
{
"noteLineNumber": "0001",
"noteText": "Pack separately",
"noteType": "ShippingNotes",
"noteTypeDescription": "Shipping Notes"
}
],
"orderNumber": "ORDAPITEST",
"orderReferenceFields": [
{
"referenceField": "string",
"referenceFieldType": "string"
}
],
"orderStatus": "Picking Begun",
"orderType": "CustomerOrder",
"priority": "10",
"routeTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"salesChannel": "B2C",
"seller": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"serviceLevel": "SAME DAY",
"shipTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"storeCode": "STORE1"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "order/ORD0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "order/ORD0001"
}{
"title": "Request Could not be processed",
"detail": "Object already exists",
"status": 409,
"instance": "order/ORD0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "order/ORD0001"
}{
"actualShipmentDate": "20190801223000",
"billingMethodCode": "string",
"billOfLadingNumber": "string",
"billTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"cancelledFlag": false,
"carrierName": "CAR1",
"carrierServiceLevel": "NORMAL",
"customerId": "CID005233",
"customerPurchaseOrderDate": "string",
"customerPurchaseOrderNumber": "string",
"customerPurchaseOrderType": "string",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"departmentNumber": "string",
"division": "Customer Division",
"expectedDeliveryDate": "20190801223000",
"expectedShipmentDate": "20190801223000",
"facilityId": "GB_0044",
"incotermId": "DAP",
"invoiceNumber": "string",
"manifestNumber": "string",
"modeOfTransport": "AIR",
"orderDate": "20170816091031",
"orderLines": [
{
"accountNumber": "accountnum",
"cancelledFlag": false,
"commodityCode": "0123",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"dangerousGoodsCode": "Code",
"externalSystemPurchaseOrderNbr": "Ordernum",
"incotermId": "DAP",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "attribute",
"inventoryAttributeType": "type"
}
],
"inventoryStatus": "Available",
"itemNumber": "Item001",
"lineNumber": "0001",
"lotNumber": "LOTA",
"minimumShelfLife": 2,
"orderedQuantity": 50,
"orderLineNotes": [
{
"noteLineNumber": "0001",
"noteText": "Pack separately",
"noteType": "ShippingNotes",
"noteTypeDescription": "Shipping Notes"
}
],
"orderLineReferenceFields": [
{
"referenceField": "reference",
"referenceFieldType": "type"
}
],
"originalOrderedQuantity": 100,
"originCode": "BE",
"prePackGroup": "Workstation",
"prePackQuantity": 2,
"revisionLevel": "EV01",
"serialkeys": [
"unit"
],
"serialNumbers": [
[
"SER001"
],
[
"SER002"
]
],
"subLineNumber": "0000",
"supplierLotNumber": "string",
"supplierNumber": "string",
"unitOfMeasure": "EA",
"unitPrice": 5,
"unitPriceCurrency": "USD"
}
],
"orderNotes": [
{
"noteLineNumber": "0001",
"noteText": "Pack separately",
"noteType": "ShippingNotes",
"noteTypeDescription": "Shipping Notes"
}
],
"orderNumber": "ORDAPITEST",
"orderReferenceFields": [
{
"referenceField": "string",
"referenceFieldType": "string"
}
],
"orderStatus": "Picking Begun",
"orderType": "CustomerOrder",
"priority": "10",
"routeTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"salesChannel": "B2C",
"seller": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"serviceLevel": "SAME DAY",
"shipTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"storeCode": "STORE1"
}{
"actualShipmentDate": "20190801223000",
"billingMethodCode": "string",
"billOfLadingNumber": "string",
"billTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"cancelledFlag": false,
"carrierName": "CAR1",
"carrierServiceLevel": "NORMAL",
"customerId": "CID005233",
"customerPurchaseOrderDate": "string",
"customerPurchaseOrderNumber": "string",
"customerPurchaseOrderType": "string",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"departmentNumber": "string",
"division": "Customer Division",
"expectedDeliveryDate": "20190801223000",
"expectedShipmentDate": "20190801223000",
"facilityId": "GB_0044",
"incotermId": "DAP",
"invoiceNumber": "string",
"manifestNumber": "string",
"modeOfTransport": "AIR",
"orderDate": "20170816091031",
"orderLines": [
{
"accountNumber": "accountnum",
"cancelledFlag": false,
"commodityCode": "0123",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"dangerousGoodsCode": "Code",
"externalSystemPurchaseOrderNbr": "Ordernum",
"incotermId": "DAP",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "attribute",
"inventoryAttributeType": "type"
}
],
"inventoryStatus": "Available",
"itemNumber": "Item001",
"lineNumber": "0001",
"lotNumber": "LOTA",
"minimumShelfLife": 2,
"orderedQuantity": 50,
"orderLineNotes": [
{
"noteLineNumber": "0001",
"noteText": "Pack separately",
"noteType": "ShippingNotes",
"noteTypeDescription": "Shipping Notes"
}
],
"orderLineReferenceFields": [
{
"referenceField": "reference",
"referenceFieldType": "type"
}
],
"originalOrderedQuantity": 100,
"originCode": "BE",
"prePackGroup": "Workstation",
"prePackQuantity": 2,
"revisionLevel": "EV01",
"serialkeys": [
"unit"
],
"serialNumbers": [
[
"SER001"
],
[
"SER002"
]
],
"subLineNumber": "0000",
"supplierLotNumber": "string",
"supplierNumber": "string",
"unitOfMeasure": "EA",
"unitPrice": 5,
"unitPriceCurrency": "USD"
}
],
"orderNotes": [
{
"noteLineNumber": "0001",
"noteText": "Pack separately",
"noteType": "ShippingNotes",
"noteTypeDescription": "Shipping Notes"
}
],
"orderNumber": "ORDAPITEST",
"orderReferenceFields": [
{
"referenceField": "string",
"referenceFieldType": "string"
}
],
"orderStatus": "Picking Begun",
"orderType": "CustomerOrder",
"priority": "10",
"routeTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"salesChannel": "B2C",
"seller": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"serviceLevel": "SAME DAY",
"shipTo": {
"addressId": "A000000024",
"addressLine1": "Kelvin Street",
"addressLine2": "string",
"addressLine3": "string",
"addressName": "CUST01",
"addressType": "CST",
"attentionName": "Name",
"city": "Brno",
"contactName": "Name",
"countryCode": "CZE",
"customerId": "EU-CUSTOMER-01",
"email": "string",
"name": "string",
"phoneNumber": "string",
"postCode": "60000",
"state": "string"
},
"storeCode": "STORE1"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "order/ORD0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "order/ORD0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested order",
"status": 404,
"instance": "order/ORD0001"
}{
"title": "Request Could not be processed",
"detail": "Object already exists",
"status": 409,
"instance": "order/ORD0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "order/ORD0001"
}| Query Parameter Name | Example |
|---|---|
facilityId* | exercitation voluptate |
customerId* | sed do |
division | ut Excepteur magna incididunt |
orderNumber* | tempor laboris sint Lorem aute |
orderType | AdvancedOrder |
{
"facilityId": "GB_0044",
"customerId": "CID005233",
"status": "Order cancelled successfully",
"detail": "order/ORD001"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "order/ORD0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "order/ORD0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested order",
"status": 404,
"instance": "order/ORD0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "order/ORD0001"
}Inbound Logistics Order(5 operations)
| Query Parameter Name | Example |
|---|---|
facilityId* | Duis et amet consectetur voluptate |
customerId* | ullamco Excepteur qui irure |
receiptType* | Production |
{
"customerId": "CID000362",
"facilityId": "GB_0044",
"totalASNCount": 38,
"ASNList": [
{
"receiptNumber": "RCPT000000042",
"shipmentNumber": "EUGENE02",
"supplierNumber": "EU-SUP-01",
"receiptTypeDescription": "Customer Return"
}
]
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "shipment/RCPT0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "shipment/RCPT0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested shipment",
"status": 404,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "shipment/RCPT0001"
}| Query Parameter Name | Example |
|---|---|
facilityId* | do aute elit sit ex |
customerId* | ea incididunt qui eu commodo |
receiptNumber* | pariatur velit ullamco |
shipmentNumber | laborum occaecat anim dolor officia |
{
"customerId": "nO1eZutR",
"customerReference1": "makkNDNKJ5",
"customerReference10": "MRFPsDl64u",
"customerReference2": "muMF3xq66f",
"customerReference3": "JNbAXcIi9C",
"customerReference4": "hhXWkU07K3",
"customerReference5": "GkI7EBgWGh",
"customerReference6": "oNDYtEfBt4",
"customerReference7": "dQyxwjDkpQ",
"customerReference8": "MCG6AEmCQN",
"customerReference9": "KvFm1GmLjo",
"division": "FoodAndBev",
"facilityId": "7",
"invoiceNumber": "INV-890622",
"orderNumber": "ORD-87964802",
"originalOrderNumber": "ORD-91408894",
"receiptDate": "20260522112000",
"receiptLines": [
{
"customerReference1": "ZIndSS8lCJ",
"customerReference10": "YtpV7LG7Ox",
"customerReference2": "sRs7BRy9Y8",
"customerReference3": "nxkOfXj6uZ",
"customerReference4": "8qIjSv790t",
"customerReference5": "Hk9teUamoa",
"customerReference6": "lAaV0LmumK",
"customerReference7": "SmPqLP9ePp",
"customerReference8": "yIlEmrC108",
"customerReference9": "gOvwWdxMbE",
"expectedQuantity": 303,
"expirationDate": "2026-11-29T00:00:00.0Z",
"identifiedQuantity": 117,
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Composition",
"inventoryAttributeType": "Percent"
},
{
"inventoryAttributeField": "Weight",
"inventoryAttributeType": "Percent"
},
{
"inventoryAttributeField": "Size",
"inventoryAttributeType": "MultiSelect"
}
],
"itemNumber": "irlO1RFc",
"lineNumber": "6",
"lotNumber": "FlSq2Mf0o8",
"manufactureDate": "2026-01-24T00:00:00.0Z",
"originCode": "NG",
"receiptLinesReferenceFields": [
{
"referenceField": "MISC-001",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-B",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receivedQuantity": 503,
"receiveStatus": "Inspection",
"revisionLevel": "E",
"subLineNumber": "0",
"supplierLotNumber": "ajJqY8rJtM"
},
{
"customerReference1": "nfnhXedyXM",
"customerReference10": "D02D9lD3V5",
"customerReference2": "k9H6exy0Ej",
"customerReference3": "2kJGS6O1IG",
"customerReference4": "scxv8L2YvC",
"customerReference5": "SRglW6dLSX",
"customerReference6": "NGJ7rfQMHH",
"customerReference7": "qwafR2dfzD",
"customerReference8": "V16yRPEmcw",
"customerReference9": "wCUH3GpY47",
"expectedQuantity": 43,
"expirationDate": "2026-11-13T00:00:00.0Z",
"identifiedQuantity": 755,
"inventoryAttributeFields": [
{
"inventoryAttributeField": "BatchID",
"inventoryAttributeType": "Percent"
}
],
"itemNumber": "RirfFwnH",
"lineNumber": "2",
"lotNumber": "k6xAsBOsbf",
"manufactureDate": "2025-12-17T00:00:00.0Z",
"originCode": "ID",
"receiptLinesReferenceFields": [
{
"referenceField": "NOTES-01",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receivedQuantity": 674,
"receiveStatus": "Inspection",
"revisionLevel": "D",
"subLineNumber": "9",
"supplierLotNumber": "lrY0Bux6A8"
},
{
"customerReference1": "TSkVFP068m",
"customerReference10": "s2SgTeNgf9",
"customerReference2": "JFnh7yxz7o",
"customerReference3": "qZeHC6mzm5",
"customerReference4": "sDsaBwUkct",
"customerReference5": "HJQ3ulYEiq",
"customerReference6": "yUgVH6KJLq",
"customerReference7": "UWSXK7zkZD",
"customerReference8": "OtNQTgYuRK",
"customerReference9": "diXJTrhTq9",
"expectedQuantity": 500,
"expirationDate": "2028-07-14T00:00:00.0Z",
"identifiedQuantity": 933,
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Source",
"inventoryAttributeType": "Percent"
},
{
"inventoryAttributeField": "Source",
"inventoryAttributeType": "Location"
},
{
"inventoryAttributeField": "Quality",
"inventoryAttributeType": "MultiSelect"
},
{
"inventoryAttributeField": "Weight",
"inventoryAttributeType": "Dropdown"
},
{
"inventoryAttributeField": "Safety",
"inventoryAttributeType": "Dropdown"
}
],
"itemNumber": "4Fdw4LzX",
"lineNumber": "2",
"lotNumber": "EOihu7DBrl",
"manufactureDate": "2026-06-02T00:00:00.0Z",
"originCode": "NR",
"receiptLinesReferenceFields": [
{
"referenceField": "NOTES-01",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receivedQuantity": 851,
"receiveStatus": "CriticalHold",
"revisionLevel": "Y",
"subLineNumber": "2",
"supplierLotNumber": "JBlvLaf4b8"
}
],
"receiptNumber": "RCPT-95671511",
"receiptType": "TransferShipment",
"receiptTypeDescription": "Sample Receipt",
"returnReferenceNumber": "RET-GNKV3M",
"shipmentNumber": "SHP-3979441",
"supplierNumber": "0",
"waybill": "WB-6193498512"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "shipment/RCPT0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "shipment/RCPT0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested shipment",
"status": 404,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "shipment/RCPT0001"
}{
"customerId": "CID000362",
"facilityId": "GB_0044",
"division": "Customer Division",
"orderNumber": "n1233ull",
"receiptNumber": "RCPT000000042",
"receiptDate": "20190708130143",
"receiptType": "InboundOrder",
"receiptTypeDescription": "Customer inbound order",
"waybill": "WBILL01",
"supplierNumber": "EU-SUP-01",
"shipmentNumber": "EUGENE02",
"returnReferenceNumber": "RCPT000000042",
"invoiceNumber": "Invoice Number",
"originalOrderNumber": "Order Number",
"customerReference1": "customer reference 1",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"customerReference10": "customer reference 10",
"shipFrom": [
{
"addressId": "A000000021",
"customerId": "EU-CUSTOMER-01",
"addressName": "Laptop Screen Builder",
"addressLine2": "Rockfeller Building 2",
"addressLine1": "Kelvin Street",
"addressLine3": "West wing",
"postCode": "CZ60-000",
"city": "Brno",
"state": "BO",
"countryCode": "CZE",
"name": "Petr Parker",
"phoneNumber": "777-555-789",
"email": "contact@laptopscreenbuilder.com",
"contactName": "Petr Parker",
"attentionName": "Petr Parker"
}
],
"receiptReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
],
"receiptLines": [
{
"lineNumber": "0001",
"subLineNumber": "0000",
"itemNumber": "EUGENEITEM",
"lotNumber": "LOTA",
"supplierLotNumber": "SUPPLOTA",
"expectedQuantity": 99999,
"receiveStatus": "Available",
"revisionLevel": "RVLVL1",
"originCode": "GB",
"manufactureDate": "",
"expirationDate": "",
"customerReference1": "customer reference 1",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"customerReference10": "customer reference 10",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Attribute",
"inventoryAttributeType": "Type"
}
],
"receiptLinesReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
]
}
]
}{
"customerId": "Customer ID",
"customerReference1": "culpa",
"customerReference10": "proident reprehenderit elit culpa",
"customerReference2": "dolor Lorem exercitation est",
"customerReference3": "ipsum dolor laborum fugiat et",
"customerReference4": "eiusmod sunt",
"customerReference5": "exercitation ea",
"customerReference6": "nisi ullamco eu",
"customerReference7": "in ullamco",
"customerReference8": "elit Duis dolor",
"customerReference9": "id",
"division": "Customer Division",
"facilityId": "Facility ID",
"invoiceNumber": "culpa ad laborum occaecat",
"orderNumber": "ORDNUM1",
"originalOrderNumber": "ORD45",
"receiptDate": "20190701223000",
"receiptLines": [
{
"customerReference1": "SLBpAEE7eB",
"customerReference10": "qIM1E3gMQP",
"customerReference2": "J2ljPvhOZV",
"customerReference3": "4IXbwSFqmz",
"customerReference4": "qJTcMF7BnS",
"customerReference5": "lUXP2Qsqto",
"customerReference6": "q4FFrHbkOm",
"customerReference7": "GnOgKh66UB",
"customerReference8": "H0WSRX1rW9",
"customerReference9": "1dfFB1TeN2",
"expectedQuantity": 11,
"expirationDate": "2026-12-08T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Weight",
"inventoryAttributeType": "FreeText"
},
{
"inventoryAttributeField": "Safety",
"inventoryAttributeType": "Location"
},
{
"inventoryAttributeField": "Size",
"inventoryAttributeType": "Numeric"
},
{
"inventoryAttributeField": "Length",
"inventoryAttributeType": "Date"
}
],
"itemNumber": "CWPjJOUA",
"lineNumber": "5",
"lotNumber": "sytsdHvgMe",
"manufactureDate": "2026-01-28T00:00:00.0Z",
"originCode": "SH",
"receiptLinesReferenceFields": [
{
"referenceField": "NOTES-01",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-001",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "MISC-001",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-B",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receiveStatus": "CriticalHold",
"revisionLevel": "E",
"subLineNumber": "8",
"supplierLotNumber": "1Rh9Uyr0MH"
},
{
"customerReference1": "TVWrDeWy1A",
"customerReference10": "VrxWWhnHsX",
"customerReference2": "JvHRzG6AxL",
"customerReference3": "oGOkcnus40",
"customerReference4": "Y859cb4Kn6",
"customerReference5": "z2r0XORDIu",
"customerReference6": "YC6TktDKcj",
"customerReference7": "6iJSCIP4RB",
"customerReference8": "1fvMBlYFUn",
"customerReference9": "n4NyrMJEW4",
"expectedQuantity": 332,
"expirationDate": "2026-10-13T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Grade",
"inventoryAttributeType": "MultiSelect"
},
{
"inventoryAttributeField": "Safety",
"inventoryAttributeType": "MultiSelect"
},
{
"inventoryAttributeField": "Safety",
"inventoryAttributeType": "Integer"
},
{
"inventoryAttributeField": "Source",
"inventoryAttributeType": "Percent"
}
],
"itemNumber": "nyi09gsO",
"lineNumber": "2",
"lotNumber": "iQT8Kj9kVr",
"manufactureDate": "2026-01-04T00:00:00.0Z",
"originCode": "CN",
"receiptLinesReferenceFields": [
{
"referenceField": "REF-004",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "NOTES-01",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-005",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "MISC-001",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "NOTES-01",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receiveStatus": "Hold",
"revisionLevel": "X",
"subLineNumber": "9",
"supplierLotNumber": "qkqu8zxYkv"
},
{
"customerReference1": "uwzN9Dlbvs",
"customerReference10": "eNqFsZg1Kn",
"customerReference2": "xe32o5xDzY",
"customerReference3": "YtbDiTA9ZM",
"customerReference4": "ZiSa7g5WP8",
"customerReference5": "oWY5O2C08a",
"customerReference6": "Y4Q58wSCct",
"customerReference7": "1L3a6mupC3",
"customerReference8": "LoDsoo6km4",
"customerReference9": "eTQ8HrM20t",
"expectedQuantity": 146,
"expirationDate": "2026-12-25T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Length",
"inventoryAttributeType": "Location"
},
{
"inventoryAttributeField": "Quality",
"inventoryAttributeType": "MultiSelect"
},
{
"inventoryAttributeField": "Grade",
"inventoryAttributeType": "Numeric"
},
{
"inventoryAttributeField": "Size",
"inventoryAttributeType": "MultiSelect"
}
],
"itemNumber": "KK1UDh7G",
"lineNumber": "1",
"lotNumber": "d4OsOxOxwx",
"manufactureDate": "2025-10-31T00:00:00.0Z",
"originCode": "IM",
"receiptLinesReferenceFields": [
{
"referenceField": "REF-003",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receiveStatus": "Available",
"revisionLevel": "h",
"subLineNumber": "9",
"supplierLotNumber": "iYvZ97Lvfd"
},
{
"customerReference1": "mhlCF2BcFT",
"customerReference10": "qLlKmef5MW",
"customerReference2": "jryxA4wkYQ",
"customerReference3": "LCWTCoNIMV",
"customerReference4": "G7uivRFYqU",
"customerReference5": "Gi23SfYnaa",
"customerReference6": "uY331ScypH",
"customerReference7": "WzyVfSPqKy",
"customerReference8": "V3bgYY1cZB",
"customerReference9": "VUXlka1dvm",
"expectedQuantity": 472,
"expirationDate": "2027-03-16T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Length",
"inventoryAttributeType": "Currency"
},
{
"inventoryAttributeField": "Grade",
"inventoryAttributeType": "Boolean"
},
{
"inventoryAttributeField": "BatchID",
"inventoryAttributeType": "Dropdown"
}
],
"itemNumber": "C26bmI3R",
"lineNumber": "9",
"lotNumber": "8WSp0kFlbB",
"manufactureDate": "2025-10-29T00:00:00.0Z",
"originCode": "KM",
"receiptLinesReferenceFields": [
{
"referenceField": "REF-005",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "MISC-001",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "MISC-001",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "NOTES-01",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receiveStatus": "Expired",
"revisionLevel": "Q",
"subLineNumber": "4",
"supplierLotNumber": "cZEG5lzdMG"
},
{
"customerReference1": "pR6kVgoQcA",
"customerReference10": "T09OSOogzw",
"customerReference2": "UvXzFs5aam",
"customerReference3": "AjSkqLyNDM",
"customerReference4": "1o5i59fQho",
"customerReference5": "YRgCwAbQ7d",
"customerReference6": "NSH0LI2aqa",
"customerReference7": "1fvEFxb1jl",
"customerReference8": "k2y5xNHh7F",
"customerReference9": "Us7NTO2b11",
"expectedQuantity": 138,
"expirationDate": "2027-07-01T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Grade",
"inventoryAttributeType": "Date"
},
{
"inventoryAttributeField": "Composition",
"inventoryAttributeType": "Currency"
},
{
"inventoryAttributeField": "Weight",
"inventoryAttributeType": "FreeText"
}
],
"itemNumber": "kf8Lr5uc",
"lineNumber": "3",
"lotNumber": "GyGHUQw36g",
"manufactureDate": "2026-01-01T00:00:00.0Z",
"originCode": "KI",
"receiptLinesReferenceFields": [
{
"referenceField": "MISC-001",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-001",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receiveStatus": "Expired",
"revisionLevel": "Z",
"subLineNumber": "7",
"supplierLotNumber": "aqEgUYEkWy"
}
],
"receiptNumber": "RCPTNUM1",
"receiptReferenceFields": [
{
"referenceField": "Shipping",
"referenceFieldType": "Department"
},
{
"referenceField": "Shipping",
"referenceFieldType": "Department"
},
{
"referenceField": "Shipping",
"referenceFieldType": "Department"
},
{
"referenceField": "Shipping",
"referenceFieldType": "Department"
}
],
"receiptType": "InboundOrder",
"receiptTypeDescription": "Production",
"returnReferenceNumber": "RCPTNUM1",
"shipFrom": {
"addressId": "minim",
"addressLine1": "349 Hand Groves",
"addressLine2": "in non est culpa",
"addressLine3": "ullamco ipsum culpa",
"addressName": "nostrud proident cupidatat",
"addressType": "CST",
"attentionName": "ut nulla",
"city": "Port Faustino",
"contactName": "ea ad",
"countryCode": "officia",
"customerId": "elit nisi incididunt",
"email": "Katheryn_Simonis80@gmail.com",
"name": "dolor officia aute in",
"phoneNumber": "+14566022899",
"postCode": "30173",
"state": "officia deserunt cupidatat occaecat"
},
"shipmentNumber": "SHP1",
"supplierNumber": "SUPNUM",
"waybill": "Waybill1"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "shipment/RCPT0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Object already exists",
"status": 409,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "shipment/RCPT0001"
}{
"customerId": "CID000362",
"facilityId": "GB_0044",
"division": "Customer Division",
"orderNumber": "n1233ull",
"receiptNumber": "RCPT000000042",
"receiptDate": "20190708130143",
"receiptType": "InboundOrder",
"receiptTypeDescription": "Customer inbound order",
"waybill": "WBILL01",
"supplierNumber": "EU-SUP-01",
"shipmentNumber": "EUGENE02",
"returnReferenceNumber": "RCPT000000042",
"invoiceNumber": "Invoice Number",
"originalOrderNumber": "Order Number",
"customerReference1": "customer reference 1",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"customerReference10": "customer reference 10",
"shipFrom": [
{
"addressId": "A000000021",
"customerId": "EU-CUSTOMER-01",
"addressName": "Laptop Screen Builder",
"addressLine2": "Rockfeller Building 2",
"addressLine1": "Kelvin Street",
"addressLine3": "West wing",
"postCode": "CZ60-000",
"city": "Brno",
"state": "BO",
"countryCode": "CZE",
"name": "Petr Parker",
"phoneNumber": "777-555-789",
"email": "contact@laptopscreenbuilder.com",
"contactName": "Petr Parker",
"attentionName": "Petr Parker"
}
],
"receiptReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
],
"receiptLines": [
{
"lineNumber": "0001",
"subLineNumber": "0000",
"itemNumber": "EUGENEITEM",
"lotNumber": "LOTA",
"supplierLotNumber": "SUPPLOTA",
"expectedQuantity": 99999,
"receiveStatus": "Available",
"revisionLevel": "RVLVL1",
"originCode": "GB",
"manufactureDate": "",
"expirationDate": "",
"customerReference1": "customer reference 1",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"customerReference10": "customer reference 10",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Attribute",
"inventoryAttributeType": "Type"
}
],
"receiptLinesReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
]
}
]
}{
"customerId": "Customer ID",
"customerReference1": "dolor irure elit voluptate",
"customerReference10": "dolore sunt consequat",
"customerReference2": "enim aliqua",
"customerReference3": "qui dolor aliqua ad occaecat",
"customerReference4": "in dolore consectetur amet sed",
"customerReference5": "minim",
"customerReference6": "fugiat ea incididunt cupidatat",
"customerReference7": "nostrud",
"customerReference8": "dolor",
"customerReference9": "dolor aliqua",
"division": "Customer Division",
"facilityId": "Facility ID",
"invoiceNumber": "in amet eiusmod esse",
"orderNumber": "ORDNUM1",
"originalOrderNumber": "ORD45",
"receiptDate": "20190701223000",
"receiptLines": [
{
"customerReference1": "ELoA8XS0FW",
"customerReference10": "odErRzB3O5",
"customerReference2": "dFDhOKQ9wt",
"customerReference3": "Ur2eqnpAoM",
"customerReference4": "3NTMXKynGf",
"customerReference5": "jAj2en3aho",
"customerReference6": "91rwtIuFFc",
"customerReference7": "kuphwdYIZQ",
"customerReference8": "H28Ra4eICJ",
"customerReference9": "2dLXlIloPC",
"expectedQuantity": 407,
"expirationDate": "2028-02-01T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Quality",
"inventoryAttributeType": "Boolean"
},
{
"inventoryAttributeField": "BatchID",
"inventoryAttributeType": "Currency"
}
],
"itemNumber": "gW4Tm3py",
"lineNumber": "2",
"lotNumber": "corUa1Nqx9",
"manufactureDate": "2026-05-28T00:00:00.0Z",
"originCode": "LR",
"receiptLinesReferenceFields": [
{
"referenceField": "NOTES-01",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "NOTES-01",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-A",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receiveStatus": "Expired",
"revisionLevel": "k",
"subLineNumber": "4",
"supplierLotNumber": "QArMMoYkGl"
}
],
"receiptNumber": "RCPTNUM1",
"receiptReferenceFields": [
{
"referenceField": "Shipping",
"referenceFieldType": "Department"
},
{
"referenceField": "Shipping",
"referenceFieldType": "Department"
},
{
"referenceField": "Shipping",
"referenceFieldType": "Department"
}
],
"receiptType": "WorkOrder",
"receiptTypeDescription": "Production",
"returnReferenceNumber": "RCPTNUM1",
"shipFrom": {
"addressId": "non proident",
"addressLine1": "5503 Metz Drive",
"addressLine2": "sint non mollit dolore do",
"addressLine3": "dolor amet in",
"addressName": "ea ullamco Lorem mollit",
"addressType": "CST",
"attentionName": "pariatur in esse dolore minim",
"city": "Cruzchester",
"contactName": "qui id",
"countryCode": "velit minim Ut",
"customerId": "nostrud anim",
"email": "Rosalind.Mitchell@yahoo.com",
"name": "sint est pariatur exercitation dolore",
"phoneNumber": "+14733800630",
"postCode": "54860-0410",
"state": "consectetur aliquip"
},
"shipmentNumber": "SHP1",
"supplierNumber": "SUPNUM",
"waybill": "Waybill1"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "shipment/RCPT0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "shipment/RCPT0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested shipment",
"status": 404,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Object already exists",
"status": 409,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "shipment/RCPT0001"
}| Query Parameter Name | Example |
|---|---|
facilityId* | officia Duis velit dolor mollit |
customerId* | labore |
division | non ea dolor commodo irure |
receiptNumber* | in in velit enim |
shipmentNumber* | cillum |
supplierNumber* | mollit |
{
"facilityId": "GB_0044",
"customerId": "CID005233",
"status": "ASN cancelled successfully",
"detail": "receipt/RCPT001"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "shipment/RCPT0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "shipment/RCPT0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested shipment",
"status": 404,
"instance": "shipment/RCPT0001"
}Return Order(4 operations)
| Query Parameter Name | Example |
|---|---|
facilityId* | pariatur reprehenderit |
customerId* | ex tempor in dolore |
receiptNumber* | dolore esse commodo exercitation |
{
"customerId": "PJY22XM7",
"customerReference1": "ubKlQB6KPN",
"customerReference10": "oXeTv9zWxj",
"customerReference2": "D9MtHIvfS1",
"customerReference3": "q6pvKME6Se",
"customerReference4": "XrR7eOeUod",
"customerReference5": "g4P07iFPzG",
"customerReference6": "9zm377wm50",
"customerReference7": "m0BneCOTFY",
"customerReference8": "XxLlzxMsAU",
"customerReference9": "WQI0MCj2aq",
"division": "Retail",
"facilityId": "0",
"invoiceNumber": "INV-182093",
"orderNumber": "ORD-76056561",
"originalOrderNumber": "ORD-05981590",
"receiptDate": "20260522112000",
"receiptLines": [
{
"customerReference1": "cQHignEmYo",
"customerReference10": "5jZNLjgW4x",
"customerReference2": "LeqXfuRgeh",
"customerReference3": "W1NmPhK2qe",
"customerReference4": "Y609vt6FnT",
"customerReference5": "AftIrvBglU",
"customerReference6": "nmBpE9jPWv",
"customerReference7": "7zZWNfxm5Q",
"customerReference8": "82A2sD9I4R",
"customerReference9": "4zFVipyuJo",
"expectedQuantity": 977,
"expirationDate": "2028-08-04T00:00:00.0Z",
"identifiedQuantity": 372,
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Weight",
"inventoryAttributeType": "Currency"
},
{
"inventoryAttributeField": "BatchID",
"inventoryAttributeType": "Date"
},
{
"inventoryAttributeField": "BatchID",
"inventoryAttributeType": "Boolean"
},
{
"inventoryAttributeField": "Size",
"inventoryAttributeType": "Currency"
},
{
"inventoryAttributeField": "Weight",
"inventoryAttributeType": "Location"
}
],
"itemNumber": "pVrdCocw",
"lineNumber": "9",
"lotNumber": "Y49q6i8IfZ",
"manufactureDate": "2025-10-12T00:00:00.0Z",
"originCode": "FR",
"receiptLinesReferenceFields": [
{
"referenceField": "REF-003",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "NOTES-02",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-A",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-A",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receivedQuantity": 903,
"receiveStatus": "TimeHold",
"revisionLevel": "B",
"subLineNumber": "4",
"supplierLotNumber": "QMBRnxZr5s"
},
{
"customerReference1": "cjn1PSc224",
"customerReference10": "MQn0QjKb1V",
"customerReference2": "Tb0LlgF5aA",
"customerReference3": "ojP3DBbE7w",
"customerReference4": "7vJfZ5rxcO",
"customerReference5": "u5dehSPw77",
"customerReference6": "SyuEmLaqEf",
"customerReference7": "dzt0Re47el",
"customerReference8": "sps7we0v6v",
"customerReference9": "RUXXumxtmm",
"expectedQuantity": 42,
"expirationDate": "2028-04-24T00:00:00.0Z",
"identifiedQuantity": 555,
"inventoryAttributeFields": [
{
"inventoryAttributeField": "BatchID",
"inventoryAttributeType": "Boolean"
},
{
"inventoryAttributeField": "Composition",
"inventoryAttributeType": "Currency"
},
{
"inventoryAttributeField": "Quality",
"inventoryAttributeType": "Location"
},
{
"inventoryAttributeField": "Size",
"inventoryAttributeType": "Currency"
}
],
"itemNumber": "oiSoJDYT",
"lineNumber": "0",
"lotNumber": "qfjB5fCk24",
"manufactureDate": "2025-10-08T00:00:00.0Z",
"originCode": "PT",
"receiptLinesReferenceFields": [
{
"referenceField": "REF-003",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "NOTES-02",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-B",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-B",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-005",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receivedQuantity": 400,
"receiveStatus": "Returned",
"revisionLevel": "i",
"subLineNumber": "3",
"supplierLotNumber": "UvLRi293sv"
},
{
"customerReference1": "Kw4jq7hIKf",
"customerReference10": "RsawL5gRnM",
"customerReference2": "Y30Zd2ARGj",
"customerReference3": "OB0e6vyvW4",
"customerReference4": "ODkBd18vYe",
"customerReference5": "yLNxXPv2Wu",
"customerReference6": "HepSvv1Btg",
"customerReference7": "iPIwcxFHET",
"customerReference8": "20zFkjQ6Pf",
"customerReference9": "GDMiT0u9U4",
"expectedQuantity": 108,
"expirationDate": "2027-05-28T00:00:00.0Z",
"identifiedQuantity": 200,
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Grade",
"inventoryAttributeType": "Dropdown"
}
],
"itemNumber": "dGPifM4R",
"lineNumber": "4",
"lotNumber": "zWCgc8TdvY",
"manufactureDate": "2026-02-12T00:00:00.0Z",
"originCode": "AG",
"receiptLinesReferenceFields": [
{
"referenceField": "INTERNAL-A",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "NOTES-01",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-001",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receivedQuantity": 811,
"receiveStatus": "Release",
"revisionLevel": "k",
"subLineNumber": "6",
"supplierLotNumber": "F8BQaAxyea"
},
{
"customerReference1": "KJbrgH41DM",
"customerReference10": "P9AEU6fGKo",
"customerReference2": "rk3YVhjQ5l",
"customerReference3": "LwVg1dIY5T",
"customerReference4": "d9hhkQ6BiW",
"customerReference5": "V0INUwEnf5",
"customerReference6": "Vf2eBB6Stf",
"customerReference7": "4BqDwm9WCI",
"customerReference8": "Voe4VvnDwx",
"customerReference9": "36xFTW52t3",
"expectedQuantity": 116,
"expirationDate": "2026-09-25T00:00:00.0Z",
"identifiedQuantity": 634,
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Safety",
"inventoryAttributeType": "Numeric"
}
],
"itemNumber": "mjhrMRiu",
"lineNumber": "1",
"lotNumber": "CvSnzzqY4R",
"manufactureDate": "2025-12-07T00:00:00.0Z",
"originCode": "JM",
"receiptLinesReferenceFields": [
{
"referenceField": "INTERNAL-A",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "MISC-001",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-001",
"referenceFieldType": "vendorreceiptnumber"
}
],
"receivedQuantity": 388,
"receiveStatus": "Salvaged",
"revisionLevel": "A",
"subLineNumber": "2",
"supplierLotNumber": "bEaT0ttQKW"
}
],
"receiptNumber": "RCPT-26902648",
"receiptType": "Delivery",
"receiptTypeDescription": "Stock Adjust",
"returnReferenceNumber": "RET-C2Y38R",
"shipmentNumber": "SHP-5239409",
"supplierNumber": "7",
"waybill": "WB-2262318850"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "shipment/RCPT0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "shipment/RCPT0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested shipment",
"status": 404,
"instance": "shipment/RCPT0001"
}{
"customerId": "CID000362",
"facilityId": "GB_0044",
"division": "Customer Division",
"orderNumber": "ORDNUM001",
"receiptNumber": "RCPT000000042",
"receiptDate": "20190708130143",
"receiptType": "Return",
"receiptTypeDescription": "Customer Return",
"waybill": "WBILL01",
"supplierNumber": "EU-SUP-01",
"shipmentNumber": "EUGENE02",
"returnReferenceNumber": "RCPT000000042",
"invoiceNumber": "Invoice Number",
"originalOrderNumber": "Order Number",
"customerReference1": "customer reference 1",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"customerReference10": "customer reference 10",
"receiptReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
],
"receiptLines": [
{
"lineNumber": "0001",
"subLineNumber": "0000",
"itemNumber": "EUGENEITEM",
"returnCode": "Damaged",
"lotNumber": "LOTA",
"supplierLotNumber": "SUPPLOTA",
"expectedQuantity": 99999,
"receiveStatus": "Available",
"revisionLevel": "REVLVL1",
"originCode": "GB",
"manufactureDate": "",
"expirationDate": "",
"customerReference1": "customer reference 1",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"customerReference10": "customer reference 10",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Attribute",
"inventoryAttributeType": "Type"
}
],
"receiptLinesReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
]
}
]
}{
"customerId": "CID000362",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"division": "Customer Division",
"facilityId": "GB_0044",
"invoiceNumber": "Invoice Number",
"orderNumber": "ORDNUM001",
"originalOrderNumber": "Order Number",
"receiptDate": "20190708130143",
"receiptLines": [
{
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"expectedQuantity": 99999,
"expirationDate": "",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Attribute",
"inventoryAttributeType": "Type"
}
],
"itemNumber": "EUGENEITEM",
"lineNumber": "0001",
"lotNumber": "LOTA",
"manufactureDate": "",
"originCode": "GB",
"receiptLinesReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
],
"receiveStatus": "Available",
"returnCode": "Damaged",
"revisionLevel": "REVLVL1",
"subLineNumber": "0000",
"supplierLotNumber": "SUPPLOTA"
}
],
"receiptNumber": "RCPT000000042",
"receiptReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
],
"receiptType": "Return",
"receiptTypeDescription": "Customer Return",
"returnReferenceNumber": "RCPT000000042",
"shipmentNumber": "EUGENE02",
"supplierNumber": "EU-SUP-01",
"waybill": "WBILL01"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "shipment/RCPT0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Object already exists",
"status": 409,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "shipment/RCPT0001"
}{
"customerId": "CID000362",
"facilityId": "GB_0044",
"division": "Customer Division",
"orderNumber": "ORDNUM001",
"receiptNumber": "RCPT000000042",
"receiptDate": "20190708130143",
"receiptType": "Return",
"receiptTypeDescription": "Customer Return",
"waybill": "WBILL01",
"supplierNumber": "EU-SUP-01",
"shipmentNumber": "EUGENE02",
"returnReferenceNumber": "RCPT000000042",
"invoiceNumber": "Invoice Number",
"originalOrderNumber": "Order Number",
"customerReference1": "customer reference 1",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"customerReference10": "customer reference 10",
"receiptReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
],
"receiptLines": [
{
"lineNumber": "0001",
"subLineNumber": "0000",
"itemNumber": "EUGENEITEM",
"returnCode": "Damaged",
"lotNumber": "LOTA",
"supplierLotNumber": "SUPPLOTA",
"expectedQuantity": 99999,
"receiveStatus": "Available",
"revisionLevel": "REVLVL1",
"originCode": "GB",
"manufactureDate": "",
"expirationDate": "",
"customerReference1": "customer reference 1",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"customerReference10": "customer reference 10",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Attribute",
"inventoryAttributeType": "Type"
}
],
"receiptLinesReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
]
}
]
}{
"customerId": "CID000362",
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"division": "Customer Division",
"facilityId": "GB_0044",
"invoiceNumber": "Invoice Number",
"orderNumber": "ORDNUM001",
"originalOrderNumber": "Order Number",
"receiptDate": "20190708130143",
"receiptLines": [
{
"customerReference1": "customer reference 1",
"customerReference10": "customer reference 10",
"customerReference2": "customer reference 2",
"customerReference3": "customer reference 3",
"customerReference4": "customer reference 4",
"customerReference5": "customer reference 5",
"customerReference6": "customer reference 6",
"customerReference7": "customer reference 7",
"customerReference8": "customer reference 8",
"customerReference9": "customer reference 9",
"expectedQuantity": 99999,
"expirationDate": "",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Attribute",
"inventoryAttributeType": "Type"
}
],
"itemNumber": "EUGENEITEM",
"lineNumber": "0001",
"lotNumber": "LOTA",
"manufactureDate": "",
"originCode": "GB",
"receiptLinesReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
],
"receiveStatus": "Available",
"returnCode": "Damaged",
"revisionLevel": "REVLVL1",
"subLineNumber": "0000",
"supplierLotNumber": "SUPPLOTA"
}
],
"receiptNumber": "RCPT000000042",
"receiptReferenceFields": [
{
"referenceField": "Reference",
"referenceFieldType": "Type"
}
],
"receiptType": "Return",
"receiptTypeDescription": "Customer Return",
"returnReferenceNumber": "RCPT000000042",
"shipmentNumber": "EUGENE02",
"supplierNumber": "EU-SUP-01",
"waybill": "WBILL01"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "shipment/RCPT0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "shipment/RCPT0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested shipment",
"status": 404,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Object already exists",
"status": 409,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "shipment/RCPT0001"
}| Query Parameter Name | Example |
|---|---|
facilityId* | quis nulla eu consectetur |
customerId* | pariatur |
receiptNumber* | aliquip |
shipmentNumber* | ipsum magna enim ullamco laboris |
supplierNumber* | Duis qui sint veniam |
{
"facilityId": "GB_0044",
"customerId": "CID005233",
"status": "ASN cancelled successfully",
"detail": "receipt/RCPT001"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "shipment/RCPT0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "shipment/RCPT0001"
}{
"title": "Not Found",
"detail": "Cannot find the requested shipment",
"status": 404,
"instance": "shipment/RCPT0001"
}{
"title": "Request Could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "shipment/RCPT0001"
}Work Order
{
"customerId": "CID005233",
"dateDue": "20240808161301",
"division": "DIV02",
"facilityId": "GB_0044",
"inventoryStatus": "Available",
"itemNumber": "COSTUME01",
"lotNumber": "LOT01",
"minimumShelfLife": 90,
"orderedQuantity": 7,
"originCode": "GB",
"priority": 10,
"projectNumber": "Halloween",
"revisionLevel": "02",
"supplierLotNumber": "SUPNUM01",
"workOrderLines": [
{
"bomQuantity": 7,
"completedQuantity": 7,
"expectedScrap": "0",
"inventoryStatus": "Available",
"itemNumber": "HAT001",
"lineNumber": "0020",
"lotNumber": "LOT01",
"minimumShelfLife": 90,
"originCode": "BR",
"revisionLevel": "02",
"supplierLotNumber": "SUPNUM01",
"supplierNumber": "HATSUP01",
"workOrderNotes": [
{
"noteLineNumber": "0001",
"noteType": "GiftCard",
"noteTypeDescription": "Gift card"
},
{
"noteLineNumber": "0002",
"noteType": "GiftWrap",
"noteTypeDescription": "Gift wrap"
}
]
},
{
"bomQuantity": 7,
"expectedScrap": "0",
"inventoryStatus": "Available",
"itemNumber": "BROOMSTICK001",
"lineNumber": "0030",
"lotNumber": "BLOT01",
"minimumShelfLife": 90,
"originCode": "BR",
"revisionLevel": "02",
"supplierLotNumber": "BSUPNUM01",
"supplierNumber": "BROOMSUP01",
"workOrderNotes": [
{
"noteLineNumber": "0001",
"noteType": "GiftCard",
"noteTypeDescription": "Gift card"
},
{
"noteLineNumber": "0002",
"noteType": "GiftWrap",
"noteTypeDescription": "Gift wrap"
}
]
}
],
"workOrderNotes": [
{
"noteLineNumber": "0001",
"noteType": "GiftCard",
"noteTypeDescription": "Gift card"
},
{
"noteLineNumber": "0002",
"noteType": "GiftWrap",
"noteTypeDescription": "Gift wrap"
}
],
"workOrderNumber": "WO0001",
"workOrderRevision": "03",
"workType": "ASSEMBLY"
}{
"customerId": "CID005233",
"dateDue": "20240808161301",
"division": "DIV02",
"facilityId": "GB_0044",
"inventoryStatus": "Available",
"itemNumber": "COSTUME01",
"lotNumber": "LOT01",
"minimumShelfLife": 90,
"orderedQuantity": 7,
"originCode": "GB",
"priority": 10,
"projectNumber": "Halloween",
"revisionLevel": "02",
"supplierLotNumber": "SUPNUM01",
"workOrderLines": [
{
"bomQuantity": 7,
"completedQuantity": 7,
"expectedScrap": "0",
"inventoryStatus": "Available",
"itemNumber": "HAT001",
"lineNumber": "0020",
"lotNumber": "LOT01",
"minimumShelfLife": 90,
"originCode": "BR",
"revisionLevel": "02",
"supplierLotNumber": "SUPNUM01",
"supplierNumber": "HATSUP01",
"workOrderNotes": [
{
"noteLineNumber": "0001",
"noteType": "GiftCard",
"noteTypeDescription": "Gift card"
},
{
"noteLineNumber": "0002",
"noteType": "GiftWrap",
"noteTypeDescription": "Gift wrap"
}
]
},
{
"bomQuantity": 7,
"expectedScrap": "0",
"inventoryStatus": "Available",
"itemNumber": "BROOMSTICK001",
"lineNumber": "0030",
"lotNumber": "BLOT01",
"minimumShelfLife": 90,
"originCode": "BR",
"revisionLevel": "02",
"supplierLotNumber": "BSUPNUM01",
"supplierNumber": "BROOMSUP01",
"workOrderNotes": [
{
"noteLineNumber": "0001",
"noteType": "GiftCard",
"noteTypeDescription": "Gift card"
},
{
"noteLineNumber": "0002",
"noteType": "GiftWrap",
"noteTypeDescription": "Gift wrap"
}
]
}
],
"workOrderNotes": [
{
"noteLineNumber": "0001",
"noteType": "GiftCard",
"noteTypeDescription": "Gift card"
},
{
"noteLineNumber": "0002",
"noteType": "GiftWrap",
"noteTypeDescription": "Gift wrap"
}
],
"workOrderNumber": "WO0001",
"workOrderRevision": "03",
"workType": "ASSEMBLY"
}{
"title": "Bad Request",
"detail": "Invalid request",
"status": 400,
"instance": "workOrder/WO0001"
}{
"title": "Forbidden Error",
"detail": "API permission refused",
"status": 403,
"instance": "workOrder/WO0001"
}{
"title": "Request could not be processed",
"detail": "Object already exists",
"status": 409,
"instance": "workOrder/WO0001"
}{
"title": "Request could not be processed",
"detail": "Service Unavailable",
"status": 503,
"instance": "workOrder/WO0001"
}Outbound PUSH APIs(6 operations)
{
"assignedCarrierCode": "DPD",
"closureDate": "20260105083000",
"customerId": "mttL9IME",
"customerReference1": "cuep3RStEZ",
"customerReference10": "RyTFsParrd",
"customerReference2": "cbJnPb53A6",
"customerReference3": "DMRhKSqfYf",
"customerReference4": "sbAtTCKDZ3",
"customerReference5": "dh0XejrhNr",
"customerReference6": "XtrGP758IM",
"customerReference7": "lmLY4ps9ZU",
"customerReference8": "IcodynUrGo",
"customerReference9": "s2bFUo4IPA",
"division": "FoodAndBev",
"facilityId": "7",
"invoiceNumber": "INV-438235",
"orderNumber": "ORD-64268740",
"originalOrderNumber": "ORD-94388604",
"receiptDate": "20260105083000",
"receiptLines": [
{
"alternateItemNumber": "sY34PZ7B",
"customerReference1": "OIQh5J1UBr",
"customerReference10": "2YrUQ4hIAi",
"customerReference2": "mkTGCJONSm",
"customerReference3": "BF6XSgUIWr",
"customerReference4": "d5PtnRMzZ4",
"customerReference5": "rrgHuYQsLj",
"customerReference6": "CEIAHbpx3y",
"customerReference7": "RjRhkR11Wj",
"customerReference8": "yMjOsy2qbo",
"customerReference9": "iYIpehh9SR",
"expiryDate": "2028-07-29T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Safety",
"inventoryAttributeType": "Integer"
},
{
"inventoryAttributeField": "Source",
"inventoryAttributeType": "Currency"
},
{
"inventoryAttributeField": "BatchID",
"inventoryAttributeType": "MultiSelect"
}
],
"itemNumber": "dB7I8l0g",
"lineNumber": "3",
"lineReferenceFields": [
{
"referenceField": "REF-002",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-B",
"referenceFieldType": "vendorreceiptnumber"
}
],
"lotNumber": "lf3XUu8XHE",
"manufactureDate": "2026-02-15T00:00:00.0Z",
"originCode": "FR",
"receivedQuantity": 562,
"receiveStatus": "Hold",
"revisionLevel": "T",
"serialNumbers": {
"0": "SerialNumber1",
"1": "SerialNumber2"
},
"subLineNumber": "1",
"supplierLotNumber": "TEIFawRyBv",
"unitOfMeasure": "BO"
},
{
"alternateItemNumber": "RejDFO1f",
"customerReference1": "ifyOQxa4qa",
"customerReference10": "SEXhw0p7Ik",
"customerReference2": "Mc1aG2rFvK",
"customerReference3": "DNVu9LyHTy",
"customerReference4": "7YpsebuFfn",
"customerReference5": "jJ9e3QoJIL",
"customerReference6": "Kc6buFHlSZ",
"customerReference7": "Af8ZDXe14N",
"customerReference8": "kZ2u17HHBa",
"customerReference9": "IeGfePC9x2",
"expiryDate": "2027-08-27T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Weight",
"inventoryAttributeType": "Date"
},
{
"inventoryAttributeField": "Size",
"inventoryAttributeType": "Date"
}
],
"itemNumber": "BEjZPHVF",
"lineNumber": "1",
"lineReferenceFields": [
{
"referenceField": "REF-005",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-B",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "MISC-001",
"referenceFieldType": "vendorreceiptnumber"
}
],
"lotNumber": "GLIj1iJ5GF",
"manufactureDate": "2026-01-09T00:00:00.0Z",
"originCode": "UZ",
"receivedQuantity": 89,
"receiveStatus": "Expired",
"revisionLevel": "p",
"serialNumbers": {
"0": "SerialNumber1",
"1": "SerialNumber2"
},
"subLineNumber": "3",
"supplierLotNumber": "fkr0rmrMJP",
"unitOfMeasure": "CS"
},
{
"alternateItemNumber": "yK8bwGHZ",
"customerReference1": "CcsEHBSOCi",
"customerReference10": "fXQPfLrodv",
"customerReference2": "Hk2bow0C4H",
"customerReference3": "IFO6GYoIcP",
"customerReference4": "vgxcLK0qa4",
"customerReference5": "8lhp3BLQZz",
"customerReference6": "5iyOPyJGwS",
"customerReference7": "Tz26B58wZI",
"customerReference8": "TmspPAh74u",
"customerReference9": "hXe1VJvEip",
"expiryDate": "2027-05-24T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Composition",
"inventoryAttributeType": "MultiSelect"
},
{
"inventoryAttributeField": "Quality",
"inventoryAttributeType": "Percent"
}
],
"itemNumber": "HfjeAqSe",
"lineNumber": "2",
"lineReferenceFields": [
{
"referenceField": "REF-001",
"referenceFieldType": "vendorreceiptnumber"
}
],
"lotNumber": "ks8n2roneh",
"manufactureDate": "2025-11-09T00:00:00.0Z",
"originCode": "GF",
"receivedQuantity": 873,
"receiveStatus": "Hold",
"revisionLevel": "P",
"serialNumbers": {
"0": "SerialNumber1",
"1": "SerialNumber2"
},
"subLineNumber": "6",
"supplierLotNumber": "Ol2Sqma0RS",
"unitOfMeasure": "CS"
},
{
"alternateItemNumber": "VONNmECt",
"customerReference1": "PGiCshSgGc",
"customerReference10": "9JtgNKAXOS",
"customerReference2": "ZliYeZ5FgO",
"customerReference3": "M42ii4CD45",
"customerReference4": "KTKaaczOan",
"customerReference5": "kkZAsLtr6Y",
"customerReference6": "Rykl2Uhaa8",
"customerReference7": "htjRZalJGN",
"customerReference8": "FzDkeRbord",
"customerReference9": "bbXrnS4rsH",
"expiryDate": "2027-09-17T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Safety",
"inventoryAttributeType": "Numeric"
},
{
"inventoryAttributeField": "Composition",
"inventoryAttributeType": "MultiSelect"
}
],
"itemNumber": "d3XM6K6t",
"lineNumber": "2",
"lineReferenceFields": [
{
"referenceField": "NOTES-02",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-A",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-004",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-A",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-001",
"referenceFieldType": "vendorreceiptnumber"
}
],
"lotNumber": "wfeZkzOt5G",
"manufactureDate": "2026-07-23T00:00:00.0Z",
"originCode": "NI",
"receivedQuantity": 131,
"receiveStatus": "Salvaged",
"revisionLevel": "r",
"serialNumbers": {
"0": "SerialNumber1",
"1": "SerialNumber2"
},
"subLineNumber": "7",
"supplierLotNumber": "8qqKsgfxyC",
"unitOfMeasure": "DR"
}
],
"receiptNumber": "RCPT-37008818",
"receiptType": "Production",
"referenceFields": [
{
"referenceField": "REF-001",
"referenceFieldType": "BillingGroup"
},
{
"referenceField": "MISC-001",
"referenceFieldType": "DocumentType"
},
{
"referenceField": "REF-004",
"referenceFieldType": "Region"
}
],
"returnReferenceNumber": "RET-G96FU1",
"shipmentNumber": "SHP-0360466",
"supplierNumber": "4",
"trailerNumber": "TRL-157104",
"waybillNumber": "WB-3739614592"
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"assignedCarrierCode": "DPD",
"closureDate": "20260622080000",
"customerId": "aZae2S0v",
"customerReference1": "BIajgqEDxq",
"customerReference10": "WayLWZerFD",
"customerReference2": "oXdMQYpspn",
"customerReference3": "wAbi7Ubcn8",
"customerReference4": "Nzdwoy9tYb",
"customerReference5": "CG9MJiUeLQ",
"customerReference6": "t4kRHi8N7D",
"customerReference7": "ITw4rk5vzr",
"customerReference8": "p3NV9z720E",
"customerReference9": "ftWfZhWzjv",
"division": "Aerospace",
"facilityId": "4",
"invoiceNumber": "INV-488580",
"orderNumber": "ORD-78314039",
"originalOrderNumber": "ORD-83302786",
"receiptDate": "20260622080000",
"receiptLines": [
{
"alternateItemNumber": "qSS2lHr6",
"customerReference1": "leQtnfIroY",
"customerReference10": "JH6HuS1CQM",
"customerReference2": "6pMe5ZUbvs",
"customerReference3": "EOEoZ1wQNQ",
"customerReference4": "wPAWlp0nHr",
"customerReference5": "KC9uzInDpX",
"customerReference6": "vlXykdy6e4",
"customerReference7": "tGBx0uKqWa",
"customerReference8": "AgGJ9uici6",
"customerReference9": "3OctQjYM78",
"expiryDate": "2027-11-04T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Size",
"inventoryAttributeType": "FreeText"
},
{
"inventoryAttributeField": "Length",
"inventoryAttributeType": "Percent"
},
{
"inventoryAttributeField": "Safety",
"inventoryAttributeType": "Boolean"
},
{
"inventoryAttributeField": "Composition",
"inventoryAttributeType": "Numeric"
}
],
"itemNumber": "VBQNv51X",
"lineNumber": "3",
"lineReferenceFields": [
{
"referenceField": "REF-001",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-004",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-001",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-002",
"referenceFieldType": "vendorreceiptnumber"
}
],
"lotNumber": "lIqF0sj5HQ",
"manufactureDate": "2025-11-16T00:00:00.0Z",
"originCode": "CI",
"receivedQuantity": 587,
"receiveStatus": "CriticalHold",
"returnCode": "t",
"revisionLevel": "E",
"serialNumbers": {
"0": "SerialNumber1",
"1": "SerialNumber2"
},
"subLineNumber": "2",
"supplierLotNumber": "YBWSdAlPx8",
"unitOfMeasure": "CS"
},
{
"alternateItemNumber": "1N1omLnH",
"customerReference1": "bqRB1KHAZD",
"customerReference10": "6ttkXuQ676",
"customerReference2": "aIPvDJlk1n",
"customerReference3": "NG46OOjwij",
"customerReference4": "YtyeSuYBFX",
"customerReference5": "QOclefl4XS",
"customerReference6": "NzrtqwDKdc",
"customerReference7": "ucBCLfG7E8",
"customerReference8": "adJQo5LyF7",
"customerReference9": "cnbpemEgqp",
"expiryDate": "2027-04-26T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Source",
"inventoryAttributeType": "Dropdown"
},
{
"inventoryAttributeField": "Color",
"inventoryAttributeType": "Currency"
},
{
"inventoryAttributeField": "Composition",
"inventoryAttributeType": "FreeText"
}
],
"itemNumber": "7knnkQff",
"lineNumber": "7",
"lineReferenceFields": [
{
"referenceField": "INTERNAL-B",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-002",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-004",
"referenceFieldType": "vendorreceiptnumber"
}
],
"lotNumber": "MLys9Zj8sJ",
"manufactureDate": "2025-10-19T00:00:00.0Z",
"originCode": "GB",
"receivedQuantity": 339,
"receiveStatus": "Hold",
"returnCode": "q",
"revisionLevel": "y",
"serialNumbers": {
"0": "SerialNumber1",
"1": "SerialNumber2"
},
"subLineNumber": "9",
"supplierLotNumber": "9Kh7g6dXCw",
"unitOfMeasure": "EA"
},
{
"alternateItemNumber": "lsvHeAid",
"customerReference1": "Oc5Ng7n5SN",
"customerReference10": "uOyVcvxkfb",
"customerReference2": "H0S3GtXpmD",
"customerReference3": "bUkouX2PHr",
"customerReference4": "Nlo6ykYNW1",
"customerReference5": "eYHHFestgV",
"customerReference6": "RPV8uLC9I1",
"customerReference7": "qIEcWxGUX8",
"customerReference8": "tYS6Pvyfvp",
"customerReference9": "CuBVg52iN6",
"expiryDate": "2027-10-22T00:00:00.0Z",
"inventoryAttributeFields": [
{
"inventoryAttributeField": "Weight",
"inventoryAttributeType": "Dropdown"
},
{
"inventoryAttributeField": "Color",
"inventoryAttributeType": "Numeric"
}
],
"itemNumber": "BYUJyJ6b",
"lineNumber": "1",
"lineReferenceFields": [
{
"referenceField": "REF-004",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-004",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "INTERNAL-B",
"referenceFieldType": "vendorreceiptnumber"
},
{
"referenceField": "REF-001",
"referenceFieldType": "vendorreceiptnumber"
}
],
"lotNumber": "NCC9fIgAcn",
"manufactureDate": "2026-01-22T00:00:00.0Z",
"originCode": "PY",
"receivedQuantity": 998,
"receiveStatus": "TimeHold",
"returnCode": "g",
"revisionLevel": "t",
"serialNumbers": {
"0": "SerialNumber1",
"1": "SerialNumber2"
},
"subLineNumber": "3",
"supplierLotNumber": "nwfu0hjTWn",
"unitOfMeasure": "CS"
}
],
"receiptNumber": "RCPT-96618099",
"receiptType": "Return",
"referenceFields": [
{
"referenceField": "REF-004",
"referenceFieldType": "BillingGroup"
},
{
"referenceField": "REF-002",
"referenceFieldType": "PriorityLevel"
}
],
"returnReferenceNumber": "RET-NULFGM",
"shipmentNumber": "SHP-3732152",
"supplierNumber": "3",
"trailerNumber": "TRL-405980",
"waybillNumber": "WB-9721615661"
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"facilityId": "GB_1234",
"customerId": "CID000001",
"division": "D14",
"messageType": "InventoryMovement",
"itemNumber": "Item-123456",
"adjustmentDate": "20221130052045",
"fromInventoryStatus": "Available",
"toInventoryStatus": "Damaged",
"conditionCodes": [
{
"fromConditionCodes": [],
"toConditionCodes": []
}
],
"reasonCode": "01",
"adjustmentDescription": "PS",
"adjustmentQuantity": 3,
"unitOfMeasure": "EA",
"lotNumber": "LOTNUM1",
"supplierLotNumber": "LOTNUM1",
"manufactureDate": "20160401223000",
"expiryDate": "20190801223000",
"revisionLevel": "1",
"originCode": "GB",
"customsBonded": true,
"serialNumbers": [
"1090807654321",
"1090807654322",
"1090807654323"
],
"referenceFields": [
{
"referenceField": "Inspected",
"referenceFieldType": "inventorySegmentation"
}
]
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"customerId": "7M0PaT",
"customerReference1": "NIGwOfIRxk",
"customerReference10": "QpEv8m5wKt",
"customerReference2": "yJNe8pjFL5",
"customerReference3": "G54y2TyB96",
"customerReference4": "wsBXAr4aNn",
"customerReference5": "w7IfjuzJZL",
"customerReference6": "nTXCtKsCNe",
"customerReference7": "E4JoFXxqyJ",
"customerReference8": "mj91bRaZnl",
"customerReference9": "d8bIWYopcA",
"division": "DIV02",
"facilityId": "FyXSSO14",
"messageDate": "20260625100000",
"orderNumber": "gzN9lZo7sS",
"orderStatus": "In-Progress",
"reasonCode": "Stock Issue"
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"customerId": "g6YIix",
"division": "DIV01",
"facilityId": "H2nRj8h3",
"orders": [
{
"carrierName": "FedEx",
"carrierServiceLevel": "Domestic",
"customerPurchaseOrderNumber": "PO1",
"customerReference1": "proident non et",
"customerReference10": "fugiat dolore",
"customerReference2": "non cupidatat",
"customerReference3": "cupidatat",
"customerReference4": "exercitation in do nisi",
"customerReference5": "adipisicing commodo minim ipsum aute",
"customerReference6": "nulla nisi",
"customerReference7": "culpa",
"customerReference8": "cupidatat ea consequat Lorem",
"customerReference9": "officia",
"deliveryNumber": "DN1",
"handlingUnits": [
{
"dimensionUnitOfMeasure": "CM",
"handlingUnitCode": "CODE",
"handlingUnitLines": [
{
"customsBonded": true,
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplier": "Supplier name",
"supplierLotNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
},
{
"customsBonded": true,
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1",
"SerialNumber1",
"SerialNumber1",
"SerialNumber1",
"SerialNumber1"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplier": "Supplier name",
"supplierLotNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
}
],
"handlingUnitType": "Type",
"height": 35,
"length": 20,
"palletId": "PALL01",
"ssccCode": "SSCC001",
"trackingNumber": "TRACK001",
"volume": 50,
"weight": 25,
"weightUnitOfMeasure": "KG",
"width": 15
},
{
"dimensionUnitOfMeasure": "CM",
"handlingUnitCode": "CODE",
"handlingUnitLines": [
{
"customsBonded": true,
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1",
"SerialNumber1",
"SerialNumber1",
"SerialNumber1",
"SerialNumber1"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplier": "Supplier name",
"supplierLotNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
},
{
"customsBonded": true,
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1",
"SerialNumber1",
"SerialNumber1",
"SerialNumber1"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplier": "Supplier name",
"supplierLotNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
},
{
"customsBonded": true,
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1",
"SerialNumber1",
"SerialNumber1",
"SerialNumber1"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplier": "Supplier name",
"supplierLotNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
}
],
"handlingUnitType": "Type",
"height": 35,
"length": 20,
"palletId": "PALL01",
"ssccCode": "SSCC001",
"trackingNumber": "TRACK001",
"volume": 50,
"weight": 25,
"weightUnitOfMeasure": "KG",
"width": 15
},
{
"dimensionUnitOfMeasure": "CM",
"handlingUnitCode": "CODE",
"handlingUnitLines": [
{
"customsBonded": true,
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1",
"SerialNumber1",
"SerialNumber1",
"SerialNumber1"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplier": "Supplier name",
"supplierLotNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
},
{
"customsBonded": true,
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1",
"SerialNumber1",
"SerialNumber1",
"SerialNumber1",
"SerialNumber1"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplier": "Supplier name",
"supplierLotNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
},
{
"customsBonded": true,
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1",
"SerialNumber1",
"SerialNumber1",
"SerialNumber1"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplier": "Supplier name",
"supplierLotNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
},
{
"customsBonded": true,
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
},
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1",
"SerialNumber1"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplier": "Supplier name",
"supplierLotNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
},
{
"customsBonded": true,
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RCPT1",
"referenceFieldType": "ROHSNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplier": "Supplier name",
"supplierLotNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
}
],
"handlingUnitType": "Type",
"height": 35,
"length": 20,
"palletId": "PALL01",
"ssccCode": "SSCC001",
"trackingNumber": "TRACK001",
"volume": 50,
"weight": 25,
"weightUnitOfMeasure": "KG",
"width": 15
}
],
"messageDate": "20260625100000",
"orderLines": [
{
"customerReference1": "laborum et sed",
"customerReference10": "ut elit sunt",
"customerReference2": "magna adipisicing in",
"customerReference3": "laborum commodo anim ea",
"customerReference4": "ad anim sit ut",
"customerReference5": "nisi fugiat voluptate",
"customerReference6": "ut fugiat tempor ad",
"customerReference7": "ullamco in ut tempor sed",
"customerReference8": "nostrud ipsum exercitation aliqua",
"customerReference9": "aliqua",
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"orderedQuantity": 100,
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RETORD12345",
"referenceFieldType": "returnOrderNumber"
},
{
"referenceField": "RETORD12345",
"referenceFieldType": "returnOrderNumber"
},
{
"referenceField": "RETORD12345",
"referenceFieldType": "returnOrderNumber"
},
{
"referenceField": "RETORD12345",
"referenceFieldType": "returnOrderNumber"
},
{
"referenceField": "RETORD12345",
"referenceFieldType": "returnOrderNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1",
"SerialNumber2"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplierLotNumber": "string",
"supplierNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
},
{
"customerReference1": "occaecat irure labore",
"customerReference10": "dolor Lorem laborum exercitation",
"customerReference2": "in",
"customerReference3": "pariatur ut deserunt officia Excepteur",
"customerReference4": "qui non nostrud cupidatat",
"customerReference5": "non velit cupidatat",
"customerReference6": "deserunt in aliquip",
"customerReference7": "voluptate incididunt laborum",
"customerReference8": "fugiat",
"customerReference9": "ea et anim cupidatat",
"expiryDate": "20250701000000",
"inventoryStatus": "Available",
"itemNumber": "ITEM0234",
"lineNumber": "0001",
"lotNumber": "BATCH1",
"manufactureDate": "20220701000000",
"orderedQuantity": 100,
"originCode": "GB",
"referenceFields": [
{
"referenceField": "RETORD12345",
"referenceFieldType": "returnOrderNumber"
},
{
"referenceField": "RETORD12345",
"referenceFieldType": "returnOrderNumber"
},
{
"referenceField": "RETORD12345",
"referenceFieldType": "returnOrderNumber"
}
],
"revisionLevel": "Revision Level",
"serialNumbers": [
"SerialNumber1",
"SerialNumber2"
],
"shippedQuantity": 100,
"subLineNumber": "0000",
"supplierLotNumber": "string",
"supplierNumber": "string",
"unitOfMeasure": "EA",
"unitQuantity": 100
}
],
"orderNumber": "ORD1",
"orderStatus": "SHIPPED",
"orderTrackingNumber": "TRK1",
"orderTrackingUrl": "http://track.com",
"referenceFields": [
{
"referenceField": "AWAYB12345",
"referenceFieldType": "orderAirWaybill"
}
],
"serviceLevel": "Standard"
}
]
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"customerId": "6dZ6OZ",
"division": "DIV01",
"facilityId": "H5DU10kQ",
"items": [
{
"conditionCodes": [
{
"conditionCodeId": "Open Box"
}
],
"expiryDate": "20190801223000",
"inventoryStatus": "Available",
"itemNumber": "ITEM2",
"lotNumber": "LT1",
"manufactureDate": "20160401223000",
"originCode": "DE",
"quantity": 10,
"revisionLevel": "R",
"serialNumbers": [
"SerialNumber1",
"SerialNumber2"
]
}
],
"messageDate": "20260625100000"
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.