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
- SalesDelivery contains one or many SalesDeliveryItem
- SalesDeliveryItem has exactly one CustomerAccount
- SalesDeliveryItem has exactly one Product
- SalesDeliveryItem has exactly one SalesOrder
Data Definitions
SalesDelivery
Data Type | Field Name | Rules | About |
---|---|---|---|
DateTime | actualIssueDate | Zero or One | Actual issue date time |
AttributeField | attributeField | Zero to Many | Refer to: Attribute Field |
DateTime | deliveryDate | Zero or One | Delivery date time |
DateTime | documentDate | Zero or One | Document date time |
ExtensionField | extendedBy | Zero to Many | Refer to: Extension Field |
ExternalID | externalIdentity | Zero to Many | Refer to: External ID |
DateTime | loadingDate | Zero or One | Loading date time |
DateTime | pickingDate | Zero or One | Picking date time |
DateTime | plannedIssueDate | Zero or One | Planned issue date time |
RecordedByUser | recordedBy | Zero to Many | The user who created the sales delivery in the originating system |
SalesDeliveryItem | salesDeliveryItem | One to Many | A collection of all the items included in the sales delivery |
string | sourceSystemCode | Zero or One | Refer to: Source System |
string | sourceSystemID | Zero or One | Refer to: Source System |
string | thirdPartyLogisticsName | Zero or One | Third party logistics company name |
string | thirdPartyLogisticsTrackingNumber | Zero or One | Tracking number from the third party logistics company |
DateTime | transportPlanningDate | Zero or One | Transportation 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"
}