assigned_fulfillment_orders.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. [
  2. {
  3. "id": 519788021,
  4. "order_id": 450789469,
  5. "fulfillment_service_handle": "shipwire",
  6. "status": "in_progress",
  7. "requires_shipping": true,
  8. "is_not_deleted": true,
  9. "deleted_at": null,
  10. "created_at": "2016-07-12T11:23:42-04:00",
  11. "updated_at": "2016-07-12T11:23:42-04:00",
  12. "happened_at": "2016-07-12T11:23:42-04:00",
  13. "assigned_location_id": 905684977,
  14. "request_status": "cancellation_accepted",
  15. "delivery_category": null,
  16. "fulfill_at": null,
  17. "fulfillment_order_line_items": [
  18. {
  19. "id": 519788021,
  20. "shop_id": 690933842,
  21. "fulfillment_order_id": 519788021,
  22. "line_item_id": 466157049,
  23. "variant_id": 43729076,
  24. "inventory_item_id": 808950810,
  25. "inventory_commitment_id": 273471403,
  26. "quantity": 1,
  27. "sku": "IPOD2008GREEN",
  28. "vendor": null,
  29. "variant_title": "green",
  30. "product_title": "IPod Nano - 8gb",
  31. "pre_tax_price": 398.00,
  32. "currency": "USD",
  33. "properties": null,
  34. "is_not_deleted": true,
  35. "deleted_at": null,
  36. "created_at": "2016-07-12T11:23:54-04:00",
  37. "updated_at": "2016-07-12T11:23:54-04:00"
  38. }
  39. ]
  40. },
  41. {
  42. "id": 519788022,
  43. "order_id": 450789469,
  44. "fulfillment_service_handle": "manual",
  45. "status": "in_progress",
  46. "requires_shipping": true,
  47. "is_not_deleted": true,
  48. "deleted_at": null,
  49. "created_at": "2016-07-12T11:23:42-04:00",
  50. "updated_at": "2016-07-12T11:23:42-04:00",
  51. "happened_at": "2016-07-12T11:23:42-04:00",
  52. "assigned_location_id": 905684977,
  53. "request_status": "cancellation_accepted",
  54. "delivery_category": null,
  55. "fulfill_at": null,
  56. "fulfillment_order_line_items": [
  57. {
  58. "id": 519788021,
  59. "shop_id": 690933842,
  60. "fulfillment_order_id": 519788021,
  61. "line_item_id": 466157049,
  62. "variant_id": 43729076,
  63. "inventory_item_id": 808950810,
  64. "inventory_commitment_id": 273471403,
  65. "quantity": 1,
  66. "sku": "IPOD2008RED",
  67. "vendor": null,
  68. "variant_title": "red",
  69. "product_title": "IPod Nano - 8gb",
  70. "pre_tax_price": 398.00,
  71. "currency": "USD",
  72. "properties": null,
  73. "is_not_deleted": true,
  74. "deleted_at": null,
  75. "created_at": "2016-07-12T11:23:54-04:00",
  76. "updated_at": "2016-07-12T11:23:54-04:00"
  77. }
  78. ]
  79. }
  80. ]