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.
Files changed (191) hide show
  1. package/dist/src/infer-schema.d.ts +1 -1
  2. package/dist/src/infer-schema.js +29 -3
  3. package/dist/src/scrape.js +3 -2
  4. package/metadatas/2024-04/app_purchases_one_time/update.json +1 -1
  5. package/metadatas/2024-04/app_subscriptions/approaching_capped_amount.json +1 -1
  6. package/metadatas/2024-04/app_subscriptions/update.json +2 -5
  7. package/metadatas/2024-04/bulk_operations/finish.json +1 -1
  8. package/metadatas/2024-04/checkouts/create.json +17 -7
  9. package/metadatas/2024-04/checkouts/delete.json +1 -2
  10. package/metadatas/2024-04/checkouts/update.json +17 -7
  11. package/metadatas/2024-04/company_contact_roles/assign.json +0 -8
  12. package/metadatas/2024-04/company_contact_roles/revoke.json +0 -8
  13. package/metadatas/2024-04/company_locations/create.json +0 -8
  14. package/metadatas/2024-04/company_locations/delete.json +0 -8
  15. package/metadatas/2024-04/company_locations/update.json +0 -8
  16. package/metadatas/2024-04/customer.tags_added.json +1 -1
  17. package/metadatas/2024-04/customer.tags_removed.json +1 -1
  18. package/metadatas/2024-04/customers/create.json +7 -0
  19. package/metadatas/2024-04/customers/delete.json +2 -0
  20. package/metadatas/2024-04/customers/disable.json +7 -0
  21. package/metadatas/2024-04/customers/enable.json +7 -0
  22. package/metadatas/2024-04/customers/update.json +7 -0
  23. package/metadatas/2024-04/discounts/create.json +2 -2
  24. package/metadatas/2024-04/discounts/delete.json +1 -1
  25. package/metadatas/2024-04/discounts/redeemcode_added.json +1 -1
  26. package/metadatas/2024-04/discounts/redeemcode_removed.json +1 -1
  27. package/metadatas/2024-04/discounts/update.json +2 -2
  28. package/metadatas/2024-04/draft_orders/create.json +37 -26
  29. package/metadatas/2024-04/draft_orders/update.json +36 -25
  30. package/metadatas/2024-04/fulfillment_orders/placed_on_hold.json +2 -28
  31. package/metadatas/2024-04/fulfillments/create.json +24 -71
  32. package/metadatas/2024-04/fulfillments/update.json +24 -71
  33. package/metadatas/2024-04/inventory_items/create.json +1 -2
  34. package/metadatas/2024-04/inventory_items/delete.json +1 -2
  35. package/metadatas/2024-04/inventory_items/update.json +1 -2
  36. package/metadatas/2024-04/inventory_levels/connect.json +7 -1
  37. package/metadatas/2024-04/inventory_levels/update.json +7 -1
  38. package/metadatas/2024-04/markets/create.json +6 -2
  39. package/metadatas/2024-04/markets/update.json +6 -2
  40. package/metadatas/2024-04/order_transactions/create.json +3 -4
  41. package/metadatas/2024-04/orders/cancelled.json +51 -139
  42. package/metadatas/2024-04/orders/create.json +51 -139
  43. package/metadatas/2024-04/orders/edited.json +1 -2
  44. package/metadatas/2024-04/orders/fulfilled.json +51 -139
  45. package/metadatas/2024-04/orders/paid.json +51 -139
  46. package/metadatas/2024-04/orders/partially_fulfilled.json +51 -139
  47. package/metadatas/2024-04/orders/risk_assessment_changed.json +1 -1
  48. package/metadatas/2024-04/orders/updated.json +51 -139
  49. package/metadatas/2024-04/products/create.json +15 -6
  50. package/metadatas/2024-04/products/update.json +15 -6
  51. package/metadatas/2024-04/refunds/create.json +34 -112
  52. package/metadatas/2024-04/returns/approve.json +1 -1
  53. package/metadatas/2024-04/returns/decline.json +0 -4
  54. package/metadatas/2024-04/returns/request.json +1 -1
  55. package/metadatas/2024-04/segments/update.json +1 -1
  56. package/metadatas/2024-04/selling_plan_groups/delete.json +2 -2
  57. package/metadatas/2024-04/selling_plan_groups/update.json +2 -2
  58. package/metadatas/2024-04/subscription_billing_attempts/challenged.json +2 -2
  59. package/metadatas/2024-04/subscription_billing_attempts/failure.json +2 -2
  60. package/metadatas/2024-04/subscription_billing_attempts/success.json +2 -2
  61. package/metadatas/2024-04/subscription_billing_cycle_edits/create.json +1 -1
  62. package/metadatas/2024-04/subscription_billing_cycle_edits/delete.json +1 -1
  63. package/metadatas/2024-04/subscription_billing_cycle_edits/update.json +1 -1
  64. package/metadatas/2024-04/subscription_billing_cycles/skip.json +1 -1
  65. package/metadatas/2024-04/subscription_billing_cycles/unskip.json +1 -1
  66. package/metadatas/2024-04/subscription_contracts/activate.json +4 -4
  67. package/metadatas/2024-04/subscription_contracts/cancel.json +4 -4
  68. package/metadatas/2024-04/subscription_contracts/create.json +4 -4
  69. package/metadatas/2024-04/subscription_contracts/expire.json +4 -4
  70. package/metadatas/2024-04/subscription_contracts/fail.json +4 -4
  71. package/metadatas/2024-04/subscription_contracts/pause.json +4 -4
  72. package/metadatas/2024-04/subscription_contracts/update.json +4 -4
  73. package/metadatas/2024-04/tender_transactions/create.json +1 -1
  74. package/metadatas/2024-04/variants/in_stock.json +7 -1
  75. package/metadatas/2024-04/variants/out_of_stock.json +7 -1
  76. package/metadatas/2025-07/inventory_shipments/receive_items.json +1 -1
  77. package/package.json +1 -1
  78. package/schemas/2024-04/app_subscriptions/approaching_capped_amount.json +0 -15
  79. package/schemas/2024-04/app_subscriptions/update.json +0 -12
  80. package/schemas/2024-04/carts/create.json +1 -4
  81. package/schemas/2024-04/carts/update.json +1 -4
  82. package/schemas/2024-04/checkouts/create.json +31 -35
  83. package/schemas/2024-04/checkouts/delete.json +0 -10
  84. package/schemas/2024-04/checkouts/update.json +31 -35
  85. package/schemas/2024-04/collections/create.json +0 -20
  86. package/schemas/2024-04/collections/update.json +0 -20
  87. package/schemas/2024-04/company_contact_roles/assign.json +0 -23
  88. package/schemas/2024-04/company_contact_roles/revoke.json +0 -23
  89. package/schemas/2024-04/company_locations/create.json +4 -58
  90. package/schemas/2024-04/company_locations/delete.json +4 -58
  91. package/schemas/2024-04/company_locations/update.json +4 -58
  92. package/schemas/2024-04/customer_payment_methods/create.json +1 -1
  93. package/schemas/2024-04/customer_payment_methods/revoke.json +1 -1
  94. package/schemas/2024-04/customer_payment_methods/update.json +1 -1
  95. package/schemas/2024-04/customers/create.json +38 -86
  96. package/schemas/2024-04/customers/delete.json +16 -78
  97. package/schemas/2024-04/customers/disable.json +38 -86
  98. package/schemas/2024-04/customers/enable.json +38 -86
  99. package/schemas/2024-04/customers/update.json +38 -86
  100. package/schemas/2024-04/customers_email_marketing_consent/update.json +3 -13
  101. package/schemas/2024-04/customers_marketing_consent/update.json +3 -13
  102. package/schemas/2024-04/disputes/create.json +1 -0
  103. package/schemas/2024-04/disputes/update.json +1 -0
  104. package/schemas/2024-04/domains/create.json +2 -4
  105. package/schemas/2024-04/domains/destroy.json +2 -4
  106. package/schemas/2024-04/domains/update.json +2 -4
  107. package/schemas/2024-04/draft_orders/create.json +26 -409
  108. package/schemas/2024-04/draft_orders/update.json +26 -409
  109. package/schemas/2024-04/fulfillment_orders/placed_on_hold.json +0 -80
  110. package/schemas/2024-04/fulfillment_orders/split.json +0 -12
  111. package/schemas/2024-04/fulfillments/create.json +66 -196
  112. package/schemas/2024-04/fulfillments/update.json +66 -196
  113. package/schemas/2024-04/inventory_items/create.json +3 -7
  114. package/schemas/2024-04/inventory_items/update.json +3 -7
  115. package/schemas/2024-04/inventory_levels/connect.json +29 -0
  116. package/schemas/2024-04/inventory_levels/update.json +29 -0
  117. package/schemas/2024-04/markets/create.json +18 -7
  118. package/schemas/2024-04/markets/update.json +18 -7
  119. package/schemas/2024-04/order_transactions/create.json +4 -18
  120. package/schemas/2024-04/orders/cancelled.json +10 -252
  121. package/schemas/2024-04/orders/create.json +10 -252
  122. package/schemas/2024-04/orders/edited.json +2 -13
  123. package/schemas/2024-04/orders/fulfilled.json +10 -252
  124. package/schemas/2024-04/orders/paid.json +10 -252
  125. package/schemas/2024-04/orders/partially_fulfilled.json +10 -252
  126. package/schemas/2024-04/orders/risk_assessment_changed.json +2 -9
  127. package/schemas/2024-04/orders/shopify_protect_eligibility_changed.json +1 -11
  128. package/schemas/2024-04/orders/updated.json +10 -252
  129. package/schemas/2024-04/payment_terms/create.json +1 -4
  130. package/schemas/2024-04/payment_terms/update.json +1 -4
  131. package/schemas/2024-04/products/create.json +73 -173
  132. package/schemas/2024-04/products/update.json +73 -173
  133. package/schemas/2024-04/refunds/create.json +16 -767
  134. package/schemas/2024-04/returns/decline.json +0 -17
  135. package/schemas/2024-04/selling_plan_groups/create.json +10 -66
  136. package/schemas/2024-04/selling_plan_groups/update.json +10 -66
  137. package/schemas/2024-04/shop/update.json +3 -4
  138. package/schemas/2024-04/subscription_billing_attempts/challenged.json +1 -0
  139. package/schemas/2024-04/subscription_billing_attempts/failure.json +1 -0
  140. package/schemas/2024-04/subscription_billing_attempts/success.json +1 -0
  141. package/schemas/2024-04/subscription_contracts/activate.json +2 -8
  142. package/schemas/2024-04/subscription_contracts/cancel.json +2 -8
  143. package/schemas/2024-04/subscription_contracts/create.json +2 -8
  144. package/schemas/2024-04/subscription_contracts/expire.json +2 -8
  145. package/schemas/2024-04/subscription_contracts/fail.json +2 -8
  146. package/schemas/2024-04/subscription_contracts/pause.json +2 -8
  147. package/schemas/2024-04/subscription_contracts/update.json +2 -8
  148. package/schemas/2024-04/tender_transactions/create.json +4 -6
  149. package/schemas/2024-04/themes/create.json +1 -4
  150. package/schemas/2024-04/themes/publish.json +1 -4
  151. package/schemas/2024-04/themes/update.json +1 -4
  152. package/schemas/2024-04/variants/in_stock.json +25 -1
  153. package/schemas/2024-04/variants/out_of_stock.json +25 -1
  154. package/metadatas/2024-04/app/scopes_update.json +0 -23
  155. package/metadatas/2024-04/checkout_and_accounts_configurations/update.json +0 -22
  156. package/metadatas/2024-04/customer.joined_segment.json +0 -18
  157. package/metadatas/2024-04/customer.left_segment.json +0 -18
  158. package/metadatas/2024-04/customer_account_settings/update.json +0 -17
  159. package/metadatas/2024-04/customers/purchasing_summary.json +0 -27
  160. package/metadatas/2024-04/delivery_promise_settings/update.json +0 -19
  161. package/metadatas/2024-04/finance_app_staff_member/delete.json +0 -19
  162. package/metadatas/2024-04/finance_app_staff_member/grant.json +0 -19
  163. package/metadatas/2024-04/finance_app_staff_member/revoke.json +0 -19
  164. package/metadatas/2024-04/finance_app_staff_member/update.json +0 -19
  165. package/metadatas/2024-04/finance_kyc_information/update.json +0 -19
  166. package/metadatas/2024-04/fulfillment_holds/added.json +0 -32
  167. package/metadatas/2024-04/fulfillment_holds/released.json +0 -32
  168. package/metadatas/2024-04/markets_backup_region/update.json +0 -18
  169. package/metadatas/2024-04/metafield_definitions/create.json +0 -47
  170. package/metadatas/2024-04/metafield_definitions/delete.json +0 -19
  171. package/metadatas/2024-04/metafield_definitions/update.json +0 -47
  172. package/metadatas/2024-04/product_feeds/full_sync_finish.json +0 -37
  173. package/schemas/2024-04/app/scopes_update.json +0 -31
  174. package/schemas/2024-04/checkout_and_accounts_configurations/update.json +0 -48
  175. package/schemas/2024-04/customer.joined_segment.json +0 -23
  176. package/schemas/2024-04/customer.left_segment.json +0 -23
  177. package/schemas/2024-04/customer_account_settings/update.json +0 -28
  178. package/schemas/2024-04/customers/purchasing_summary.json +0 -43
  179. package/schemas/2024-04/delivery_promise_settings/update.json +0 -21
  180. package/schemas/2024-04/finance_app_staff_member/delete.json +0 -4
  181. package/schemas/2024-04/finance_app_staff_member/grant.json +0 -4
  182. package/schemas/2024-04/finance_app_staff_member/revoke.json +0 -4
  183. package/schemas/2024-04/finance_app_staff_member/update.json +0 -4
  184. package/schemas/2024-04/finance_kyc_information/update.json +0 -4
  185. package/schemas/2024-04/fulfillment_holds/added.json +0 -63
  186. package/schemas/2024-04/fulfillment_holds/released.json +0 -63
  187. package/schemas/2024-04/markets_backup_region/update.json +0 -17
  188. package/schemas/2024-04/metafield_definitions/create.json +0 -141
  189. package/schemas/2024-04/metafield_definitions/delete.json +0 -21
  190. package/schemas/2024-04/metafield_definitions/update.json +0 -141
  191. package/schemas/2024-04/product_feeds/full_sync_finish.json +0 -97
