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
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
"order_adjustments": [],
|
|
42
42
|
"refund_line_items": [
|
|
43
43
|
{
|
|
44
|
-
"id":
|
|
44
|
+
"id": 866550311766439000,
|
|
45
45
|
"quantity": 1,
|
|
46
|
-
"line_item_id":
|
|
46
|
+
"line_item_id": 866550311766439000,
|
|
47
47
|
"location_id": null,
|
|
48
48
|
"restock_type": "no_restock",
|
|
49
|
-
"subtotal":
|
|
49
|
+
"subtotal": 199,
|
|
50
50
|
"total_tax": 0,
|
|
51
51
|
"subtotal_set": {
|
|
52
52
|
"shop_money": {
|
|
53
|
-
"amount": "
|
|
53
|
+
"amount": "199.00",
|
|
54
54
|
"currency_code": "USD"
|
|
55
55
|
},
|
|
56
56
|
"presentment_money": {
|
|
57
|
-
"amount": "
|
|
57
|
+
"amount": "199.00",
|
|
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": 866550311766439000,
|
|
73
|
+
"variant_id": 808950810,
|
|
74
|
+
"title": "IPod Nano - 8GB",
|
|
75
75
|
"quantity": 1,
|
|
76
|
-
"sku": "
|
|
76
|
+
"sku": "IPOD2008PINK",
|
|
77
77
|
"variant_title": null,
|
|
78
78
|
"vendor": null,
|
|
79
79
|
"fulfillment_service": "manual",
|
|
80
|
-
"product_id":
|
|
80
|
+
"product_id": 632910392,
|
|
81
81
|
"requires_shipping": true,
|
|
82
82
|
"taxable": true,
|
|
83
83
|
"gift_card": false,
|
|
84
|
-
"name": "
|
|
85
|
-
"variant_inventory_management":
|
|
84
|
+
"name": "IPod Nano - 8GB",
|
|
85
|
+
"variant_inventory_management": "shopify",
|
|
86
86
|
"properties": [],
|
|
87
87
|
"product_exists": true,
|
|
88
88
|
"fulfillable_quantity": 1,
|
|
89
|
-
"grams":
|
|
90
|
-
"price": "
|
|
89
|
+
"grams": 567,
|
|
90
|
+
"price": "199.00",
|
|
91
91
|
"total_discount": "0.00",
|
|
92
92
|
"fulfillment_status": null,
|
|
93
93
|
"price_set": {
|
|
94
94
|
"shop_money": {
|
|
95
|
-
"amount": "
|
|
95
|
+
"amount": "199.00",
|
|
96
96
|
"currency_code": "USD"
|
|
97
97
|
},
|
|
98
98
|
"presentment_money": {
|
|
99
|
-
"amount": "
|
|
99
|
+
"amount": "199.00",
|
|
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/866550311766439020",
|
|
116
116
|
"tax_lines": []
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"id":
|
|
120
|
+
"id": 141249953214523040,
|
|
121
121
|
"quantity": 1,
|
|
122
|
-
"line_item_id":
|
|
122
|
+
"line_item_id": 141249953214522980,
|
|
123
123
|
"location_id": null,
|
|
124
124
|
"restock_type": "no_restock",
|
|
125
|
-
"subtotal":
|
|
125
|
+
"subtotal": 199,
|
|
126
126
|
"total_tax": 0,
|
|
127
127
|
"subtotal_set": {
|
|
128
128
|
"shop_money": {
|
|
129
|
-
"amount": "
|
|
129
|
+
"amount": "199.00",
|
|
130
130
|
"currency_code": "USD"
|
|
131
131
|
},
|
|
132
132
|
"presentment_money": {
|
|
133
|
-
"amount": "
|
|
133
|
+
"amount": "199.00",
|
|
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": 141249953214522980,
|
|
149
|
+
"variant_id": 808950810,
|
|
150
|
+
"title": "IPod Nano - 8GB",
|
|
151
151
|
"quantity": 1,
|
|
152
|
-
"sku": "
|
|
152
|
+
"sku": "IPOD2008PINK",
|
|
153
153
|
"variant_title": null,
|
|
154
154
|
"vendor": null,
|
|
155
155
|
"fulfillment_service": "manual",
|
|
156
|
-
"product_id":
|
|
156
|
+
"product_id": 632910392,
|
|
157
157
|
"requires_shipping": true,
|
|
158
158
|
"taxable": true,
|
|
159
159
|
"gift_card": false,
|
|
160
|
-
"name": "
|
|
161
|
-
"variant_inventory_management":
|
|
160
|
+
"name": "IPod Nano - 8GB",
|
|
161
|
+
"variant_inventory_management": "shopify",
|
|
162
162
|
"properties": [],
|
|
163
163
|
"product_exists": true,
|
|
164
164
|
"fulfillable_quantity": 1,
|
|
165
|
-
"grams":
|
|
166
|
-
"price": "
|
|
165
|
+
"grams": 567,
|
|
166
|
+
"price": "199.00",
|
|
167
167
|
"total_discount": "5.00",
|
|
168
168
|
"fulfillment_status": null,
|
|
169
169
|
"price_set": {
|
|
170
170
|
"shop_money": {
|
|
171
|
-
"amount": "
|
|
171
|
+
"amount": "199.00",
|
|
172
172
|
"currency_code": "USD"
|
|
173
173
|
},
|
|
174
174
|
"presentment_money": {
|
|
175
|
-
"amount": "
|
|
175
|
+
"amount": "199.00",
|
|
176
176
|
"currency_code": "USD"
|
|
177
177
|
}
|
|
178
178
|
},
|
|
@@ -217,83 +217,7 @@
|
|
|
217
217
|
}
|
|
218
218
|
],
|
|
219
219
|
"duties": [],
|
|
220
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
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",
|
|
220
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/141249953214522974",
|
|
297
221
|
"tax_lines": []
|
|
298
222
|
}
|
|
299
223
|
}
|
|
@@ -331,7 +255,6 @@
|
|
|
331
255
|
}
|
|
332
256
|
},
|
|
333
257
|
"manual_payment_gateway": false,
|
|
334
|
-
"amount_rounding": null,
|
|
335
258
|
"admin_graphql_api_id": "gid://shopify/OrderTransaction/245135271310201194"
|
|
336
259
|
},
|
|
337
260
|
{
|
|
@@ -366,7 +289,6 @@
|
|
|
366
289
|
}
|
|
367
290
|
},
|
|
368
291
|
"manual_payment_gateway": false,
|
|
369
|
-
"amount_rounding": null,
|
|
370
292
|
"admin_graphql_api_id": "gid://shopify/OrderTransaction/839212141605670573"
|
|
371
293
|
}
|
|
372
294
|
]
|
|
@@ -16,10 +16,6 @@
|
|
|
16
16
|
"id": 123134564567890,
|
|
17
17
|
"admin_graphql_api_id": "gid://shopify/Return/123134564567890",
|
|
18
18
|
"status": "declined",
|
|
19
|
-
"order": {
|
|
20
|
-
"id": 4783296544821,
|
|
21
|
-
"admin_graphql_api_id": "gid://shopify/Order/4783296544821"
|
|
22
|
-
},
|
|
23
19
|
"decline": {
|
|
24
20
|
"reason": "return_period_ended",
|
|
25
21
|
"note": "As discussed on the phone, the 30-day return window has ended."
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"id": 1,
|
|
15
15
|
"name": "Customers who have one order",
|
|
16
16
|
"query": "number_of_orders = 1",
|
|
17
|
-
"creationDate": "2005-05-
|
|
17
|
+
"creationDate": "2005-05-05T07:00:00.000Z",
|
|
18
18
|
"lastEditDate": "2022-01-01T00:00:00.000Z"
|
|
19
19
|
},
|
|
20
20
|
"shop_feature": false
|
|
@@ -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/1039518905",
|
|
16
|
+
"id": 1039518905
|
|
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/1039518915",
|
|
16
|
+
"id": 1039518915,
|
|
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": 7595274525,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/7595274525",
|
|
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": 8754180231,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/8754180231",
|
|
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": 1742058981,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/1742058981",
|
|
25
25
|
"ready": true,
|
|
26
26
|
"error_message": null,
|
|
27
27
|
"error_code": null
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "subscription_billing_cycle_edits/create",
|
|
13
13
|
"related_resource": "SubscriptionBillingCycle",
|
|
14
14
|
"response": {
|
|
15
|
-
"subscription_contract_id":
|
|
15
|
+
"subscription_contract_id": 6471701759,
|
|
16
16
|
"cycle_start_at": "2022-10-01T00:00:00-04:00",
|
|
17
17
|
"cycle_end_at": "2022-11-01T00:00:00-04:00",
|
|
18
18
|
"cycle_index": 1,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "subscription_billing_cycle_edits/delete",
|
|
13
13
|
"related_resource": "SubscriptionBillingCycle",
|
|
14
14
|
"response": {
|
|
15
|
-
"subscription_contract_id":
|
|
15
|
+
"subscription_contract_id": 1003314044,
|
|
16
16
|
"cycle_start_at": "2022-10-01T00:00:00-04:00",
|
|
17
17
|
"cycle_end_at": "2022-11-01T00:00:00-04:00",
|
|
18
18
|
"cycle_index": 1,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "subscription_billing_cycle_edits/update",
|
|
13
13
|
"related_resource": "SubscriptionBillingCycle",
|
|
14
14
|
"response": {
|
|
15
|
-
"subscription_contract_id":
|
|
15
|
+
"subscription_contract_id": 2606469886,
|
|
16
16
|
"cycle_start_at": "2022-10-01T00:00:00-04:00",
|
|
17
17
|
"cycle_end_at": "2022-11-01T00:00:00-04:00",
|
|
18
18
|
"cycle_index": 1,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "subscription_billing_cycles/skip",
|
|
13
13
|
"related_resource": "SubscriptionBillingCycle",
|
|
14
14
|
"response": {
|
|
15
|
-
"subscription_contract_id":
|
|
15
|
+
"subscription_contract_id": 7047612648,
|
|
16
16
|
"cycle_start_at": "2022-10-01T00:00:00-04:00",
|
|
17
17
|
"cycle_end_at": "2022-11-01T00:00:00-04:00",
|
|
18
18
|
"cycle_index": 1,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "subscription_billing_cycles/unskip",
|
|
13
13
|
"related_resource": "SubscriptionBillingCycle",
|
|
14
14
|
"response": {
|
|
15
|
-
"subscription_contract_id":
|
|
15
|
+
"subscription_contract_id": 8378662597,
|
|
16
16
|
"cycle_start_at": "2022-10-01T00:00:00-04:00",
|
|
17
17
|
"cycle_end_at": "2022-11-01T00:00:00-04:00",
|
|
18
18
|
"cycle_index": 1,
|
|
@@ -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/6171107797",
|
|
16
|
+
"id": 6171107797,
|
|
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": "USD",
|
|
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": "7998263199"
|
|
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/1136662396",
|
|
16
|
+
"id": 1136662396,
|
|
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": "USD",
|
|
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": "8435404442"
|
|
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/9747455615",
|
|
16
|
+
"id": 9747455615,
|
|
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": "USD",
|
|
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": "8606166713"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"name": "subscription_contracts/expire",
|
|
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/6902388790",
|
|
16
|
+
"id": 6902388790,
|
|
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": "USD",
|
|
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": "expired",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "8247678566"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"name": "subscription_contracts/fail",
|
|
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/2800377411",
|
|
16
|
+
"id": 2800377411,
|
|
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": "USD",
|
|
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": "failed",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "2201685931"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"name": "subscription_contracts/pause",
|
|
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/4539145200",
|
|
16
|
+
"id": 4539145200,
|
|
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": "USD",
|
|
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": "paused",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "8354608398"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"name": "subscription_contracts/update",
|
|
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/1331535793",
|
|
16
|
+
"id": 1331535793,
|
|
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": "USD",
|
|
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": "7277388854"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"toml"
|
|
9
9
|
],
|
|
10
10
|
"deprecated": false,
|
|
11
|
-
"description": "Occurs whenever a variant becomes in stock.
|
|
11
|
+
"description": "Occurs whenever a variant becomes in stock.",
|
|
12
12
|
"name": "variants/in_stock",
|
|
13
13
|
"related_resource": "ProductVariant",
|
|
14
14
|
"response": {
|
|
@@ -26,7 +26,13 @@
|
|
|
26
26
|
"updated_at": "2021-12-30T19:00:00-05:00",
|
|
27
27
|
"taxable": true,
|
|
28
28
|
"barcode": null,
|
|
29
|
+
"fulfillment_service": "manual",
|
|
30
|
+
"grams": 0,
|
|
31
|
+
"inventory_management": null,
|
|
32
|
+
"requires_shipping": true,
|
|
29
33
|
"sku": null,
|
|
34
|
+
"weight": 0,
|
|
35
|
+
"weight_unit": "lb",
|
|
30
36
|
"inventory_quantity": 75,
|
|
31
37
|
"old_inventory_quantity": 75,
|
|
32
38
|
"admin_graphql_api_id": "gid://shopify/ProductVariant/642667041472713922",
|