shopify-webhook-schemas 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/infer-schema.d.ts +1 -1
- package/dist/src/infer-schema.js +29 -3
- package/dist/src/scrape.js +3 -2
- package/metadatas/2024-04/app_purchases_one_time/update.json +1 -1
- package/metadatas/2024-04/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2024-04/app_subscriptions/update.json +2 -5
- package/metadatas/2024-04/bulk_operations/finish.json +1 -1
- package/metadatas/2024-04/checkouts/create.json +17 -7
- package/metadatas/2024-04/checkouts/delete.json +1 -2
- package/metadatas/2024-04/checkouts/update.json +17 -7
- package/metadatas/2024-04/company_contact_roles/assign.json +0 -8
- package/metadatas/2024-04/company_contact_roles/revoke.json +0 -8
- package/metadatas/2024-04/company_locations/create.json +0 -8
- package/metadatas/2024-04/company_locations/delete.json +0 -8
- package/metadatas/2024-04/company_locations/update.json +0 -8
- package/metadatas/2024-04/customer.tags_added.json +1 -1
- package/metadatas/2024-04/customer.tags_removed.json +1 -1
- package/metadatas/2024-04/customers/create.json +7 -0
- package/metadatas/2024-04/customers/delete.json +2 -0
- package/metadatas/2024-04/customers/disable.json +7 -0
- package/metadatas/2024-04/customers/enable.json +7 -0
- package/metadatas/2024-04/customers/update.json +7 -0
- package/metadatas/2024-04/discounts/create.json +2 -2
- package/metadatas/2024-04/discounts/delete.json +1 -1
- package/metadatas/2024-04/discounts/redeemcode_added.json +1 -1
- package/metadatas/2024-04/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2024-04/discounts/update.json +2 -2
- package/metadatas/2024-04/draft_orders/create.json +37 -26
- package/metadatas/2024-04/draft_orders/update.json +36 -25
- package/metadatas/2024-04/fulfillment_orders/placed_on_hold.json +2 -28
- package/metadatas/2024-04/fulfillments/create.json +24 -71
- package/metadatas/2024-04/fulfillments/update.json +24 -71
- package/metadatas/2024-04/inventory_items/create.json +1 -2
- package/metadatas/2024-04/inventory_items/delete.json +1 -2
- package/metadatas/2024-04/inventory_items/update.json +1 -2
- package/metadatas/2024-04/inventory_levels/connect.json +7 -1
- package/metadatas/2024-04/inventory_levels/update.json +7 -1
- package/metadatas/2024-04/markets/create.json +6 -2
- package/metadatas/2024-04/markets/update.json +6 -2
- package/metadatas/2024-04/order_transactions/create.json +3 -4
- package/metadatas/2024-04/orders/cancelled.json +51 -139
- package/metadatas/2024-04/orders/create.json +51 -139
- package/metadatas/2024-04/orders/edited.json +1 -2
- package/metadatas/2024-04/orders/fulfilled.json +51 -139
- package/metadatas/2024-04/orders/paid.json +51 -139
- package/metadatas/2024-04/orders/partially_fulfilled.json +51 -139
- package/metadatas/2024-04/orders/risk_assessment_changed.json +1 -1
- package/metadatas/2024-04/orders/updated.json +51 -139
- package/metadatas/2024-04/products/create.json +15 -6
- package/metadatas/2024-04/products/update.json +15 -6
- package/metadatas/2024-04/refunds/create.json +34 -112
- package/metadatas/2024-04/returns/approve.json +1 -1
- package/metadatas/2024-04/returns/decline.json +0 -4
- package/metadatas/2024-04/returns/request.json +1 -1
- package/metadatas/2024-04/segments/update.json +1 -1
- package/metadatas/2024-04/selling_plan_groups/delete.json +2 -2
- package/metadatas/2024-04/selling_plan_groups/update.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2024-04/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2024-04/subscription_contracts/activate.json +4 -4
- package/metadatas/2024-04/subscription_contracts/cancel.json +4 -4
- package/metadatas/2024-04/subscription_contracts/create.json +4 -4
- package/metadatas/2024-04/subscription_contracts/expire.json +4 -4
- package/metadatas/2024-04/subscription_contracts/fail.json +4 -4
- package/metadatas/2024-04/subscription_contracts/pause.json +4 -4
- package/metadatas/2024-04/subscription_contracts/update.json +4 -4
- package/metadatas/2024-04/tender_transactions/create.json +1 -1
- package/metadatas/2024-04/variants/in_stock.json +7 -1
- package/metadatas/2024-04/variants/out_of_stock.json +7 -1
- package/metadatas/2025-07/inventory_shipments/receive_items.json +1 -1
- package/package.json +1 -1
- package/schemas/2024-04/app_subscriptions/approaching_capped_amount.json +0 -15
- package/schemas/2024-04/app_subscriptions/update.json +0 -12
- package/schemas/2024-04/carts/create.json +1 -4
- package/schemas/2024-04/carts/update.json +1 -4
- package/schemas/2024-04/checkouts/create.json +31 -35
- package/schemas/2024-04/checkouts/delete.json +0 -10
- package/schemas/2024-04/checkouts/update.json +31 -35
- package/schemas/2024-04/collections/create.json +0 -20
- package/schemas/2024-04/collections/update.json +0 -20
- package/schemas/2024-04/company_contact_roles/assign.json +0 -23
- package/schemas/2024-04/company_contact_roles/revoke.json +0 -23
- package/schemas/2024-04/company_locations/create.json +4 -58
- package/schemas/2024-04/company_locations/delete.json +4 -58
- package/schemas/2024-04/company_locations/update.json +4 -58
- package/schemas/2024-04/customer_payment_methods/create.json +1 -1
- package/schemas/2024-04/customer_payment_methods/revoke.json +1 -1
- package/schemas/2024-04/customer_payment_methods/update.json +1 -1
- package/schemas/2024-04/customers/create.json +38 -86
- package/schemas/2024-04/customers/delete.json +16 -78
- package/schemas/2024-04/customers/disable.json +38 -86
- package/schemas/2024-04/customers/enable.json +38 -86
- package/schemas/2024-04/customers/update.json +38 -86
- package/schemas/2024-04/customers_email_marketing_consent/update.json +3 -13
- package/schemas/2024-04/customers_marketing_consent/update.json +3 -13
- package/schemas/2024-04/disputes/create.json +1 -0
- package/schemas/2024-04/disputes/update.json +1 -0
- package/schemas/2024-04/domains/create.json +2 -4
- package/schemas/2024-04/domains/destroy.json +2 -4
- package/schemas/2024-04/domains/update.json +2 -4
- package/schemas/2024-04/draft_orders/create.json +26 -409
- package/schemas/2024-04/draft_orders/update.json +26 -409
- package/schemas/2024-04/fulfillment_orders/placed_on_hold.json +0 -80
- package/schemas/2024-04/fulfillment_orders/split.json +0 -12
- package/schemas/2024-04/fulfillments/create.json +66 -196
- package/schemas/2024-04/fulfillments/update.json +66 -196
- package/schemas/2024-04/inventory_items/create.json +3 -7
- package/schemas/2024-04/inventory_items/update.json +3 -7
- package/schemas/2024-04/inventory_levels/connect.json +29 -0
- package/schemas/2024-04/inventory_levels/update.json +29 -0
- package/schemas/2024-04/markets/create.json +18 -7
- package/schemas/2024-04/markets/update.json +18 -7
- package/schemas/2024-04/order_transactions/create.json +4 -18
- package/schemas/2024-04/orders/cancelled.json +10 -252
- package/schemas/2024-04/orders/create.json +10 -252
- package/schemas/2024-04/orders/edited.json +2 -13
- package/schemas/2024-04/orders/fulfilled.json +10 -252
- package/schemas/2024-04/orders/paid.json +10 -252
- package/schemas/2024-04/orders/partially_fulfilled.json +10 -252
- package/schemas/2024-04/orders/risk_assessment_changed.json +2 -9
- package/schemas/2024-04/orders/shopify_protect_eligibility_changed.json +1 -11
- package/schemas/2024-04/orders/updated.json +10 -252
- package/schemas/2024-04/payment_terms/create.json +1 -4
- package/schemas/2024-04/payment_terms/update.json +1 -4
- package/schemas/2024-04/products/create.json +73 -173
- package/schemas/2024-04/products/update.json +73 -173
- package/schemas/2024-04/refunds/create.json +16 -767
- package/schemas/2024-04/returns/decline.json +0 -17
- package/schemas/2024-04/selling_plan_groups/create.json +10 -66
- package/schemas/2024-04/selling_plan_groups/update.json +10 -66
- package/schemas/2024-04/shop/update.json +3 -4
- package/schemas/2024-04/subscription_billing_attempts/challenged.json +1 -0
- package/schemas/2024-04/subscription_billing_attempts/failure.json +1 -0
- package/schemas/2024-04/subscription_billing_attempts/success.json +1 -0
- package/schemas/2024-04/subscription_contracts/activate.json +2 -8
- package/schemas/2024-04/subscription_contracts/cancel.json +2 -8
- package/schemas/2024-04/subscription_contracts/create.json +2 -8
- package/schemas/2024-04/subscription_contracts/expire.json +2 -8
- package/schemas/2024-04/subscription_contracts/fail.json +2 -8
- package/schemas/2024-04/subscription_contracts/pause.json +2 -8
- package/schemas/2024-04/subscription_contracts/update.json +2 -8
- package/schemas/2024-04/tender_transactions/create.json +4 -6
- package/schemas/2024-04/themes/create.json +1 -4
- package/schemas/2024-04/themes/publish.json +1 -4
- package/schemas/2024-04/themes/update.json +1 -4
- package/schemas/2024-04/variants/in_stock.json +25 -1
- package/schemas/2024-04/variants/out_of_stock.json +25 -1
- package/metadatas/2024-04/app/scopes_update.json +0 -23
- package/metadatas/2024-04/checkout_and_accounts_configurations/update.json +0 -22
- package/metadatas/2024-04/customer.joined_segment.json +0 -18
- package/metadatas/2024-04/customer.left_segment.json +0 -18
- package/metadatas/2024-04/customer_account_settings/update.json +0 -17
- package/metadatas/2024-04/customers/purchasing_summary.json +0 -27
- package/metadatas/2024-04/delivery_promise_settings/update.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/delete.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/grant.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/revoke.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/update.json +0 -19
- package/metadatas/2024-04/finance_kyc_information/update.json +0 -19
- package/metadatas/2024-04/fulfillment_holds/added.json +0 -32
- package/metadatas/2024-04/fulfillment_holds/released.json +0 -32
- package/metadatas/2024-04/markets_backup_region/update.json +0 -18
- package/metadatas/2024-04/metafield_definitions/create.json +0 -47
- package/metadatas/2024-04/metafield_definitions/delete.json +0 -19
- package/metadatas/2024-04/metafield_definitions/update.json +0 -47
- package/metadatas/2024-04/product_feeds/full_sync_finish.json +0 -37
- package/schemas/2024-04/app/scopes_update.json +0 -31
- package/schemas/2024-04/checkout_and_accounts_configurations/update.json +0 -48
- package/schemas/2024-04/customer.joined_segment.json +0 -23
- package/schemas/2024-04/customer.left_segment.json +0 -23
- package/schemas/2024-04/customer_account_settings/update.json +0 -28
- package/schemas/2024-04/customers/purchasing_summary.json +0 -43
- package/schemas/2024-04/delivery_promise_settings/update.json +0 -21
- package/schemas/2024-04/finance_app_staff_member/delete.json +0 -4
- package/schemas/2024-04/finance_app_staff_member/grant.json +0 -4
- package/schemas/2024-04/finance_app_staff_member/revoke.json +0 -4
- package/schemas/2024-04/finance_app_staff_member/update.json +0 -4
- package/schemas/2024-04/finance_kyc_information/update.json +0 -4
- package/schemas/2024-04/fulfillment_holds/added.json +0 -63
- package/schemas/2024-04/fulfillment_holds/released.json +0 -63
- package/schemas/2024-04/markets_backup_region/update.json +0 -17
- package/schemas/2024-04/metafield_definitions/create.json +0 -141
- package/schemas/2024-04/metafield_definitions/delete.json +0 -21
- package/schemas/2024-04/metafield_definitions/update.json +0 -141
- package/schemas/2024-04/product_feeds/full_sync_finish.json +0 -97
|
@@ -33,24 +33,14 @@
|
|
|
33
33
|
"contact_email": "jon@example.com",
|
|
34
34
|
"created_at": "2021-12-31T19:00:00-05:00",
|
|
35
35
|
"currency": "USD",
|
|
36
|
-
"
|
|
37
|
-
"shop_money": {
|
|
38
|
-
"amount": "0.00",
|
|
39
|
-
"currency_code": "USD"
|
|
40
|
-
},
|
|
41
|
-
"presentment_money": {
|
|
42
|
-
"amount": "0.00",
|
|
43
|
-
"currency_code": "USD"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"current_subtotal_price": "369.97",
|
|
36
|
+
"current_subtotal_price": "398.00",
|
|
47
37
|
"current_subtotal_price_set": {
|
|
48
38
|
"shop_money": {
|
|
49
|
-
"amount": "
|
|
39
|
+
"amount": "398.00",
|
|
50
40
|
"currency_code": "USD"
|
|
51
41
|
},
|
|
52
42
|
"presentment_money": {
|
|
53
|
-
"amount": "
|
|
43
|
+
"amount": "398.00",
|
|
54
44
|
"currency_code": "USD"
|
|
55
45
|
}
|
|
56
46
|
},
|
|
@@ -67,14 +57,14 @@
|
|
|
67
57
|
}
|
|
68
58
|
},
|
|
69
59
|
"current_total_duties_set": null,
|
|
70
|
-
"current_total_price": "
|
|
60
|
+
"current_total_price": "398.00",
|
|
71
61
|
"current_total_price_set": {
|
|
72
62
|
"shop_money": {
|
|
73
|
-
"amount": "
|
|
63
|
+
"amount": "398.00",
|
|
74
64
|
"currency_code": "USD"
|
|
75
65
|
},
|
|
76
66
|
"presentment_money": {
|
|
77
|
-
"amount": "
|
|
67
|
+
"amount": "398.00",
|
|
78
68
|
"currency_code": "USD"
|
|
79
69
|
}
|
|
80
70
|
},
|
|
@@ -92,7 +82,6 @@
|
|
|
92
82
|
"customer_locale": "en",
|
|
93
83
|
"device_id": null,
|
|
94
84
|
"discount_codes": [],
|
|
95
|
-
"duties_included": false,
|
|
96
85
|
"email": "jon@example.com",
|
|
97
86
|
"estimated_taxes": false,
|
|
98
87
|
"financial_status": "voided",
|
|
@@ -100,7 +89,6 @@
|
|
|
100
89
|
"landing_site": null,
|
|
101
90
|
"landing_site_ref": null,
|
|
102
91
|
"location_id": null,
|
|
103
|
-
"merchant_business_entity_id": "MTU0ODM4MDAwOQ",
|
|
104
92
|
"merchant_of_record_app_id": null,
|
|
105
93
|
"name": "#9999",
|
|
106
94
|
"note": null,
|
|
@@ -123,14 +111,14 @@
|
|
|
123
111
|
"source_identifier": null,
|
|
124
112
|
"source_name": "web",
|
|
125
113
|
"source_url": null,
|
|
126
|
-
"subtotal_price": "
|
|
114
|
+
"subtotal_price": "388.00",
|
|
127
115
|
"subtotal_price_set": {
|
|
128
116
|
"shop_money": {
|
|
129
|
-
"amount": "
|
|
117
|
+
"amount": "388.00",
|
|
130
118
|
"currency_code": "USD"
|
|
131
119
|
},
|
|
132
120
|
"presentment_money": {
|
|
133
|
-
"amount": "
|
|
121
|
+
"amount": "388.00",
|
|
134
122
|
"currency_code": "USD"
|
|
135
123
|
}
|
|
136
124
|
},
|
|
@@ -140,26 +128,6 @@
|
|
|
140
128
|
"taxes_included": false,
|
|
141
129
|
"test": true,
|
|
142
130
|
"token": "123456abcd",
|
|
143
|
-
"total_cash_rounding_payment_adjustment_set": {
|
|
144
|
-
"shop_money": {
|
|
145
|
-
"amount": "0.00",
|
|
146
|
-
"currency_code": "USD"
|
|
147
|
-
},
|
|
148
|
-
"presentment_money": {
|
|
149
|
-
"amount": "0.00",
|
|
150
|
-
"currency_code": "USD"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
"total_cash_rounding_refund_adjustment_set": {
|
|
154
|
-
"shop_money": {
|
|
155
|
-
"amount": "0.00",
|
|
156
|
-
"currency_code": "USD"
|
|
157
|
-
},
|
|
158
|
-
"presentment_money": {
|
|
159
|
-
"amount": "0.00",
|
|
160
|
-
"currency_code": "USD"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
131
|
"total_discounts": "20.00",
|
|
164
132
|
"total_discounts_set": {
|
|
165
133
|
"shop_money": {
|
|
@@ -171,26 +139,26 @@
|
|
|
171
139
|
"currency_code": "USD"
|
|
172
140
|
}
|
|
173
141
|
},
|
|
174
|
-
"total_line_items_price": "
|
|
142
|
+
"total_line_items_price": "398.00",
|
|
175
143
|
"total_line_items_price_set": {
|
|
176
144
|
"shop_money": {
|
|
177
|
-
"amount": "
|
|
145
|
+
"amount": "398.00",
|
|
178
146
|
"currency_code": "USD"
|
|
179
147
|
},
|
|
180
148
|
"presentment_money": {
|
|
181
|
-
"amount": "
|
|
149
|
+
"amount": "398.00",
|
|
182
150
|
"currency_code": "USD"
|
|
183
151
|
}
|
|
184
152
|
},
|
|
185
|
-
"total_outstanding": "
|
|
186
|
-
"total_price": "
|
|
153
|
+
"total_outstanding": "398.00",
|
|
154
|
+
"total_price": "388.00",
|
|
187
155
|
"total_price_set": {
|
|
188
156
|
"shop_money": {
|
|
189
|
-
"amount": "
|
|
157
|
+
"amount": "388.00",
|
|
190
158
|
"currency_code": "USD"
|
|
191
159
|
},
|
|
192
160
|
"presentment_money": {
|
|
193
|
-
"amount": "
|
|
161
|
+
"amount": "388.00",
|
|
194
162
|
"currency_code": "USD"
|
|
195
163
|
}
|
|
196
164
|
},
|
|
@@ -249,6 +217,13 @@
|
|
|
249
217
|
"multipass_identifier": null,
|
|
250
218
|
"tax_exempt": false,
|
|
251
219
|
"phone": null,
|
|
220
|
+
"email_marketing_consent": {
|
|
221
|
+
"state": "not_subscribed",
|
|
222
|
+
"opt_in_level": null,
|
|
223
|
+
"consent_updated_at": null
|
|
224
|
+
},
|
|
225
|
+
"sms_marketing_consent": null,
|
|
226
|
+
"tags": "",
|
|
252
227
|
"currency": "USD",
|
|
253
228
|
"tax_exemptions": [],
|
|
254
229
|
"admin_graphql_api_id": "gid://shopify/Customer/115310627314723954",
|
|
@@ -276,8 +251,8 @@
|
|
|
276
251
|
"fulfillments": [],
|
|
277
252
|
"line_items": [
|
|
278
253
|
{
|
|
279
|
-
"id":
|
|
280
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
254
|
+
"id": 866550311766439000,
|
|
255
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/866550311766439020",
|
|
281
256
|
"attributed_staffs": [
|
|
282
257
|
{
|
|
283
258
|
"id": "gid://shopify/StaffMember/902541635",
|
|
@@ -289,28 +264,27 @@
|
|
|
289
264
|
"fulfillment_service": "manual",
|
|
290
265
|
"fulfillment_status": null,
|
|
291
266
|
"gift_card": false,
|
|
292
|
-
"grams":
|
|
293
|
-
"name": "
|
|
294
|
-
"price": "
|
|
267
|
+
"grams": 567,
|
|
268
|
+
"name": "IPod Nano - 8GB",
|
|
269
|
+
"price": "199.00",
|
|
295
270
|
"price_set": {
|
|
296
271
|
"shop_money": {
|
|
297
|
-
"amount": "
|
|
272
|
+
"amount": "199.00",
|
|
298
273
|
"currency_code": "USD"
|
|
299
274
|
},
|
|
300
275
|
"presentment_money": {
|
|
301
|
-
"amount": "
|
|
276
|
+
"amount": "199.00",
|
|
302
277
|
"currency_code": "USD"
|
|
303
278
|
}
|
|
304
279
|
},
|
|
305
280
|
"product_exists": true,
|
|
306
|
-
"product_id":
|
|
281
|
+
"product_id": 632910392,
|
|
307
282
|
"properties": [],
|
|
308
283
|
"quantity": 1,
|
|
309
284
|
"requires_shipping": true,
|
|
310
|
-
"
|
|
311
|
-
"sku": "SKU2006-001",
|
|
285
|
+
"sku": "IPOD2008PINK",
|
|
312
286
|
"taxable": true,
|
|
313
|
-
"title": "
|
|
287
|
+
"title": "IPod Nano - 8GB",
|
|
314
288
|
"total_discount": "0.00",
|
|
315
289
|
"total_discount_set": {
|
|
316
290
|
"shop_money": {
|
|
@@ -322,8 +296,8 @@
|
|
|
322
296
|
"currency_code": "USD"
|
|
323
297
|
}
|
|
324
298
|
},
|
|
325
|
-
"variant_id":
|
|
326
|
-
"variant_inventory_management":
|
|
299
|
+
"variant_id": 808950810,
|
|
300
|
+
"variant_inventory_management": "shopify",
|
|
327
301
|
"variant_title": null,
|
|
328
302
|
"vendor": null,
|
|
329
303
|
"tax_lines": [],
|
|
@@ -331,36 +305,35 @@
|
|
|
331
305
|
"discount_allocations": []
|
|
332
306
|
},
|
|
333
307
|
{
|
|
334
|
-
"id":
|
|
335
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
308
|
+
"id": 141249953214522980,
|
|
309
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/141249953214522974",
|
|
336
310
|
"attributed_staffs": [],
|
|
337
311
|
"current_quantity": 1,
|
|
338
312
|
"fulfillable_quantity": 1,
|
|
339
313
|
"fulfillment_service": "manual",
|
|
340
314
|
"fulfillment_status": null,
|
|
341
315
|
"gift_card": false,
|
|
342
|
-
"grams":
|
|
343
|
-
"name": "
|
|
344
|
-
"price": "
|
|
316
|
+
"grams": 567,
|
|
317
|
+
"name": "IPod Nano - 8GB",
|
|
318
|
+
"price": "199.00",
|
|
345
319
|
"price_set": {
|
|
346
320
|
"shop_money": {
|
|
347
|
-
"amount": "
|
|
321
|
+
"amount": "199.00",
|
|
348
322
|
"currency_code": "USD"
|
|
349
323
|
},
|
|
350
324
|
"presentment_money": {
|
|
351
|
-
"amount": "
|
|
325
|
+
"amount": "199.00",
|
|
352
326
|
"currency_code": "USD"
|
|
353
327
|
}
|
|
354
328
|
},
|
|
355
329
|
"product_exists": true,
|
|
356
|
-
"product_id":
|
|
330
|
+
"product_id": 632910392,
|
|
357
331
|
"properties": [],
|
|
358
332
|
"quantity": 1,
|
|
359
333
|
"requires_shipping": true,
|
|
360
|
-
"
|
|
361
|
-
"sku": "SKU2006-020",
|
|
334
|
+
"sku": "IPOD2008PINK",
|
|
362
335
|
"taxable": true,
|
|
363
|
-
"title": "
|
|
336
|
+
"title": "IPod Nano - 8GB",
|
|
364
337
|
"total_discount": "0.00",
|
|
365
338
|
"total_discount_set": {
|
|
366
339
|
"shop_money": {
|
|
@@ -372,58 +345,8 @@
|
|
|
372
345
|
"currency_code": "USD"
|
|
373
346
|
}
|
|
374
347
|
},
|
|
375
|
-
"variant_id":
|
|
376
|
-
"variant_inventory_management":
|
|
377
|
-
"variant_title": null,
|
|
378
|
-
"vendor": null,
|
|
379
|
-
"tax_lines": [],
|
|
380
|
-
"duties": [],
|
|
381
|
-
"discount_allocations": []
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"id": 315789986012684400,
|
|
385
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/315789986012684393",
|
|
386
|
-
"attributed_staffs": [],
|
|
387
|
-
"current_quantity": 1,
|
|
388
|
-
"fulfillable_quantity": 1,
|
|
389
|
-
"fulfillment_service": "manual",
|
|
390
|
-
"fulfillment_status": null,
|
|
391
|
-
"gift_card": false,
|
|
392
|
-
"grams": 500,
|
|
393
|
-
"name": "Coffee table",
|
|
394
|
-
"price": "119.99",
|
|
395
|
-
"price_set": {
|
|
396
|
-
"shop_money": {
|
|
397
|
-
"amount": "119.99",
|
|
398
|
-
"currency_code": "USD"
|
|
399
|
-
},
|
|
400
|
-
"presentment_money": {
|
|
401
|
-
"amount": "119.99",
|
|
402
|
-
"currency_code": "USD"
|
|
403
|
-
}
|
|
404
|
-
},
|
|
405
|
-
"product_exists": true,
|
|
406
|
-
"product_id": 788032119674292900,
|
|
407
|
-
"properties": [],
|
|
408
|
-
"quantity": 1,
|
|
409
|
-
"requires_shipping": true,
|
|
410
|
-
"sales_line_item_group_id": 142831562,
|
|
411
|
-
"sku": "SKU2006-035",
|
|
412
|
-
"taxable": true,
|
|
413
|
-
"title": "Coffee table",
|
|
414
|
-
"total_discount": "0.00",
|
|
415
|
-
"total_discount_set": {
|
|
416
|
-
"shop_money": {
|
|
417
|
-
"amount": "0.00",
|
|
418
|
-
"currency_code": "USD"
|
|
419
|
-
},
|
|
420
|
-
"presentment_money": {
|
|
421
|
-
"amount": "0.00",
|
|
422
|
-
"currency_code": "USD"
|
|
423
|
-
}
|
|
424
|
-
},
|
|
425
|
-
"variant_id": null,
|
|
426
|
-
"variant_inventory_management": null,
|
|
348
|
+
"variant_id": 808950810,
|
|
349
|
+
"variant_inventory_management": "shopify",
|
|
427
350
|
"variant_title": null,
|
|
428
351
|
"vendor": null,
|
|
429
352
|
"tax_lines": [],
|
|
@@ -455,24 +378,14 @@
|
|
|
455
378
|
"id": 271878346596884000,
|
|
456
379
|
"carrier_identifier": null,
|
|
457
380
|
"code": null,
|
|
458
|
-
"
|
|
459
|
-
"shop_money": {
|
|
460
|
-
"amount": "0.00",
|
|
461
|
-
"currency_code": "USD"
|
|
462
|
-
},
|
|
463
|
-
"presentment_money": {
|
|
464
|
-
"amount": "0.00",
|
|
465
|
-
"currency_code": "USD"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
"discounted_price": "0.00",
|
|
381
|
+
"discounted_price": "10.00",
|
|
469
382
|
"discounted_price_set": {
|
|
470
383
|
"shop_money": {
|
|
471
|
-
"amount": "
|
|
384
|
+
"amount": "10.00",
|
|
472
385
|
"currency_code": "USD"
|
|
473
386
|
},
|
|
474
387
|
"presentment_money": {
|
|
475
|
-
"amount": "
|
|
388
|
+
"amount": "10.00",
|
|
476
389
|
"currency_code": "USD"
|
|
477
390
|
}
|
|
478
391
|
},
|
|
@@ -495,8 +408,7 @@
|
|
|
495
408
|
"tax_lines": [],
|
|
496
409
|
"discount_allocations": []
|
|
497
410
|
}
|
|
498
|
-
]
|
|
499
|
-
"returns": []
|
|
411
|
+
]
|
|
500
412
|
},
|
|
501
413
|
"shop_feature": false
|
|
502
414
|
}
|