shopify-webhook-schemas 0.1.9 → 0.2.0
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.js +90 -0
- package/metadatas/2025-04/app_purchases_one_time/update.json +1 -1
- package/metadatas/2025-04/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2025-04/app_subscriptions/update.json +5 -2
- package/metadatas/2025-04/bulk_operations/finish.json +1 -1
- package/metadatas/2025-04/checkouts/create.json +6 -6
- package/metadatas/2025-04/checkouts/update.json +6 -6
- package/metadatas/2025-04/discounts/create.json +2 -2
- package/metadatas/2025-04/discounts/delete.json +1 -1
- package/metadatas/2025-04/discounts/redeemcode_added.json +1 -1
- package/metadatas/2025-04/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2025-04/discounts/update.json +2 -2
- package/metadatas/2025-04/draft_orders/create.json +24 -24
- package/metadatas/2025-04/draft_orders/update.json +26 -26
- package/metadatas/2025-04/fulfillments/create.json +71 -24
- package/metadatas/2025-04/fulfillments/update.json +71 -24
- package/metadatas/2025-04/inventory_items/create.json +2 -1
- package/metadatas/2025-04/inventory_items/delete.json +2 -1
- package/metadatas/2025-04/inventory_items/update.json +2 -1
- package/metadatas/2025-04/markets_backup_region/update.json +18 -0
- package/metadatas/2025-04/order_transactions/create.json +3 -3
- package/metadatas/2025-04/orders/cancelled.json +91 -41
- package/metadatas/2025-04/orders/create.json +91 -41
- package/metadatas/2025-04/orders/edited.json +1 -1
- package/metadatas/2025-04/orders/fulfilled.json +91 -41
- package/metadatas/2025-04/orders/paid.json +91 -41
- package/metadatas/2025-04/orders/partially_fulfilled.json +91 -41
- package/metadatas/2025-04/orders/updated.json +91 -41
- package/metadatas/2025-04/refunds/create.json +110 -34
- package/metadatas/2025-04/selling_plan_groups/create.json +2 -2
- package/metadatas/2025-04/selling_plan_groups/delete.json +2 -2
- package/metadatas/2025-04/selling_plan_groups/update.json +2 -2
- package/metadatas/2025-04/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2025-04/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2025-04/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2025-04/subscription_contracts/activate.json +4 -4
- package/metadatas/2025-04/subscription_contracts/cancel.json +4 -4
- package/metadatas/2025-04/subscription_contracts/create.json +4 -4
- package/metadatas/2025-04/subscription_contracts/expire.json +4 -4
- package/metadatas/2025-04/subscription_contracts/fail.json +4 -4
- package/metadatas/2025-04/subscription_contracts/pause.json +4 -4
- package/metadatas/2025-04/subscription_contracts/update.json +4 -4
- package/metadatas/2025-04/tender_transactions/create.json +1 -1
- package/package.json +1 -1
- package/schemas/2025-04/app_subscriptions/update.json +12 -0
- package/schemas/2025-04/carts/create.json +4 -1
- package/schemas/2025-04/carts/update.json +4 -1
- package/schemas/2025-04/checkouts/create.json +26 -16
- package/schemas/2025-04/checkouts/delete.json +3 -0
- package/schemas/2025-04/checkouts/update.json +26 -16
- package/schemas/2025-04/collections/create.json +20 -0
- package/schemas/2025-04/collections/update.json +20 -0
- package/schemas/2025-04/company_locations/create.json +37 -6
- package/schemas/2025-04/company_locations/delete.json +37 -6
- package/schemas/2025-04/company_locations/update.json +37 -6
- package/schemas/2025-04/customer_payment_methods/create.json +1 -1
- package/schemas/2025-04/customer_payment_methods/revoke.json +1 -1
- package/schemas/2025-04/customer_payment_methods/update.json +1 -1
- package/schemas/2025-04/customers/create.json +86 -4
- package/schemas/2025-04/customers/delete.json +78 -2
- package/schemas/2025-04/customers/disable.json +86 -4
- package/schemas/2025-04/customers/enable.json +86 -4
- package/schemas/2025-04/customers/update.json +86 -4
- package/schemas/2025-04/customers_email_marketing_consent/update.json +13 -3
- package/schemas/2025-04/customers_marketing_consent/update.json +13 -3
- package/schemas/2025-04/disputes/create.json +0 -1
- package/schemas/2025-04/disputes/update.json +0 -1
- package/schemas/2025-04/domains/create.json +4 -2
- package/schemas/2025-04/domains/destroy.json +4 -2
- package/schemas/2025-04/domains/update.json +4 -2
- package/schemas/2025-04/draft_orders/create.json +138 -4
- package/schemas/2025-04/draft_orders/update.json +138 -4
- package/schemas/2025-04/fulfillments/create.json +196 -66
- package/schemas/2025-04/fulfillments/update.json +196 -66
- package/schemas/2025-04/inventory_items/create.json +7 -3
- package/schemas/2025-04/inventory_items/update.json +7 -3
- package/schemas/2025-04/markets_backup_region/update.json +17 -0
- package/schemas/2025-04/order_transactions/create.json +15 -5
- package/schemas/2025-04/orders/cancelled.json +76 -4
- package/schemas/2025-04/orders/create.json +76 -4
- package/schemas/2025-04/orders/edited.json +8 -2
- package/schemas/2025-04/orders/fulfilled.json +76 -4
- package/schemas/2025-04/orders/paid.json +76 -4
- package/schemas/2025-04/orders/partially_fulfilled.json +76 -4
- package/schemas/2025-04/orders/risk_assessment_changed.json +9 -2
- package/schemas/2025-04/orders/shopify_protect_eligibility_changed.json +8 -1
- package/schemas/2025-04/orders/updated.json +76 -4
- package/schemas/2025-04/payment_terms/create.json +4 -1
- package/schemas/2025-04/payment_terms/update.json +4 -1
- package/schemas/2025-04/products/create.json +160 -64
- package/schemas/2025-04/products/update.json +160 -64
- package/schemas/2025-04/refunds/create.json +764 -17
- package/schemas/2025-04/selling_plan_groups/create.json +66 -10
- package/schemas/2025-04/selling_plan_groups/update.json +66 -10
- package/schemas/2025-04/shop/update.json +4 -3
- package/schemas/2025-04/subscription_billing_attempts/challenged.json +0 -1
- package/schemas/2025-04/subscription_billing_attempts/failure.json +0 -1
- package/schemas/2025-04/subscription_billing_attempts/success.json +0 -1
- package/schemas/2025-04/subscription_contracts/activate.json +8 -2
- package/schemas/2025-04/subscription_contracts/cancel.json +8 -2
- package/schemas/2025-04/subscription_contracts/create.json +8 -2
- package/schemas/2025-04/subscription_contracts/expire.json +8 -2
- package/schemas/2025-04/subscription_contracts/fail.json +8 -2
- package/schemas/2025-04/subscription_contracts/pause.json +8 -2
- package/schemas/2025-04/subscription_contracts/update.json +8 -2
- package/schemas/2025-04/tender_transactions/create.json +9 -16
- package/schemas/2025-04/themes/create.json +4 -1
- package/schemas/2025-04/themes/publish.json +4 -1
- package/schemas/2025-04/themes/update.json +4 -1
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"currency_code": "USD"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"current_subtotal_price": "
|
|
47
|
+
"current_subtotal_price": "369.97",
|
|
48
48
|
"current_subtotal_price_set": {
|
|
49
49
|
"shop_money": {
|
|
50
|
-
"amount": "
|
|
50
|
+
"amount": "369.97",
|
|
51
51
|
"currency_code": "USD"
|
|
52
52
|
},
|
|
53
53
|
"presentment_money": {
|
|
54
|
-
"amount": "
|
|
54
|
+
"amount": "369.97",
|
|
55
55
|
"currency_code": "USD"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"current_total_duties_set": null,
|
|
71
|
-
"current_total_price": "
|
|
71
|
+
"current_total_price": "369.97",
|
|
72
72
|
"current_total_price_set": {
|
|
73
73
|
"shop_money": {
|
|
74
|
-
"amount": "
|
|
74
|
+
"amount": "369.97",
|
|
75
75
|
"currency_code": "USD"
|
|
76
76
|
},
|
|
77
77
|
"presentment_money": {
|
|
78
|
-
"amount": "
|
|
78
|
+
"amount": "369.97",
|
|
79
79
|
"currency_code": "USD"
|
|
80
80
|
}
|
|
81
81
|
},
|
|
@@ -124,14 +124,14 @@
|
|
|
124
124
|
"source_identifier": null,
|
|
125
125
|
"source_name": "web",
|
|
126
126
|
"source_url": null,
|
|
127
|
-
"subtotal_price": "
|
|
127
|
+
"subtotal_price": "359.97",
|
|
128
128
|
"subtotal_price_set": {
|
|
129
129
|
"shop_money": {
|
|
130
|
-
"amount": "
|
|
130
|
+
"amount": "359.97",
|
|
131
131
|
"currency_code": "USD"
|
|
132
132
|
},
|
|
133
133
|
"presentment_money": {
|
|
134
|
-
"amount": "
|
|
134
|
+
"amount": "359.97",
|
|
135
135
|
"currency_code": "USD"
|
|
136
136
|
}
|
|
137
137
|
},
|
|
@@ -172,26 +172,26 @@
|
|
|
172
172
|
"currency_code": "USD"
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
-
"total_line_items_price": "
|
|
175
|
+
"total_line_items_price": "369.97",
|
|
176
176
|
"total_line_items_price_set": {
|
|
177
177
|
"shop_money": {
|
|
178
|
-
"amount": "
|
|
178
|
+
"amount": "369.97",
|
|
179
179
|
"currency_code": "USD"
|
|
180
180
|
},
|
|
181
181
|
"presentment_money": {
|
|
182
|
-
"amount": "
|
|
182
|
+
"amount": "369.97",
|
|
183
183
|
"currency_code": "USD"
|
|
184
184
|
}
|
|
185
185
|
},
|
|
186
|
-
"total_outstanding": "
|
|
187
|
-
"total_price": "
|
|
186
|
+
"total_outstanding": "369.97",
|
|
187
|
+
"total_price": "359.97",
|
|
188
188
|
"total_price_set": {
|
|
189
189
|
"shop_money": {
|
|
190
|
-
"amount": "
|
|
190
|
+
"amount": "359.97",
|
|
191
191
|
"currency_code": "USD"
|
|
192
192
|
},
|
|
193
193
|
"presentment_money": {
|
|
194
|
-
"amount": "
|
|
194
|
+
"amount": "359.97",
|
|
195
195
|
"currency_code": "USD"
|
|
196
196
|
}
|
|
197
197
|
},
|
|
@@ -277,8 +277,8 @@
|
|
|
277
277
|
"fulfillments": [],
|
|
278
278
|
"line_items": [
|
|
279
279
|
{
|
|
280
|
-
"id":
|
|
281
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
280
|
+
"id": 487817672276298560,
|
|
281
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/487817672276298554",
|
|
282
282
|
"attributed_staffs": [
|
|
283
283
|
{
|
|
284
284
|
"id": "gid://shopify/StaffMember/902541635",
|
|
@@ -290,28 +290,28 @@
|
|
|
290
290
|
"fulfillment_service": "manual",
|
|
291
291
|
"fulfillment_status": null,
|
|
292
292
|
"gift_card": false,
|
|
293
|
-
"grams":
|
|
294
|
-
"name": "
|
|
295
|
-
"price": "
|
|
293
|
+
"grams": 100,
|
|
294
|
+
"name": "Aviator sunglasses",
|
|
295
|
+
"price": "89.99",
|
|
296
296
|
"price_set": {
|
|
297
297
|
"shop_money": {
|
|
298
|
-
"amount": "
|
|
298
|
+
"amount": "89.99",
|
|
299
299
|
"currency_code": "USD"
|
|
300
300
|
},
|
|
301
301
|
"presentment_money": {
|
|
302
|
-
"amount": "
|
|
302
|
+
"amount": "89.99",
|
|
303
303
|
"currency_code": "USD"
|
|
304
304
|
}
|
|
305
305
|
},
|
|
306
306
|
"product_exists": true,
|
|
307
|
-
"product_id":
|
|
307
|
+
"product_id": 788032119674292900,
|
|
308
308
|
"properties": [],
|
|
309
309
|
"quantity": 1,
|
|
310
310
|
"requires_shipping": true,
|
|
311
311
|
"sales_line_item_group_id": null,
|
|
312
|
-
"sku": "
|
|
312
|
+
"sku": "SKU2006-001",
|
|
313
313
|
"taxable": true,
|
|
314
|
-
"title": "
|
|
314
|
+
"title": "Aviator sunglasses",
|
|
315
315
|
"total_discount": "0.00",
|
|
316
316
|
"total_discount_set": {
|
|
317
317
|
"shop_money": {
|
|
@@ -323,8 +323,8 @@
|
|
|
323
323
|
"currency_code": "USD"
|
|
324
324
|
}
|
|
325
325
|
},
|
|
326
|
-
"variant_id":
|
|
327
|
-
"variant_inventory_management":
|
|
326
|
+
"variant_id": null,
|
|
327
|
+
"variant_inventory_management": null,
|
|
328
328
|
"variant_title": null,
|
|
329
329
|
"vendor": null,
|
|
330
330
|
"tax_lines": [],
|
|
@@ -332,36 +332,86 @@
|
|
|
332
332
|
"discount_allocations": []
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
|
-
"id":
|
|
336
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
335
|
+
"id": 976318377106520300,
|
|
336
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/976318377106520349",
|
|
337
337
|
"attributed_staffs": [],
|
|
338
338
|
"current_quantity": 1,
|
|
339
339
|
"fulfillable_quantity": 1,
|
|
340
340
|
"fulfillment_service": "manual",
|
|
341
341
|
"fulfillment_status": null,
|
|
342
342
|
"gift_card": false,
|
|
343
|
-
"grams":
|
|
344
|
-
"name": "
|
|
345
|
-
"price": "
|
|
343
|
+
"grams": 1000,
|
|
344
|
+
"name": "Mid-century lounger",
|
|
345
|
+
"price": "159.99",
|
|
346
346
|
"price_set": {
|
|
347
347
|
"shop_money": {
|
|
348
|
-
"amount": "
|
|
348
|
+
"amount": "159.99",
|
|
349
349
|
"currency_code": "USD"
|
|
350
350
|
},
|
|
351
351
|
"presentment_money": {
|
|
352
|
-
"amount": "
|
|
352
|
+
"amount": "159.99",
|
|
353
353
|
"currency_code": "USD"
|
|
354
354
|
}
|
|
355
355
|
},
|
|
356
356
|
"product_exists": true,
|
|
357
|
-
"product_id":
|
|
357
|
+
"product_id": 788032119674292900,
|
|
358
358
|
"properties": [],
|
|
359
359
|
"quantity": 1,
|
|
360
360
|
"requires_shipping": true,
|
|
361
|
-
"sales_line_item_group_id":
|
|
362
|
-
"sku": "
|
|
361
|
+
"sales_line_item_group_id": 142831562,
|
|
362
|
+
"sku": "SKU2006-020",
|
|
363
|
+
"taxable": true,
|
|
364
|
+
"title": "Mid-century lounger",
|
|
365
|
+
"total_discount": "0.00",
|
|
366
|
+
"total_discount_set": {
|
|
367
|
+
"shop_money": {
|
|
368
|
+
"amount": "0.00",
|
|
369
|
+
"currency_code": "USD"
|
|
370
|
+
},
|
|
371
|
+
"presentment_money": {
|
|
372
|
+
"amount": "0.00",
|
|
373
|
+
"currency_code": "USD"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
"variant_id": null,
|
|
377
|
+
"variant_inventory_management": null,
|
|
378
|
+
"variant_title": null,
|
|
379
|
+
"vendor": null,
|
|
380
|
+
"tax_lines": [],
|
|
381
|
+
"duties": [],
|
|
382
|
+
"discount_allocations": []
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"id": 315789986012684400,
|
|
386
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/315789986012684393",
|
|
387
|
+
"attributed_staffs": [],
|
|
388
|
+
"current_quantity": 1,
|
|
389
|
+
"fulfillable_quantity": 1,
|
|
390
|
+
"fulfillment_service": "manual",
|
|
391
|
+
"fulfillment_status": null,
|
|
392
|
+
"gift_card": false,
|
|
393
|
+
"grams": 500,
|
|
394
|
+
"name": "Coffee table",
|
|
395
|
+
"price": "119.99",
|
|
396
|
+
"price_set": {
|
|
397
|
+
"shop_money": {
|
|
398
|
+
"amount": "119.99",
|
|
399
|
+
"currency_code": "USD"
|
|
400
|
+
},
|
|
401
|
+
"presentment_money": {
|
|
402
|
+
"amount": "119.99",
|
|
403
|
+
"currency_code": "USD"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
"product_exists": true,
|
|
407
|
+
"product_id": 788032119674292900,
|
|
408
|
+
"properties": [],
|
|
409
|
+
"quantity": 1,
|
|
410
|
+
"requires_shipping": true,
|
|
411
|
+
"sales_line_item_group_id": 142831562,
|
|
412
|
+
"sku": "SKU2006-035",
|
|
363
413
|
"taxable": true,
|
|
364
|
-
"title": "
|
|
414
|
+
"title": "Coffee table",
|
|
365
415
|
"total_discount": "0.00",
|
|
366
416
|
"total_discount_set": {
|
|
367
417
|
"shop_money": {
|
|
@@ -373,8 +423,8 @@
|
|
|
373
423
|
"currency_code": "USD"
|
|
374
424
|
}
|
|
375
425
|
},
|
|
376
|
-
"variant_id":
|
|
377
|
-
"variant_inventory_management":
|
|
426
|
+
"variant_id": null,
|
|
427
|
+
"variant_inventory_management": null,
|
|
378
428
|
"variant_title": null,
|
|
379
429
|
"vendor": null,
|
|
380
430
|
"tax_lines": [],
|
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
"order_adjustments": [],
|
|
42
42
|
"refund_line_items": [
|
|
43
43
|
{
|
|
44
|
-
"id":
|
|
44
|
+
"id": 487817672276298600,
|
|
45
45
|
"quantity": 1,
|
|
46
|
-
"line_item_id":
|
|
46
|
+
"line_item_id": 487817672276298560,
|
|
47
47
|
"location_id": null,
|
|
48
48
|
"restock_type": "no_restock",
|
|
49
|
-
"subtotal":
|
|
49
|
+
"subtotal": 89.99,
|
|
50
50
|
"total_tax": 0,
|
|
51
51
|
"subtotal_set": {
|
|
52
52
|
"shop_money": {
|
|
53
|
-
"amount": "
|
|
53
|
+
"amount": "89.99",
|
|
54
54
|
"currency_code": "USD"
|
|
55
55
|
},
|
|
56
56
|
"presentment_money": {
|
|
57
|
-
"amount": "
|
|
57
|
+
"amount": "89.99",
|
|
58
58
|
"currency_code": "USD"
|
|
59
59
|
}
|
|
60
60
|
},
|
|
@@ -69,34 +69,34 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"line_item": {
|
|
72
|
-
"id":
|
|
73
|
-
"variant_id":
|
|
74
|
-
"title": "
|
|
72
|
+
"id": 487817672276298560,
|
|
73
|
+
"variant_id": null,
|
|
74
|
+
"title": "Aviator sunglasses",
|
|
75
75
|
"quantity": 1,
|
|
76
|
-
"sku": "
|
|
76
|
+
"sku": "SKU2006-001",
|
|
77
77
|
"variant_title": null,
|
|
78
78
|
"vendor": null,
|
|
79
79
|
"fulfillment_service": "manual",
|
|
80
|
-
"product_id":
|
|
80
|
+
"product_id": 788032119674292900,
|
|
81
81
|
"requires_shipping": true,
|
|
82
82
|
"taxable": true,
|
|
83
83
|
"gift_card": false,
|
|
84
|
-
"name": "
|
|
85
|
-
"variant_inventory_management":
|
|
84
|
+
"name": "Aviator sunglasses",
|
|
85
|
+
"variant_inventory_management": null,
|
|
86
86
|
"properties": [],
|
|
87
87
|
"product_exists": true,
|
|
88
88
|
"fulfillable_quantity": 1,
|
|
89
|
-
"grams":
|
|
90
|
-
"price": "
|
|
89
|
+
"grams": 100,
|
|
90
|
+
"price": "89.99",
|
|
91
91
|
"total_discount": "0.00",
|
|
92
92
|
"fulfillment_status": null,
|
|
93
93
|
"price_set": {
|
|
94
94
|
"shop_money": {
|
|
95
|
-
"amount": "
|
|
95
|
+
"amount": "89.99",
|
|
96
96
|
"currency_code": "USD"
|
|
97
97
|
},
|
|
98
98
|
"presentment_money": {
|
|
99
|
-
"amount": "
|
|
99
|
+
"amount": "89.99",
|
|
100
100
|
"currency_code": "USD"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
@@ -112,25 +112,25 @@
|
|
|
112
112
|
},
|
|
113
113
|
"discount_allocations": [],
|
|
114
114
|
"duties": [],
|
|
115
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
115
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/487817672276298554",
|
|
116
116
|
"tax_lines": []
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"id":
|
|
120
|
+
"id": 976318377106520400,
|
|
121
121
|
"quantity": 1,
|
|
122
|
-
"line_item_id":
|
|
122
|
+
"line_item_id": 976318377106520300,
|
|
123
123
|
"location_id": null,
|
|
124
124
|
"restock_type": "no_restock",
|
|
125
|
-
"subtotal":
|
|
125
|
+
"subtotal": 159.99,
|
|
126
126
|
"total_tax": 0,
|
|
127
127
|
"subtotal_set": {
|
|
128
128
|
"shop_money": {
|
|
129
|
-
"amount": "
|
|
129
|
+
"amount": "159.99",
|
|
130
130
|
"currency_code": "USD"
|
|
131
131
|
},
|
|
132
132
|
"presentment_money": {
|
|
133
|
-
"amount": "
|
|
133
|
+
"amount": "159.99",
|
|
134
134
|
"currency_code": "USD"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
@@ -145,34 +145,34 @@
|
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
"line_item": {
|
|
148
|
-
"id":
|
|
149
|
-
"variant_id":
|
|
150
|
-
"title": "
|
|
148
|
+
"id": 976318377106520300,
|
|
149
|
+
"variant_id": null,
|
|
150
|
+
"title": "Mid-century lounger",
|
|
151
151
|
"quantity": 1,
|
|
152
|
-
"sku": "
|
|
152
|
+
"sku": "SKU2006-020",
|
|
153
153
|
"variant_title": null,
|
|
154
154
|
"vendor": null,
|
|
155
155
|
"fulfillment_service": "manual",
|
|
156
|
-
"product_id":
|
|
156
|
+
"product_id": 788032119674292900,
|
|
157
157
|
"requires_shipping": true,
|
|
158
158
|
"taxable": true,
|
|
159
159
|
"gift_card": false,
|
|
160
|
-
"name": "
|
|
161
|
-
"variant_inventory_management":
|
|
160
|
+
"name": "Mid-century lounger",
|
|
161
|
+
"variant_inventory_management": null,
|
|
162
162
|
"properties": [],
|
|
163
163
|
"product_exists": true,
|
|
164
164
|
"fulfillable_quantity": 1,
|
|
165
|
-
"grams":
|
|
166
|
-
"price": "
|
|
165
|
+
"grams": 1000,
|
|
166
|
+
"price": "159.99",
|
|
167
167
|
"total_discount": "5.00",
|
|
168
168
|
"fulfillment_status": null,
|
|
169
169
|
"price_set": {
|
|
170
170
|
"shop_money": {
|
|
171
|
-
"amount": "
|
|
171
|
+
"amount": "159.99",
|
|
172
172
|
"currency_code": "USD"
|
|
173
173
|
},
|
|
174
174
|
"presentment_money": {
|
|
175
|
-
"amount": "
|
|
175
|
+
"amount": "159.99",
|
|
176
176
|
"currency_code": "USD"
|
|
177
177
|
}
|
|
178
178
|
},
|
|
@@ -217,7 +217,83 @@
|
|
|
217
217
|
}
|
|
218
218
|
],
|
|
219
219
|
"duties": [],
|
|
220
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
220
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/976318377106520349",
|
|
221
|
+
"tax_lines": []
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"id": 315789986012684500,
|
|
226
|
+
"quantity": 1,
|
|
227
|
+
"line_item_id": 315789986012684400,
|
|
228
|
+
"location_id": null,
|
|
229
|
+
"restock_type": "no_restock",
|
|
230
|
+
"subtotal": 119.99,
|
|
231
|
+
"total_tax": 0,
|
|
232
|
+
"subtotal_set": {
|
|
233
|
+
"shop_money": {
|
|
234
|
+
"amount": "119.99",
|
|
235
|
+
"currency_code": "USD"
|
|
236
|
+
},
|
|
237
|
+
"presentment_money": {
|
|
238
|
+
"amount": "119.99",
|
|
239
|
+
"currency_code": "USD"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"total_tax_set": {
|
|
243
|
+
"shop_money": {
|
|
244
|
+
"amount": "0.00",
|
|
245
|
+
"currency_code": "USD"
|
|
246
|
+
},
|
|
247
|
+
"presentment_money": {
|
|
248
|
+
"amount": "0.00",
|
|
249
|
+
"currency_code": "USD"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"line_item": {
|
|
253
|
+
"id": 315789986012684400,
|
|
254
|
+
"variant_id": null,
|
|
255
|
+
"title": "Coffee table",
|
|
256
|
+
"quantity": 1,
|
|
257
|
+
"sku": "SKU2006-035",
|
|
258
|
+
"variant_title": null,
|
|
259
|
+
"vendor": null,
|
|
260
|
+
"fulfillment_service": "manual",
|
|
261
|
+
"product_id": 788032119674292900,
|
|
262
|
+
"requires_shipping": true,
|
|
263
|
+
"taxable": true,
|
|
264
|
+
"gift_card": false,
|
|
265
|
+
"name": "Coffee table",
|
|
266
|
+
"variant_inventory_management": null,
|
|
267
|
+
"properties": [],
|
|
268
|
+
"product_exists": true,
|
|
269
|
+
"fulfillable_quantity": 1,
|
|
270
|
+
"grams": 500,
|
|
271
|
+
"price": "119.99",
|
|
272
|
+
"total_discount": "0.00",
|
|
273
|
+
"fulfillment_status": null,
|
|
274
|
+
"price_set": {
|
|
275
|
+
"shop_money": {
|
|
276
|
+
"amount": "119.99",
|
|
277
|
+
"currency_code": "USD"
|
|
278
|
+
},
|
|
279
|
+
"presentment_money": {
|
|
280
|
+
"amount": "119.99",
|
|
281
|
+
"currency_code": "USD"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"total_discount_set": {
|
|
285
|
+
"shop_money": {
|
|
286
|
+
"amount": "0.00",
|
|
287
|
+
"currency_code": "USD"
|
|
288
|
+
},
|
|
289
|
+
"presentment_money": {
|
|
290
|
+
"amount": "0.00",
|
|
291
|
+
"currency_code": "USD"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"discount_allocations": [],
|
|
295
|
+
"duties": [],
|
|
296
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/315789986012684393",
|
|
221
297
|
"tax_lines": []
|
|
222
298
|
}
|
|
223
299
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "selling_plan_groups/create",
|
|
13
13
|
"related_resource": "SellingPlanGroup",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518963",
|
|
16
|
+
"id": 1039518963,
|
|
17
17
|
"name": "Subscribe & Save",
|
|
18
18
|
"merchant_code": "sub-n-save",
|
|
19
19
|
"admin_graphql_api_app": "gid://shopify/App/2525000003",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "selling_plan_groups/delete",
|
|
13
13
|
"related_resource": "SellingPlanGroup",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518962",
|
|
16
|
+
"id": 1039518962
|
|
17
17
|
},
|
|
18
18
|
"shop_feature": false
|
|
19
19
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "selling_plan_groups/update",
|
|
13
13
|
"related_resource": "SellingPlanGroup",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518945",
|
|
16
|
+
"id": 1039518945,
|
|
17
17
|
"name": "Subscribe & Save",
|
|
18
18
|
"merchant_code": "sub-n-save",
|
|
19
19
|
"admin_graphql_api_app": "gid://shopify/App/2525000003",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"idempotency_key": "9a453d81-d41d-403e-806f-714dee215ff9",
|
|
21
21
|
"order_id": 1,
|
|
22
22
|
"admin_graphql_api_order_id": "gid://shopify/Order/1",
|
|
23
|
-
"subscription_contract_id":
|
|
24
|
-
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/
|
|
23
|
+
"subscription_contract_id": 8273415068,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/8273415068",
|
|
25
25
|
"ready": true,
|
|
26
26
|
"error_message": null,
|
|
27
27
|
"error_code": null
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"idempotency_key": "9a453d81-d41d-403e-806f-714dee215ff9",
|
|
21
21
|
"order_id": 1,
|
|
22
22
|
"admin_graphql_api_order_id": "gid://shopify/Order/1",
|
|
23
|
-
"subscription_contract_id":
|
|
24
|
-
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/
|
|
23
|
+
"subscription_contract_id": 2420774548,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/2420774548",
|
|
25
25
|
"ready": true,
|
|
26
26
|
"error_message": null,
|
|
27
27
|
"error_code": null
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"idempotency_key": "9a453d81-d41d-403e-806f-714dee215ff9",
|
|
21
21
|
"order_id": 1,
|
|
22
22
|
"admin_graphql_api_order_id": "gid://shopify/Order/1",
|
|
23
|
-
"subscription_contract_id":
|
|
24
|
-
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/
|
|
23
|
+
"subscription_contract_id": 5658034213,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/5658034213",
|
|
25
25
|
"ready": true,
|
|
26
26
|
"error_message": null,
|
|
27
27
|
"error_code": null
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"name": "subscription_contracts/activate",
|
|
13
13
|
"related_resource": "SubscriptionContract",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/9727766166",
|
|
16
|
+
"id": 9727766166,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
20
20
|
"min_cycles": 1,
|
|
21
21
|
"max_cycles": 2
|
|
22
22
|
},
|
|
23
|
-
"currency_code": "
|
|
23
|
+
"currency_code": "CAD",
|
|
24
24
|
"customer_id": 1,
|
|
25
25
|
"admin_graphql_api_customer_id": "gid://shopify/Customer/1",
|
|
26
26
|
"delivery_policy": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"status": "active",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "9807788736"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"name": "subscription_contracts/cancel",
|
|
13
13
|
"related_resource": "SubscriptionContract",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/3818978186",
|
|
16
|
+
"id": 3818978186,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
20
20
|
"min_cycles": 1,
|
|
21
21
|
"max_cycles": 2
|
|
22
22
|
},
|
|
23
|
-
"currency_code": "
|
|
23
|
+
"currency_code": "CAD",
|
|
24
24
|
"customer_id": 1,
|
|
25
25
|
"admin_graphql_api_customer_id": "gid://shopify/Customer/1",
|
|
26
26
|
"delivery_policy": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"status": "cancelled",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "8403273659"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"name": "subscription_contracts/create",
|
|
13
13
|
"related_resource": "SubscriptionContract",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/3588376895",
|
|
16
|
+
"id": 3588376895,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
20
20
|
"min_cycles": 1,
|
|
21
21
|
"max_cycles": 2
|
|
22
22
|
},
|
|
23
|
-
"currency_code": "
|
|
23
|
+
"currency_code": "CAD",
|
|
24
24
|
"customer_id": 1,
|
|
25
25
|
"admin_graphql_api_customer_id": "gid://shopify/Customer/1",
|
|
26
26
|
"delivery_policy": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"status": "active",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "4728464132"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|