|
| 1 | +{ |
| 2 | + "fulfillment_order": { |
| 3 | + "id": 1046000789, |
| 4 | + "shop_id": 548380009, |
| 5 | + "order_id": 450789469, |
| 6 | + "assigned_location_id": 24826418, |
| 7 | + "request_status": "unsubmitted", |
| 8 | + "status": "on_hold", |
| 9 | + "fulfill_at": null, |
| 10 | + "supported_actions": ["release_hold"], |
| 11 | + "destination": { |
| 12 | + "id": 1046000789, |
| 13 | + "address1": "Chestnut Street 92", |
| 14 | + "address2": "", |
| 15 | + "city": "Louisville", |
| 16 | + "company": null, |
| 17 | + "country": "United States", |
| 18 | + "email": "bob.norman@mail.example.com", |
| 19 | + "first_name": "Bob", |
| 20 | + "last_name": "Norman", |
| 21 | + "phone": "+1(502)-459-2181", |
| 22 | + "province": "Kentucky", |
| 23 | + "zip": "40202" |
| 24 | + }, |
| 25 | + "line_items": [ |
| 26 | + { |
| 27 | + "id": 1058737493, |
| 28 | + "shop_id": 548380009, |
| 29 | + "fulfillment_order_id": 1046000789, |
| 30 | + "quantity": 1, |
| 31 | + "line_item_id": 518995019, |
| 32 | + "inventory_item_id": 49148385, |
| 33 | + "fulfillable_quantity": 1, |
| 34 | + "variant_id": 49148385 |
| 35 | + } |
| 36 | + ], |
| 37 | + "international_duties": null, |
| 38 | + "fulfillment_holds": [ |
| 39 | + { |
| 40 | + "reason": "inventory_out_of_stock", |
| 41 | + "reason_notes": "Not enough inventory to complete this work." |
| 42 | + } |
| 43 | + ], |
| 44 | + "fulfill_by": null, |
| 45 | + "created_at": "2024-07-24T06:26:32-04:00", |
| 46 | + "updated_at": "2024-07-24T06:26:33-04:00", |
| 47 | + "delivery_method": null, |
| 48 | + "assigned_location": { |
| 49 | + "address1": null, |
| 50 | + "address2": null, |
| 51 | + "city": null, |
| 52 | + "country_code": "DE", |
| 53 | + "location_id": 24826418, |
| 54 | + "name": "Apple Api Shipwire", |
| 55 | + "phone": null, |
| 56 | + "province": null, |
| 57 | + "zip": null |
| 58 | + }, |
| 59 | + "merchant_requests": [] |
| 60 | + } |
| 61 | +} |
0 commit comments