shopify-webhook-schemas 0.2.3 → 0.2.5
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 +2 -1
- package/dist/src/infer-schema.js +35 -3
- package/dist/src/scrape.js +1 -1
- package/metadatas/2024-10/app/scopes_update.json +1 -0
- package/metadatas/2024-10/app_purchases_one_time/update.json +1 -1
- package/metadatas/2024-10/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2024-10/app_subscriptions/update.json +1 -1
- package/metadatas/2024-10/bulk_operations/finish.json +1 -1
- package/metadatas/2024-10/checkouts/create.json +10 -10
- package/metadatas/2024-10/checkouts/update.json +10 -10
- package/metadatas/2024-10/customer.tags_added.json +1 -1
- package/metadatas/2024-10/customer.tags_removed.json +1 -1
- package/metadatas/2024-10/customers/create.json +7 -3
- package/metadatas/2024-10/customers/delete.json +5 -1
- package/metadatas/2024-10/customers/disable.json +7 -3
- package/metadatas/2024-10/customers/enable.json +7 -3
- package/metadatas/2024-10/customers/update.json +7 -3
- package/metadatas/2024-10/customers_email_marketing_consent/update.json +1 -1
- package/metadatas/2024-10/discounts/create.json +2 -2
- package/metadatas/2024-10/discounts/delete.json +1 -1
- package/metadatas/2024-10/discounts/redeemcode_added.json +1 -1
- package/metadatas/2024-10/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2024-10/discounts/update.json +2 -2
- package/metadatas/2024-10/draft_orders/create.json +31 -31
- package/metadatas/2024-10/draft_orders/update.json +30 -30
- package/metadatas/2024-10/orders/cancelled.json +3 -3
- package/metadatas/2024-10/orders/create.json +3 -3
- package/metadatas/2024-10/orders/fulfilled.json +3 -3
- package/metadatas/2024-10/orders/paid.json +3 -3
- package/metadatas/2024-10/orders/partially_fulfilled.json +3 -3
- package/metadatas/2024-10/orders/updated.json +3 -3
- package/metadatas/2024-10/segments/update.json +1 -1
- package/metadatas/2024-10/selling_plan_groups/create.json +2 -2
- package/metadatas/2024-10/selling_plan_groups/delete.json +2 -2
- package/metadatas/2024-10/selling_plan_groups/update.json +2 -2
- package/metadatas/2024-10/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2024-10/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2024-10/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2024-10/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2024-10/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2024-10/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2024-10/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2024-10/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2024-10/subscription_contracts/activate.json +3 -3
- package/metadatas/2024-10/subscription_contracts/cancel.json +3 -3
- package/metadatas/2024-10/subscription_contracts/create.json +3 -3
- package/metadatas/2024-10/subscription_contracts/expire.json +3 -3
- package/metadatas/2024-10/subscription_contracts/fail.json +3 -3
- package/metadatas/2024-10/subscription_contracts/pause.json +3 -3
- package/metadatas/2024-10/subscription_contracts/update.json +3 -3
- package/metadatas/2025-01/app/scopes_update.json +1 -0
- package/metadatas/2025-01/app_purchases_one_time/update.json +1 -1
- package/metadatas/2025-01/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2025-01/app_subscriptions/update.json +1 -1
- package/metadatas/2025-01/bulk_operations/finish.json +1 -1
- package/metadatas/2025-01/checkouts/create.json +10 -10
- package/metadatas/2025-01/checkouts/update.json +10 -10
- package/metadatas/2025-01/customer.tags_added.json +1 -1
- package/metadatas/2025-01/customer.tags_removed.json +1 -1
- package/metadatas/2025-01/customers/create.json +2 -2
- package/metadatas/2025-01/customers/disable.json +2 -2
- package/metadatas/2025-01/customers/enable.json +2 -2
- package/metadatas/2025-01/customers/purchasing_summary.json +1 -1
- package/metadatas/2025-01/customers/update.json +2 -2
- package/metadatas/2025-01/customers_email_marketing_consent/update.json +1 -1
- package/metadatas/2025-01/discounts/create.json +2 -2
- package/metadatas/2025-01/discounts/delete.json +1 -1
- package/metadatas/2025-01/discounts/redeemcode_added.json +1 -1
- package/metadatas/2025-01/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2025-01/discounts/update.json +2 -2
- package/metadatas/2025-01/draft_orders/create.json +29 -29
- package/metadatas/2025-01/draft_orders/update.json +30 -30
- package/metadatas/2025-01/orders/cancelled.json +3 -3
- package/metadatas/2025-01/orders/create.json +3 -3
- package/metadatas/2025-01/orders/fulfilled.json +3 -3
- package/metadatas/2025-01/orders/paid.json +3 -3
- package/metadatas/2025-01/orders/partially_fulfilled.json +3 -3
- package/metadatas/2025-01/orders/updated.json +3 -3
- package/metadatas/2025-01/segments/update.json +1 -1
- package/metadatas/2025-01/selling_plan_groups/create.json +2 -2
- package/metadatas/2025-01/selling_plan_groups/delete.json +2 -2
- package/metadatas/2025-01/selling_plan_groups/update.json +2 -2
- package/metadatas/2025-01/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2025-01/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2025-01/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2025-01/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2025-01/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2025-01/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2025-01/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2025-01/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2025-01/subscription_contracts/activate.json +3 -3
- package/metadatas/2025-01/subscription_contracts/cancel.json +3 -3
- package/metadatas/2025-01/subscription_contracts/create.json +3 -3
- package/metadatas/2025-01/subscription_contracts/expire.json +3 -3
- package/metadatas/2025-01/subscription_contracts/fail.json +3 -3
- package/metadatas/2025-01/subscription_contracts/pause.json +3 -3
- package/metadatas/2025-01/subscription_contracts/update.json +3 -3
- package/metadatas/2025-04/app/scopes_update.json +1 -0
- package/metadatas/2025-04/app_purchases_one_time/update.json +1 -1
- package/metadatas/2025-04/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2025-04/app_subscriptions/update.json +1 -1
- package/metadatas/2025-04/bulk_operations/finish.json +1 -1
- package/metadatas/2025-04/checkouts/create.json +10 -10
- package/metadatas/2025-04/checkouts/update.json +10 -10
- package/metadatas/2025-04/customer.tags_added.json +1 -1
- package/metadatas/2025-04/customer.tags_removed.json +1 -1
- package/metadatas/2025-04/customers/create.json +2 -2
- package/metadatas/2025-04/customers/disable.json +2 -2
- package/metadatas/2025-04/customers/enable.json +2 -2
- package/metadatas/2025-04/customers/purchasing_summary.json +1 -1
- package/metadatas/2025-04/customers/update.json +2 -2
- package/metadatas/2025-04/customers_email_marketing_consent/update.json +1 -1
- package/metadatas/2025-04/discounts/create.json +2 -2
- package/metadatas/2025-04/discounts/delete.json +1 -1
- package/metadatas/2025-04/discounts/redeemcode_added.json +1 -1
- package/metadatas/2025-04/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2025-04/discounts/update.json +2 -2
- package/metadatas/2025-04/draft_orders/create.json +29 -29
- package/metadatas/2025-04/draft_orders/update.json +31 -31
- package/metadatas/2025-04/orders/cancelled.json +3 -3
- package/metadatas/2025-04/orders/create.json +3 -3
- package/metadatas/2025-04/orders/fulfilled.json +3 -3
- package/metadatas/2025-04/orders/paid.json +3 -3
- package/metadatas/2025-04/orders/partially_fulfilled.json +3 -3
- package/metadatas/2025-04/orders/updated.json +3 -3
- package/metadatas/2025-04/segments/update.json +1 -1
- package/metadatas/2025-04/selling_plan_groups/create.json +2 -2
- package/metadatas/2025-04/selling_plan_groups/delete.json +2 -2
- package/metadatas/2025-04/selling_plan_groups/update.json +2 -2
- package/metadatas/2025-04/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2025-04/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2025-04/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2025-04/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2025-04/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2025-04/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2025-04/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2025-04/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2025-04/subscription_contracts/activate.json +3 -3
- package/metadatas/2025-04/subscription_contracts/cancel.json +3 -3
- package/metadatas/2025-04/subscription_contracts/create.json +3 -3
- package/metadatas/2025-04/subscription_contracts/expire.json +3 -3
- package/metadatas/2025-04/subscription_contracts/fail.json +3 -3
- package/metadatas/2025-04/subscription_contracts/pause.json +3 -3
- package/metadatas/2025-04/subscription_contracts/update.json +3 -3
- package/metadatas/2025-07/app/scopes_update.json +1 -0
- package/metadatas/2025-07/app_purchases_one_time/update.json +1 -1
- package/metadatas/2025-07/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2025-07/app_subscriptions/update.json +1 -1
- package/metadatas/2025-07/bulk_operations/finish.json +1 -1
- package/metadatas/2025-07/checkouts/create.json +10 -10
- package/metadatas/2025-07/checkouts/update.json +4 -4
- package/metadatas/2025-07/customer.tags_added.json +1 -1
- package/metadatas/2025-07/customer.tags_removed.json +1 -1
- package/metadatas/2025-07/customers/create.json +2 -2
- package/metadatas/2025-07/customers/disable.json +2 -2
- package/metadatas/2025-07/customers/enable.json +2 -2
- package/metadatas/2025-07/customers/purchasing_summary.json +1 -1
- package/metadatas/2025-07/customers/update.json +2 -2
- package/metadatas/2025-07/customers_email_marketing_consent/update.json +1 -1
- package/metadatas/2025-07/discounts/create.json +2 -2
- package/metadatas/2025-07/discounts/delete.json +1 -1
- package/metadatas/2025-07/discounts/redeemcode_added.json +1 -1
- package/metadatas/2025-07/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2025-07/discounts/update.json +2 -2
- package/metadatas/2025-07/draft_orders/create.json +31 -31
- package/metadatas/2025-07/draft_orders/update.json +31 -31
- package/metadatas/2025-07/orders/cancelled.json +3 -3
- package/metadatas/2025-07/orders/create.json +3 -3
- package/metadatas/2025-07/orders/fulfilled.json +3 -3
- package/metadatas/2025-07/orders/paid.json +3 -3
- package/metadatas/2025-07/orders/partially_fulfilled.json +3 -3
- package/metadatas/2025-07/orders/updated.json +3 -3
- package/metadatas/2025-07/returns/process.json +1 -16
- package/metadatas/2025-07/segments/update.json +1 -1
- package/metadatas/2025-07/selling_plan_groups/create.json +2 -2
- package/metadatas/2025-07/selling_plan_groups/delete.json +2 -2
- package/metadatas/2025-07/selling_plan_groups/update.json +2 -2
- package/metadatas/2025-07/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2025-07/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2025-07/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2025-07/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2025-07/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2025-07/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2025-07/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2025-07/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2025-07/subscription_contracts/activate.json +3 -3
- package/metadatas/2025-07/subscription_contracts/cancel.json +3 -3
- package/metadatas/2025-07/subscription_contracts/create.json +3 -3
- package/metadatas/2025-07/subscription_contracts/expire.json +3 -3
- package/metadatas/2025-07/subscription_contracts/fail.json +3 -3
- package/metadatas/2025-07/subscription_contracts/pause.json +3 -3
- package/metadatas/2025-07/subscription_contracts/update.json +3 -3
- package/package.json +1 -1
- package/schemas/2024-10/app/scopes_update.json +5 -0
- package/schemas/2024-10/checkouts/create.json +6 -9
- package/schemas/2024-10/checkouts/update.json +6 -9
- package/schemas/2024-10/customers/create.json +46 -4
- package/schemas/2024-10/customers/delete.json +42 -3
- package/schemas/2024-10/customers/disable.json +46 -4
- package/schemas/2024-10/customers/enable.json +46 -4
- package/schemas/2024-10/customers/update.json +46 -4
- package/schemas/2024-10/customers_email_marketing_consent/update.json +1 -4
- package/schemas/2024-10/draft_orders/create.json +6 -9
- package/schemas/2024-10/draft_orders/update.json +6 -9
- package/schemas/2024-10/inventory_levels/connect.json +29 -0
- package/schemas/2024-10/inventory_levels/update.json +29 -0
- package/schemas/2024-10/orders/cancelled.json +2 -8
- package/schemas/2024-10/orders/create.json +2 -8
- package/schemas/2024-10/orders/fulfilled.json +2 -8
- package/schemas/2024-10/orders/paid.json +2 -8
- package/schemas/2024-10/orders/partially_fulfilled.json +2 -8
- package/schemas/2024-10/orders/updated.json +2 -8
- package/schemas/2024-10/shipping_addresses/create.json +59 -0
- package/schemas/2024-10/shipping_addresses/update.json +59 -0
- package/schemas/2025-01/app/scopes_update.json +5 -0
- package/schemas/2025-01/checkouts/create.json +6 -9
- package/schemas/2025-01/checkouts/update.json +6 -9
- package/schemas/2025-01/customers/create.json +4 -1
- package/schemas/2025-01/customers/disable.json +4 -1
- package/schemas/2025-01/customers/enable.json +4 -1
- package/schemas/2025-01/customers/update.json +4 -1
- package/schemas/2025-01/customers_email_marketing_consent/update.json +1 -4
- package/schemas/2025-01/draft_orders/create.json +6 -9
- package/schemas/2025-01/draft_orders/update.json +6 -9
- package/schemas/2025-01/inventory_levels/connect.json +29 -0
- package/schemas/2025-01/inventory_levels/update.json +29 -0
- package/schemas/2025-01/orders/cancelled.json +2 -8
- package/schemas/2025-01/orders/create.json +2 -8
- package/schemas/2025-01/orders/fulfilled.json +2 -8
- package/schemas/2025-01/orders/paid.json +2 -8
- package/schemas/2025-01/orders/partially_fulfilled.json +2 -8
- package/schemas/2025-01/orders/updated.json +2 -8
- package/schemas/2025-01/shipping_addresses/create.json +59 -0
- package/schemas/2025-01/shipping_addresses/update.json +59 -0
- package/schemas/2025-04/app/scopes_update.json +5 -0
- package/schemas/2025-04/checkouts/create.json +6 -9
- package/schemas/2025-04/checkouts/update.json +6 -9
- package/schemas/2025-04/customers/create.json +4 -1
- package/schemas/2025-04/customers/disable.json +4 -1
- package/schemas/2025-04/customers/enable.json +4 -1
- package/schemas/2025-04/customers/update.json +4 -1
- package/schemas/2025-04/customers_email_marketing_consent/update.json +1 -4
- package/schemas/2025-04/draft_orders/create.json +6 -9
- package/schemas/2025-04/draft_orders/update.json +6 -9
- package/schemas/2025-04/inventory_levels/connect.json +29 -0
- package/schemas/2025-04/inventory_levels/update.json +29 -0
- package/schemas/2025-04/orders/cancelled.json +2 -8
- package/schemas/2025-04/orders/create.json +2 -8
- package/schemas/2025-04/orders/fulfilled.json +2 -8
- package/schemas/2025-04/orders/paid.json +2 -8
- package/schemas/2025-04/orders/partially_fulfilled.json +2 -8
- package/schemas/2025-04/orders/updated.json +2 -8
- package/schemas/2025-04/shipping_addresses/create.json +59 -0
- package/schemas/2025-04/shipping_addresses/update.json +59 -0
- package/schemas/2025-07/app/scopes_update.json +5 -0
- package/schemas/2025-07/checkouts/create.json +6 -9
- package/schemas/2025-07/checkouts/update.json +6 -9
- package/schemas/2025-07/customers/create.json +4 -1
- package/schemas/2025-07/customers/disable.json +4 -1
- package/schemas/2025-07/customers/enable.json +4 -1
- package/schemas/2025-07/customers/update.json +4 -1
- package/schemas/2025-07/customers_email_marketing_consent/update.json +1 -4
- package/schemas/2025-07/draft_orders/create.json +6 -9
- package/schemas/2025-07/draft_orders/update.json +6 -9
- package/schemas/2025-07/inventory_levels/connect.json +29 -0
- package/schemas/2025-07/inventory_levels/update.json +29 -0
- package/schemas/2025-07/orders/cancelled.json +2 -8
- package/schemas/2025-07/orders/create.json +2 -8
- package/schemas/2025-07/orders/fulfilled.json +2 -8
- package/schemas/2025-07/orders/paid.json +2 -8
- package/schemas/2025-07/orders/partially_fulfilled.json +2 -8
- package/schemas/2025-07/orders/updated.json +2 -8
- package/schemas/2025-07/returns/process.json +0 -59
- package/schemas/2025-07/shipping_addresses/create.json +59 -0
- package/schemas/2025-07/shipping_addresses/update.json +59 -0
|
@@ -12,8 +12,8 @@
|
|
|
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/8686621329",
|
|
16
|
+
"id": 8686621329,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -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": "8438931546"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
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/1748202334",
|
|
16
|
+
"id": 1748202334,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -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": "5343769079"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
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/9946951049",
|
|
16
|
+
"id": 9946951049,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -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": "6187947111"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
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/4405994203",
|
|
16
|
+
"id": 4405994203,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -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": "9500485237"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
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/4582560015",
|
|
16
|
+
"id": 4582560015,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -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": "6982262743"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
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/6932483147",
|
|
16
|
+
"id": 6932483147,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -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": "7542016263"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
package/package.json
CHANGED
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
},
|
|
17
17
|
"type": "array"
|
|
18
18
|
},
|
|
19
|
+
"shop_id": {
|
|
20
|
+
"format": "uri",
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
19
23
|
"updated_at": {
|
|
20
24
|
"format": "date-time",
|
|
21
25
|
"type": "string"
|
|
@@ -25,6 +29,7 @@
|
|
|
25
29
|
"current",
|
|
26
30
|
"id",
|
|
27
31
|
"previous",
|
|
32
|
+
"shop_id",
|
|
28
33
|
"updated_at"
|
|
29
34
|
],
|
|
30
35
|
"type": "object"
|
|
@@ -184,10 +184,7 @@
|
|
|
184
184
|
"type": "boolean"
|
|
185
185
|
},
|
|
186
186
|
"first_name": {
|
|
187
|
-
"type":
|
|
188
|
-
"null",
|
|
189
|
-
"string"
|
|
190
|
-
]
|
|
187
|
+
"type": "string"
|
|
191
188
|
},
|
|
192
189
|
"id": {
|
|
193
190
|
"type": [
|
|
@@ -196,10 +193,7 @@
|
|
|
196
193
|
]
|
|
197
194
|
},
|
|
198
195
|
"last_name": {
|
|
199
|
-
"type":
|
|
200
|
-
"null",
|
|
201
|
-
"string"
|
|
202
|
-
]
|
|
196
|
+
"type": "string"
|
|
203
197
|
},
|
|
204
198
|
"name": {
|
|
205
199
|
"type": "string"
|
|
@@ -248,7 +242,10 @@
|
|
|
248
242
|
"type": "object"
|
|
249
243
|
},
|
|
250
244
|
"email": {
|
|
251
|
-
"type":
|
|
245
|
+
"type": [
|
|
246
|
+
"null",
|
|
247
|
+
"string"
|
|
248
|
+
]
|
|
252
249
|
},
|
|
253
250
|
"email_marketing_consent": {
|
|
254
251
|
"properties": {
|
|
@@ -184,10 +184,7 @@
|
|
|
184
184
|
"type": "boolean"
|
|
185
185
|
},
|
|
186
186
|
"first_name": {
|
|
187
|
-
"type":
|
|
188
|
-
"null",
|
|
189
|
-
"string"
|
|
190
|
-
]
|
|
187
|
+
"type": "string"
|
|
191
188
|
},
|
|
192
189
|
"id": {
|
|
193
190
|
"type": [
|
|
@@ -196,10 +193,7 @@
|
|
|
196
193
|
]
|
|
197
194
|
},
|
|
198
195
|
"last_name": {
|
|
199
|
-
"type":
|
|
200
|
-
"null",
|
|
201
|
-
"string"
|
|
202
|
-
]
|
|
196
|
+
"type": "string"
|
|
203
197
|
},
|
|
204
198
|
"name": {
|
|
205
199
|
"type": "string"
|
|
@@ -248,7 +242,10 @@
|
|
|
248
242
|
"type": "object"
|
|
249
243
|
},
|
|
250
244
|
"email": {
|
|
251
|
-
"type":
|
|
245
|
+
"type": [
|
|
246
|
+
"null",
|
|
247
|
+
"string"
|
|
248
|
+
]
|
|
252
249
|
},
|
|
253
250
|
"email_marketing_consent": {
|
|
254
251
|
"properties": {
|
|
@@ -173,12 +173,54 @@
|
|
|
173
173
|
},
|
|
174
174
|
"email": {
|
|
175
175
|
"format": "email",
|
|
176
|
-
"type":
|
|
176
|
+
"type": [
|
|
177
|
+
"null",
|
|
178
|
+
"string"
|
|
179
|
+
]
|
|
177
180
|
},
|
|
178
181
|
"email_marketing_consent": {
|
|
179
|
-
"
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
"anyOf": [
|
|
183
|
+
{
|
|
184
|
+
"properties": {
|
|
185
|
+
"consent_updated_at": {
|
|
186
|
+
"type": "null"
|
|
187
|
+
},
|
|
188
|
+
"opt_in_level": {
|
|
189
|
+
"type": "null"
|
|
190
|
+
},
|
|
191
|
+
"state": {
|
|
192
|
+
"type": "string"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"required": [
|
|
196
|
+
"consent_updated_at",
|
|
197
|
+
"opt_in_level",
|
|
198
|
+
"state"
|
|
199
|
+
],
|
|
200
|
+
"type": "object"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"type": "boolean"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"properties": {
|
|
207
|
+
"consent_updated_at": {
|
|
208
|
+
"type": "null"
|
|
209
|
+
},
|
|
210
|
+
"opt_in_level": {
|
|
211
|
+
"type": "null"
|
|
212
|
+
},
|
|
213
|
+
"state": {
|
|
214
|
+
"type": "string"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"required": [
|
|
218
|
+
"consent_updated_at",
|
|
219
|
+
"opt_in_level",
|
|
220
|
+
"state"
|
|
221
|
+
],
|
|
222
|
+
"type": "object"
|
|
223
|
+
}
|
|
182
224
|
]
|
|
183
225
|
},
|
|
184
226
|
"first_name": {
|
|
@@ -84,9 +84,48 @@
|
|
|
84
84
|
"type": "string"
|
|
85
85
|
},
|
|
86
86
|
"email_marketing_consent": {
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
"anyOf": [
|
|
88
|
+
{
|
|
89
|
+
"properties": {
|
|
90
|
+
"consent_updated_at": {
|
|
91
|
+
"type": "null"
|
|
92
|
+
},
|
|
93
|
+
"opt_in_level": {
|
|
94
|
+
"type": "null"
|
|
95
|
+
},
|
|
96
|
+
"state": {
|
|
97
|
+
"type": "string"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"required": [
|
|
101
|
+
"consent_updated_at",
|
|
102
|
+
"opt_in_level",
|
|
103
|
+
"state"
|
|
104
|
+
],
|
|
105
|
+
"type": "object"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "boolean"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"properties": {
|
|
112
|
+
"consent_updated_at": {
|
|
113
|
+
"type": "null"
|
|
114
|
+
},
|
|
115
|
+
"opt_in_level": {
|
|
116
|
+
"type": "null"
|
|
117
|
+
},
|
|
118
|
+
"state": {
|
|
119
|
+
"type": "string"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"required": [
|
|
123
|
+
"consent_updated_at",
|
|
124
|
+
"opt_in_level",
|
|
125
|
+
"state"
|
|
126
|
+
],
|
|
127
|
+
"type": "object"
|
|
128
|
+
}
|
|
90
129
|
]
|
|
91
130
|
},
|
|
92
131
|
"id": {
|
|
@@ -173,12 +173,54 @@
|
|
|
173
173
|
},
|
|
174
174
|
"email": {
|
|
175
175
|
"format": "email",
|
|
176
|
-
"type":
|
|
176
|
+
"type": [
|
|
177
|
+
"null",
|
|
178
|
+
"string"
|
|
179
|
+
]
|
|
177
180
|
},
|
|
178
181
|
"email_marketing_consent": {
|
|
179
|
-
"
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
"anyOf": [
|
|
183
|
+
{
|
|
184
|
+
"properties": {
|
|
185
|
+
"consent_updated_at": {
|
|
186
|
+
"type": "null"
|
|
187
|
+
},
|
|
188
|
+
"opt_in_level": {
|
|
189
|
+
"type": "null"
|
|
190
|
+
},
|
|
191
|
+
"state": {
|
|
192
|
+
"type": "string"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"required": [
|
|
196
|
+
"consent_updated_at",
|
|
197
|
+
"opt_in_level",
|
|
198
|
+
"state"
|
|
199
|
+
],
|
|
200
|
+
"type": "object"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"type": "boolean"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"properties": {
|
|
207
|
+
"consent_updated_at": {
|
|
208
|
+
"type": "null"
|
|
209
|
+
},
|
|
210
|
+
"opt_in_level": {
|
|
211
|
+
"type": "null"
|
|
212
|
+
},
|
|
213
|
+
"state": {
|
|
214
|
+
"type": "string"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"required": [
|
|
218
|
+
"consent_updated_at",
|
|
219
|
+
"opt_in_level",
|
|
220
|
+
"state"
|
|
221
|
+
],
|
|
222
|
+
"type": "object"
|
|
223
|
+
}
|
|
182
224
|
]
|
|
183
225
|
},
|
|
184
226
|
"first_name": {
|
|
@@ -173,12 +173,54 @@
|
|
|
173
173
|
},
|
|
174
174
|
"email": {
|
|
175
175
|
"format": "email",
|
|
176
|
-
"type":
|
|
176
|
+
"type": [
|
|
177
|
+
"null",
|
|
178
|
+
"string"
|
|
179
|
+
]
|
|
177
180
|
},
|
|
178
181
|
"email_marketing_consent": {
|
|
179
|
-
"
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
"anyOf": [
|
|
183
|
+
{
|
|
184
|
+
"properties": {
|
|
185
|
+
"consent_updated_at": {
|
|
186
|
+
"type": "null"
|
|
187
|
+
},
|
|
188
|
+
"opt_in_level": {
|
|
189
|
+
"type": "null"
|
|
190
|
+
},
|
|
191
|
+
"state": {
|
|
192
|
+
"type": "string"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"required": [
|
|
196
|
+
"consent_updated_at",
|
|
197
|
+
"opt_in_level",
|
|
198
|
+
"state"
|
|
199
|
+
],
|
|
200
|
+
"type": "object"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"type": "boolean"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"properties": {
|
|
207
|
+
"consent_updated_at": {
|
|
208
|
+
"type": "null"
|
|
209
|
+
},
|
|
210
|
+
"opt_in_level": {
|
|
211
|
+
"type": "null"
|
|
212
|
+
},
|
|
213
|
+
"state": {
|
|
214
|
+
"type": "string"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"required": [
|
|
218
|
+
"consent_updated_at",
|
|
219
|
+
"opt_in_level",
|
|
220
|
+
"state"
|
|
221
|
+
],
|
|
222
|
+
"type": "object"
|
|
223
|
+
}
|
|
182
224
|
]
|
|
183
225
|
},
|
|
184
226
|
"first_name": {
|
|
@@ -173,12 +173,54 @@
|
|
|
173
173
|
},
|
|
174
174
|
"email": {
|
|
175
175
|
"format": "email",
|
|
176
|
-
"type":
|
|
176
|
+
"type": [
|
|
177
|
+
"null",
|
|
178
|
+
"string"
|
|
179
|
+
]
|
|
177
180
|
},
|
|
178
181
|
"email_marketing_consent": {
|
|
179
|
-
"
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
"anyOf": [
|
|
183
|
+
{
|
|
184
|
+
"properties": {
|
|
185
|
+
"consent_updated_at": {
|
|
186
|
+
"type": "null"
|
|
187
|
+
},
|
|
188
|
+
"opt_in_level": {
|
|
189
|
+
"type": "null"
|
|
190
|
+
},
|
|
191
|
+
"state": {
|
|
192
|
+
"type": "string"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"required": [
|
|
196
|
+
"consent_updated_at",
|
|
197
|
+
"opt_in_level",
|
|
198
|
+
"state"
|
|
199
|
+
],
|
|
200
|
+
"type": "object"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"type": "boolean"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"properties": {
|
|
207
|
+
"consent_updated_at": {
|
|
208
|
+
"type": "null"
|
|
209
|
+
},
|
|
210
|
+
"opt_in_level": {
|
|
211
|
+
"type": "null"
|
|
212
|
+
},
|
|
213
|
+
"state": {
|
|
214
|
+
"type": "string"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"required": [
|
|
218
|
+
"consent_updated_at",
|
|
219
|
+
"opt_in_level",
|
|
220
|
+
"state"
|
|
221
|
+
],
|
|
222
|
+
"type": "object"
|
|
223
|
+
}
|
|
182
224
|
]
|
|
183
225
|
},
|
|
184
226
|
"first_name": {
|
|
@@ -218,10 +218,7 @@
|
|
|
218
218
|
"type": "boolean"
|
|
219
219
|
},
|
|
220
220
|
"first_name": {
|
|
221
|
-
"type":
|
|
222
|
-
"null",
|
|
223
|
-
"string"
|
|
224
|
-
]
|
|
221
|
+
"type": "string"
|
|
225
222
|
},
|
|
226
223
|
"id": {
|
|
227
224
|
"type": [
|
|
@@ -230,10 +227,7 @@
|
|
|
230
227
|
]
|
|
231
228
|
},
|
|
232
229
|
"last_name": {
|
|
233
|
-
"type":
|
|
234
|
-
"null",
|
|
235
|
-
"string"
|
|
236
|
-
]
|
|
230
|
+
"type": "string"
|
|
237
231
|
},
|
|
238
232
|
"name": {
|
|
239
233
|
"type": "string"
|
|
@@ -282,7 +276,10 @@
|
|
|
282
276
|
"type": "object"
|
|
283
277
|
},
|
|
284
278
|
"email": {
|
|
285
|
-
"type":
|
|
279
|
+
"type": [
|
|
280
|
+
"null",
|
|
281
|
+
"string"
|
|
282
|
+
]
|
|
286
283
|
},
|
|
287
284
|
"email_marketing_consent": {
|
|
288
285
|
"properties": {
|
|
@@ -218,10 +218,7 @@
|
|
|
218
218
|
"type": "boolean"
|
|
219
219
|
},
|
|
220
220
|
"first_name": {
|
|
221
|
-
"type":
|
|
222
|
-
"null",
|
|
223
|
-
"string"
|
|
224
|
-
]
|
|
221
|
+
"type": "string"
|
|
225
222
|
},
|
|
226
223
|
"id": {
|
|
227
224
|
"type": [
|
|
@@ -230,10 +227,7 @@
|
|
|
230
227
|
]
|
|
231
228
|
},
|
|
232
229
|
"last_name": {
|
|
233
|
-
"type":
|
|
234
|
-
"null",
|
|
235
|
-
"string"
|
|
236
|
-
]
|
|
230
|
+
"type": "string"
|
|
237
231
|
},
|
|
238
232
|
"name": {
|
|
239
233
|
"type": "string"
|
|
@@ -282,7 +276,10 @@
|
|
|
282
276
|
"type": "object"
|
|
283
277
|
},
|
|
284
278
|
"email": {
|
|
285
|
-
"type":
|
|
279
|
+
"type": [
|
|
280
|
+
"null",
|
|
281
|
+
"string"
|
|
282
|
+
]
|
|
286
283
|
},
|
|
287
284
|
"email_marketing_consent": {
|
|
288
285
|
"properties": {
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|