shopify-webhook-schemas 0.2.2 → 0.2.3
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/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
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"properties": {
|
|
4
|
-
"amountSpent": {
|
|
5
|
-
"properties": {
|
|
6
|
-
"amount": {
|
|
7
|
-
"type": "string"
|
|
8
|
-
},
|
|
9
|
-
"currencyCode": {
|
|
10
|
-
"type": "string"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"required": [
|
|
14
|
-
"amount",
|
|
15
|
-
"currencyCode"
|
|
16
|
-
],
|
|
17
|
-
"type": "object"
|
|
18
|
-
},
|
|
19
|
-
"customerId": {
|
|
20
|
-
"format": "uri",
|
|
21
|
-
"type": "string"
|
|
22
|
-
},
|
|
23
|
-
"lastOrderId": {
|
|
24
|
-
"format": "uri",
|
|
25
|
-
"type": "string"
|
|
26
|
-
},
|
|
27
|
-
"numberOfOrders": {
|
|
28
|
-
"type": "integer"
|
|
29
|
-
},
|
|
30
|
-
"occurredAt": {
|
|
31
|
-
"format": "date-time",
|
|
32
|
-
"type": "string"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"required": [
|
|
36
|
-
"amountSpent",
|
|
37
|
-
"customerId",
|
|
38
|
-
"lastOrderId",
|
|
39
|
-
"numberOfOrders",
|
|
40
|
-
"occurredAt"
|
|
41
|
-
],
|
|
42
|
-
"type": "object"
|
|
43
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"properties": {
|
|
4
|
-
"delivery_dates_enabled": {
|
|
5
|
-
"type": "boolean"
|
|
6
|
-
},
|
|
7
|
-
"processing_time": {
|
|
8
|
-
"type": "string"
|
|
9
|
-
},
|
|
10
|
-
"shop_id": {
|
|
11
|
-
"format": "uri",
|
|
12
|
-
"type": "string"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"required": [
|
|
16
|
-
"delivery_dates_enabled",
|
|
17
|
-
"processing_time",
|
|
18
|
-
"shop_id"
|
|
19
|
-
],
|
|
20
|
-
"type": "object"
|
|
21
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"properties": {
|
|
4
|
-
"fulfillment_hold": {
|
|
5
|
-
"properties": {
|
|
6
|
-
"handle": {
|
|
7
|
-
"type": "string"
|
|
8
|
-
},
|
|
9
|
-
"held_by_app": {
|
|
10
|
-
"properties": {
|
|
11
|
-
"id": {
|
|
12
|
-
"format": "uri",
|
|
13
|
-
"type": "string"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"required": [
|
|
17
|
-
"id"
|
|
18
|
-
],
|
|
19
|
-
"type": "object"
|
|
20
|
-
},
|
|
21
|
-
"held_by_requesting_app": {
|
|
22
|
-
"type": "boolean"
|
|
23
|
-
},
|
|
24
|
-
"id": {
|
|
25
|
-
"format": "uri",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
"reason": {
|
|
29
|
-
"type": "string"
|
|
30
|
-
},
|
|
31
|
-
"reason_notes": {
|
|
32
|
-
"type": "string"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"required": [
|
|
36
|
-
"handle",
|
|
37
|
-
"held_by_app",
|
|
38
|
-
"held_by_requesting_app",
|
|
39
|
-
"id",
|
|
40
|
-
"reason",
|
|
41
|
-
"reason_notes"
|
|
42
|
-
],
|
|
43
|
-
"type": "object"
|
|
44
|
-
},
|
|
45
|
-
"fulfillment_order": {
|
|
46
|
-
"properties": {
|
|
47
|
-
"id": {
|
|
48
|
-
"format": "uri",
|
|
49
|
-
"type": "string"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"required": [
|
|
53
|
-
"id"
|
|
54
|
-
],
|
|
55
|
-
"type": "object"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"required": [
|
|
59
|
-
"fulfillment_hold",
|
|
60
|
-
"fulfillment_order"
|
|
61
|
-
],
|
|
62
|
-
"type": "object"
|
|
63
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"properties": {
|
|
4
|
-
"fulfillment_hold": {
|
|
5
|
-
"properties": {
|
|
6
|
-
"handle": {
|
|
7
|
-
"type": "string"
|
|
8
|
-
},
|
|
9
|
-
"held_by_app": {
|
|
10
|
-
"properties": {
|
|
11
|
-
"id": {
|
|
12
|
-
"format": "uri",
|
|
13
|
-
"type": "string"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"required": [
|
|
17
|
-
"id"
|
|
18
|
-
],
|
|
19
|
-
"type": "object"
|
|
20
|
-
},
|
|
21
|
-
"held_by_requesting_app": {
|
|
22
|
-
"type": "boolean"
|
|
23
|
-
},
|
|
24
|
-
"id": {
|
|
25
|
-
"format": "uri",
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
"reason": {
|
|
29
|
-
"type": "string"
|
|
30
|
-
},
|
|
31
|
-
"reason_notes": {
|
|
32
|
-
"type": "string"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"required": [
|
|
36
|
-
"handle",
|
|
37
|
-
"held_by_app",
|
|
38
|
-
"held_by_requesting_app",
|
|
39
|
-
"id",
|
|
40
|
-
"reason",
|
|
41
|
-
"reason_notes"
|
|
42
|
-
],
|
|
43
|
-
"type": "object"
|
|
44
|
-
},
|
|
45
|
-
"fulfillment_order": {
|
|
46
|
-
"properties": {
|
|
47
|
-
"id": {
|
|
48
|
-
"format": "uri",
|
|
49
|
-
"type": "string"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"required": [
|
|
53
|
-
"id"
|
|
54
|
-
],
|
|
55
|
-
"type": "object"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"required": [
|
|
59
|
-
"fulfillment_hold",
|
|
60
|
-
"fulfillment_order"
|
|
61
|
-
],
|
|
62
|
-
"type": "object"
|
|
63
|
-
}
|
|
@@ -1,17 +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
|
-
"code": {
|
|
9
|
-
"type": "string"
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
"required": [
|
|
13
|
-
"admin_graphql_api_id",
|
|
14
|
-
"code"
|
|
15
|
-
],
|
|
16
|
-
"type": "object"
|
|
17
|
-
}
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"properties": {
|
|
4
|
-
"access": {
|
|
5
|
-
"type": "string"
|
|
6
|
-
},
|
|
7
|
-
"access_only": {
|
|
8
|
-
"type": "boolean"
|
|
9
|
-
},
|
|
10
|
-
"admin_filter_status": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"admin_filterable": {
|
|
14
|
-
"type": "boolean"
|
|
15
|
-
},
|
|
16
|
-
"admin_filterable_status": {
|
|
17
|
-
"type": "null"
|
|
18
|
-
},
|
|
19
|
-
"api_client_id": {
|
|
20
|
-
"type": "null"
|
|
21
|
-
},
|
|
22
|
-
"app_admin_access": {
|
|
23
|
-
"type": "null"
|
|
24
|
-
},
|
|
25
|
-
"app_config_managed": {
|
|
26
|
-
"type": "boolean"
|
|
27
|
-
},
|
|
28
|
-
"created_at": {
|
|
29
|
-
"format": "date-time",
|
|
30
|
-
"type": [
|
|
31
|
-
"null",
|
|
32
|
-
"string"
|
|
33
|
-
]
|
|
34
|
-
},
|
|
35
|
-
"customer_access": {
|
|
36
|
-
"type": "null"
|
|
37
|
-
},
|
|
38
|
-
"deleting": {
|
|
39
|
-
"type": "boolean"
|
|
40
|
-
},
|
|
41
|
-
"description": {
|
|
42
|
-
"type": "null"
|
|
43
|
-
},
|
|
44
|
-
"id": {
|
|
45
|
-
"type": "null"
|
|
46
|
-
},
|
|
47
|
-
"key": {
|
|
48
|
-
"type": "string"
|
|
49
|
-
},
|
|
50
|
-
"merchant_writeable": {
|
|
51
|
-
"type": "null"
|
|
52
|
-
},
|
|
53
|
-
"name": {
|
|
54
|
-
"type": "string"
|
|
55
|
-
},
|
|
56
|
-
"namespace": {
|
|
57
|
-
"type": "string"
|
|
58
|
-
},
|
|
59
|
-
"namespace_owner_api_client_id": {
|
|
60
|
-
"type": "null"
|
|
61
|
-
},
|
|
62
|
-
"option_linkable": {
|
|
63
|
-
"type": "boolean"
|
|
64
|
-
},
|
|
65
|
-
"options": {
|
|
66
|
-
"items": false,
|
|
67
|
-
"type": "array"
|
|
68
|
-
},
|
|
69
|
-
"owner_type": {
|
|
70
|
-
"type": "string"
|
|
71
|
-
},
|
|
72
|
-
"pinned_position": {
|
|
73
|
-
"type": "integer"
|
|
74
|
-
},
|
|
75
|
-
"shop_id": {
|
|
76
|
-
"type": "integer"
|
|
77
|
-
},
|
|
78
|
-
"smart_collection_condition": {
|
|
79
|
-
"type": "boolean"
|
|
80
|
-
},
|
|
81
|
-
"standard_template_id": {
|
|
82
|
-
"type": "null"
|
|
83
|
-
},
|
|
84
|
-
"storefront_readable": {
|
|
85
|
-
"type": "null"
|
|
86
|
-
},
|
|
87
|
-
"type_name": {
|
|
88
|
-
"type": "string"
|
|
89
|
-
},
|
|
90
|
-
"unique_values": {
|
|
91
|
-
"type": "boolean"
|
|
92
|
-
},
|
|
93
|
-
"updated_at": {
|
|
94
|
-
"format": "date-time",
|
|
95
|
-
"type": [
|
|
96
|
-
"null",
|
|
97
|
-
"string"
|
|
98
|
-
]
|
|
99
|
-
},
|
|
100
|
-
"use_as_collection_condition": {
|
|
101
|
-
"type": "boolean"
|
|
102
|
-
},
|
|
103
|
-
"validation_status": {
|
|
104
|
-
"type": "string"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
"required": [
|
|
108
|
-
"access",
|
|
109
|
-
"access_only",
|
|
110
|
-
"admin_filter_status",
|
|
111
|
-
"admin_filterable",
|
|
112
|
-
"admin_filterable_status",
|
|
113
|
-
"api_client_id",
|
|
114
|
-
"app_admin_access",
|
|
115
|
-
"app_config_managed",
|
|
116
|
-
"created_at",
|
|
117
|
-
"customer_access",
|
|
118
|
-
"deleting",
|
|
119
|
-
"description",
|
|
120
|
-
"id",
|
|
121
|
-
"key",
|
|
122
|
-
"merchant_writeable",
|
|
123
|
-
"name",
|
|
124
|
-
"namespace",
|
|
125
|
-
"namespace_owner_api_client_id",
|
|
126
|
-
"option_linkable",
|
|
127
|
-
"options",
|
|
128
|
-
"owner_type",
|
|
129
|
-
"pinned_position",
|
|
130
|
-
"shop_id",
|
|
131
|
-
"smart_collection_condition",
|
|
132
|
-
"standard_template_id",
|
|
133
|
-
"storefront_readable",
|
|
134
|
-
"type_name",
|
|
135
|
-
"unique_values",
|
|
136
|
-
"updated_at",
|
|
137
|
-
"use_as_collection_condition",
|
|
138
|
-
"validation_status"
|
|
139
|
-
],
|
|
140
|
-
"type": "object"
|
|
141
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"properties": {
|
|
4
|
-
"created_by_app_id": {
|
|
5
|
-
"type": "null"
|
|
6
|
-
},
|
|
7
|
-
"id": {
|
|
8
|
-
"format": "uri",
|
|
9
|
-
"type": "string"
|
|
10
|
-
},
|
|
11
|
-
"type": {
|
|
12
|
-
"type": "string"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"required": [
|
|
16
|
-
"created_by_app_id",
|
|
17
|
-
"id",
|
|
18
|
-
"type"
|
|
19
|
-
],
|
|
20
|
-
"type": "object"
|
|
21
|
-
}
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"properties": {
|
|
4
|
-
"access": {
|
|
5
|
-
"type": "string"
|
|
6
|
-
},
|
|
7
|
-
"access_only": {
|
|
8
|
-
"type": "boolean"
|
|
9
|
-
},
|
|
10
|
-
"admin_filter_status": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"admin_filterable": {
|
|
14
|
-
"type": "boolean"
|
|
15
|
-
},
|
|
16
|
-
"admin_filterable_status": {
|
|
17
|
-
"type": "null"
|
|
18
|
-
},
|
|
19
|
-
"api_client_id": {
|
|
20
|
-
"type": "null"
|
|
21
|
-
},
|
|
22
|
-
"app_admin_access": {
|
|
23
|
-
"type": "null"
|
|
24
|
-
},
|
|
25
|
-
"app_config_managed": {
|
|
26
|
-
"type": "boolean"
|
|
27
|
-
},
|
|
28
|
-
"created_at": {
|
|
29
|
-
"format": "date-time",
|
|
30
|
-
"type": [
|
|
31
|
-
"null",
|
|
32
|
-
"string"
|
|
33
|
-
]
|
|
34
|
-
},
|
|
35
|
-
"customer_access": {
|
|
36
|
-
"type": "null"
|
|
37
|
-
},
|
|
38
|
-
"deleting": {
|
|
39
|
-
"type": "boolean"
|
|
40
|
-
},
|
|
41
|
-
"description": {
|
|
42
|
-
"type": "null"
|
|
43
|
-
},
|
|
44
|
-
"id": {
|
|
45
|
-
"type": "null"
|
|
46
|
-
},
|
|
47
|
-
"key": {
|
|
48
|
-
"type": "string"
|
|
49
|
-
},
|
|
50
|
-
"merchant_writeable": {
|
|
51
|
-
"type": "null"
|
|
52
|
-
},
|
|
53
|
-
"name": {
|
|
54
|
-
"type": "string"
|
|
55
|
-
},
|
|
56
|
-
"namespace": {
|
|
57
|
-
"type": "string"
|
|
58
|
-
},
|
|
59
|
-
"namespace_owner_api_client_id": {
|
|
60
|
-
"type": "null"
|
|
61
|
-
},
|
|
62
|
-
"option_linkable": {
|
|
63
|
-
"type": "boolean"
|
|
64
|
-
},
|
|
65
|
-
"options": {
|
|
66
|
-
"items": false,
|
|
67
|
-
"type": "array"
|
|
68
|
-
},
|
|
69
|
-
"owner_type": {
|
|
70
|
-
"type": "string"
|
|
71
|
-
},
|
|
72
|
-
"pinned_position": {
|
|
73
|
-
"type": "integer"
|
|
74
|
-
},
|
|
75
|
-
"shop_id": {
|
|
76
|
-
"type": "integer"
|
|
77
|
-
},
|
|
78
|
-
"smart_collection_condition": {
|
|
79
|
-
"type": "boolean"
|
|
80
|
-
},
|
|
81
|
-
"standard_template_id": {
|
|
82
|
-
"type": "null"
|
|
83
|
-
},
|
|
84
|
-
"storefront_readable": {
|
|
85
|
-
"type": "null"
|
|
86
|
-
},
|
|
87
|
-
"type_name": {
|
|
88
|
-
"type": "string"
|
|
89
|
-
},
|
|
90
|
-
"unique_values": {
|
|
91
|
-
"type": "boolean"
|
|
92
|
-
},
|
|
93
|
-
"updated_at": {
|
|
94
|
-
"format": "date-time",
|
|
95
|
-
"type": [
|
|
96
|
-
"null",
|
|
97
|
-
"string"
|
|
98
|
-
]
|
|
99
|
-
},
|
|
100
|
-
"use_as_collection_condition": {
|
|
101
|
-
"type": "boolean"
|
|
102
|
-
},
|
|
103
|
-
"validation_status": {
|
|
104
|
-
"type": "string"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
"required": [
|
|
108
|
-
"access",
|
|
109
|
-
"access_only",
|
|
110
|
-
"admin_filter_status",
|
|
111
|
-
"admin_filterable",
|
|
112
|
-
"admin_filterable_status",
|
|
113
|
-
"api_client_id",
|
|
114
|
-
"app_admin_access",
|
|
115
|
-
"app_config_managed",
|
|
116
|
-
"created_at",
|
|
117
|
-
"customer_access",
|
|
118
|
-
"deleting",
|
|
119
|
-
"description",
|
|
120
|
-
"id",
|
|
121
|
-
"key",
|
|
122
|
-
"merchant_writeable",
|
|
123
|
-
"name",
|
|
124
|
-
"namespace",
|
|
125
|
-
"namespace_owner_api_client_id",
|
|
126
|
-
"option_linkable",
|
|
127
|
-
"options",
|
|
128
|
-
"owner_type",
|
|
129
|
-
"pinned_position",
|
|
130
|
-
"shop_id",
|
|
131
|
-
"smart_collection_condition",
|
|
132
|
-
"standard_template_id",
|
|
133
|
-
"storefront_readable",
|
|
134
|
-
"type_name",
|
|
135
|
-
"unique_values",
|
|
136
|
-
"updated_at",
|
|
137
|
-
"use_as_collection_condition",
|
|
138
|
-
"validation_status"
|
|
139
|
-
],
|
|
140
|
-
"type": "object"
|
|
141
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"properties": {
|
|
4
|
-
"fullSync": {
|
|
5
|
-
"properties": {
|
|
6
|
-
"count": {
|
|
7
|
-
"type": "integer"
|
|
8
|
-
},
|
|
9
|
-
"createdAt": {
|
|
10
|
-
"type": "string"
|
|
11
|
-
},
|
|
12
|
-
"errorCode": {
|
|
13
|
-
"type": "null"
|
|
14
|
-
},
|
|
15
|
-
"status": {
|
|
16
|
-
"type": "string"
|
|
17
|
-
},
|
|
18
|
-
"url": {
|
|
19
|
-
"type": "null"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"required": [
|
|
23
|
-
"count",
|
|
24
|
-
"createdAt",
|
|
25
|
-
"errorCode",
|
|
26
|
-
"status",
|
|
27
|
-
"url"
|
|
28
|
-
],
|
|
29
|
-
"type": "object"
|
|
30
|
-
},
|
|
31
|
-
"metadata": {
|
|
32
|
-
"properties": {
|
|
33
|
-
"action": {
|
|
34
|
-
"type": "string"
|
|
35
|
-
},
|
|
36
|
-
"fullSyncId": {
|
|
37
|
-
"format": "uri",
|
|
38
|
-
"type": "string"
|
|
39
|
-
},
|
|
40
|
-
"occurred_at": {
|
|
41
|
-
"format": "date-time",
|
|
42
|
-
"type": "string"
|
|
43
|
-
},
|
|
44
|
-
"resource": {
|
|
45
|
-
"type": "string"
|
|
46
|
-
},
|
|
47
|
-
"truncatedFields": {
|
|
48
|
-
"items": false,
|
|
49
|
-
"type": "array"
|
|
50
|
-
},
|
|
51
|
-
"type": {
|
|
52
|
-
"type": "string"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"required": [
|
|
56
|
-
"action",
|
|
57
|
-
"fullSyncId",
|
|
58
|
-
"occurred_at",
|
|
59
|
-
"resource",
|
|
60
|
-
"truncatedFields",
|
|
61
|
-
"type"
|
|
62
|
-
],
|
|
63
|
-
"type": "object"
|
|
64
|
-
},
|
|
65
|
-
"productFeed": {
|
|
66
|
-
"properties": {
|
|
67
|
-
"country": {
|
|
68
|
-
"type": "string"
|
|
69
|
-
},
|
|
70
|
-
"id": {
|
|
71
|
-
"format": "uri",
|
|
72
|
-
"type": "string"
|
|
73
|
-
},
|
|
74
|
-
"language": {
|
|
75
|
-
"type": "string"
|
|
76
|
-
},
|
|
77
|
-
"shop_id": {
|
|
78
|
-
"format": "uri",
|
|
79
|
-
"type": "string"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"required": [
|
|
83
|
-
"country",
|
|
84
|
-
"id",
|
|
85
|
-
"language",
|
|
86
|
-
"shop_id"
|
|
87
|
-
],
|
|
88
|
-
"type": "object"
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
"required": [
|
|
92
|
-
"fullSync",
|
|
93
|
-
"metadata",
|
|
94
|
-
"productFeed"
|
|
95
|
-
],
|
|
96
|
-
"type": "object"
|
|
97
|
-
}
|