Skip to main content

Sales Delivery

Summary

A Sales Delivery is a document that records the goods to be delivered together to a goods recipient. It includes information such as the third party logistics name, tracking number, the items being delivered, the quantity of each item, and key dates of the delivery.

Schema

Relationships

  1. SalesDelivery contains one or many SalesDeliveryItem
  2. SalesDeliveryItem has exactly one CustomerAccount
  3. SalesDeliveryItem has exactly one Product
  4. SalesDeliveryItem has exactly one SalesOrder

Data Definitions

SalesDelivery

Data TypeField NameRulesAbout
DateTimeactualIssueDateZero or OneActual issue date time
AttributeFieldattributeFieldZero to ManyRefer to: Attribute Field
DateTimedeliveryDateZero or OneDelivery date time
DateTimedocumentDateZero or OneDocument date time
ExtensionFieldextendedByZero to ManyRefer to: Extension Field
ExternalIDexternalIdentityZero to ManyRefer to: External ID
DateTimeloadingDateZero or OneLoading date time
DateTimepickingDateZero or OnePicking date time
DateTimeplannedIssueDateZero or OnePlanned issue date time
RecordedByUserrecordedByZero to ManyThe user who created the sales delivery in the originating system
SalesDeliveryItemsalesDeliveryItemOne to ManyA collection of all the items included in the sales delivery
stringsourceSystemCodeZero or OneRefer to: Source System
stringsourceSystemIDZero or OneRefer to: Source System
stringthirdPartyLogisticsNameZero or OneThird party logistics company name
stringthirdPartyLogisticsTrackingNumberZero or OneTracking number from the third party logistics company
DateTimetransportPlanningDateZero or OneTransportation planning date time

Sample JSON

{
"@type": "SalesDelivery",
"externalIdentity": [
{
"@type": "ExternalID",
"internalType": "SalesDelivery",
"externalSystemCode": "SapS4",
"externalId": "10000001"
}
],
"sourceSystemCode": "SapS4",
"sourceSystemId": "10000001",
"plannedIssueDate": "2023-08-07T00:00:00Z",
"deliveryDate": "2023-08-07T12:00:00Z",
"documentDate": "2023-08-08T00:00:00Z",
"pickingDate": "2023-08-07T12:00:00Z",
"transportPlanningDate": "2023-08-07T00:00:00Z",
"loadingDate": "2023-08-07T12:00:00Z",
"thirdPartyLogisticsName": "20",
"thirdPartyLogisticsTrackingNumber": "TEST-2308",
"salesDeliveryItem": [
{
"@type": "SalesDeliveryItem",
"externalIdentity": [
{
"@type": "ExternalID",
"internalType": "SalesDeliveryItem",
"externalSystemCode": "SapS4",
"externalId": "10000001::000010"
}
],
"extendedBy": [
{
"@type": "ExtensionField",
"key": "customerNumber",
"value": [
"1000611"
],
"uniqueText": "09f1c166-bdf9-4c77-9680-358ae5f04593"
},
{
"@type": "ExtensionField",
"key": "gtin",
"value": [
"9415497148806"
],
"uniqueText": "0b88a877-a627-40f1-8ba3-5e8a543d480b"
},
{
"@type": "ExtensionField",
"key": "orderNumber",
"value": [
"52868"
],
"uniqueText": "6c519a97-8f14-4284-944f-ab7c8550d3cf"
},
{
"@type": "ExtensionField",
"key": "baseUnit",
"value": [
"EA"
],
"uniqueText": "6aa5c7a7-544a-4950-ac2a-a9df833c536c"
}
],
"deliveryLineNumber": "000010",
"orderLineNumber": "000010",
"buyerPoNumber": "Testing_Release-1582_SLTest",
"buyerOrderLineNumber": "40",
"buyerProductSku": "2222222",
"customerAccount": "https://schema.limbergraph.com/limber/CustomerAccount#7e77c750-83f7-45f4-b015-220acd79209e",
"catalogItem": "https://schema.limbergraph.com/limber/Product#fb8a2f36-6f70-4f9c-8d06-6ce84832be72",
"salesOrder": "https://schema.limbergraph.com/limber/SalesOrder#208a24ad-cb9d-418f-a574-2ec3b46b7938",
"requestedQuantity": {
"@type": "Magnitude",
"decimalValue": "1.000",
"uom": "https://schema.limbergraph.com/limber/UnitOfMeasure#each",
"uniqueText": "24108007-67ae-4d9f-8be4-957c52a8fc04"
},
"actualDeliveryQuantity": {
"@type": "Magnitude",
"decimalValue": "1.000",
"uom": "https://schema.limbergraph.com/limber/UnitOfMeasure#each",
"uniqueText": "9ecdb0c5-2c43-4625-91ec-a605a3766e93"
},
"deliveryStatus": "C",
"uniqueText": "d0a6a68a-bc12-497a-bf00-988a7db54be7"
}
],
"uniqueText": "a28da7d3-1e65-45d3-8f64-d6d22795c12a",
"@version": 2,
"actualIssueDate": "2023-08-07T23:26:14Z"
}