eraneran

Untitled

Jan 31st, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. {
  2. "destination": {
  3. "name": "companyName"
  4. },
  5. "orderData": {
  6. "printType": "digital",
  7. "sourceOrderId": "12312345",
  8. "email": "[email protected]",
  9. "misCode": "9876543210",
  10. "amount": 123.45,
  11. "currency": "USD",
  12. "customerName": "John Doe",
  13. "purchaseOrderNumber": "PO123456",
  14. "tags": [ "orderID-12345", "csr-jim doe" ],
  15. "extraData": { },
  16. "items": [
  17. {
  18. "description": "Introductory x",
  19. "shipmentIndex": 0,
  20. "sourceItemId": "12345",
  21. "sku": "variable",
  22. "quantity": 1,
  23. "shrinkWrap": false,
  24. "binding": "saddle",
  25. "folding": "half",
  26. "barcode": "12345",
  27. "extraData": { },
  28. "components": [
  29. {
  30. "sourceComponentId": "COMP-1234678",
  31. "code": "asset",
  32. "localFile": false,
  33. "fetch": true,
  34. "path": "http://www.xxx.com/assetFile.pdf",
  35. "preflight": true,
  36. "paper": "glossText",
  37. "weight": "90gsm",
  38. "width": 210,
  39. "height": 297,
  40. "pages": 16,
  41. "duplicate": 250,
  42. "finish": {
  43. "side1": "glosslam",
  44. "side2": "none"
  45. },
  46. "colour": {
  47. "side1": "4process",
  48. "side2": "4process"
  49. },
  50. "barcode": "12345678",
  51. "attributes": {
  52. "embossed": "no"
  53. },
  54. "extraData": {}
  55. }
  56. ]
  57. }
  58. ],
  59. "shipments": [
  60. {
  61. "sourceShipmentId": "SHIP-12345678",
  62. "shipmentIndex": 0,
  63. "shipByDate": "2015-07-31",
  64. "canShipEarly": true,
  65. "cost": 18.75,
  66. "shipTo":{
  67. "name": "John Doe",
  68. "companyName": "Acme",
  69. "address1": "1234 Main St.",
  70. "address2": "",
  71. "address3": "",
  72. "town": "Capitol",
  73. "postcode": "12345",
  74. "state": "NewYork",
  75. "isoCountry": "US",
  76. "country": "United States of America",
  77. "email": "[email protected]",
  78. "phone": "+12345678910"
  79. },
  80. "returnAddress": {
  81. "name": "Print Operator",
  82. "companyName": "Print Co.",
  83. "address1": "4321 Back St.",
  84. "address2": "",
  85. "address3": "",
  86. "town": "Capitol",
  87. "postcode": "12346",
  88. "state": "NewYork",
  89. "isoCountry": "US",
  90. "country": "United States of America",
  91. "email": "[email protected]"
  92. },
  93. "carrier": {
  94. "code": "fedex",
  95. "service": "ground",
  96. "alias": "FedEx Ground"
  97. },
  98. "attachments": [
  99. {
  100. "path": "http://www.xxx.com/jobTicket.pdf",
  101. "type": "jobTicket"
  102. }
  103. ]
  104. }
  105. ]
  106. }
  107. }
Advertisement
Add Comment
Please, Sign In to add comment