@@ -8,7 +8,7 @@
8
8
  "toml"
9
9
  ],
10
10
  "deprecated": false,
11
- "description": "Occurs whenever a variant becomes out of stock. Online channels receive this webhook only when the variant becomes out of stock online.",
11
+ "description": "Occurs whenever a variant becomes out of stock.",
12
12
  "name": "variants/out_of_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": 0,
31
37
  "old_inventory_quantity": 0,
32
38
  "admin_graphql_api_id": "gid://shopify/ProductVariant/642667041472713922",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "access_scopes": [
3
- "inventory_shipments_received_items"
3
+ "inventory_shipments"
4
4
  ],
5
5
  "available_on": [
6
6
  "graphql",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopify-webhook-schemas",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "",
5
5
  "main": "dist/src/index.js",
6
6
  "type": "commonjs",
@@ -21,27 +21,12 @@
21
21
  "format": "date-time",
22
22
  "type": "string"
23
23
  },
24
- "currency": {
25
- "type": "string"
26
- },
27
24
  "currency_code": {
28
25
  "type": "string"
29
26
  },
30
- "interval": {
31
- "type": "string"
32
- },
33
27
  "name": {
34
28
  "type": "string"
35
29
  },
36
- "plan_handle": {
37
- "type": "string"
38
- },
39
- "price": {
40
- "type": "string"
41
- },
42
- "status": {
43
- "type": "string"
44
- },
45
30
  "updated_at": {
46
31
  "format": "date-time",
47
32
  "type": "string"
@@ -21,18 +21,9 @@
21
21
  "currency": {
22
22
  "type": "string"
23
23
  },
24
- "interval": {
25
- "type": "string"
26
- },
27
24
  "name": {
28
25
  "type": "string"
29
26
  },
30
- "plan_handle": {
31
- "type": "string"
32
- },
33
- "price": {
34
- "type": "string"
35
- },
36
27
  "status": {
37
28
  "type": "string"
38
29
  },
@@ -47,10 +38,7 @@
47
38
  "capped_amount",
48
39
  "created_at",
49
40
  "currency",
50
- "interval",
51
41
  "name",
52
- "plan_handle",
53
- "price",
54
42
  "status",
55
43
  "updated_at"
56
44
  ],
