@wix/ecom 1.0.832 → 1.0.834
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.834",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
"@wix/ecom_additional-fees": "1.0.35",
|
|
27
27
|
"@wix/ecom_back-in-stock-notifications": "1.0.61",
|
|
28
28
|
"@wix/ecom_back-in-stock-settings": "1.0.44",
|
|
29
|
-
"@wix/ecom_cart": "1.0.
|
|
30
|
-
"@wix/ecom_checkout": "1.0.
|
|
29
|
+
"@wix/ecom_cart": "1.0.104",
|
|
30
|
+
"@wix/ecom_checkout": "1.0.112",
|
|
31
31
|
"@wix/ecom_checkout-content": "1.0.15",
|
|
32
32
|
"@wix/ecom_checkout-settings": "1.0.60",
|
|
33
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
33
|
+
"@wix/ecom_checkout-templates": "1.0.110",
|
|
34
34
|
"@wix/ecom_currencies": "1.0.45",
|
|
35
|
-
"@wix/ecom_current-cart": "1.0.
|
|
35
|
+
"@wix/ecom_current-cart": "1.0.104",
|
|
36
36
|
"@wix/ecom_custom-triggers": "1.0.31",
|
|
37
37
|
"@wix/ecom_delivery-profile": "1.0.29",
|
|
38
38
|
"@wix/ecom_delivery-solutions": "1.0.11",
|
|
39
39
|
"@wix/ecom_discount-rules": "1.0.62",
|
|
40
40
|
"@wix/ecom_discounts": "1.0.14",
|
|
41
41
|
"@wix/ecom_discounts-custom-trigger": "1.0.17",
|
|
42
|
-
"@wix/ecom_draft-orders": "1.0.
|
|
42
|
+
"@wix/ecom_draft-orders": "1.0.43",
|
|
43
43
|
"@wix/ecom_gift-vouchers": "1.0.12",
|
|
44
44
|
"@wix/ecom_gift-vouchers-provider": "1.0.12",
|
|
45
45
|
"@wix/ecom_local-delivery-options": "1.0.18",
|
|
@@ -48,16 +48,16 @@
|
|
|
48
48
|
"@wix/ecom_order-invoices": "1.0.48",
|
|
49
49
|
"@wix/ecom_order-payment-requests": "1.0.20",
|
|
50
50
|
"@wix/ecom_order-transactions": "1.0.77",
|
|
51
|
-
"@wix/ecom_orders": "1.0.
|
|
51
|
+
"@wix/ecom_orders": "1.0.146",
|
|
52
52
|
"@wix/ecom_orders-settings": "1.0.54",
|
|
53
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
53
|
+
"@wix/ecom_payment-settings": "1.0.77",
|
|
54
54
|
"@wix/ecom_pickup-locations": "1.0.18",
|
|
55
55
|
"@wix/ecom_recommendations": "1.0.52",
|
|
56
56
|
"@wix/ecom_recommendations-provider": "1.0.11",
|
|
57
57
|
"@wix/ecom_shipping-options": "1.0.16",
|
|
58
58
|
"@wix/ecom_shipping-rates": "1.0.53",
|
|
59
59
|
"@wix/ecom_shippo-configurations": "1.0.23",
|
|
60
|
-
"@wix/ecom_subscription-contracts": "1.0.
|
|
60
|
+
"@wix/ecom_subscription-contracts": "1.0.10",
|
|
61
61
|
"@wix/ecom_tip-settings": "1.0.2",
|
|
62
62
|
"@wix/ecom_tippable-staff": "1.0.2",
|
|
63
63
|
"@wix/ecom_tips": "1.0.4",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"fqdn": ""
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
-
"falconPackageHash": "
|
|
90
|
+
"falconPackageHash": "b178d24ba3acc7e28a63e30ced56e0a402252d84475655dd5acb0a9f"
|
|
91
91
|
}
|
|
@@ -2695,6 +2695,17 @@ declare enum TaxableAddressType$7 {
|
|
|
2695
2695
|
BILLING = "BILLING",
|
|
2696
2696
|
SHIPPING = "SHIPPING"
|
|
2697
2697
|
}
|
|
2698
|
+
interface ExtendedFields$b {
|
|
2699
|
+
/**
|
|
2700
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
2701
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
2702
|
+
*
|
|
2703
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
2704
|
+
*
|
|
2705
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
2706
|
+
*/
|
|
2707
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
2708
|
+
}
|
|
2698
2709
|
/** Buyer Info */
|
|
2699
2710
|
interface BuyerInfo$9 extends BuyerInfoIdOneOf$6 {
|
|
2700
2711
|
/** Visitor ID (if site visitor is not a member). */
|
|
@@ -3065,17 +3076,6 @@ interface CustomField$5 {
|
|
|
3065
3076
|
/** Translated custom field title. */
|
|
3066
3077
|
translatedTitle?: string | null;
|
|
3067
3078
|
}
|
|
3068
|
-
interface ExtendedFields$b {
|
|
3069
|
-
/**
|
|
3070
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
3071
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
3072
|
-
*
|
|
3073
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
3074
|
-
*
|
|
3075
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
3076
|
-
*/
|
|
3077
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
3078
|
-
}
|
|
3079
3079
|
interface CreateSubscriptionContractRequest {
|
|
3080
3080
|
/** SubscriptionContract to be created. */
|
|
3081
3081
|
subscriptionContract?: SubscriptionContract;
|
|
@@ -5960,7 +5960,7 @@ interface CatalogOverrideFields$3 {
|
|
|
5960
5960
|
image?: string;
|
|
5961
5961
|
/** Payment method selected for the item. */
|
|
5962
5962
|
paymentOption?: PaymentOption$3;
|
|
5963
|
-
/**
|
|
5963
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
5964
5964
|
depositAmount?: string | null;
|
|
5965
5965
|
/**
|
|
5966
5966
|
* Whether to save the payment method on the order.
|
|
@@ -8707,7 +8707,7 @@ interface CatalogOverrideFields$2 {
|
|
|
8707
8707
|
image?: string;
|
|
8708
8708
|
/** Payment method selected for the item. */
|
|
8709
8709
|
paymentOption?: PaymentOption$2;
|
|
8710
|
-
/**
|
|
8710
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
8711
8711
|
depositAmount?: string | null;
|
|
8712
8712
|
/**
|
|
8713
8713
|
* Whether to save the payment method on the order.
|
|
@@ -11566,7 +11566,7 @@ interface CatalogOverrideFields$1 {
|
|
|
11566
11566
|
image?: string;
|
|
11567
11567
|
/** Payment method selected for the item. */
|
|
11568
11568
|
paymentOption?: PaymentOption$1;
|
|
11569
|
-
/**
|
|
11569
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
11570
11570
|
depositAmount?: string | null;
|
|
11571
11571
|
/**
|
|
11572
11572
|
* Whether to save the payment method on the order.
|
|
@@ -15018,7 +15018,7 @@ interface CatalogOverrideFields {
|
|
|
15018
15018
|
image?: string;
|
|
15019
15019
|
/** Payment method selected for the item. */
|
|
15020
15020
|
paymentOption?: PaymentOption;
|
|
15021
|
-
/**
|
|
15021
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
15022
15022
|
depositAmount?: string | null;
|
|
15023
15023
|
/**
|
|
15024
15024
|
* Whether to save the payment method on the order.
|
|
@@ -19399,6 +19399,17 @@ declare enum TaxableAddressType$2 {
|
|
|
19399
19399
|
BILLING = "BILLING",
|
|
19400
19400
|
SHIPPING = "SHIPPING"
|
|
19401
19401
|
}
|
|
19402
|
+
interface ExtendedFields$5 {
|
|
19403
|
+
/**
|
|
19404
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
19405
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
19406
|
+
*
|
|
19407
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
19408
|
+
*
|
|
19409
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
19410
|
+
*/
|
|
19411
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
19412
|
+
}
|
|
19402
19413
|
interface ItemChangedDetails$1 {
|
|
19403
19414
|
/** Line item quantity before change. */
|
|
19404
19415
|
quantityBeforeChange?: number | null;
|
|
@@ -19951,17 +19962,6 @@ interface OrderTaxBreakdown$1 {
|
|
|
19951
19962
|
/** The sum of all the tax from line items that calculated by the tax identifiers. */
|
|
19952
19963
|
aggregatedTaxAmount?: Price$4;
|
|
19953
19964
|
}
|
|
19954
|
-
interface ExtendedFields$5 {
|
|
19955
|
-
/**
|
|
19956
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
19957
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
19958
|
-
*
|
|
19959
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
19960
|
-
*
|
|
19961
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
19962
|
-
*/
|
|
19963
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
19964
|
-
}
|
|
19965
19965
|
interface BuyerDetails$1 extends BuyerDetailsChangeTypeOneOf {
|
|
19966
19966
|
}
|
|
19967
19967
|
/** @oneof */
|
|
@@ -20140,7 +20140,8 @@ declare enum RuleType$2 {
|
|
|
20140
20140
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
20141
20141
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
20142
20142
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
20143
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
20143
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
20144
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
20144
20145
|
}
|
|
20145
20146
|
interface FieldViolation$2 {
|
|
20146
20147
|
field?: string;
|
|
@@ -24623,6 +24624,17 @@ declare enum TaxableAddressType$1 {
|
|
|
24623
24624
|
BILLING = "BILLING",
|
|
24624
24625
|
SHIPPING = "SHIPPING"
|
|
24625
24626
|
}
|
|
24627
|
+
interface ExtendedFields$4 {
|
|
24628
|
+
/**
|
|
24629
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
24630
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
24631
|
+
*
|
|
24632
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
24633
|
+
*
|
|
24634
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
24635
|
+
*/
|
|
24636
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
24637
|
+
}
|
|
24626
24638
|
/** Buyer Info */
|
|
24627
24639
|
interface BuyerInfo$1 extends BuyerInfoIdOneOf {
|
|
24628
24640
|
/** Visitor ID (if site visitor is not a member). */
|
|
@@ -25507,17 +25519,6 @@ interface FulfillmentStatusesAggregate {
|
|
|
25507
25519
|
/** Unique string values based on Fulfillment entities statuses */
|
|
25508
25520
|
statuses?: string[] | null;
|
|
25509
25521
|
}
|
|
25510
|
-
interface ExtendedFields$4 {
|
|
25511
|
-
/**
|
|
25512
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
25513
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
25514
|
-
*
|
|
25515
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
25516
|
-
*
|
|
25517
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
25518
|
-
*/
|
|
25519
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
25520
|
-
}
|
|
25521
25522
|
/**
|
|
25522
25523
|
* Common object for tags.
|
|
25523
25524
|
* Should be use as in this example:
|
|
@@ -2695,6 +2695,17 @@ declare enum TaxableAddressType$7 {
|
|
|
2695
2695
|
BILLING = "BILLING",
|
|
2696
2696
|
SHIPPING = "SHIPPING"
|
|
2697
2697
|
}
|
|
2698
|
+
interface ExtendedFields$b {
|
|
2699
|
+
/**
|
|
2700
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
2701
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
2702
|
+
*
|
|
2703
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
2704
|
+
*
|
|
2705
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
2706
|
+
*/
|
|
2707
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
2708
|
+
}
|
|
2698
2709
|
/** Buyer Info */
|
|
2699
2710
|
interface BuyerInfo$9 extends BuyerInfoIdOneOf$6 {
|
|
2700
2711
|
/** Visitor ID (if site visitor is not a member). */
|
|
@@ -3065,17 +3076,6 @@ interface CustomField$5 {
|
|
|
3065
3076
|
/** Translated custom field title. */
|
|
3066
3077
|
translatedTitle?: string | null;
|
|
3067
3078
|
}
|
|
3068
|
-
interface ExtendedFields$b {
|
|
3069
|
-
/**
|
|
3070
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
3071
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
3072
|
-
*
|
|
3073
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
3074
|
-
*
|
|
3075
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
3076
|
-
*/
|
|
3077
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
3078
|
-
}
|
|
3079
3079
|
interface CreateSubscriptionContractRequest {
|
|
3080
3080
|
/** SubscriptionContract to be created. */
|
|
3081
3081
|
subscriptionContract?: SubscriptionContract;
|
|
@@ -5960,7 +5960,7 @@ interface CatalogOverrideFields$3 {
|
|
|
5960
5960
|
image?: string;
|
|
5961
5961
|
/** Payment method selected for the item. */
|
|
5962
5962
|
paymentOption?: PaymentOption$3;
|
|
5963
|
-
/**
|
|
5963
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
5964
5964
|
depositAmount?: string | null;
|
|
5965
5965
|
/**
|
|
5966
5966
|
* Whether to save the payment method on the order.
|
|
@@ -8707,7 +8707,7 @@ interface CatalogOverrideFields$2 {
|
|
|
8707
8707
|
image?: string;
|
|
8708
8708
|
/** Payment method selected for the item. */
|
|
8709
8709
|
paymentOption?: PaymentOption$2;
|
|
8710
|
-
/**
|
|
8710
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
8711
8711
|
depositAmount?: string | null;
|
|
8712
8712
|
/**
|
|
8713
8713
|
* Whether to save the payment method on the order.
|
|
@@ -11566,7 +11566,7 @@ interface CatalogOverrideFields$1 {
|
|
|
11566
11566
|
image?: string;
|
|
11567
11567
|
/** Payment method selected for the item. */
|
|
11568
11568
|
paymentOption?: PaymentOption$1;
|
|
11569
|
-
/**
|
|
11569
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
11570
11570
|
depositAmount?: string | null;
|
|
11571
11571
|
/**
|
|
11572
11572
|
* Whether to save the payment method on the order.
|
|
@@ -15018,7 +15018,7 @@ interface CatalogOverrideFields {
|
|
|
15018
15018
|
image?: string;
|
|
15019
15019
|
/** Payment method selected for the item. */
|
|
15020
15020
|
paymentOption?: PaymentOption;
|
|
15021
|
-
/**
|
|
15021
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
15022
15022
|
depositAmount?: string | null;
|
|
15023
15023
|
/**
|
|
15024
15024
|
* Whether to save the payment method on the order.
|
|
@@ -19399,6 +19399,17 @@ declare enum TaxableAddressType$2 {
|
|
|
19399
19399
|
BILLING = "BILLING",
|
|
19400
19400
|
SHIPPING = "SHIPPING"
|
|
19401
19401
|
}
|
|
19402
|
+
interface ExtendedFields$5 {
|
|
19403
|
+
/**
|
|
19404
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
19405
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
19406
|
+
*
|
|
19407
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
19408
|
+
*
|
|
19409
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
19410
|
+
*/
|
|
19411
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
19412
|
+
}
|
|
19402
19413
|
interface ItemChangedDetails$1 {
|
|
19403
19414
|
/** Line item quantity before change. */
|
|
19404
19415
|
quantityBeforeChange?: number | null;
|
|
@@ -19951,17 +19962,6 @@ interface OrderTaxBreakdown$1 {
|
|
|
19951
19962
|
/** The sum of all the tax from line items that calculated by the tax identifiers. */
|
|
19952
19963
|
aggregatedTaxAmount?: Price$4;
|
|
19953
19964
|
}
|
|
19954
|
-
interface ExtendedFields$5 {
|
|
19955
|
-
/**
|
|
19956
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
19957
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
19958
|
-
*
|
|
19959
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
19960
|
-
*
|
|
19961
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
19962
|
-
*/
|
|
19963
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
19964
|
-
}
|
|
19965
19965
|
interface BuyerDetails$1 extends BuyerDetailsChangeTypeOneOf {
|
|
19966
19966
|
}
|
|
19967
19967
|
/** @oneof */
|
|
@@ -20140,7 +20140,8 @@ declare enum RuleType$2 {
|
|
|
20140
20140
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
20141
20141
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
20142
20142
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
20143
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
20143
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
20144
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
20144
20145
|
}
|
|
20145
20146
|
interface FieldViolation$2 {
|
|
20146
20147
|
field?: string;
|
|
@@ -24623,6 +24624,17 @@ declare enum TaxableAddressType$1 {
|
|
|
24623
24624
|
BILLING = "BILLING",
|
|
24624
24625
|
SHIPPING = "SHIPPING"
|
|
24625
24626
|
}
|
|
24627
|
+
interface ExtendedFields$4 {
|
|
24628
|
+
/**
|
|
24629
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
24630
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
24631
|
+
*
|
|
24632
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
24633
|
+
*
|
|
24634
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
24635
|
+
*/
|
|
24636
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
24637
|
+
}
|
|
24626
24638
|
/** Buyer Info */
|
|
24627
24639
|
interface BuyerInfo$1 extends BuyerInfoIdOneOf {
|
|
24628
24640
|
/** Visitor ID (if site visitor is not a member). */
|
|
@@ -25507,17 +25519,6 @@ interface FulfillmentStatusesAggregate {
|
|
|
25507
25519
|
/** Unique string values based on Fulfillment entities statuses */
|
|
25508
25520
|
statuses?: string[] | null;
|
|
25509
25521
|
}
|
|
25510
|
-
interface ExtendedFields$4 {
|
|
25511
|
-
/**
|
|
25512
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
25513
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
25514
|
-
*
|
|
25515
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
25516
|
-
*
|
|
25517
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
25518
|
-
*/
|
|
25519
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
25520
|
-
}
|
|
25521
25522
|
/**
|
|
25522
25523
|
* Common object for tags.
|
|
25523
25524
|
* Should be use as in this example:
|
|
@@ -1953,6 +1953,17 @@ declare enum TaxableAddressType$d {
|
|
|
1953
1953
|
BILLING = "BILLING",
|
|
1954
1954
|
SHIPPING = "SHIPPING"
|
|
1955
1955
|
}
|
|
1956
|
+
interface ExtendedFields$h {
|
|
1957
|
+
/**
|
|
1958
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
1959
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
1960
|
+
*
|
|
1961
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
1962
|
+
*
|
|
1963
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
1964
|
+
*/
|
|
1965
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
1966
|
+
}
|
|
1956
1967
|
/** Buyer Info */
|
|
1957
1968
|
interface BuyerInfo$b extends BuyerInfoIdOneOf$b {
|
|
1958
1969
|
/** Visitor ID (if site visitor is not a member). */
|
|
@@ -2300,17 +2311,6 @@ interface CustomField$7 {
|
|
|
2300
2311
|
/** Translated custom field title. */
|
|
2301
2312
|
translatedTitle?: string | null;
|
|
2302
2313
|
}
|
|
2303
|
-
interface ExtendedFields$h {
|
|
2304
|
-
/**
|
|
2305
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
2306
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
2307
|
-
*
|
|
2308
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
2309
|
-
*
|
|
2310
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
2311
|
-
*/
|
|
2312
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
2313
|
-
}
|
|
2314
2314
|
interface GetSubscriptionContractRequest$1 {
|
|
2315
2315
|
/** ID of the SubscriptionContract to retrieve. */
|
|
2316
2316
|
subscriptionContractId: string;
|
|
@@ -3097,6 +3097,17 @@ declare enum TaxableAddressType$c {
|
|
|
3097
3097
|
BILLING = "BILLING",
|
|
3098
3098
|
SHIPPING = "SHIPPING"
|
|
3099
3099
|
}
|
|
3100
|
+
interface ExtendedFields$g {
|
|
3101
|
+
/**
|
|
3102
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
3103
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
3104
|
+
*
|
|
3105
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
3106
|
+
*
|
|
3107
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
3108
|
+
*/
|
|
3109
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
3110
|
+
}
|
|
3100
3111
|
/** Buyer Info */
|
|
3101
3112
|
interface BuyerInfo$a extends BuyerInfoIdOneOf$a {
|
|
3102
3113
|
/** Visitor ID (if site visitor is not a member). */
|
|
@@ -3424,17 +3435,6 @@ interface CustomField$6 {
|
|
|
3424
3435
|
/** Translated custom field title. */
|
|
3425
3436
|
translatedTitle?: string | null;
|
|
3426
3437
|
}
|
|
3427
|
-
interface ExtendedFields$g {
|
|
3428
|
-
/**
|
|
3429
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
3430
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
3431
|
-
*
|
|
3432
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
3433
|
-
*
|
|
3434
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
3435
|
-
*/
|
|
3436
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
3437
|
-
}
|
|
3438
3438
|
interface GetSubscriptionContractRequest {
|
|
3439
3439
|
/** ID of the SubscriptionContract to retrieve. */
|
|
3440
3440
|
subscriptionContractId: string;
|
|
@@ -5820,7 +5820,7 @@ interface CatalogOverrideFields$7 {
|
|
|
5820
5820
|
image?: Image$6;
|
|
5821
5821
|
/** Payment method selected for the item. */
|
|
5822
5822
|
paymentOption?: PaymentOption$7;
|
|
5823
|
-
/**
|
|
5823
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
5824
5824
|
depositAmount?: string | null;
|
|
5825
5825
|
/**
|
|
5826
5826
|
* Whether to save the payment method on the order.
|
|
@@ -7802,7 +7802,7 @@ interface CatalogOverrideFields$6 {
|
|
|
7802
7802
|
image?: string;
|
|
7803
7803
|
/** Payment method selected for the item. */
|
|
7804
7804
|
paymentOption?: PaymentOption$6;
|
|
7805
|
-
/**
|
|
7805
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
7806
7806
|
depositAmount?: string | null;
|
|
7807
7807
|
/**
|
|
7808
7808
|
* Whether to save the payment method on the order.
|
|
@@ -9864,7 +9864,7 @@ interface CatalogOverrideFields$5 {
|
|
|
9864
9864
|
image?: Image$5;
|
|
9865
9865
|
/** Payment method selected for the item. */
|
|
9866
9866
|
paymentOption?: PaymentOption$5;
|
|
9867
|
-
/**
|
|
9867
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
9868
9868
|
depositAmount?: string | null;
|
|
9869
9869
|
/**
|
|
9870
9870
|
* Whether to save the payment method on the order.
|
|
@@ -11806,7 +11806,7 @@ interface CatalogOverrideFields$4 {
|
|
|
11806
11806
|
image?: string;
|
|
11807
11807
|
/** Payment method selected for the item. */
|
|
11808
11808
|
paymentOption?: PaymentOption$4;
|
|
11809
|
-
/**
|
|
11809
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
11810
11810
|
depositAmount?: string | null;
|
|
11811
11811
|
/**
|
|
11812
11812
|
* Whether to save the payment method on the order.
|
|
@@ -14009,7 +14009,7 @@ interface CatalogOverrideFields$3 {
|
|
|
14009
14009
|
image?: Image$4;
|
|
14010
14010
|
/** Payment method selected for the item. */
|
|
14011
14011
|
paymentOption?: PaymentOption$3;
|
|
14012
|
-
/**
|
|
14012
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
14013
14013
|
depositAmount?: string | null;
|
|
14014
14014
|
/**
|
|
14015
14015
|
* Whether to save the payment method on the order.
|
|
@@ -16266,7 +16266,7 @@ interface CatalogOverrideFields$2 {
|
|
|
16266
16266
|
image?: string;
|
|
16267
16267
|
/** Payment method selected for the item. */
|
|
16268
16268
|
paymentOption?: PaymentOption$2;
|
|
16269
|
-
/**
|
|
16269
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
16270
16270
|
depositAmount?: string | null;
|
|
16271
16271
|
/**
|
|
16272
16272
|
* Whether to save the payment method on the order.
|
|
@@ -18494,7 +18494,7 @@ interface CatalogOverrideFields$1 {
|
|
|
18494
18494
|
image?: Image$3;
|
|
18495
18495
|
/** Payment method selected for the item. */
|
|
18496
18496
|
paymentOption?: PaymentOption$1;
|
|
18497
|
-
/**
|
|
18497
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
18498
18498
|
depositAmount?: string | null;
|
|
18499
18499
|
/**
|
|
18500
18500
|
* Whether to save the payment method on the order.
|
|
@@ -19203,7 +19203,7 @@ interface CatalogOverrideFields {
|
|
|
19203
19203
|
image?: string;
|
|
19204
19204
|
/** Payment method selected for the item. */
|
|
19205
19205
|
paymentOption?: PaymentOption;
|
|
19206
|
-
/**
|
|
19206
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
19207
19207
|
depositAmount?: string | null;
|
|
19208
19208
|
/**
|
|
19209
19209
|
* Whether to save the payment method on the order.
|
|
@@ -21342,6 +21342,17 @@ declare enum TaxableAddressType$5 {
|
|
|
21342
21342
|
BILLING = "BILLING",
|
|
21343
21343
|
SHIPPING = "SHIPPING"
|
|
21344
21344
|
}
|
|
21345
|
+
interface ExtendedFields$b {
|
|
21346
|
+
/**
|
|
21347
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
21348
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
21349
|
+
*
|
|
21350
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
21351
|
+
*
|
|
21352
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
21353
|
+
*/
|
|
21354
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
21355
|
+
}
|
|
21345
21356
|
interface ItemChangedDetails$1 {
|
|
21346
21357
|
/** Line item quantity before change. */
|
|
21347
21358
|
quantityBeforeChange?: number | null;
|
|
@@ -21902,17 +21913,6 @@ interface OrderTaxBreakdown$3 {
|
|
|
21902
21913
|
/** The sum of all the tax from line items that calculated by the tax identifiers. */
|
|
21903
21914
|
aggregatedTaxAmount?: Price$9;
|
|
21904
21915
|
}
|
|
21905
|
-
interface ExtendedFields$b {
|
|
21906
|
-
/**
|
|
21907
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
21908
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
21909
|
-
*
|
|
21910
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
21911
|
-
*
|
|
21912
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
21913
|
-
*/
|
|
21914
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
21915
|
-
}
|
|
21916
21916
|
interface CreateDraftOrderRequest$1 {
|
|
21917
21917
|
/** To create a draft from existing order, provide its id. Otherwise, an empty draft will be created. */
|
|
21918
21918
|
orderId: string | null;
|
|
@@ -22077,7 +22077,8 @@ declare enum RuleType$5 {
|
|
|
22077
22077
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
22078
22078
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
22079
22079
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
22080
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
22080
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
22081
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
22081
22082
|
}
|
|
22082
22083
|
interface FieldViolation$5 {
|
|
22083
22084
|
field?: string;
|
|
@@ -23949,6 +23950,17 @@ declare enum TaxableAddressType$4 {
|
|
|
23949
23950
|
BILLING = "BILLING",
|
|
23950
23951
|
SHIPPING = "SHIPPING"
|
|
23951
23952
|
}
|
|
23953
|
+
interface ExtendedFields$a {
|
|
23954
|
+
/**
|
|
23955
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
23956
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
23957
|
+
*
|
|
23958
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
23959
|
+
*
|
|
23960
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
23961
|
+
*/
|
|
23962
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
23963
|
+
}
|
|
23952
23964
|
interface ItemChangedDetails {
|
|
23953
23965
|
/** Line item quantity before change. */
|
|
23954
23966
|
quantityBeforeChange?: number | null;
|
|
@@ -24489,17 +24501,6 @@ interface OrderTaxBreakdown$2 {
|
|
|
24489
24501
|
/** The sum of all the tax from line items that calculated by the tax identifiers. */
|
|
24490
24502
|
aggregatedTaxAmount?: Price$8;
|
|
24491
24503
|
}
|
|
24492
|
-
interface ExtendedFields$a {
|
|
24493
|
-
/**
|
|
24494
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
24495
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
24496
|
-
*
|
|
24497
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
24498
|
-
*
|
|
24499
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
24500
|
-
*/
|
|
24501
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
24502
|
-
}
|
|
24503
24504
|
interface CreateDraftOrderRequest {
|
|
24504
24505
|
/** To create a draft from existing order, provide its id. Otherwise, an empty draft will be created. */
|
|
24505
24506
|
orderId: string | null;
|
|
@@ -24664,7 +24665,8 @@ declare enum RuleType$4 {
|
|
|
24664
24665
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
24665
24666
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
24666
24667
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
24667
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
24668
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
24669
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
24668
24670
|
}
|
|
24669
24671
|
interface FieldViolation$4 {
|
|
24670
24672
|
field?: string;
|
|
@@ -28263,6 +28265,17 @@ declare enum TaxableAddressType$3 {
|
|
|
28263
28265
|
BILLING = "BILLING",
|
|
28264
28266
|
SHIPPING = "SHIPPING"
|
|
28265
28267
|
}
|
|
28268
|
+
interface ExtendedFields$9 {
|
|
28269
|
+
/**
|
|
28270
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
28271
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
28272
|
+
*
|
|
28273
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
28274
|
+
*
|
|
28275
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
28276
|
+
*/
|
|
28277
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
28278
|
+
}
|
|
28266
28279
|
/** Buyer Info */
|
|
28267
28280
|
interface BuyerInfo$1 extends BuyerInfoIdOneOf$1 {
|
|
28268
28281
|
/** Visitor ID (if site visitor is not a member). */
|
|
@@ -28864,17 +28877,6 @@ interface AdditionalFee$1 {
|
|
|
28864
28877
|
*/
|
|
28865
28878
|
lineItemIds?: string[];
|
|
28866
28879
|
}
|
|
28867
|
-
interface ExtendedFields$9 {
|
|
28868
|
-
/**
|
|
28869
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
28870
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
28871
|
-
*
|
|
28872
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
28873
|
-
*
|
|
28874
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
28875
|
-
*/
|
|
28876
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
28877
|
-
}
|
|
28878
28880
|
/**
|
|
28879
28881
|
* Common object for tags.
|
|
28880
28882
|
* Should be use as in this example:
|
|
@@ -30555,6 +30557,17 @@ declare enum TaxableAddressType$2 {
|
|
|
30555
30557
|
BILLING = "BILLING",
|
|
30556
30558
|
SHIPPING = "SHIPPING"
|
|
30557
30559
|
}
|
|
30560
|
+
interface ExtendedFields$8 {
|
|
30561
|
+
/**
|
|
30562
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
30563
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
30564
|
+
*
|
|
30565
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
30566
|
+
*
|
|
30567
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
30568
|
+
*/
|
|
30569
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
30570
|
+
}
|
|
30558
30571
|
/** Buyer Info */
|
|
30559
30572
|
interface BuyerInfo extends BuyerInfoIdOneOf {
|
|
30560
30573
|
/** Visitor ID (if site visitor is not a member). */
|
|
@@ -31136,17 +31149,6 @@ interface AdditionalFee {
|
|
|
31136
31149
|
*/
|
|
31137
31150
|
lineItemIds?: string[];
|
|
31138
31151
|
}
|
|
31139
|
-
interface ExtendedFields$8 {
|
|
31140
|
-
/**
|
|
31141
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
31142
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
31143
|
-
*
|
|
31144
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
31145
|
-
*
|
|
31146
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
31147
|
-
*/
|
|
31148
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
31149
|
-
}
|
|
31150
31152
|
/**
|
|
31151
31153
|
* Common object for tags.
|
|
31152
31154
|
* Should be use as in this example:
|
|
@@ -3231,6 +3231,17 @@ declare enum TaxableAddressType {
|
|
|
3231
3231
|
BILLING = "BILLING",
|
|
3232
3232
|
SHIPPING = "SHIPPING"
|
|
3233
3233
|
}
|
|
3234
|
+
interface ExtendedFields$1 {
|
|
3235
|
+
/**
|
|
3236
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
3237
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
3238
|
+
*
|
|
3239
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
3240
|
+
*
|
|
3241
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
3242
|
+
*/
|
|
3243
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
3244
|
+
}
|
|
3234
3245
|
/** Buyer Info */
|
|
3235
3246
|
interface V1BuyerInfo extends V1BuyerInfoIdOneOf {
|
|
3236
3247
|
/** Visitor ID (if site visitor is not a member). */
|
|
@@ -4115,17 +4126,6 @@ interface FulfillmentStatusesAggregate {
|
|
|
4115
4126
|
/** Unique string values based on Fulfillment entities statuses */
|
|
4116
4127
|
statuses?: string[] | null;
|
|
4117
4128
|
}
|
|
4118
|
-
interface ExtendedFields$1 {
|
|
4119
|
-
/**
|
|
4120
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
4121
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
4122
|
-
*
|
|
4123
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
4124
|
-
*
|
|
4125
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
4126
|
-
*/
|
|
4127
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
4128
|
-
}
|
|
4129
4129
|
/**
|
|
4130
4130
|
* Common object for tags.
|
|
4131
4131
|
* Should be use as in this example:
|
|
@@ -4700,7 +4700,7 @@ interface CatalogOverrideFields {
|
|
|
4700
4700
|
image?: string;
|
|
4701
4701
|
/** Payment method selected for the item. */
|
|
4702
4702
|
paymentOption?: PaymentOption;
|
|
4703
|
-
/**
|
|
4703
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
4704
4704
|
depositAmount?: string | null;
|
|
4705
4705
|
/**
|
|
4706
4706
|
* Whether to save the payment method on the order.
|
|
@@ -3231,6 +3231,17 @@ declare enum TaxableAddressType {
|
|
|
3231
3231
|
BILLING = "BILLING",
|
|
3232
3232
|
SHIPPING = "SHIPPING"
|
|
3233
3233
|
}
|
|
3234
|
+
interface ExtendedFields$1 {
|
|
3235
|
+
/**
|
|
3236
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
3237
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
3238
|
+
*
|
|
3239
|
+
* You can only access fields for which you have the appropriate permissions.
|
|
3240
|
+
*
|
|
3241
|
+
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
3242
|
+
*/
|
|
3243
|
+
namespaces?: Record<string, Record<string, any>>;
|
|
3244
|
+
}
|
|
3234
3245
|
/** Buyer Info */
|
|
3235
3246
|
interface V1BuyerInfo extends V1BuyerInfoIdOneOf {
|
|
3236
3247
|
/** Visitor ID (if site visitor is not a member). */
|
|
@@ -4115,17 +4126,6 @@ interface FulfillmentStatusesAggregate {
|
|
|
4115
4126
|
/** Unique string values based on Fulfillment entities statuses */
|
|
4116
4127
|
statuses?: string[] | null;
|
|
4117
4128
|
}
|
|
4118
|
-
interface ExtendedFields$1 {
|
|
4119
|
-
/**
|
|
4120
|
-
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
4121
|
-
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
4122
|
-
*
|
|
4123
|
-
* You can only access fields for which you have the appropriate permissions.
|
|
4124
|
-
*
|
|
4125
|
-
* Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
|
|
4126
|
-
*/
|
|
4127
|
-
namespaces?: Record<string, Record<string, any>>;
|
|
4128
|
-
}
|
|
4129
4129
|
/**
|
|
4130
4130
|
* Common object for tags.
|
|
4131
4131
|
* Should be use as in this example:
|
|
@@ -4700,7 +4700,7 @@ interface CatalogOverrideFields {
|
|
|
4700
4700
|
image?: string;
|
|
4701
4701
|
/** Payment method selected for the item. */
|
|
4702
4702
|
paymentOption?: PaymentOption;
|
|
4703
|
-
/**
|
|
4703
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
4704
4704
|
depositAmount?: string | null;
|
|
4705
4705
|
/**
|
|
4706
4706
|
* Whether to save the payment method on the order.
|