Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {
  2. "billing_address_id": 0,
  3. "created_at": "string",
  4. "customer_id": 0,
  5. "email_sent": 0,
  6. "entity_id": 0,
  7. "increment_id": "string",
  8. "order_id": 0,
  9. "packages": [
  10. {
  11. "extension_attributes": {}
  12. }
  13. ],
  14. "shipment_status": 0,
  15. "shipping_address_id": 0,
  16. "shipping_label": "string",
  17. "store_id": 0,
  18. "total_qty": 0,
  19. "total_weight": 0,
  20. "updated_at": "string",
  21. "items": [
  22. {
  23. "additional_data": "string",
  24. "description": "string",
  25. "entity_id": 0,
  26. "name": "string",
  27. "parent_id": 0,
  28. "price": 0,
  29. "product_id": 0,
  30. "row_total": 0,
  31. "sku": "string",
  32. "weight": 0,
  33. "extension_attributes": {},
  34. "order_item_id": 0,
  35. "qty": 0
  36. }
  37. ],
  38. "tracks": [
  39. {
  40. "order_id": 0,
  41. "created_at": "string",
  42. "entity_id": 0,
  43. "parent_id": 0,
  44. "updated_at": "string",
  45. "weight": 0,
  46. "qty": 0,
  47. "description": "string",
  48. "extension_attributes": {},
  49. "track_number": "string",
  50. "title": "string",
  51. "carrier_code": "string"
  52. }
  53. ],
  54. "comments": [
  55. {
  56. "is_customer_notified": 0,
  57. "parent_id": 0,
  58. "extension_attributes": {},
  59. "comment": "string",
  60. "is_visible_on_front": 0,
  61. "created_at": "string",
  62. "entity_id": 0
  63. }
  64. ],
  65. "extension_attributes": {}
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement