Advertisement
eraneran

several shipments

Feb 5th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "orderData": {
  3. "extraData": null,
  4. "items": [{
  5. "shipmentIndex": 0,
  6. "barcode": "12345",
  7. "description": "Travel Flyer",
  8. "sourceItemId": "537"
  9. },
  10. {
  11. "shipmentIndex": 1,
  12. "barcode": "12345",
  13. "description": "Travel Flyer",
  14. "sourceItemId": "537"
  15. },
  16. {
  17. "shipmentIndex": 2,
  18. "barcode": "12345",
  19. "description": "Travel Flyer",
  20. "sourceItemId": "537"
  21. }],
  22. "shipments": [{
  23. "shipByDate": "2015-07-31",
  24. "sourceShipmentId": "1777",
  25. "shipmentIndex": 0
  26. },
  27. {
  28. "shipByDate": "2015-07-31",
  29. "sourceShipmentId": "1777",
  30. "shipmentIndex": 1
  31. },
  32. {
  33. "shipByDate": "2015-07-31",
  34. "sourceShipmentId": "1777",
  35. "shipmentIndex": 2
  36. }],
  37. "sourceOrderId": "G00001706"
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement