Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. {
  2. "async": false,
  3. "billing": {
  4. "paid_by": "shipper"
  5. },
  6. "customs": {
  7. "billing": {
  8. "paid_by": "recipient"
  9. },
  10. "purpose": "merchandise"
  11. },
  12. "return_shipment": false,
  13. "service_type": "fedex-smartpost",
  14. "paper_size": "4x6",
  15. "shipper_account": {
  16. "id": "00000000-0000-0000-0000-000000000000"
  17. },
  18. "shipment": {
  19. "ship_from": {
  20. "contact_name": "Fred Newth",
  21. "company_name": "RC Scale Model",
  22. "street1": "2802 Live Oak Drive, ",
  23. "city": "Grapevine",
  24. "state": "Texas",
  25. "postal_code": "76051",
  26. "country": "USA",
  27. "phone": "9727410501",
  28. "email": "test@test.com",
  29. "type": "business"
  30. },
  31. "ship_to": {
  32. "contact_name": "Jon Poole",
  33. "street1": "212 South Street",
  34. "city": "Concord",
  35. "state": "New Hampshire",
  36. "postal_code": "03301",
  37. "country": "USA",
  38. "phone": "6034919890",
  39. "email": "test@test.test",
  40. "type": "residential"
  41. },
  42. "parcels": [
  43. {
  44. "description": "Food XS",
  45. "box_type": "custom",
  46. "weight": {
  47. "value": 2,
  48. "unit": "kg"
  49. },
  50. "dimension": {
  51. "width": 20,
  52. "height": 40,
  53. "depth": 40,
  54. "unit": "cm"
  55. },
  56. "items": [
  57. {
  58. "description": "Food Bar",
  59. "origin_country": "USA",
  60. "quantity": 2,
  61. "price": {
  62. "amount": 3,
  63. "currency": "USD"
  64. },
  65. "weight": {
  66. "value": 0.6,
  67. "unit": "kg"
  68. },
  69. "sku": "Epic_Food_Bar",
  70. "hs_code": "1234.12"
  71. }
  72. ]
  73. }
  74. ]
  75. }
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement