Import Order
WMS Create Order Keys | Order Sheet Keys |
|
|
|
|
|
|
|
|
| “STD” |
|
|
| If orderSheet.PaymentMethod == “COD“?1:0 |
| orderSheet.PaymentMethod |
|
|
| true |
|
|
| 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| orderSheet.Quantity |
|
|
| orderSheet.title |
| MRP+ |
| orderSheet.otherCharges |
| customerPrice(MRP)*quantites - (sellingPrice) (inculsive of quantities) |
| (orderSheet.sellingPrice - discount) |
| 0 |
| orderSheet.GiftMessage |
|
|
| orderSheet.GiftWrap == “YES” ? 1:0 |
| orderSheet.InvoiceNumber |
| sum of all orderSheet.ShippingCharges |
| sum of all lineItemTotal |
| subTotal + shipChargeAmount + otherCharges |
suggestedCourierCode | Forward shipping provider |
suggestedTrackingNumber | Forward tracking number |
Open Questions:
1. How to add other charges.
2. What will be customerPrice?
3. Use of forward shipping provider and forward tracking number?
4. Selling price represents orderItem price or complete order price and does it contain 1 quantity price or all?
5. How to differentitate if other charges represent gift charge or COD charge?
If Gift Wrap==YES OR Gift Message is not empty then
giftWrapCharges
= other charges
else balance due = other charges.
2. selling price contains prices of all quantities of that sku
3. customer price, tax amount, itemID: call product api to get the MRP of the product.
4. Group the orders on the basis of channel order id
Get itemID and mrp from Product API:
1. Product API: call the below API using sku
https://products-dot-esb-product-engine-staging.appspot.com/_ah/api/esb/v1/products?fields=groupCode,components,status,accountSlug,additionalNames,esin,description,mrp,hsnCode,combo,imageUrl,channelCode,verticalName,brand,type,sku,weight,dimensionHeight,dimensionLength,dimensionWidth,weightUnit,dimensionUnit,properties&ids=TestingProduct1365
2. Based upon channelId extract integration_model_id from channels table
3. Using integration_model_id extract channelProductCode from integration models table.
4. Using channelProductCode extract value corresponding to label(channleProductCode)