shopify-webhook-schemas 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/infer-schema.d.ts +1 -1
- package/dist/src/infer-schema.js +29 -3
- package/dist/src/scrape.js +3 -2
- package/metadatas/2024-04/app_purchases_one_time/update.json +1 -1
- package/metadatas/2024-04/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2024-04/app_subscriptions/update.json +2 -5
- package/metadatas/2024-04/bulk_operations/finish.json +1 -1
- package/metadatas/2024-04/checkouts/create.json +17 -7
- package/metadatas/2024-04/checkouts/delete.json +1 -2
- package/metadatas/2024-04/checkouts/update.json +17 -7
- package/metadatas/2024-04/company_contact_roles/assign.json +0 -8
- package/metadatas/2024-04/company_contact_roles/revoke.json +0 -8
- package/metadatas/2024-04/company_locations/create.json +0 -8
- package/metadatas/2024-04/company_locations/delete.json +0 -8
- package/metadatas/2024-04/company_locations/update.json +0 -8
- package/metadatas/2024-04/customer.tags_added.json +1 -1
- package/metadatas/2024-04/customer.tags_removed.json +1 -1
- package/metadatas/2024-04/customers/create.json +7 -0
- package/metadatas/2024-04/customers/delete.json +2 -0
- package/metadatas/2024-04/customers/disable.json +7 -0
- package/metadatas/2024-04/customers/enable.json +7 -0
- package/metadatas/2024-04/customers/update.json +7 -0
- package/metadatas/2024-04/discounts/create.json +2 -2
- package/metadatas/2024-04/discounts/delete.json +1 -1
- package/metadatas/2024-04/discounts/redeemcode_added.json +1 -1
- package/metadatas/2024-04/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2024-04/discounts/update.json +2 -2
- package/metadatas/2024-04/draft_orders/create.json +37 -26
- package/metadatas/2024-04/draft_orders/update.json +36 -25
- package/metadatas/2024-04/fulfillment_orders/placed_on_hold.json +2 -28
- package/metadatas/2024-04/fulfillments/create.json +24 -71
- package/metadatas/2024-04/fulfillments/update.json +24 -71
- package/metadatas/2024-04/inventory_items/create.json +1 -2
- package/metadatas/2024-04/inventory_items/delete.json +1 -2
- package/metadatas/2024-04/inventory_items/update.json +1 -2
- package/metadatas/2024-04/inventory_levels/connect.json +7 -1
- package/metadatas/2024-04/inventory_levels/update.json +7 -1
- package/metadatas/2024-04/markets/create.json +6 -2
- package/metadatas/2024-04/markets/update.json +6 -2
- package/metadatas/2024-04/order_transactions/create.json +3 -4
- package/metadatas/2024-04/orders/cancelled.json +51 -139
- package/metadatas/2024-04/orders/create.json +51 -139
- package/metadatas/2024-04/orders/edited.json +1 -2
- package/metadatas/2024-04/orders/fulfilled.json +51 -139
- package/metadatas/2024-04/orders/paid.json +51 -139
- package/metadatas/2024-04/orders/partially_fulfilled.json +51 -139
- package/metadatas/2024-04/orders/risk_assessment_changed.json +1 -1
- package/metadatas/2024-04/orders/updated.json +51 -139
- package/metadatas/2024-04/products/create.json +15 -6
- package/metadatas/2024-04/products/update.json +15 -6
- package/metadatas/2024-04/refunds/create.json +34 -112
- package/metadatas/2024-04/returns/approve.json +1 -1
- package/metadatas/2024-04/returns/decline.json +0 -4
- package/metadatas/2024-04/returns/request.json +1 -1
- package/metadatas/2024-04/segments/update.json +1 -1
- package/metadatas/2024-04/selling_plan_groups/delete.json +2 -2
- package/metadatas/2024-04/selling_plan_groups/update.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2024-04/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2024-04/subscription_contracts/activate.json +4 -4
- package/metadatas/2024-04/subscription_contracts/cancel.json +4 -4
- package/metadatas/2024-04/subscription_contracts/create.json +4 -4
- package/metadatas/2024-04/subscription_contracts/expire.json +4 -4
- package/metadatas/2024-04/subscription_contracts/fail.json +4 -4
- package/metadatas/2024-04/subscription_contracts/pause.json +4 -4
- package/metadatas/2024-04/subscription_contracts/update.json +4 -4
- package/metadatas/2024-04/tender_transactions/create.json +1 -1
- package/metadatas/2024-04/variants/in_stock.json +7 -1
- package/metadatas/2024-04/variants/out_of_stock.json +7 -1
- package/metadatas/2025-07/inventory_shipments/receive_items.json +1 -1
- package/package.json +1 -1
- package/schemas/2024-04/app_subscriptions/approaching_capped_amount.json +0 -15
- package/schemas/2024-04/app_subscriptions/update.json +0 -12
- package/schemas/2024-04/carts/create.json +1 -4
- package/schemas/2024-04/carts/update.json +1 -4
- package/schemas/2024-04/checkouts/create.json +31 -35
- package/schemas/2024-04/checkouts/delete.json +0 -10
- package/schemas/2024-04/checkouts/update.json +31 -35
- package/schemas/2024-04/collections/create.json +0 -20
- package/schemas/2024-04/collections/update.json +0 -20
- package/schemas/2024-04/company_contact_roles/assign.json +0 -23
- package/schemas/2024-04/company_contact_roles/revoke.json +0 -23
- package/schemas/2024-04/company_locations/create.json +4 -58
- package/schemas/2024-04/company_locations/delete.json +4 -58
- package/schemas/2024-04/company_locations/update.json +4 -58
- package/schemas/2024-04/customer_payment_methods/create.json +1 -1
- package/schemas/2024-04/customer_payment_methods/revoke.json +1 -1
- package/schemas/2024-04/customer_payment_methods/update.json +1 -1
- package/schemas/2024-04/customers/create.json +38 -86
- package/schemas/2024-04/customers/delete.json +16 -78
- package/schemas/2024-04/customers/disable.json +38 -86
- package/schemas/2024-04/customers/enable.json +38 -86
- package/schemas/2024-04/customers/update.json +38 -86
- package/schemas/2024-04/customers_email_marketing_consent/update.json +3 -13
- package/schemas/2024-04/customers_marketing_consent/update.json +3 -13
- package/schemas/2024-04/disputes/create.json +1 -0
- package/schemas/2024-04/disputes/update.json +1 -0
- package/schemas/2024-04/domains/create.json +2 -4
- package/schemas/2024-04/domains/destroy.json +2 -4
- package/schemas/2024-04/domains/update.json +2 -4
- package/schemas/2024-04/draft_orders/create.json +26 -409
- package/schemas/2024-04/draft_orders/update.json +26 -409
- package/schemas/2024-04/fulfillment_orders/placed_on_hold.json +0 -80
- package/schemas/2024-04/fulfillment_orders/split.json +0 -12
- package/schemas/2024-04/fulfillments/create.json +66 -196
- package/schemas/2024-04/fulfillments/update.json +66 -196
- package/schemas/2024-04/inventory_items/create.json +3 -7
- package/schemas/2024-04/inventory_items/update.json +3 -7
- package/schemas/2024-04/inventory_levels/connect.json +29 -0
- package/schemas/2024-04/inventory_levels/update.json +29 -0
- package/schemas/2024-04/markets/create.json +18 -7
- package/schemas/2024-04/markets/update.json +18 -7
- package/schemas/2024-04/order_transactions/create.json +4 -18
- package/schemas/2024-04/orders/cancelled.json +10 -252
- package/schemas/2024-04/orders/create.json +10 -252
- package/schemas/2024-04/orders/edited.json +2 -13
- package/schemas/2024-04/orders/fulfilled.json +10 -252
- package/schemas/2024-04/orders/paid.json +10 -252
- package/schemas/2024-04/orders/partially_fulfilled.json +10 -252
- package/schemas/2024-04/orders/risk_assessment_changed.json +2 -9
- package/schemas/2024-04/orders/shopify_protect_eligibility_changed.json +1 -11
- package/schemas/2024-04/orders/updated.json +10 -252
- package/schemas/2024-04/payment_terms/create.json +1 -4
- package/schemas/2024-04/payment_terms/update.json +1 -4
- package/schemas/2024-04/products/create.json +73 -173
- package/schemas/2024-04/products/update.json +73 -173
- package/schemas/2024-04/refunds/create.json +16 -767
- package/schemas/2024-04/returns/decline.json +0 -17
- package/schemas/2024-04/selling_plan_groups/create.json +10 -66
- package/schemas/2024-04/selling_plan_groups/update.json +10 -66
- package/schemas/2024-04/shop/update.json +3 -4
- package/schemas/2024-04/subscription_billing_attempts/challenged.json +1 -0
- package/schemas/2024-04/subscription_billing_attempts/failure.json +1 -0
- package/schemas/2024-04/subscription_billing_attempts/success.json +1 -0
- package/schemas/2024-04/subscription_contracts/activate.json +2 -8
- package/schemas/2024-04/subscription_contracts/cancel.json +2 -8
- package/schemas/2024-04/subscription_contracts/create.json +2 -8
- package/schemas/2024-04/subscription_contracts/expire.json +2 -8
- package/schemas/2024-04/subscription_contracts/fail.json +2 -8
- package/schemas/2024-04/subscription_contracts/pause.json +2 -8
- package/schemas/2024-04/subscription_contracts/update.json +2 -8
- package/schemas/2024-04/tender_transactions/create.json +4 -6
- package/schemas/2024-04/themes/create.json +1 -4
- package/schemas/2024-04/themes/publish.json +1 -4
- package/schemas/2024-04/themes/update.json +1 -4
- package/schemas/2024-04/variants/in_stock.json +25 -1
- package/schemas/2024-04/variants/out_of_stock.json +25 -1
- package/metadatas/2024-04/app/scopes_update.json +0 -23
- package/metadatas/2024-04/checkout_and_accounts_configurations/update.json +0 -22
- package/metadatas/2024-04/customer.joined_segment.json +0 -18
- package/metadatas/2024-04/customer.left_segment.json +0 -18
- package/metadatas/2024-04/customer_account_settings/update.json +0 -17
- package/metadatas/2024-04/customers/purchasing_summary.json +0 -27
- package/metadatas/2024-04/delivery_promise_settings/update.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/delete.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/grant.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/revoke.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/update.json +0 -19
- package/metadatas/2024-04/finance_kyc_information/update.json +0 -19
- package/metadatas/2024-04/fulfillment_holds/added.json +0 -32
- package/metadatas/2024-04/fulfillment_holds/released.json +0 -32
- package/metadatas/2024-04/markets_backup_region/update.json +0 -18
- package/metadatas/2024-04/metafield_definitions/create.json +0 -47
- package/metadatas/2024-04/metafield_definitions/delete.json +0 -19
- package/metadatas/2024-04/metafield_definitions/update.json +0 -47
- package/metadatas/2024-04/product_feeds/full_sync_finish.json +0 -37
- package/schemas/2024-04/app/scopes_update.json +0 -31
- package/schemas/2024-04/checkout_and_accounts_configurations/update.json +0 -48
- package/schemas/2024-04/customer.joined_segment.json +0 -23
- package/schemas/2024-04/customer.left_segment.json +0 -23
- package/schemas/2024-04/customer_account_settings/update.json +0 -28
- package/schemas/2024-04/customers/purchasing_summary.json +0 -43
- package/schemas/2024-04/delivery_promise_settings/update.json +0 -21
- package/schemas/2024-04/finance_app_staff_member/delete.json +0 -4
- package/schemas/2024-04/finance_app_staff_member/grant.json +0 -4
- package/schemas/2024-04/finance_app_staff_member/revoke.json +0 -4
- package/schemas/2024-04/finance_app_staff_member/update.json +0 -4
- package/schemas/2024-04/finance_kyc_information/update.json +0 -4
- package/schemas/2024-04/fulfillment_holds/added.json +0 -63
- package/schemas/2024-04/fulfillment_holds/released.json +0 -63
- package/schemas/2024-04/markets_backup_region/update.json +0 -17
- package/schemas/2024-04/metafield_definitions/create.json +0 -141
- package/schemas/2024-04/metafield_definitions/delete.json +0 -21
- package/schemas/2024-04/metafield_definitions/update.json +0 -141
- package/schemas/2024-04/product_feeds/full_sync_finish.json +0 -97
|
@@ -23,22 +23,6 @@
|
|
|
23
23
|
"id": {
|
|
24
24
|
"type": "integer"
|
|
25
25
|
},
|
|
26
|
-
"order": {
|
|
27
|
-
"properties": {
|
|
28
|
-
"admin_graphql_api_id": {
|
|
29
|
-
"format": "uri",
|
|
30
|
-
"type": "string"
|
|
31
|
-
},
|
|
32
|
-
"id": {
|
|
33
|
-
"type": "integer"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"required": [
|
|
37
|
-
"admin_graphql_api_id",
|
|
38
|
-
"id"
|
|
39
|
-
],
|
|
40
|
-
"type": "object"
|
|
41
|
-
},
|
|
42
26
|
"status": {
|
|
43
27
|
"type": "string"
|
|
44
28
|
}
|
|
@@ -47,7 +31,6 @@
|
|
|
47
31
|
"admin_graphql_api_id",
|
|
48
32
|
"decline",
|
|
49
33
|
"id",
|
|
50
|
-
"order",
|
|
51
34
|
"status"
|
|
52
35
|
],
|
|
53
36
|
"type": "object"
|
|
@@ -10,13 +10,9 @@
|
|
|
10
10
|
"type": "string"
|
|
11
11
|
},
|
|
12
12
|
"app_id": {
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "string"
|
|
19
|
-
}
|
|
13
|
+
"type": [
|
|
14
|
+
"integer",
|
|
15
|
+
"null"
|
|
20
16
|
]
|
|
21
17
|
},
|
|
22
18
|
"description": {
|
|
@@ -51,26 +47,7 @@
|
|
|
51
47
|
"type": "array"
|
|
52
48
|
},
|
|
53
49
|
"products": {
|
|
54
|
-
"items":
|
|
55
|
-
"properties": {
|
|
56
|
-
"id": {
|
|
57
|
-
"type": "integer"
|
|
58
|
-
},
|
|
59
|
-
"storefront_graphql_api_id": {
|
|
60
|
-
"format": "uri",
|
|
61
|
-
"type": "string"
|
|
62
|
-
},
|
|
63
|
-
"title": {
|
|
64
|
-
"type": "string"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"required": [
|
|
68
|
-
"id",
|
|
69
|
-
"storefront_graphql_api_id",
|
|
70
|
-
"title"
|
|
71
|
-
],
|
|
72
|
-
"type": "object"
|
|
73
|
-
},
|
|
50
|
+
"items": false,
|
|
74
51
|
"type": "array"
|
|
75
52
|
},
|
|
76
53
|
"selling_plans": {
|
|
@@ -85,16 +62,10 @@
|
|
|
85
62
|
"type": "integer"
|
|
86
63
|
},
|
|
87
64
|
"max_cycles": {
|
|
88
|
-
"type":
|
|
89
|
-
"integer",
|
|
90
|
-
"null"
|
|
91
|
-
]
|
|
65
|
+
"type": "null"
|
|
92
66
|
},
|
|
93
67
|
"min_cycles": {
|
|
94
|
-
"type":
|
|
95
|
-
"integer",
|
|
96
|
-
"null"
|
|
97
|
-
]
|
|
68
|
+
"type": "null"
|
|
98
69
|
}
|
|
99
70
|
},
|
|
100
71
|
"required": [
|
|
@@ -112,10 +83,7 @@
|
|
|
112
83
|
"type": "array"
|
|
113
84
|
},
|
|
114
85
|
"cutoff": {
|
|
115
|
-
"type":
|
|
116
|
-
"integer",
|
|
117
|
-
"null"
|
|
118
|
-
]
|
|
86
|
+
"type": "null"
|
|
119
87
|
},
|
|
120
88
|
"interval": {
|
|
121
89
|
"type": "string"
|
|
@@ -137,10 +105,7 @@
|
|
|
137
105
|
"type": "object"
|
|
138
106
|
},
|
|
139
107
|
"description": {
|
|
140
|
-
"type":
|
|
141
|
-
"null",
|
|
142
|
-
"string"
|
|
143
|
-
]
|
|
108
|
+
"type": "null"
|
|
144
109
|
},
|
|
145
110
|
"name": {
|
|
146
111
|
"type": "string"
|
|
@@ -152,31 +117,10 @@
|
|
|
152
117
|
"type": "array"
|
|
153
118
|
},
|
|
154
119
|
"position": {
|
|
155
|
-
"type":
|
|
156
|
-
"integer",
|
|
157
|
-
"null"
|
|
158
|
-
]
|
|
120
|
+
"type": "null"
|
|
159
121
|
},
|
|
160
122
|
"pricing_policies": {
|
|
161
|
-
"items":
|
|
162
|
-
"properties": {
|
|
163
|
-
"adjustment_type": {
|
|
164
|
-
"type": "string"
|
|
165
|
-
},
|
|
166
|
-
"adjustment_value": {
|
|
167
|
-
"type": "string"
|
|
168
|
-
},
|
|
169
|
-
"after_cycle": {
|
|
170
|
-
"type": "integer"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"required": [
|
|
174
|
-
"adjustment_type",
|
|
175
|
-
"adjustment_value",
|
|
176
|
-
"after_cycle"
|
|
177
|
-
],
|
|
178
|
-
"type": "object"
|
|
179
|
-
},
|
|
123
|
+
"items": false,
|
|
180
124
|
"type": "array"
|
|
181
125
|
}
|
|
182
126
|
},
|
|
@@ -10,13 +10,9 @@
|
|
|
10
10
|
"type": "string"
|
|
11
11
|
},
|
|
12
12
|
"app_id": {
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "string"
|
|
19
|
-
}
|
|
13
|
+
"type": [
|
|
14
|
+
"integer",
|
|
15
|
+
"null"
|
|
20
16
|
]
|
|
21
17
|
},
|
|
22
18
|
"description": {
|
|
@@ -51,26 +47,7 @@
|
|
|
51
47
|
"type": "array"
|
|
52
48
|
},
|
|
53
49
|
"products": {
|
|
54
|
-
"items":
|
|
55
|
-
"properties": {
|
|
56
|
-
"id": {
|
|
57
|
-
"type": "integer"
|
|
58
|
-
},
|
|
59
|
-
"storefront_graphql_api_id": {
|
|
60
|
-
"format": "uri",
|
|
61
|
-
"type": "string"
|
|
62
|
-
},
|
|
63
|
-
"title": {
|
|
64
|
-
"type": "string"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"required": [
|
|
68
|
-
"id",
|
|
69
|
-
"storefront_graphql_api_id",
|
|
70
|
-
"title"
|
|
71
|
-
],
|
|
72
|
-
"type": "object"
|
|
73
|
-
},
|
|
50
|
+
"items": false,
|
|
74
51
|
"type": "array"
|
|
75
52
|
},
|
|
76
53
|
"selling_plans": {
|
|
@@ -85,16 +62,10 @@
|
|
|
85
62
|
"type": "integer"
|
|
86
63
|
},
|
|
87
64
|
"max_cycles": {
|
|
88
|
-
"type":
|
|
89
|
-
"integer",
|
|
90
|
-
"null"
|
|
91
|
-
]
|
|
65
|
+
"type": "null"
|
|
92
66
|
},
|
|
93
67
|
"min_cycles": {
|
|
94
|
-
"type":
|
|
95
|
-
"integer",
|
|
96
|
-
"null"
|
|
97
|
-
]
|
|
68
|
+
"type": "null"
|
|
98
69
|
}
|
|
99
70
|
},
|
|
100
71
|
"required": [
|
|
@@ -112,10 +83,7 @@
|
|
|
112
83
|
"type": "array"
|
|
113
84
|
},
|
|
114
85
|
"cutoff": {
|
|
115
|
-
"type":
|
|
116
|
-
"integer",
|
|
117
|
-
"null"
|
|
118
|
-
]
|
|
86
|
+
"type": "null"
|
|
119
87
|
},
|
|
120
88
|
"interval": {
|
|
121
89
|
"type": "string"
|
|
@@ -137,10 +105,7 @@
|
|
|
137
105
|
"type": "object"
|
|
138
106
|
},
|
|
139
107
|
"description": {
|
|
140
|
-
"type":
|
|
141
|
-
"null",
|
|
142
|
-
"string"
|
|
143
|
-
]
|
|
108
|
+
"type": "null"
|
|
144
109
|
},
|
|
145
110
|
"name": {
|
|
146
111
|
"type": "string"
|
|
@@ -152,31 +117,10 @@
|
|
|
152
117
|
"type": "array"
|
|
153
118
|
},
|
|
154
119
|
"position": {
|
|
155
|
-
"type":
|
|
156
|
-
"integer",
|
|
157
|
-
"null"
|
|
158
|
-
]
|
|
120
|
+
"type": "null"
|
|
159
121
|
},
|
|
160
122
|
"pricing_policies": {
|
|
161
|
-
"items":
|
|
162
|
-
"properties": {
|
|
163
|
-
"adjustment_type": {
|
|
164
|
-
"type": "string"
|
|
165
|
-
},
|
|
166
|
-
"adjustment_value": {
|
|
167
|
-
"type": "string"
|
|
168
|
-
},
|
|
169
|
-
"after_cycle": {
|
|
170
|
-
"type": "integer"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"required": [
|
|
174
|
-
"adjustment_type",
|
|
175
|
-
"adjustment_value",
|
|
176
|
-
"after_cycle"
|
|
177
|
-
],
|
|
178
|
-
"type": "object"
|
|
179
|
-
},
|
|
123
|
+
"items": false,
|
|
180
124
|
"type": "array"
|
|
181
125
|
}
|
|
182
126
|
},
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"type": "string"
|
|
53
53
|
},
|
|
54
54
|
"domain": {
|
|
55
|
+
"format": "hostname",
|
|
55
56
|
"type": [
|
|
56
57
|
"null",
|
|
57
58
|
"string"
|
|
@@ -135,6 +136,7 @@
|
|
|
135
136
|
"type": "boolean"
|
|
136
137
|
},
|
|
137
138
|
"myshopify_domain": {
|
|
139
|
+
"format": "hostname",
|
|
138
140
|
"type": [
|
|
139
141
|
"null",
|
|
140
142
|
"string"
|
|
@@ -171,10 +173,7 @@
|
|
|
171
173
|
"type": "string"
|
|
172
174
|
},
|
|
173
175
|
"province_code": {
|
|
174
|
-
"type":
|
|
175
|
-
"null",
|
|
176
|
-
"string"
|
|
177
|
-
]
|
|
176
|
+
"type": "string"
|
|
178
177
|
},
|
|
179
178
|
"requires_extra_payments_agreement": {
|
|
180
179
|
"type": "boolean"
|
|
@@ -15,16 +15,13 @@
|
|
|
15
15
|
},
|
|
16
16
|
"payment_details": {
|
|
17
17
|
"properties": {
|
|
18
|
-
"credit_card_company": {
|
|
19
|
-
"type": "string"
|
|
20
|
-
},
|
|
21
|
-
"credit_card_number": {
|
|
22
|
-
"type": "string"
|
|
23
|
-
},
|
|
24
18
|
"something": {
|
|
25
19
|
"type": "string"
|
|
26
20
|
}
|
|
27
21
|
},
|
|
22
|
+
"required": [
|
|
23
|
+
"something"
|
|
24
|
+
],
|
|
28
25
|
"type": [
|
|
29
26
|
"null",
|
|
30
27
|
"object"
|
|
@@ -41,6 +38,7 @@
|
|
|
41
38
|
]
|
|
42
39
|
},
|
|
43
40
|
"remote_reference": {
|
|
41
|
+
"format": "time",
|
|
44
42
|
"type": "string"
|
|
45
43
|
},
|
|
46
44
|
"test": {
|
|
@@ -15,12 +15,21 @@
|
|
|
15
15
|
"format": "date-time",
|
|
16
16
|
"type": "string"
|
|
17
17
|
},
|
|
18
|
+
"fulfillment_service": {
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
21
|
+
"grams": {
|
|
22
|
+
"type": "integer"
|
|
23
|
+
},
|
|
18
24
|
"id": {
|
|
19
25
|
"type": "integer"
|
|
20
26
|
},
|
|
21
27
|
"image_id": {
|
|
22
28
|
"type": "null"
|
|
23
29
|
},
|
|
30
|
+
"inventory_management": {
|
|
31
|
+
"type": "null"
|
|
32
|
+
},
|
|
24
33
|
"inventory_policy": {
|
|
25
34
|
"type": "string"
|
|
26
35
|
},
|
|
@@ -48,6 +57,9 @@
|
|
|
48
57
|
"product_id": {
|
|
49
58
|
"type": "integer"
|
|
50
59
|
},
|
|
60
|
+
"requires_shipping": {
|
|
61
|
+
"type": "boolean"
|
|
62
|
+
},
|
|
51
63
|
"sku": {
|
|
52
64
|
"type": "null"
|
|
53
65
|
},
|
|
@@ -60,6 +72,12 @@
|
|
|
60
72
|
"updated_at": {
|
|
61
73
|
"format": "date-time",
|
|
62
74
|
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"weight": {
|
|
77
|
+
"type": "integer"
|
|
78
|
+
},
|
|
79
|
+
"weight_unit": {
|
|
80
|
+
"type": "string"
|
|
63
81
|
}
|
|
64
82
|
},
|
|
65
83
|
"required": [
|
|
@@ -67,8 +85,11 @@
|
|
|
67
85
|
"barcode",
|
|
68
86
|
"compare_at_price",
|
|
69
87
|
"created_at",
|
|
88
|
+
"fulfillment_service",
|
|
89
|
+
"grams",
|
|
70
90
|
"id",
|
|
71
91
|
"image_id",
|
|
92
|
+
"inventory_management",
|
|
72
93
|
"inventory_policy",
|
|
73
94
|
"inventory_quantity",
|
|
74
95
|
"old_inventory_quantity",
|
|
@@ -78,10 +99,13 @@
|
|
|
78
99
|
"position",
|
|
79
100
|
"price",
|
|
80
101
|
"product_id",
|
|
102
|
+
"requires_shipping",
|
|
81
103
|
"sku",
|
|
82
104
|
"taxable",
|
|
83
105
|
"title",
|
|
84
|
-
"updated_at"
|
|
106
|
+
"updated_at",
|
|
107
|
+
"weight",
|
|
108
|
+
"weight_unit"
|
|
85
109
|
],
|
|
86
110
|
"type": "object"
|
|
87
111
|
}
|
|
@@ -15,12 +15,21 @@
|
|
|
15
15
|
"format": "date-time",
|
|
16
16
|
"type": "string"
|
|
17
17
|
},
|
|
18
|
+
"fulfillment_service": {
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
21
|
+
"grams": {
|
|
22
|
+
"type": "integer"
|
|
23
|
+
},
|
|
18
24
|
"id": {
|
|
19
25
|
"type": "integer"
|
|
20
26
|
},
|
|
21
27
|
"image_id": {
|
|
22
28
|
"type": "null"
|
|
23
29
|
},
|
|
30
|
+
"inventory_management": {
|
|
31
|
+
"type": "null"
|
|
32
|
+
},
|
|
24
33
|
"inventory_policy": {
|
|
25
34
|
"type": "string"
|
|
26
35
|
},
|
|
@@ -48,6 +57,9 @@
|
|
|
48
57
|
"product_id": {
|
|
49
58
|
"type": "integer"
|
|
50
59
|
},
|
|
60
|
+
"requires_shipping": {
|
|
61
|
+
"type": "boolean"
|
|
62
|
+
},
|
|
51
63
|
"sku": {
|
|
52
64
|
"type": "null"
|
|
53
65
|
},
|
|
@@ -60,6 +72,12 @@
|
|
|
60
72
|
"updated_at": {
|
|
61
73
|
"format": "date-time",
|
|
62
74
|
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"weight": {
|
|
77
|
+
"type": "integer"
|
|
78
|
+
},
|
|
79
|
+
"weight_unit": {
|
|
80
|
+
"type": "string"
|
|
63
81
|
}
|
|
64
82
|
},
|
|
65
83
|
"required": [
|
|
@@ -67,8 +85,11 @@
|
|
|
67
85
|
"barcode",
|
|
68
86
|
"compare_at_price",
|
|
69
87
|
"created_at",
|
|
88
|
+
"fulfillment_service",
|
|
89
|
+
"grams",
|
|
70
90
|
"id",
|
|
71
91
|
"image_id",
|
|
92
|
+
"inventory_management",
|
|
72
93
|
"inventory_policy",
|
|
73
94
|
"inventory_quantity",
|
|
74
95
|
"old_inventory_quantity",
|
|
@@ -78,10 +99,13 @@
|
|
|
78
99
|
"position",
|
|
79
100
|
"price",
|
|
80
101
|
"product_id",
|
|
102
|
+
"requires_shipping",
|
|
81
103
|
"sku",
|
|
82
104
|
"taxable",
|
|
83
105
|
"title",
|
|
84
|
-
"updated_at"
|
|
106
|
+
"updated_at",
|
|
107
|
+
"weight",
|
|
108
|
+
"weight_unit"
|
|
85
109
|
],
|
|
86
110
|
"type": "object"
|
|
87
111
|
}
|