shopify-webhook-schemas 0.1.9 → 0.2.0
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.js +90 -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 +5 -2
- package/metadatas/2025-04/bulk_operations/finish.json +1 -1
- package/metadatas/2025-04/checkouts/create.json +6 -6
- package/metadatas/2025-04/checkouts/update.json +6 -6
- 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 +24 -24
- package/metadatas/2025-04/draft_orders/update.json +26 -26
- package/metadatas/2025-04/fulfillments/create.json +71 -24
- package/metadatas/2025-04/fulfillments/update.json +71 -24
- package/metadatas/2025-04/inventory_items/create.json +2 -1
- package/metadatas/2025-04/inventory_items/delete.json +2 -1
- package/metadatas/2025-04/inventory_items/update.json +2 -1
- package/metadatas/2025-04/markets_backup_region/update.json +18 -0
- package/metadatas/2025-04/order_transactions/create.json +3 -3
- package/metadatas/2025-04/orders/cancelled.json +91 -41
- package/metadatas/2025-04/orders/create.json +91 -41
- package/metadatas/2025-04/orders/edited.json +1 -1
- package/metadatas/2025-04/orders/fulfilled.json +91 -41
- package/metadatas/2025-04/orders/paid.json +91 -41
- package/metadatas/2025-04/orders/partially_fulfilled.json +91 -41
- package/metadatas/2025-04/orders/updated.json +91 -41
- package/metadatas/2025-04/refunds/create.json +110 -34
- 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_contracts/activate.json +4 -4
- package/metadatas/2025-04/subscription_contracts/cancel.json +4 -4
- package/metadatas/2025-04/subscription_contracts/create.json +4 -4
- package/metadatas/2025-04/subscription_contracts/expire.json +4 -4
- package/metadatas/2025-04/subscription_contracts/fail.json +4 -4
- package/metadatas/2025-04/subscription_contracts/pause.json +4 -4
- package/metadatas/2025-04/subscription_contracts/update.json +4 -4
- package/metadatas/2025-04/tender_transactions/create.json +1 -1
- package/package.json +1 -1
- package/schemas/2025-04/app_subscriptions/update.json +12 -0
- package/schemas/2025-04/carts/create.json +4 -1
- package/schemas/2025-04/carts/update.json +4 -1
- package/schemas/2025-04/checkouts/create.json +26 -16
- package/schemas/2025-04/checkouts/delete.json +3 -0
- package/schemas/2025-04/checkouts/update.json +26 -16
- package/schemas/2025-04/collections/create.json +20 -0
- package/schemas/2025-04/collections/update.json +20 -0
- package/schemas/2025-04/company_locations/create.json +37 -6
- package/schemas/2025-04/company_locations/delete.json +37 -6
- package/schemas/2025-04/company_locations/update.json +37 -6
- package/schemas/2025-04/customer_payment_methods/create.json +1 -1
- package/schemas/2025-04/customer_payment_methods/revoke.json +1 -1
- package/schemas/2025-04/customer_payment_methods/update.json +1 -1
- package/schemas/2025-04/customers/create.json +86 -4
- package/schemas/2025-04/customers/delete.json +78 -2
- package/schemas/2025-04/customers/disable.json +86 -4
- package/schemas/2025-04/customers/enable.json +86 -4
- package/schemas/2025-04/customers/update.json +86 -4
- package/schemas/2025-04/customers_email_marketing_consent/update.json +13 -3
- package/schemas/2025-04/customers_marketing_consent/update.json +13 -3
- package/schemas/2025-04/disputes/create.json +0 -1
- package/schemas/2025-04/disputes/update.json +0 -1
- package/schemas/2025-04/domains/create.json +4 -2
- package/schemas/2025-04/domains/destroy.json +4 -2
- package/schemas/2025-04/domains/update.json +4 -2
- package/schemas/2025-04/draft_orders/create.json +138 -4
- package/schemas/2025-04/draft_orders/update.json +138 -4
- package/schemas/2025-04/fulfillments/create.json +196 -66
- package/schemas/2025-04/fulfillments/update.json +196 -66
- package/schemas/2025-04/inventory_items/create.json +7 -3
- package/schemas/2025-04/inventory_items/update.json +7 -3
- package/schemas/2025-04/markets_backup_region/update.json +17 -0
- package/schemas/2025-04/order_transactions/create.json +15 -5
- package/schemas/2025-04/orders/cancelled.json +76 -4
- package/schemas/2025-04/orders/create.json +76 -4
- package/schemas/2025-04/orders/edited.json +8 -2
- package/schemas/2025-04/orders/fulfilled.json +76 -4
- package/schemas/2025-04/orders/paid.json +76 -4
- package/schemas/2025-04/orders/partially_fulfilled.json +76 -4
- package/schemas/2025-04/orders/risk_assessment_changed.json +9 -2
- package/schemas/2025-04/orders/shopify_protect_eligibility_changed.json +8 -1
- package/schemas/2025-04/orders/updated.json +76 -4
- package/schemas/2025-04/payment_terms/create.json +4 -1
- package/schemas/2025-04/payment_terms/update.json +4 -1
- package/schemas/2025-04/products/create.json +160 -64
- package/schemas/2025-04/products/update.json +160 -64
- package/schemas/2025-04/refunds/create.json +764 -17
- package/schemas/2025-04/selling_plan_groups/create.json +66 -10
- package/schemas/2025-04/selling_plan_groups/update.json +66 -10
- package/schemas/2025-04/shop/update.json +4 -3
- package/schemas/2025-04/subscription_billing_attempts/challenged.json +0 -1
- package/schemas/2025-04/subscription_billing_attempts/failure.json +0 -1
- package/schemas/2025-04/subscription_billing_attempts/success.json +0 -1
- package/schemas/2025-04/subscription_contracts/activate.json +8 -2
- package/schemas/2025-04/subscription_contracts/cancel.json +8 -2
- package/schemas/2025-04/subscription_contracts/create.json +8 -2
- package/schemas/2025-04/subscription_contracts/expire.json +8 -2
- package/schemas/2025-04/subscription_contracts/fail.json +8 -2
- package/schemas/2025-04/subscription_contracts/pause.json +8 -2
- package/schemas/2025-04/subscription_contracts/update.json +8 -2
- package/schemas/2025-04/tender_transactions/create.json +9 -16
- package/schemas/2025-04/themes/create.json +4 -1
- package/schemas/2025-04/themes/publish.json +4 -1
- package/schemas/2025-04/themes/update.json +4 -1
|
@@ -12,15 +12,15 @@
|
|
|
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/9920832247",
|
|
16
|
+
"id": 9920832247,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
20
20
|
"min_cycles": 1,
|
|
21
21
|
"max_cycles": 2
|
|
22
22
|
},
|
|
23
|
-
"currency_code": "
|
|
23
|
+
"currency_code": "CAD",
|
|
24
24
|
"customer_id": 1,
|
|
25
25
|
"admin_graphql_api_customer_id": "gid://shopify/Customer/1",
|
|
26
26
|
"delivery_policy": {
|
|
@@ -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": "933322535"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,15 +12,15 @@
|
|
|
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/9960021727",
|
|
16
|
+
"id": 9960021727,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
20
20
|
"min_cycles": 1,
|
|
21
21
|
"max_cycles": 2
|
|
22
22
|
},
|
|
23
|
-
"currency_code": "
|
|
23
|
+
"currency_code": "CAD",
|
|
24
24
|
"customer_id": 1,
|
|
25
25
|
"admin_graphql_api_customer_id": "gid://shopify/Customer/1",
|
|
26
26
|
"delivery_policy": {
|
|
@@ -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": "2471476517"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,15 +12,15 @@
|
|
|
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/3821261422",
|
|
16
|
+
"id": 3821261422,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
20
20
|
"min_cycles": 1,
|
|
21
21
|
"max_cycles": 2
|
|
22
22
|
},
|
|
23
|
-
"currency_code": "
|
|
23
|
+
"currency_code": "CAD",
|
|
24
24
|
"customer_id": 1,
|
|
25
25
|
"admin_graphql_api_customer_id": "gid://shopify/Customer/1",
|
|
26
26
|
"delivery_policy": {
|
|
@@ -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": "3604841662"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,15 +12,15 @@
|
|
|
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/2589804265",
|
|
16
|
+
"id": 2589804265,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
20
20
|
"min_cycles": 1,
|
|
21
21
|
"max_cycles": 2
|
|
22
22
|
},
|
|
23
|
-
"currency_code": "
|
|
23
|
+
"currency_code": "CAD",
|
|
24
24
|
"customer_id": 1,
|
|
25
25
|
"admin_graphql_api_customer_id": "gid://shopify/Customer/1",
|
|
26
26
|
"delivery_policy": {
|
|
@@ -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": "2746379220"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
package/package.json
CHANGED
|
@@ -21,9 +21,18 @@
|
|
|
21
21
|
"currency": {
|
|
22
22
|
"type": "string"
|
|
23
23
|
},
|
|
24
|
+
"interval": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
24
27
|
"name": {
|
|
25
28
|
"type": "string"
|
|
26
29
|
},
|
|
30
|
+
"plan_handle": {
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"price": {
|
|
34
|
+
"type": "string"
|
|
35
|
+
},
|
|
27
36
|
"status": {
|
|
28
37
|
"type": "string"
|
|
29
38
|
},
|
|
@@ -38,7 +47,10 @@
|
|
|
38
47
|
"capped_amount",
|
|
39
48
|
"created_at",
|
|
40
49
|
"currency",
|
|
50
|
+
"interval",
|
|
41
51
|
"name",
|
|
52
|
+
"plan_handle",
|
|
53
|
+
"price",
|
|
42
54
|
"status",
|
|
43
55
|
"updated_at"
|
|
44
56
|
],
|
|
@@ -537,24 +537,31 @@
|
|
|
537
537
|
"type": "integer"
|
|
538
538
|
},
|
|
539
539
|
"properties": {
|
|
540
|
-
"
|
|
541
|
-
|
|
542
|
-
"
|
|
543
|
-
"
|
|
540
|
+
"anyOf": [
|
|
541
|
+
{
|
|
542
|
+
"items": {
|
|
543
|
+
"properties": {
|
|
544
|
+
"name": {
|
|
545
|
+
"type": "string"
|
|
546
|
+
},
|
|
547
|
+
"value": {
|
|
548
|
+
"type": "string"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"required": [
|
|
552
|
+
"name",
|
|
553
|
+
"value"
|
|
554
|
+
],
|
|
555
|
+
"type": "object"
|
|
544
556
|
},
|
|
545
|
-
"
|
|
546
|
-
"type": "string"
|
|
547
|
-
}
|
|
557
|
+
"type": "array"
|
|
548
558
|
},
|
|
549
|
-
|
|
550
|
-
"
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
"type": [
|
|
556
|
-
"array",
|
|
557
|
-
"null"
|
|
559
|
+
{
|
|
560
|
+
"type": "object"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"type": "object"
|
|
564
|
+
}
|
|
558
565
|
]
|
|
559
566
|
},
|
|
560
567
|
"quantity": {
|
|
@@ -1214,6 +1221,9 @@
|
|
|
1214
1221
|
{
|
|
1215
1222
|
"type": "string"
|
|
1216
1223
|
},
|
|
1224
|
+
{
|
|
1225
|
+
"type": "string"
|
|
1226
|
+
},
|
|
1217
1227
|
{
|
|
1218
1228
|
"type": "string"
|
|
1219
1229
|
}
|
|
@@ -537,24 +537,31 @@
|
|
|
537
537
|
"type": "integer"
|
|
538
538
|
},
|
|
539
539
|
"properties": {
|
|
540
|
-
"
|
|
541
|
-
|
|
542
|
-
"
|
|
543
|
-
"
|
|
540
|
+
"anyOf": [
|
|
541
|
+
{
|
|
542
|
+
"items": {
|
|
543
|
+
"properties": {
|
|
544
|
+
"name": {
|
|
545
|
+
"type": "string"
|
|
546
|
+
},
|
|
547
|
+
"value": {
|
|
548
|
+
"type": "string"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"required": [
|
|
552
|
+
"name",
|
|
553
|
+
"value"
|
|
554
|
+
],
|
|
555
|
+
"type": "object"
|
|
544
556
|
},
|
|
545
|
-
"
|
|
546
|
-
"type": "string"
|
|
547
|
-
}
|
|
557
|
+
"type": "array"
|
|
548
558
|
},
|
|
549
|
-
|
|
550
|
-
"
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
"type": [
|
|
556
|
-
"array",
|
|
557
|
-
"null"
|
|
559
|
+
{
|
|
560
|
+
"type": "object"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"type": "object"
|
|
564
|
+
}
|
|
558
565
|
]
|
|
559
566
|
},
|
|
560
567
|
"quantity": {
|
|
@@ -1214,6 +1221,9 @@
|
|
|
1214
1221
|
{
|
|
1215
1222
|
"type": "string"
|
|
1216
1223
|
},
|
|
1224
|
+
{
|
|
1225
|
+
"type": "string"
|
|
1226
|
+
},
|
|
1217
1227
|
{
|
|
1218
1228
|
"type": "string"
|
|
1219
1229
|
}
|
|
@@ -14,6 +14,26 @@
|
|
|
14
14
|
"id": {
|
|
15
15
|
"type": "integer"
|
|
16
16
|
},
|
|
17
|
+
"image": {
|
|
18
|
+
"properties": {
|
|
19
|
+
"alt": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"created_at": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"height": {
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
"src": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"width": {
|
|
32
|
+
"type": "number"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"type": "object"
|
|
36
|
+
},
|
|
17
37
|
"published_at": {
|
|
18
38
|
"format": "date-time",
|
|
19
39
|
"type": "string"
|
|
@@ -14,6 +14,26 @@
|
|
|
14
14
|
"id": {
|
|
15
15
|
"type": "integer"
|
|
16
16
|
},
|
|
17
|
+
"image": {
|
|
18
|
+
"properties": {
|
|
19
|
+
"alt": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"created_at": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"height": {
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
"src": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"width": {
|
|
32
|
+
"type": "number"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"type": "object"
|
|
36
|
+
},
|
|
17
37
|
"published_at": {
|
|
18
38
|
"format": "date-time",
|
|
19
39
|
"type": "string"
|
|
@@ -38,10 +38,16 @@
|
|
|
38
38
|
"type": "string"
|
|
39
39
|
},
|
|
40
40
|
"first_name": {
|
|
41
|
-
"type":
|
|
41
|
+
"type": [
|
|
42
|
+
"null",
|
|
43
|
+
"string"
|
|
44
|
+
]
|
|
42
45
|
},
|
|
43
46
|
"last_name": {
|
|
44
|
-
"type":
|
|
47
|
+
"type": [
|
|
48
|
+
"null",
|
|
49
|
+
"string"
|
|
50
|
+
]
|
|
45
51
|
},
|
|
46
52
|
"phone": {
|
|
47
53
|
"type": "string"
|
|
@@ -85,8 +91,21 @@
|
|
|
85
91
|
},
|
|
86
92
|
"buyer_experience_configuration": {
|
|
87
93
|
"properties": {
|
|
94
|
+
"checkout_to_draft": {
|
|
95
|
+
"type": "boolean"
|
|
96
|
+
},
|
|
97
|
+
"deposit": {
|
|
98
|
+
"type": "null"
|
|
99
|
+
},
|
|
100
|
+
"editable_shipping_address": {
|
|
101
|
+
"type": "boolean"
|
|
102
|
+
},
|
|
88
103
|
"pay_now_only": {
|
|
89
104
|
"type": "boolean"
|
|
105
|
+
},
|
|
106
|
+
"payment_terms_template_admin_graphql_api_id": {
|
|
107
|
+
"format": "uri",
|
|
108
|
+
"type": "string"
|
|
90
109
|
}
|
|
91
110
|
},
|
|
92
111
|
"required": [
|
|
@@ -193,10 +212,16 @@
|
|
|
193
212
|
"type": "string"
|
|
194
213
|
},
|
|
195
214
|
"first_name": {
|
|
196
|
-
"type":
|
|
215
|
+
"type": [
|
|
216
|
+
"null",
|
|
217
|
+
"string"
|
|
218
|
+
]
|
|
197
219
|
},
|
|
198
220
|
"last_name": {
|
|
199
|
-
"type":
|
|
221
|
+
"type": [
|
|
222
|
+
"null",
|
|
223
|
+
"string"
|
|
224
|
+
]
|
|
200
225
|
},
|
|
201
226
|
"phone": {
|
|
202
227
|
"type": "string"
|
|
@@ -253,12 +278,18 @@
|
|
|
253
278
|
"required": [
|
|
254
279
|
"tax_id"
|
|
255
280
|
],
|
|
256
|
-
"type":
|
|
281
|
+
"type": [
|
|
282
|
+
"null",
|
|
283
|
+
"object"
|
|
284
|
+
]
|
|
257
285
|
},
|
|
258
286
|
"tax_settings": {
|
|
259
287
|
"properties": {
|
|
260
288
|
"tax_exempt": {
|
|
261
|
-
"type":
|
|
289
|
+
"type": [
|
|
290
|
+
"boolean",
|
|
291
|
+
"null"
|
|
292
|
+
]
|
|
262
293
|
},
|
|
263
294
|
"tax_exemptions": {
|
|
264
295
|
"items": {
|
|
@@ -38,10 +38,16 @@
|
|
|
38
38
|
"type": "string"
|
|
39
39
|
},
|
|
40
40
|
"first_name": {
|
|
41
|
-
"type":
|
|
41
|
+
"type": [
|
|
42
|
+
"null",
|
|
43
|
+
"string"
|
|
44
|
+
]
|
|
42
45
|
},
|
|
43
46
|
"last_name": {
|
|
44
|
-
"type":
|
|
47
|
+
"type": [
|
|
48
|
+
"null",
|
|
49
|
+
"string"
|
|
50
|
+
]
|
|
45
51
|
},
|
|
46
52
|
"phone": {
|
|
47
53
|
"type": "string"
|
|
@@ -85,8 +91,21 @@
|
|
|
85
91
|
},
|
|
86
92
|
"buyer_experience_configuration": {
|
|
87
93
|
"properties": {
|
|
94
|
+
"checkout_to_draft": {
|
|
95
|
+
"type": "boolean"
|
|
96
|
+
},
|
|
97
|
+
"deposit": {
|
|
98
|
+
"type": "null"
|
|
99
|
+
},
|
|
100
|
+
"editable_shipping_address": {
|
|
101
|
+
"type": "boolean"
|
|
102
|
+
},
|
|
88
103
|
"pay_now_only": {
|
|
89
104
|
"type": "boolean"
|
|
105
|
+
},
|
|
106
|
+
"payment_terms_template_admin_graphql_api_id": {
|
|
107
|
+
"format": "uri",
|
|
108
|
+
"type": "string"
|
|
90
109
|
}
|
|
91
110
|
},
|
|
92
111
|
"required": [
|
|
@@ -193,10 +212,16 @@
|
|
|
193
212
|
"type": "string"
|
|
194
213
|
},
|
|
195
214
|
"first_name": {
|
|
196
|
-
"type":
|
|
215
|
+
"type": [
|
|
216
|
+
"null",
|
|
217
|
+
"string"
|
|
218
|
+
]
|
|
197
219
|
},
|
|
198
220
|
"last_name": {
|
|
199
|
-
"type":
|
|
221
|
+
"type": [
|
|
222
|
+
"null",
|
|
223
|
+
"string"
|
|
224
|
+
]
|
|
200
225
|
},
|
|
201
226
|
"phone": {
|
|
202
227
|
"type": "string"
|
|
@@ -253,12 +278,18 @@
|
|
|
253
278
|
"required": [
|
|
254
279
|
"tax_id"
|
|
255
280
|
],
|
|
256
|
-
"type":
|
|
281
|
+
"type": [
|
|
282
|
+
"null",
|
|
283
|
+
"object"
|
|
284
|
+
]
|
|
257
285
|
},
|
|
258
286
|
"tax_settings": {
|
|
259
287
|
"properties": {
|
|
260
288
|
"tax_exempt": {
|
|
261
|
-
"type":
|
|
289
|
+
"type": [
|
|
290
|
+
"boolean",
|
|
291
|
+
"null"
|
|
292
|
+
]
|
|
262
293
|
},
|
|
263
294
|
"tax_exemptions": {
|
|
264
295
|
"items": {
|
|
@@ -38,10 +38,16 @@
|
|
|
38
38
|
"type": "string"
|
|
39
39
|
},
|
|
40
40
|
"first_name": {
|
|
41
|
-
"type":
|
|
41
|
+
"type": [
|
|
42
|
+
"null",
|
|
43
|
+
"string"
|
|
44
|
+
]
|
|
42
45
|
},
|
|
43
46
|
"last_name": {
|
|
44
|
-
"type":
|
|
47
|
+
"type": [
|
|
48
|
+
"null",
|
|
49
|
+
"string"
|
|
50
|
+
]
|
|
45
51
|
},
|
|
46
52
|
"phone": {
|
|
47
53
|
"type": "string"
|
|
@@ -85,8 +91,21 @@
|
|
|
85
91
|
},
|
|
86
92
|
"buyer_experience_configuration": {
|
|
87
93
|
"properties": {
|
|
94
|
+
"checkout_to_draft": {
|
|
95
|
+
"type": "boolean"
|
|
96
|
+
},
|
|
97
|
+
"deposit": {
|
|
98
|
+
"type": "null"
|
|
99
|
+
},
|
|
100
|
+
"editable_shipping_address": {
|
|
101
|
+
"type": "boolean"
|
|
102
|
+
},
|
|
88
103
|
"pay_now_only": {
|
|
89
104
|
"type": "boolean"
|
|
105
|
+
},
|
|
106
|
+
"payment_terms_template_admin_graphql_api_id": {
|
|
107
|
+
"format": "uri",
|
|
108
|
+
"type": "string"
|
|
90
109
|
}
|
|
91
110
|
},
|
|
92
111
|
"required": [
|
|
@@ -193,10 +212,16 @@
|
|
|
193
212
|
"type": "string"
|
|
194
213
|
},
|
|
195
214
|
"first_name": {
|
|
196
|
-
"type":
|
|
215
|
+
"type": [
|
|
216
|
+
"null",
|
|
217
|
+
"string"
|
|
218
|
+
]
|
|
197
219
|
},
|
|
198
220
|
"last_name": {
|
|
199
|
-
"type":
|
|
221
|
+
"type": [
|
|
222
|
+
"null",
|
|
223
|
+
"string"
|
|
224
|
+
]
|
|
200
225
|
},
|
|
201
226
|
"phone": {
|
|
202
227
|
"type": "string"
|
|
@@ -253,12 +278,18 @@
|
|
|
253
278
|
"required": [
|
|
254
279
|
"tax_id"
|
|
255
280
|
],
|
|
256
|
-
"type":
|
|
281
|
+
"type": [
|
|
282
|
+
"null",
|
|
283
|
+
"object"
|
|
284
|
+
]
|
|
257
285
|
},
|
|
258
286
|
"tax_settings": {
|
|
259
287
|
"properties": {
|
|
260
288
|
"tax_exempt": {
|
|
261
|
-
"type":
|
|
289
|
+
"type": [
|
|
290
|
+
"boolean",
|
|
291
|
+
"null"
|
|
292
|
+
]
|
|
262
293
|
},
|
|
263
294
|
"tax_exemptions": {
|
|
264
295
|
"items": {
|