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
|
@@ -15,10 +15,7 @@
|
|
|
15
15
|
"type": "string"
|
|
16
16
|
},
|
|
17
17
|
"address2": {
|
|
18
|
-
"type":
|
|
19
|
-
"null",
|
|
20
|
-
"string"
|
|
21
|
-
]
|
|
18
|
+
"type": "null"
|
|
22
19
|
},
|
|
23
20
|
"city": {
|
|
24
21
|
"type": "string"
|
|
@@ -161,137 +158,7 @@
|
|
|
161
158
|
"type": "array"
|
|
162
159
|
},
|
|
163
160
|
"duties": {
|
|
164
|
-
"items":
|
|
165
|
-
"properties": {
|
|
166
|
-
"admin_graphql_api_id": {
|
|
167
|
-
"format": "uri",
|
|
168
|
-
"type": "string"
|
|
169
|
-
},
|
|
170
|
-
"country_code_of_origin": {
|
|
171
|
-
"type": "string"
|
|
172
|
-
},
|
|
173
|
-
"harmonized_system_code": {
|
|
174
|
-
"type": "string"
|
|
175
|
-
},
|
|
176
|
-
"id": {
|
|
177
|
-
"type": "integer"
|
|
178
|
-
},
|
|
179
|
-
"price_set": {
|
|
180
|
-
"properties": {
|
|
181
|
-
"presentment_money": {
|
|
182
|
-
"properties": {
|
|
183
|
-
"amount": {
|
|
184
|
-
"type": "string"
|
|
185
|
-
},
|
|
186
|
-
"currency_code": {
|
|
187
|
-
"type": "string"
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
"required": [
|
|
191
|
-
"amount",
|
|
192
|
-
"currency_code"
|
|
193
|
-
],
|
|
194
|
-
"type": "object"
|
|
195
|
-
},
|
|
196
|
-
"shop_money": {
|
|
197
|
-
"properties": {
|
|
198
|
-
"amount": {
|
|
199
|
-
"type": "string"
|
|
200
|
-
},
|
|
201
|
-
"currency_code": {
|
|
202
|
-
"type": "string"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
"required": [
|
|
206
|
-
"amount",
|
|
207
|
-
"currency_code"
|
|
208
|
-
],
|
|
209
|
-
"type": "object"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
"required": [
|
|
213
|
-
"presentment_money",
|
|
214
|
-
"shop_money"
|
|
215
|
-
],
|
|
216
|
-
"type": "object"
|
|
217
|
-
},
|
|
218
|
-
"tax_lines": {
|
|
219
|
-
"items": {
|
|
220
|
-
"properties": {
|
|
221
|
-
"channel_liable": {
|
|
222
|
-
"type": "boolean"
|
|
223
|
-
},
|
|
224
|
-
"price": {
|
|
225
|
-
"type": "string"
|
|
226
|
-
},
|
|
227
|
-
"price_set": {
|
|
228
|
-
"properties": {
|
|
229
|
-
"presentment_money": {
|
|
230
|
-
"properties": {
|
|
231
|
-
"amount": {
|
|
232
|
-
"type": "string"
|
|
233
|
-
},
|
|
234
|
-
"currency_code": {
|
|
235
|
-
"type": "string"
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
|
-
"required": [
|
|
239
|
-
"amount",
|
|
240
|
-
"currency_code"
|
|
241
|
-
],
|
|
242
|
-
"type": "object"
|
|
243
|
-
},
|
|
244
|
-
"shop_money": {
|
|
245
|
-
"properties": {
|
|
246
|
-
"amount": {
|
|
247
|
-
"type": "string"
|
|
248
|
-
},
|
|
249
|
-
"currency_code": {
|
|
250
|
-
"type": "string"
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
"required": [
|
|
254
|
-
"amount",
|
|
255
|
-
"currency_code"
|
|
256
|
-
],
|
|
257
|
-
"type": "object"
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
"required": [
|
|
261
|
-
"presentment_money",
|
|
262
|
-
"shop_money"
|
|
263
|
-
],
|
|
264
|
-
"type": "object"
|
|
265
|
-
},
|
|
266
|
-
"rate": {
|
|
267
|
-
"type": "number"
|
|
268
|
-
},
|
|
269
|
-
"title": {
|
|
270
|
-
"type": "string"
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
"required": [
|
|
274
|
-
"channel_liable",
|
|
275
|
-
"price",
|
|
276
|
-
"price_set",
|
|
277
|
-
"rate",
|
|
278
|
-
"title"
|
|
279
|
-
],
|
|
280
|
-
"type": "object"
|
|
281
|
-
},
|
|
282
|
-
"type": "array"
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
"required": [
|
|
286
|
-
"admin_graphql_api_id",
|
|
287
|
-
"country_code_of_origin",
|
|
288
|
-
"harmonized_system_code",
|
|
289
|
-
"id",
|
|
290
|
-
"price_set",
|
|
291
|
-
"tax_lines"
|
|
292
|
-
],
|
|
293
|
-
"type": "object"
|
|
294
|
-
},
|
|
161
|
+
"items": false,
|
|
295
162
|
"type": "array"
|
|
296
163
|
},
|
|
297
164
|
"fulfillable_quantity": {
|
|
@@ -409,21 +276,7 @@
|
|
|
409
276
|
"type": "integer"
|
|
410
277
|
},
|
|
411
278
|
"properties": {
|
|
412
|
-
"items":
|
|
413
|
-
"properties": {
|
|
414
|
-
"name": {
|
|
415
|
-
"type": "string"
|
|
416
|
-
},
|
|
417
|
-
"value": {
|
|
418
|
-
"type": "string"
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
"required": [
|
|
422
|
-
"name",
|
|
423
|
-
"value"
|
|
424
|
-
],
|
|
425
|
-
"type": "object"
|
|
426
|
-
},
|
|
279
|
+
"items": false,
|
|
427
280
|
"type": "array"
|
|
428
281
|
},
|
|
429
282
|
"quantity": {
|
|
@@ -553,16 +406,10 @@
|
|
|
553
406
|
"type": "object"
|
|
554
407
|
},
|
|
555
408
|
"variant_id": {
|
|
556
|
-
"type":
|
|
557
|
-
"integer",
|
|
558
|
-
"null"
|
|
559
|
-
]
|
|
409
|
+
"type": "integer"
|
|
560
410
|
},
|
|
561
411
|
"variant_inventory_management": {
|
|
562
|
-
"type":
|
|
563
|
-
"null",
|
|
564
|
-
"string"
|
|
565
|
-
]
|
|
412
|
+
"type": "string"
|
|
566
413
|
},
|
|
567
414
|
"variant_title": {
|
|
568
415
|
"type": [
|
|
@@ -623,47 +470,70 @@
|
|
|
623
470
|
"type": "integer"
|
|
624
471
|
},
|
|
625
472
|
"origin_address": {
|
|
626
|
-
"address1": {
|
|
627
|
-
"type": "string"
|
|
628
|
-
},
|
|
629
|
-
"city": {
|
|
630
|
-
"type": "string"
|
|
631
|
-
},
|
|
632
|
-
"country_code": {
|
|
633
|
-
"type": "string"
|
|
634
|
-
},
|
|
635
|
-
"province_code": {
|
|
636
|
-
"type": "string"
|
|
637
|
-
},
|
|
638
|
-
"zip": {
|
|
639
|
-
"type": "string"
|
|
640
|
-
}
|
|
641
|
-
},
|
|
642
|
-
"receipt": {
|
|
643
473
|
"properties": {
|
|
644
|
-
"
|
|
645
|
-
"
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
474
|
+
"address1": {
|
|
475
|
+
"type": "string"
|
|
476
|
+
},
|
|
477
|
+
"address2": {
|
|
478
|
+
"type": [
|
|
479
|
+
"null",
|
|
480
|
+
"string"
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
"city": {
|
|
484
|
+
"type": "string"
|
|
485
|
+
},
|
|
486
|
+
"company": {
|
|
487
|
+
"type": "string"
|
|
488
|
+
},
|
|
489
|
+
"country": {
|
|
490
|
+
"type": "string"
|
|
491
|
+
},
|
|
492
|
+
"country_code": {
|
|
493
|
+
"type": "string"
|
|
494
|
+
},
|
|
495
|
+
"first_name": {
|
|
496
|
+
"type": "string"
|
|
497
|
+
},
|
|
498
|
+
"last_name": {
|
|
499
|
+
"type": "string"
|
|
500
|
+
},
|
|
501
|
+
"latitude": {
|
|
502
|
+
"type": "null"
|
|
503
|
+
},
|
|
504
|
+
"longitude": {
|
|
505
|
+
"type": "null"
|
|
506
|
+
},
|
|
507
|
+
"name": {
|
|
508
|
+
"type": "string"
|
|
509
|
+
},
|
|
510
|
+
"phone": {
|
|
511
|
+
"type": "string"
|
|
512
|
+
},
|
|
513
|
+
"province": {
|
|
514
|
+
"type": "string"
|
|
515
|
+
},
|
|
516
|
+
"province_code": {
|
|
517
|
+
"type": "string"
|
|
518
|
+
},
|
|
519
|
+
"zip": {
|
|
520
|
+
"type": "string"
|
|
665
521
|
}
|
|
666
522
|
},
|
|
523
|
+
"required": [
|
|
524
|
+
"address1",
|
|
525
|
+
"address2",
|
|
526
|
+
"city",
|
|
527
|
+
"country_code",
|
|
528
|
+
"province_code",
|
|
529
|
+
"zip"
|
|
530
|
+
],
|
|
531
|
+
"type": [
|
|
532
|
+
"null",
|
|
533
|
+
"object"
|
|
534
|
+
]
|
|
535
|
+
},
|
|
536
|
+
"receipt": {
|
|
667
537
|
"type": "object"
|
|
668
538
|
},
|
|
669
539
|
"service": {
|
|
@@ -15,10 +15,7 @@
|
|
|
15
15
|
"type": "string"
|
|
16
16
|
},
|
|
17
17
|
"address2": {
|
|
18
|
-
"type":
|
|
19
|
-
"null",
|
|
20
|
-
"string"
|
|
21
|
-
]
|
|
18
|
+
"type": "null"
|
|
22
19
|
},
|
|
23
20
|
"city": {
|
|
24
21
|
"type": "string"
|
|
@@ -161,137 +158,7 @@
|
|
|
161
158
|
"type": "array"
|
|
162
159
|
},
|
|
163
160
|
"duties": {
|
|
164
|
-
"items":
|
|
165
|
-
"properties": {
|
|
166
|
-
"admin_graphql_api_id": {
|
|
167
|
-
"format": "uri",
|
|
168
|
-
"type": "string"
|
|
169
|
-
},
|
|
170
|
-
"country_code_of_origin": {
|
|
171
|
-
"type": "string"
|
|
172
|
-
},
|
|
173
|
-
"harmonized_system_code": {
|
|
174
|
-
"type": "string"
|
|
175
|
-
},
|
|
176
|
-
"id": {
|
|
177
|
-
"type": "integer"
|
|
178
|
-
},
|
|
179
|
-
"price_set": {
|
|
180
|
-
"properties": {
|
|
181
|
-
"presentment_money": {
|
|
182
|
-
"properties": {
|
|
183
|
-
"amount": {
|
|
184
|
-
"type": "string"
|
|
185
|
-
},
|
|
186
|
-
"currency_code": {
|
|
187
|
-
"type": "string"
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
"required": [
|
|
191
|
-
"amount",
|
|
192
|
-
"currency_code"
|
|
193
|
-
],
|
|
194
|
-
"type": "object"
|
|
195
|
-
},
|
|
196
|
-
"shop_money": {
|
|
197
|
-
"properties": {
|
|
198
|
-
"amount": {
|
|
199
|
-
"type": "string"
|
|
200
|
-
},
|
|
201
|
-
"currency_code": {
|
|
202
|
-
"type": "string"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
"required": [
|
|
206
|
-
"amount",
|
|
207
|
-
"currency_code"
|
|
208
|
-
],
|
|
209
|
-
"type": "object"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
"required": [
|
|
213
|
-
"presentment_money",
|
|
214
|
-
"shop_money"
|
|
215
|
-
],
|
|
216
|
-
"type": "object"
|
|
217
|
-
},
|
|
218
|
-
"tax_lines": {
|
|
219
|
-
"items": {
|
|
220
|
-
"properties": {
|
|
221
|
-
"channel_liable": {
|
|
222
|
-
"type": "boolean"
|
|
223
|
-
},
|
|
224
|
-
"price": {
|
|
225
|
-
"type": "string"
|
|
226
|
-
},
|
|
227
|
-
"price_set": {
|
|
228
|
-
"properties": {
|
|
229
|
-
"presentment_money": {
|
|
230
|
-
"properties": {
|
|
231
|
-
"amount": {
|
|
232
|
-
"type": "string"
|
|
233
|
-
},
|
|
234
|
-
"currency_code": {
|
|
235
|
-
"type": "string"
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
|
-
"required": [
|
|
239
|
-
"amount",
|
|
240
|
-
"currency_code"
|
|
241
|
-
],
|
|
242
|
-
"type": "object"
|
|
243
|
-
},
|
|
244
|
-
"shop_money": {
|
|
245
|
-
"properties": {
|
|
246
|
-
"amount": {
|
|
247
|
-
"type": "string"
|
|
248
|
-
},
|
|
249
|
-
"currency_code": {
|
|
250
|
-
"type": "string"
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
"required": [
|
|
254
|
-
"amount",
|
|
255
|
-
"currency_code"
|
|
256
|
-
],
|
|
257
|
-
"type": "object"
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
"required": [
|
|
261
|
-
"presentment_money",
|
|
262
|
-
"shop_money"
|
|
263
|
-
],
|
|
264
|
-
"type": "object"
|
|
265
|
-
},
|
|
266
|
-
"rate": {
|
|
267
|
-
"type": "number"
|
|
268
|
-
},
|
|
269
|
-
"title": {
|
|
270
|
-
"type": "string"
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
"required": [
|
|
274
|
-
"channel_liable",
|
|
275
|
-
"price",
|
|
276
|
-
"price_set",
|
|
277
|
-
"rate",
|
|
278
|
-
"title"
|
|
279
|
-
],
|
|
280
|
-
"type": "object"
|
|
281
|
-
},
|
|
282
|
-
"type": "array"
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
"required": [
|
|
286
|
-
"admin_graphql_api_id",
|
|
287
|
-
"country_code_of_origin",
|
|
288
|
-
"harmonized_system_code",
|
|
289
|
-
"id",
|
|
290
|
-
"price_set",
|
|
291
|
-
"tax_lines"
|
|
292
|
-
],
|
|
293
|
-
"type": "object"
|
|
294
|
-
},
|
|
161
|
+
"items": false,
|
|
295
162
|
"type": "array"
|
|
296
163
|
},
|
|
297
164
|
"fulfillable_quantity": {
|
|
@@ -409,21 +276,7 @@
|
|
|
409
276
|
"type": "integer"
|
|
410
277
|
},
|
|
411
278
|
"properties": {
|
|
412
|
-
"items":
|
|
413
|
-
"properties": {
|
|
414
|
-
"name": {
|
|
415
|
-
"type": "string"
|
|
416
|
-
},
|
|
417
|
-
"value": {
|
|
418
|
-
"type": "string"
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
"required": [
|
|
422
|
-
"name",
|
|
423
|
-
"value"
|
|
424
|
-
],
|
|
425
|
-
"type": "object"
|
|
426
|
-
},
|
|
279
|
+
"items": false,
|
|
427
280
|
"type": "array"
|
|
428
281
|
},
|
|
429
282
|
"quantity": {
|
|
@@ -553,16 +406,10 @@
|
|
|
553
406
|
"type": "object"
|
|
554
407
|
},
|
|
555
408
|
"variant_id": {
|
|
556
|
-
"type":
|
|
557
|
-
"integer",
|
|
558
|
-
"null"
|
|
559
|
-
]
|
|
409
|
+
"type": "integer"
|
|
560
410
|
},
|
|
561
411
|
"variant_inventory_management": {
|
|
562
|
-
"type":
|
|
563
|
-
"null",
|
|
564
|
-
"string"
|
|
565
|
-
]
|
|
412
|
+
"type": "string"
|
|
566
413
|
},
|
|
567
414
|
"variant_title": {
|
|
568
415
|
"type": [
|
|
@@ -623,47 +470,70 @@
|
|
|
623
470
|
"type": "integer"
|
|
624
471
|
},
|
|
625
472
|
"origin_address": {
|
|
626
|
-
"address1": {
|
|
627
|
-
"type": "string"
|
|
628
|
-
},
|
|
629
|
-
"city": {
|
|
630
|
-
"type": "string"
|
|
631
|
-
},
|
|
632
|
-
"country_code": {
|
|
633
|
-
"type": "string"
|
|
634
|
-
},
|
|
635
|
-
"province_code": {
|
|
636
|
-
"type": "string"
|
|
637
|
-
},
|
|
638
|
-
"zip": {
|
|
639
|
-
"type": "string"
|
|
640
|
-
}
|
|
641
|
-
},
|
|
642
|
-
"receipt": {
|
|
643
473
|
"properties": {
|
|
644
|
-
"
|
|
645
|
-
"
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
474
|
+
"address1": {
|
|
475
|
+
"type": "string"
|
|
476
|
+
},
|
|
477
|
+
"address2": {
|
|
478
|
+
"type": [
|
|
479
|
+
"null",
|
|
480
|
+
"string"
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
"city": {
|
|
484
|
+
"type": "string"
|
|
485
|
+
},
|
|
486
|
+
"company": {
|
|
487
|
+
"type": "string"
|
|
488
|
+
},
|
|
489
|
+
"country": {
|
|
490
|
+
"type": "string"
|
|
491
|
+
},
|
|
492
|
+
"country_code": {
|
|
493
|
+
"type": "string"
|
|
494
|
+
},
|
|
495
|
+
"first_name": {
|
|
496
|
+
"type": "string"
|
|
497
|
+
},
|
|
498
|
+
"last_name": {
|
|
499
|
+
"type": "string"
|
|
500
|
+
},
|
|
501
|
+
"latitude": {
|
|
502
|
+
"type": "null"
|
|
503
|
+
},
|
|
504
|
+
"longitude": {
|
|
505
|
+
"type": "null"
|
|
506
|
+
},
|
|
507
|
+
"name": {
|
|
508
|
+
"type": "string"
|
|
509
|
+
},
|
|
510
|
+
"phone": {
|
|
511
|
+
"type": "string"
|
|
512
|
+
},
|
|
513
|
+
"province": {
|
|
514
|
+
"type": "string"
|
|
515
|
+
},
|
|
516
|
+
"province_code": {
|
|
517
|
+
"type": "string"
|
|
518
|
+
},
|
|
519
|
+
"zip": {
|
|
520
|
+
"type": "string"
|
|
665
521
|
}
|
|
666
522
|
},
|
|
523
|
+
"required": [
|
|
524
|
+
"address1",
|
|
525
|
+
"address2",
|
|
526
|
+
"city",
|
|
527
|
+
"country_code",
|
|
528
|
+
"province_code",
|
|
529
|
+
"zip"
|
|
530
|
+
],
|
|
531
|
+
"type": [
|
|
532
|
+
"null",
|
|
533
|
+
"object"
|
|
534
|
+
]
|
|
535
|
+
},
|
|
536
|
+
"receipt": {
|
|
667
537
|
"type": "object"
|
|
668
538
|
},
|
|
669
539
|
"service": {
|
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"properties": {
|
|
4
|
+
"admin_graphql_api_id": {
|
|
5
|
+
"format": "uri",
|
|
6
|
+
"type": "string"
|
|
7
|
+
},
|
|
8
|
+
"available": {
|
|
9
|
+
"type": [
|
|
10
|
+
"integer",
|
|
11
|
+
"null"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"inventory_item_id": {
|
|
15
|
+
"type": "integer"
|
|
16
|
+
},
|
|
17
|
+
"location_id": {
|
|
18
|
+
"type": "integer"
|
|
19
|
+
},
|
|
20
|
+
"updated_at": {
|
|
21
|
+
"format": "date-time",
|
|
22
|
+
"type": "string"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"required": [
|
|
26
|
+
"admin_graphql_api_id",
|
|
27
|
+
"available",
|
|
28
|
+
"inventory_item_id",
|
|
29
|
+
"location_id",
|
|
30
|
+
"updated_at"
|
|
31
|
+
],
|
|
3
32
|
"type": "object"
|
|
4
33
|
}
|