fulfillment.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "fulfillment": {
  3. "created_at": "2013-11-01T16:06:08-04:00",
  4. "id": 255858046,
  5. "order_id": 450789469,
  6. "service": "manual",
  7. "status": "pending",
  8. "tracking_company": null,
  9. "updated_at": "2013-11-01T16:06:08-04:00",
  10. "tracking_number": "1Z2345",
  11. "tracking_numbers": [
  12. "1Z2345"
  13. ],
  14. "tracking_url": "http://www.google.com/search?q=1Z2345",
  15. "tracking_urls": [
  16. "http://www.google.com/search?q=1Z2345"
  17. ],
  18. "receipt": {
  19. "testcase": true,
  20. "authorization": "123456"
  21. },
  22. "line_items": [
  23. {
  24. "fulfillment_service": "manual",
  25. "fulfillment_status": null,
  26. "grams": 200,
  27. "id": 466157049,
  28. "price": "199.00",
  29. "product_id": 632910392,
  30. "quantity": 1,
  31. "requires_shipping": true,
  32. "sku": "IPOD2008GREEN",
  33. "title": "IPod Nano - 8gb",
  34. "variant_id": 39072856,
  35. "variant_title": "green",
  36. "vendor": null,
  37. "name": "IPod Nano - 8gb - green",
  38. "variant_inventory_management": "shopify",
  39. "properties": [
  40. {
  41. "name": "Custom Engraving",
  42. "value": "Happy Birthday"
  43. }
  44. ],
  45. "product_exists": true
  46. }
  47. ]
  48. }
  49. }