Вы находитесь на странице: 1из 11

Field

APCN - if there
Customer First name
Customer Last name
Customer Mobile
Customer Email

Customer Billing Address Name


Customer Billing Address Company Name
Customer Billing Address Address line 1?
Customer Billing Address Address line 2?
Customer Billing Address City
Customer Billing Address Post code
Customer Billing Address State
Customer Billing Address Country

Customer Delivery Address Name


Customer Delivery Address Company Name
Customer Delivery Address Address line 1?
Customer Delivery Address Address line 2?
Customer Delivery Address City
Customer Delivery Address Post code
Customer Delivery Address State
Customer Delivery Address Country

F Order Number
F Date & Time order made
fulfilment Type (CC or HD)
Ship Method (standard, express, international)
Delivery Instructions
Expected delivery date time
Order status

F Item (SKU/Material Code)


F Item Description
Unit of measure
F Supplier??
F SAP Product Category
F Item Price
F Quantity of item on line
F total price for the line
F single item tax price
F total tax price for the line
F Total order price
F Total order tax price
F tax Type
F discount (ex gst??)
F total discount (ex gst??)
Header level discounts (array) Promotion code and Promotion description
F as well as amounts?
Line Level discounts (array) Promotion code and Promotion description as
F well as amounts?
Order line status

retailer id
Currency

F Line item status (fulfilled or not)


F Basket ID
F Payment Method
F Payment Reference Number
F fulfilment location
F channel??

NOT Cost Price


NOT Image URL

Priority

Gift Message
Gift To
Gift From
Description Example

NOT BEING SENT


For express orders priority is higher than standard. C&C in 2 hours higher
than C&C in 2 days
Magento Field name Datatype Length OMS Field Name
Home Delivery Order Post

{
"customer": {
"firstName": "Chandra",
"lastName": "Mathala",
"mobile": "447123456789",
"email": "chandra.mathala@jdplc.com"
},
"items": [{
"skuRef": "0820652738799",
"skuPrice": 125.00,
"totalPrice": 125.00,
"skuTaxPrice": 15.00,
"totalTaxPrice": 15.00,
"taxType": "GST",
"currency": "AUD",
"requestedQty": 1
}],
"orderRef": "107",
"retailerId": "1",
"fulfilmentChoice": {
"fulfilmentPrice": 0,
"fulfilmentTaxPrice": 0,
"currency": "AUD",
"fulfilmentType": "HD_PFDC",
"deliveryType": "STANDARD",
"deliveryInstruction": "Sample Delivery Instructions",
"address": {
"name": "Chandra Mathala",
"companyName": "JD Sports",
"street": "L3, 80 George Street",
"city": "Sydney",
"postcode": "2000",
"state": "NSW",
"country": "AU"
}
},
"attributes": [{
"name": "OrderSourceBranch",
"type": "STRING",
"value": "JA315"
}, {
"name": "billingBusinessName",
"type": "STRING",
"value": "Test"
}, {
"name": "billingStreet",
"type": "STRING",
"value": "Test"
}, {
"name": "billingCity",
"type": "STRING",
"value": "Adelaide"
}, {
"name": "billingState",
"type": "STRING",
"value": "NSW"
}, {
"name": "billingPostcode",
"type": "STRING",
"value": "5000"
}, {
"name": "billingCountry",
"type": "STRING",
"value": "AU"
}, {
"name": "ExpectedDeliveryDateTime",
"type": "STRING",
"value": "2017-06-30T08:59:39+0100"
}, {
"name": "ShogunPrefix",
"type": "STRING",
"value": "JA"
}, {
"name": "ShogunChannelID",
"type": "STRING",
"value": "-1"
}, {
"name": "ShogunSalesChannelName",
"type": "STRING",
"value": "site"
}, {
"name": "dpdBookingRef",
"type": "STRING",
"value": "1234567890"
}, {
"name": "metapackServiceCode",
"type": "STRING",
"value": "AUSSTD"
}, {
"name": "LineToMeshID",
"type": "ARRAY",
"value": {
"0820652738799": "1"
}
}, {
"name": "headerLevelDiscounts",
"type": "ARRAY",
"value": []
}, {
"name": "lineLevelDiscounts",
"type": "ARRAY",
"value": []
}],
"type": "HD"
}
Click & Collect Order Post

{
"customer": {
"firstName": "Chandra",
"lastName": "Mathala",
"mobile": "447123456789",
"email": "chandra.mathala@jdplc.com"
},
"items": [{
"skuRef": "0820652738799",
"skuPrice": 125.00,
"totalPrice": 125.00,
"skuTaxPrice": 15.00,
"totalTaxPrice": 15.00,
"taxType": "GST",
"currency": "AUD",
"requestedQty": 1
}],
"orderRef": "410",
"retailerId": "1",
"fulfilmentChoice": {
"pickupLocationRef":"AUS_POST_LOCATION",
"fulfilmentType": "CC_PFS"
},
"attributes": [{
"name": "OrderSourceBranch",
"type": "STRING",
"value": "JA315"
}, {
"name": "billingBusinessName",
"type": "STRING",
"value": "Test"
}, {
"name": "billingStreet",
"type": "STRING",
"value": "Test"
}, {
"name": "billingCity",
"type": "STRING",
"value": "Adelaide"
}, {
"name": "billingState",
"type": "STRING",
"value": "NSW"
}, {
"name": "billingPostcode",
"type": "STRING",
"value": "5000"
}, {
"name": "billingCountry",
"type": "STRING",
"value": "AU"
}, {
"name": "ExpectedDeliveryDateTime",
"type": "STRING",
"value": "2017-06-30T08:59:39+0100"
}, {
"name": "ShogunPrefix",
"type": "STRING",
"value": "JA"
}, {
"name": "ShogunChannelID",
"type": "STRING",
"value": "-1"
}, {
"name": "ShogunSalesChannelName",
"type": "STRING",
"value": "site"
}, {
"name": "dpdBookingRef",
"type": "STRING",
"value": "1234567890"
}, {
"name": "metapackServiceCode",
"type": "STRING",
"value": "AUSSTD"
}, {
"name": "LineToMeshID",
"type": "ARRAY",
"value": {
"0820652738799": "1"
}
}, {
"name": "headerLevelDiscounts",
"type": "ARRAY",
"value": []
}, {
"name": "lineLevelDiscounts",
"type": "ARRAY",
"value": []
}],
"type": "CC"
}

Вам также может понравиться