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
@@ -1,23 +0,0 @@
1
- {
2
- "available_on": [
3
- "graphql",
4
- "rest",
5
- "toml"
6
- ],
7
- "deprecated": false,
8
- "description": "Occurs whenever the access scopes of any installation are modified. Allows apps to keep track of the granted access scopes of their installations.",
9
- "name": "app/scopes_update",
10
- "related_resource": "Shop",
11
- "response": {
12
- "id": 1,
13
- "previous": [
14
- "read_products"
15
- ],
16
- "current": [
17
- "read_products",
18
- "write_products"
19
- ],
20
- "updated_at": "2024-06-25T00:00:00.000Z"
21
- },
22
- "shop_feature": false
23
- }
@@ -1,22 +0,0 @@
1
- {
2
- "available_on": [
3
- "graphql",
4
- "toml"
5
- ],
6
- "deprecated": false,
7
- "description": "The event occurs whenever a published checkout and account configuration is updated.",
8
- "name": "checkout_and_accounts_configurations/update",
9
- "related_resource": "Payload",
10
- "response": {
11
- "admin_graphql_api_id": "gid://shopify/CheckoutProfile/1",
12
- "name": "Sample Checkout Profile",
13
- "created_at": "2021-12-31T19:00:00-05:00",
14
- "edited_at": "2021-12-31T19:00:00-05:00",
15
- "updated_at": "2021-12-31T19:00:00-05:00",
16
- "is_published": true,
17
- "settings": {
18
- "typ_osp_pages_enabled": false
19
- }
20
- },
21
- "shop_feature": false
22
- }
@@ -1,18 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "customers"
4
- ],
5
- "available_on": [
6
- "graphql"
7
- ],
8
- "deprecated": false,
9
- "description": "Triggers when a customer joins a segment.",
10
- "name": "customer.joined_segment",
11
- "related_resource": "JoinedSegment",
12
- "response": {
13
- "shop_id": "gid://shopify/Shop/1",
14
- "customer_id": "gid://shopify/Customer/2",
15
- "segment_id": "gid://shopify/Segment/3"
16
- },
17
- "shop_feature": false
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "customers"
4
- ],
5
- "available_on": [
6
- "graphql"
7
- ],
8
- "deprecated": false,
9
- "description": "Triggers when a customer leaves a segment.",
10
- "name": "customer.left_segment",
11
- "related_resource": "LeftSegment",
12
- "response": {
13
- "shop_id": "gid://shopify/Shop/1",
14
- "customer_id": "gid://shopify/Customer/2",
15
- "segment_id": "gid://shopify/Segment/3"
16
- },
17
- "shop_feature": false
18
- }
@@ -1,17 +0,0 @@
1
- {
2
- "available_on": [
3
- "graphql",
4
- "toml"
5
- ],
6
- "deprecated": false,
7
- "description": "Triggers when merchants change customer account setting.",
8
- "name": "customer_account_settings/update",
9
- "related_resource": "CustomerSettingsRecord",
10
- "response": {
11
- "url": null,
12
- "customer_accounts_version": "classic",
13
- "login_required_at_checkout": true,
14
- "login_links_visible_on_storefront_and_checkout": true
15
- },
16
- "shop_feature": false
17
- }
@@ -1,27 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "customers"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "toml"
8
- ],
9
- "deprecated": false,
10
- "description": "Occurs when a customer sales history change.",
11
- "name": "customers/purchasing_summary",
12
- "pii": [
13
- "customer"
14
- ],
15
- "related_resource": "Payload",
16
- "response": {
17
- "customerId": "gid://shopify/Customer/1",
18
- "numberOfOrders": 1,
19
- "amountSpent": {
20
- "amount": "100.00",
21
- "currencyCode": "USD"
22
- },
23
- "lastOrderId": "gid://shopify/Order/1",
24
- "occurredAt": "2005-05-05T04:00:00.000Z"
25
- },
26
- "shop_feature": false
27
- }
@@ -1,19 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "shipping"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "toml"
8
- ],
9
- "deprecated": false,
10
- "description": "Occurs when a promise setting is updated.",
11
- "name": "delivery_promise_settings/update",
12
- "related_resource": "PromiseSetting",
13
- "response": {
14
- "shop_id": "gid://shopify/Shop/548380009",
15
- "processing_time": "P2D",
16
- "delivery_dates_enabled": true
17
- },
18
- "shop_feature": false
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "financial_kyc_information"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "rest",
8
- "toml"
9
- ],
10
- "deprecated": false,
11
- "description": "Triggers when a staff with access to all or some finance app has been removed.",
12
- "name": "finance_app_staff_member/delete",
13
- "related_resource": "User",
14
- "response": {},
15
- "shop_feature": false,
16
- "shopify_approval_scope": [
17
- "read_financial_kyc_information"
18
- ]
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "financial_kyc_information"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "rest",
8
- "toml"
9
- ],
10
- "deprecated": false,
11
- "description": "Triggers when a staff is granted access to all or some finance app.",
12
- "name": "finance_app_staff_member/grant",
13
- "related_resource": "User",
14
- "response": {},
15
- "shop_feature": false,
16
- "shopify_approval_scope": [
17
- "read_financial_kyc_information"
18
- ]
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "financial_kyc_information"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "rest",
8
- "toml"
9
- ],
10
- "deprecated": false,
11
- "description": "Triggers when a staff's access to all or some finance app has been revoked.",
12
- "name": "finance_app_staff_member/revoke",
13
- "related_resource": "User",
14
- "response": {},
15
- "shop_feature": false,
16
- "shopify_approval_scope": [
17
- "read_financial_kyc_information"
18
- ]
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "financial_kyc_information"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "rest",
8
- "toml"
9
- ],
10
- "deprecated": false,
11
- "description": "Triggers when a staff's information has been updated.",
12
- "name": "finance_app_staff_member/update",
13
- "related_resource": "User",
14
- "response": {},
15
- "shop_feature": false,
16
- "shopify_approval_scope": [
17
- "read_financial_kyc_information"
18
- ]
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "financial_kyc_information"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "rest",
8
- "toml"
9
- ],
10
- "deprecated": false,
11
- "description": "Occurs whenever shop's finance KYC information was updated",
12
- "name": "finance_kyc_information/update",
13
- "related_resource": "FinanceKycInformation",
14
- "response": {},
15
- "shop_feature": false,
16
- "shopify_approval_scope": [
17
- "read_financial_kyc_information"
18
- ]
19
- }
@@ -1,32 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "merchant_managed_fulfillment_orders",
4
- "assigned_fulfillment_orders",
5
- "third_party_fulfillment_orders",
6
- "marketplace_fulfillment_orders"
7
- ],
8
- "available_on": [
9
- "graphql",
10
- "toml"
11
- ],
12
- "deprecated": false,
13
- "description": "Occurs each time that a hold is added to a fulfillment order.\n\nFor cases where multiple holds are applied to a fulfillment order, this webhook will trigger after each hold is applied.\n",
14
- "name": "fulfillment_holds/added",
15
- "related_resource": "FulfillmentOrder",
16
- "response": {
17
- "fulfillment_order": {
18
- "id": "gid://shopify/FulfillmentOrder/1"
19
- },
20
- "fulfillment_hold": {
21
- "id": "gid://shopify/FulfillmentHold/1",
22
- "reason": "other",
23
- "reason_notes": "Waiting for some more details from the customer before this can be fulfilled.",
24
- "held_by_requesting_app": false,
25
- "handle": "test_handle",
26
- "held_by_app": {
27
- "id": "gid://shopify/App/12345"
28
- }
29
- }
30
- },
31
- "shop_feature": false
32
- }
@@ -1,32 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "merchant_managed_fulfillment_orders",
4
- "assigned_fulfillment_orders",
5
- "third_party_fulfillment_orders",
6
- "marketplace_fulfillment_orders"
7
- ],
8
- "available_on": [
9
- "graphql",
10
- "toml"
11
- ],
12
- "deprecated": false,
13
- "description": "Occurs each time that a hold is released from a fulfillment order.\nFor cases where multiple holds are released from a fulfillment order a the same time, this webhook will trigger for each released hold.\n",
14
- "name": "fulfillment_holds/released",
15
- "related_resource": "FulfillmentOrder",
16
- "response": {
17
- "fulfillment_order": {
18
- "id": "gid://shopify/FulfillmentOrder/1"
19
- },
20
- "fulfillment_hold": {
21
- "id": "gid://shopify/FulfillmentHold/1",
22
- "reason": "other",
23
- "reason_notes": "Waiting for some more details from the customer before this can be fulfilled.",
24
- "held_by_requesting_app": false,
25
- "handle": "fulfillment_hold_1",
26
- "held_by_app": {
27
- "id": "gid://shopify/App/12345"
28
- }
29
- }
30
- },
31
- "shop_feature": false
32
- }
@@ -1,18 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "markets"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "toml"
8
- ],
9
- "deprecated": false,
10
- "description": "Occurs when a backup region is updated.",
11
- "name": "markets_backup_region/update",
12
- "related_resource": "Region",
13
- "response": {
14
- "admin_graphql_api_id": "gid://shopify/MarketRegion/238945671234567891",
15
- "code": "US"
16
- },
17
- "shop_feature": false
18
- }
@@ -1,47 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "content"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "toml"
8
- ],
9
- "deprecated": false,
10
- "description": "Occurs when a metafield definition is created.",
11
- "name": "metafield_definitions/create",
12
- "related_resource": "MetafieldDefinition",
13
- "response": {
14
- "id": null,
15
- "shop_id": 548380009,
16
- "namespace": "example-type",
17
- "key": "example-key",
18
- "name": "Example Field",
19
- "description": null,
20
- "owner_type": "Customer",
21
- "deleting": false,
22
- "type_name": "single_line_text_field",
23
- "options": [],
24
- "api_client_id": null,
25
- "created_at": null,
26
- "updated_at": null,
27
- "validation_status": "all_valid",
28
- "pinned_position": 0,
29
- "standard_template_id": null,
30
- "access": "unrestricted",
31
- "merchant_writeable": null,
32
- "storefront_readable": null,
33
- "app_admin_access": null,
34
- "customer_access": null,
35
- "namespace_owner_api_client_id": null,
36
- "unique_values": false,
37
- "smart_collection_condition": false,
38
- "option_linkable": false,
39
- "admin_filterable": false,
40
- "admin_filterable_status": null,
41
- "app_config_managed": false,
42
- "access_only": false,
43
- "admin_filter_status": "not_filterable",
44
- "use_as_collection_condition": false
45
- },
46
- "shop_feature": false
47
- }
@@ -1,19 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "content"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "toml"
8
- ],
9
- "deprecated": false,
10
- "description": "Occurs when a metafield definition is deleted.",
11
- "name": "metafield_definitions/delete",
12
- "related_resource": "MetafieldDefinition",
13
- "response": {
14
- "id": "gid://shopify/MetafieldDefinition/1",
15
- "type": "ShopifyMetafields::Types::SingleLineTextFieldType",
16
- "created_by_app_id": null
17
- },
18
- "shop_feature": false
19
- }
@@ -1,47 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "content"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "toml"
8
- ],
9
- "deprecated": false,
10
- "description": "Occurs when a metafield definition is updated.",
11
- "name": "metafield_definitions/update",
12
- "related_resource": "MetafieldDefinition",
13
- "response": {
14
- "id": null,
15
- "shop_id": 548380009,
16
- "namespace": "example-type",
17
- "key": "example-key",
18
- "name": "Example Field",
19
- "description": null,
20
- "owner_type": "Customer",
21
- "deleting": false,
22
- "type_name": "single_line_text_field",
23
- "options": [],
24
- "api_client_id": null,
25
- "created_at": null,
26
- "updated_at": null,
27
- "validation_status": "all_valid",
28
- "pinned_position": 0,
29
- "standard_template_id": null,
30
- "access": "unrestricted",
31
- "merchant_writeable": null,
32
- "storefront_readable": null,
33
- "app_admin_access": null,
34
- "customer_access": null,
35
- "namespace_owner_api_client_id": null,
36
- "unique_values": false,
37
- "smart_collection_condition": false,
38
- "option_linkable": false,
39
- "admin_filterable": false,
40
- "admin_filterable_status": null,
41
- "app_config_managed": false,
42
- "access_only": false,
43
- "admin_filter_status": "not_filterable",
44
- "use_as_collection_condition": false
45
- },
46
- "shop_feature": false
47
- }
@@ -1,37 +0,0 @@
1
- {
2
- "access_scopes": [
3
- "product_listings"
4
- ],
5
- "available_on": [
6
- "graphql",
7
- "rest"
8
- ],
9
- "deprecated": false,
10
- "description": "Triggers when a full sync finishes",
11
- "name": "product_feeds/full_sync_finish",
12
- "related_resource": "",
13
- "response": {
14
- "metadata": {
15
- "action": "CREATE",
16
- "type": "FULL",
17
- "resource": "PRODUCT",
18
- "fullSyncId": "gid://shopify/ProductFullSync/1123511235",
19
- "truncatedFields": [],
20
- "occurred_at": "2022-01-01T00:00:00.000Z"
21
- },
22
- "productFeed": {
23
- "id": "gid://shopify/ProductFeed/12345",
24
- "shop_id": "gid://shopify/Shop/12345",
25
- "country": "CA",
26
- "language": "EN"
27
- },
28
- "fullSync": {
29
- "createdAt": "2021-12-31 19:00:00 -0500",
30
- "errorCode": null,
31
- "status": "completed",
32
- "count": 12,
33
- "url": null
34
- }
35
- },
36
- "shop_feature": false
37
- }
@@ -1,31 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "properties": {
4
- "current": {
5
- "items": {
6
- "type": "string"
7
- },
8
- "type": "array"
9
- },
10
- "id": {
11
- "type": "integer"
12
- },
13
- "previous": {
14
- "items": {
15
- "type": "string"
16
- },
17
- "type": "array"
18
- },
19
- "updated_at": {
20
- "format": "date-time",
21
- "type": "string"
22
- }
23
- },
24
- "required": [
25
- "current",
26
- "id",
27
- "previous",
28
- "updated_at"
29
- ],
30
- "type": "object"
31
- }
@@ -1,48 +0,0 @@
1
- {
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
- "created_at": {
9
- "format": "date-time",
10
- "type": "string"
11
- },
12
- "edited_at": {
13
- "format": "date-time",
14
- "type": "string"
15
- },
16
- "is_published": {
17
- "type": "boolean"
18
- },
19
- "name": {
20
- "type": "string"
21
- },
22
- "settings": {
23
- "properties": {
24
- "typ_osp_pages_enabled": {
25
- "type": "boolean"
26
- }
27
- },
28
- "required": [
29
- "typ_osp_pages_enabled"
30
- ],
31
- "type": "object"
32
- },
33
- "updated_at": {
34
- "format": "date-time",
35
- "type": "string"
36
- }
37
- },
38
- "required": [
39
- "admin_graphql_api_id",
40
- "created_at",
41
- "edited_at",
42
- "is_published",
43
- "name",
44
- "settings",
45
- "updated_at"
46
- ],
47
- "type": "object"
48
- }
@@ -1,23 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "properties": {
4
- "customer_id": {
5
- "format": "uri",
6
- "type": "string"
7
- },
8
- "segment_id": {
9
- "format": "uri",
10
- "type": "string"
11
- },
12
- "shop_id": {
13
- "format": "uri",
14
- "type": "string"
15
- }
16
- },
17
- "required": [
18
- "customer_id",
19
- "segment_id",
20
- "shop_id"
21
- ],
22
- "type": "object"
23
- }
@@ -1,23 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "properties": {
4
- "customer_id": {
5
- "format": "uri",
6
- "type": "string"
7
- },
8
- "segment_id": {
9
- "format": "uri",
10
- "type": "string"
11
- },
12
- "shop_id": {
13
- "format": "uri",
14
- "type": "string"
15
- }
16
- },
17
- "required": [
18
- "customer_id",
19
- "segment_id",
20
- "shop_id"
21
- ],
22
- "type": "object"
23
- }
@@ -1,28 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "properties": {
4
- "customer_accounts_version": {
5
- "type": "string"
6
- },
7
- "login_links_visible_on_storefront_and_checkout": {
8
- "type": "boolean"
9
- },
10
- "login_required_at_checkout": {
11
- "type": "boolean"
12
- },
13
- "url": {
14
- "format": "uri",
15
- "type": [
16
- "null",
17
- "string"
18
- ]
19
- }
20
- },
21
- "required": [
22
- "customer_accounts_version",
23
- "login_links_visible_on_storefront_and_checkout",
24
- "login_required_at_checkout",
25
- "url"
26
- ],
27
- "type": "object"
28
- }