@@ -202,10 +202,7 @@
202
202
  "type": "integer"
203
203
  },
204
204
  "properties": {
205
- "type": [
206
- "null",
207
- "object"
208
- ]
205
+ "type": "object"
209
206
  },
210
207
  "quantity": {
211
208
  "type": "integer"
@@ -202,10 +202,7 @@
202
202
  "type": "integer"
203
203
  },
204
204
  "properties": {
205
- "type": [
206
- "null",
207
- "object"
208
- ]
205
+ "type": "object"
209
206
  },
210
207
  "quantity": {
211
208
  "type": "integer"
@@ -254,10 +254,16 @@
254
254
  "properties": {
255
255
  "consent_updated_at": {
256
256
  "format": "date-time",
257
- "type": "string"
257
+ "type": [
258
+ "null",
259
+ "string"
260
+ ]
258
261
  },
259
262
  "opt_in_level": {
260
- "type": "string"
263
+ "type": [
264
+ "null",
265
+ "string"
266
+ ]
261
267
  },
262
268
  "state": {
263
269
  "type": "string"
@@ -378,15 +384,22 @@
378
384
  "currency",
379
385
  "default_address",
380
386
  "email",
387
+ "email_marketing_consent",
381
388
  "first_name",
382
389
  "id",
383
390
  "last_name",
391
+ "last_order_id",
392
+ "last_order_name",
384
393
  "multipass_identifier",
385
394
  "note",
395
+ "orders_count",
386
396
  "phone",
397
+ "sms_marketing_consent",
387
398
  "state",
399
+ "tags",
388
400
  "tax_exempt",
389
401
  "tax_exemptions",
402
+ "total_spent",
390
403
  "updated_at",
391
404
  "verified_email"
392
405
  ],
@@ -537,31 +550,24 @@
537
550
  "type": "integer"
538
551
  },
539
552
  "properties": {
540
- "anyOf": [
541
- {
542
- "items": {
543
- "properties": {
544
- "name": {
545
- "type": "string"
546
- },
547
- "value": {
548
- "type": "string"
549
- }
550
- },
551
- "required": [
552
- "name",
553
- "value"
554
- ],
555
- "type": "object"
553
+ "items": {
554
+ "properties": {
555
+ "name": {
556
+ "type": "string"
556
557
  },
557
- "type": "array"
558
- },
559
- {
560
- "type": "object"
558
+ "value": {
559
+ "type": "string"
560
+ }
561
561
  },
562
- {
563
- "type": "object"
564
- }
562
+ "required": [
563
+ "name",
564
+ "value"
565
+ ],
566
+ "type": "object"
567
+ },
568
+ "type": [
569
+ "array",
570
+ "null"
565
571
  ]
566
572
  },
567
573
  "quantity": {
@@ -820,12 +826,6 @@
820
826
  "string"
821
827
  ]
822
828
  },
823
- "reservation_token": {
824
- "type": [
825
- "null",
826
- "string"
827
- ]
828
- },
829
829
  "shipping_address": {
830
830
  "properties": {
831
831
  "address1": {
@@ -1221,9 +1221,6 @@
1221
1221
  {
1222
1222
  "type": "string"
1223
1223
  },
1224
- {
1225
- "type": "string"
1226
- },
1227
1224
  {
1228
1225
  "type": "string"
1229
1226
  }
@@ -1277,7 +1274,6 @@
1277
1274
  "phone",
1278
1275
  "presentment_currency",
1279
1276
  "referring_site",
1280
- "reservation_token",
1281
1277
  "shipping_address",
1282
1278
  "shipping_lines",
1283
1279
  "sms_marketing_phone",
@@ -16,12 +16,6 @@
16
16
  "presentment_currency": {
17
17
  "type": "string"
18
18
  },
19
- "reservation_token": {
20
- "type": [
21
- "null",
22
- "string"
23
- ]
24
- },
25
19
  "sms_marketing_phone": {
26
20
  "type": [
27
21
  "null",
@@ -54,9 +48,6 @@
54
48
  {
55
49
  "type": "string"
56
50
  },
57
- {
58
- "type": "string"
59
- },
60
51
  {
61
52
  "type": "string"
62
53
  }
@@ -77,7 +68,6 @@
77
68
  "cart_token",
78
69
  "id",
79
70
  "presentment_currency",
80
- "reservation_token",
81
71
  "sms_marketing_phone",
82
72
  "subtotal_price",
83
73
  "total_discounts",
@@ -254,10 +254,16 @@
254
254
  "properties": {
255
255
  "consent_updated_at": {
256
256
  "format": "date-time",
257
- "type": "string"
257
+ "type": [
258
+ "null",
259
+ "string"
260
+ ]
258
261
  },
259
262
  "opt_in_level": {
260
- "type": "string"
263
+ "type": [
264
+ "null",
265
+ "string"
266
+ ]
261
267
  },
262
268
  "state": {
263
269
  "type": "string"
@@ -378,15 +384,22 @@
378
384
  "currency",
379
385
  "default_address",
380
386
  "email",
387
+ "email_marketing_consent",
381
388
  "first_name",
382
389
  "id",
383
390
  "last_name",
391
+ "last_order_id",
392
+ "last_order_name",
384
393
  "multipass_identifier",
385
394
  "note",
395
+ "orders_count",
386
396
  "phone",
397
+ "sms_marketing_consent",
387
398
  "state",
399
+ "tags",
388
400
  "tax_exempt",
389
401
  "tax_exemptions",
402
+ "total_spent",
390
403
  "updated_at",
391
404
  "verified_email"
392
405
  ],
@@ -537,31 +550,24 @@
537
550
  "type": "integer"
538
551
  },
539
552
  "properties": {
540
- "anyOf": [
541
- {
542
- "items": {
543
- "properties": {
544
- "name": {
545
- "type": "string"
546
- },
547
- "value": {
548
- "type": "string"
549
- }
550
- },
551
- "required": [
552
- "name",
553
- "value"
554
- ],
555
- "type": "object"
553
+ "items": {
554
+ "properties": {
555
+ "name": {
556
+ "type": "string"
556
557
  },
557
- "type": "array"
558
- },
559
- {
560
- "type": "object"
558
+ "value": {
559
+ "type": "string"
560
+ }
561
561
  },
562
- {
563
- "type": "object"
564
- }
562
+ "required": [
563
+ "name",
564
+ "value"
565
+ ],
566
+ "type": "object"
567
+ },
568
+ "type": [
569
+ "array",
570
+ "null"
565
571
  ]
566
572
  },
567
573
  "quantity": {
@@ -820,12 +826,6 @@
820
826
  "string"
821
827
  ]
822
828
  },
823
- "reservation_token": {
824
- "type": [
825
- "null",
826
- "string"
827
- ]
828
- },
829
829
  "shipping_address": {
830
830
  "properties": {
831
831
  "address1": {
@@ -1221,9 +1221,6 @@
1221
1221
  {
1222
1222
  "type": "string"
1223
1223
  },
1224
- {
1225
- "type": "string"
1226
- },
1227
1224
  {
1228
1225
  "type": "string"
1229
1226
  }
@@ -1277,7 +1274,6 @@
1277
1274
  "phone",
1278
1275
  "presentment_currency",
1279
1276
  "referring_site",
1280
- "reservation_token",
1281
1277
  "shipping_address",
1282
1278
  "shipping_lines",
1283
1279
  "sms_marketing_phone",
@@ -14,26 +14,6 @@
14
14
  "id": {
15
15
  "type": "integer"
16
16
  },
17
- "image": {
18
- "properties": {
19
- "alt": {
20
- "type": "string"
21
- },
22
- "created_at": {
23
- "type": "string"
24
- },
25
- "height": {
26
- "type": "number"
27
- },
28
- "src": {
29
- "type": "string"
30
- },
31
- "width": {
32
- "type": "number"
33
- }
34
- },
35
- "type": "object"
36
- },
37
17
  "published_at": {
38
18
  "format": "date-time",
39
19
  "type": "string"
@@ -14,26 +14,6 @@
14
14
  "id": {
15
15
  "type": "integer"
16
16
  },
17
- "image": {
18
- "properties": {
19
- "alt": {
20
- "type": "string"
21
- },
22
- "created_at": {
23
- "type": "string"
24
- },
25
- "height": {
26
- "type": "number"
27
- },
28
- "src": {
29
- "type": "string"
30
- },
31
- "width": {
32
- "type": "number"
33
- }
34
- },
35
- "type": "object"
36
- },
37
17
  "published_at": {
38
18
  "format": "date-time",
39
19
  "type": "string"
@@ -331,28 +331,6 @@
331
331
  ],
332
332
  "type": "object"
333
333
  },
334
- "tax_settings": {
335
- "properties": {
336
- "tax_exempt": {
337
- "type": "null"
338
- },
339
- "tax_exemptions": {
340
- "items": {
341
- "type": "string"
342
- },
343
- "type": "array"
344
- },
345
- "tax_registration_id": {
346
- "type": "string"
347
- }
348
- },
349
- "required": [
350
- "tax_exempt",
351
- "tax_exemptions",
352
- "tax_registration_id"
353
- ],
354
- "type": "object"
355
- },
356
334
  "updated_at": {
357
335
  "format": "date-time",
358
336
  "type": "string"
@@ -372,7 +350,6 @@
372
350
  "shipping_address",
373
351
  "tax_exemptions",
374
352
  "tax_registration",
375
- "tax_settings",
376
353
  "updated_at"
377
354
  ],
378
355
  "type": "object"
@@ -331,28 +331,6 @@
331
331
  ],
332
332
  "type": "object"
333
333
  },
334
- "tax_settings": {
335
- "properties": {
336
- "tax_exempt": {
337
- "type": "null"
338
- },
339
- "tax_exemptions": {
340
- "items": {
341
- "type": "string"
342
- },
343
- "type": "array"
344
- },
345
- "tax_registration_id": {
346
- "type": "string"
347
- }
348
- },
349
- "required": [
350
- "tax_exempt",
351
- "tax_exemptions",
352
- "tax_registration_id"
353
- ],
354
- "type": "object"
355
- },
356
334
  "updated_at": {
357
335
  "format": "date-time",
358
336
  "type": "string"
@@ -372,7 +350,6 @@
372
350
  "shipping_address",
373
351
  "tax_exemptions",
374
352
  "tax_registration",
375
- "tax_settings",
376
353
  "updated_at"
377
354
  ],
378
355
  "type": "object"
@@ -38,16 +38,10 @@
38
38
  "type": "string"
39
39
  },
40
40
  "first_name": {
41
- "type": [
42
- "null",
43
- "string"
44
- ]
41
+ "type": "null"
45
42
  },
46
43
  "last_name": {
47
- "type": [
48
- "null",
49
- "string"
50
- ]
44
+ "type": "null"
51
45
  },
52
46
  "phone": {
53
47
  "type": "string"
@@ -91,21 +85,8 @@
91
85
  },
92
86
  "buyer_experience_configuration": {
93
87
  "properties": {
94
- "checkout_to_draft": {
95
- "type": "boolean"
96
- },
97
- "deposit": {
98
- "type": "null"
99
- },
100
- "editable_shipping_address": {
101
- "type": "boolean"
102
- },
103
88
  "pay_now_only": {
104
89
  "type": "boolean"
105
- },
106
- "payment_terms_template_admin_graphql_api_id": {
107
- "format": "uri",
108
- "type": "string"
109
90
  }
110
91
  },
111
92
  "required": [
@@ -212,16 +193,10 @@
212
193
  "type": "string"
213
194
  },
214
195
  "first_name": {
215
- "type": [
216
- "null",
217
- "string"
218
- ]
196
+ "type": "null"
219
197
  },
220
198
  "last_name": {
221
- "type": [
222
- "null",
223
- "string"
224
- ]
199
+ "type": "null"
225
200
  },
226
201
  "phone": {
227
202
  "type": "string"
@@ -278,34 +253,6 @@
278
253
  "required": [
279
254
  "tax_id"
280
255
  ],
281
- "type": [
282
- "null",
283
- "object"
284
- ]
285
- },
286
- "tax_settings": {
287
- "properties": {
288
- "tax_exempt": {
289
- "type": [
290
- "boolean",
291
- "null"
292
- ]
293
- },
294
- "tax_exemptions": {
295
- "items": {
296
- "type": "string"
297
- },
298
- "type": "array"
299
- },
300
- "tax_registration_id": {
301
- "type": "string"
302
- }
303
- },
304
- "required": [
305
- "tax_exempt",
306
- "tax_exemptions",
307
- "tax_registration_id"
308
- ],
309
256
  "type": "object"
310
257
  },
311
258
  "updated_at": {
@@ -327,7 +274,6 @@
327
274
  "shipping_address",
328
275
  "tax_exemptions",
329
276
  "tax_registration",
330
- "tax_settings",
331
277
  "updated_at"
332
278
  ],
333
279
  "type": "object"