@wix/ecom 1.0.774 → 1.0.775
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.775",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"@wix/ecom_additional-fees": "1.0.27",
|
|
24
24
|
"@wix/ecom_back-in-stock-notifications": "1.0.51",
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.36",
|
|
26
|
-
"@wix/ecom_cart": "1.0.
|
|
27
|
-
"@wix/ecom_checkout": "1.0.
|
|
26
|
+
"@wix/ecom_cart": "1.0.81",
|
|
27
|
+
"@wix/ecom_checkout": "1.0.90",
|
|
28
28
|
"@wix/ecom_checkout-content": "1.0.7",
|
|
29
29
|
"@wix/ecom_checkout-settings": "1.0.52",
|
|
30
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
30
|
+
"@wix/ecom_checkout-templates": "1.0.89",
|
|
31
31
|
"@wix/ecom_currencies": "1.0.37",
|
|
32
|
-
"@wix/ecom_current-cart": "1.0.
|
|
32
|
+
"@wix/ecom_current-cart": "1.0.81",
|
|
33
33
|
"@wix/ecom_custom-triggers": "1.0.25",
|
|
34
34
|
"@wix/ecom_delivery-profile": "1.0.20",
|
|
35
35
|
"@wix/ecom_discount-rules": "1.0.53",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@wix/ecom_order-transactions": "1.0.67",
|
|
46
46
|
"@wix/ecom_orders": "1.0.122",
|
|
47
47
|
"@wix/ecom_orders-settings": "1.0.46",
|
|
48
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
48
|
+
"@wix/ecom_payment-settings": "1.0.49",
|
|
49
49
|
"@wix/ecom_pickup-locations": "1.0.9",
|
|
50
|
-
"@wix/ecom_recommendations": "1.0.
|
|
51
|
-
"@wix/ecom_recommendations-provider": "1.0.
|
|
50
|
+
"@wix/ecom_recommendations": "1.0.43",
|
|
51
|
+
"@wix/ecom_recommendations-provider": "1.0.2",
|
|
52
52
|
"@wix/ecom_shipping-options": "1.0.8",
|
|
53
53
|
"@wix/ecom_shipping-rates": "1.0.43",
|
|
54
54
|
"@wix/ecom_shippo-configurations": "1.0.15",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"fqdn": ""
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"falconPackageHash": "
|
|
81
|
+
"falconPackageHash": "d8f426b60fe7cca0e874445a9c926f70729e33cbe6cc7122ada593cf"
|
|
82
82
|
}
|
|
@@ -2005,8 +2005,6 @@ interface AlgorithmInfo {
|
|
|
2005
2005
|
catalogAppIds?: string[];
|
|
2006
2006
|
}
|
|
2007
2007
|
interface AlgorithmConfig {
|
|
2008
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
2009
|
-
_id?: string;
|
|
2010
2008
|
/** Algorithm name. This value is not translatable. */
|
|
2011
2009
|
name?: string;
|
|
2012
2010
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -2059,7 +2057,6 @@ interface RecommendationAlgorithmNotSupported {
|
|
|
2059
2057
|
unsupportedAlgorithms?: Algorithm[];
|
|
2060
2058
|
}
|
|
2061
2059
|
interface AlgorithmConfigNonNullableFields {
|
|
2062
|
-
_id: string;
|
|
2063
2060
|
name: string;
|
|
2064
2061
|
description: string;
|
|
2065
2062
|
algorithmType: AlgorithmType;
|
|
@@ -4146,16 +4143,6 @@ interface LineItem$6 {
|
|
|
4146
4143
|
* @readonly
|
|
4147
4144
|
*/
|
|
4148
4145
|
consentRequiredPaymentPolicy?: string | null;
|
|
4149
|
-
/**
|
|
4150
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
4151
|
-
* @readonly
|
|
4152
|
-
*/
|
|
4153
|
-
priceUndetermined?: boolean;
|
|
4154
|
-
/**
|
|
4155
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
4156
|
-
* @readonly
|
|
4157
|
-
*/
|
|
4158
|
-
fixedQuantity?: boolean;
|
|
4159
4146
|
/**
|
|
4160
4147
|
* Overriding values for catalog item properties.
|
|
4161
4148
|
*
|
|
@@ -4722,18 +4709,6 @@ interface CustomLineItem$4 {
|
|
|
4722
4709
|
depositAmount?: string | null;
|
|
4723
4710
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
4724
4711
|
catalogReference?: CatalogReference$6;
|
|
4725
|
-
/**
|
|
4726
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
4727
|
-
*
|
|
4728
|
-
* Default: `false`
|
|
4729
|
-
*/
|
|
4730
|
-
priceUndetermined?: boolean;
|
|
4731
|
-
/**
|
|
4732
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
4733
|
-
*
|
|
4734
|
-
* Default: `false`
|
|
4735
|
-
*/
|
|
4736
|
-
fixedQuantity?: boolean;
|
|
4737
4712
|
/**
|
|
4738
4713
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
4739
4714
|
* @readonly
|
|
@@ -4784,6 +4759,18 @@ interface AddToCurrentCartAndEstimateTotalsRequest$1 {
|
|
|
4784
4759
|
billingAddress?: Address$9;
|
|
4785
4760
|
/** The selected membership payment options and which line items they apply to. */
|
|
4786
4761
|
selectedMemberships?: SelectedMemberships$4;
|
|
4762
|
+
/**
|
|
4763
|
+
* Whether to calculate tax in the calculation request.
|
|
4764
|
+
*
|
|
4765
|
+
* Default: `true`
|
|
4766
|
+
*/
|
|
4767
|
+
calculateTax?: boolean | null;
|
|
4768
|
+
/**
|
|
4769
|
+
* Whether to calculate shipping in the calculation request.
|
|
4770
|
+
*
|
|
4771
|
+
* Default: `true`
|
|
4772
|
+
*/
|
|
4773
|
+
calculateShipping?: boolean | null;
|
|
4787
4774
|
}
|
|
4788
4775
|
interface SelectedMemberships$4 {
|
|
4789
4776
|
/** Selected memberships. */
|
|
@@ -5562,6 +5549,18 @@ interface EstimateCurrentCartTotalsRequest$1 {
|
|
|
5562
5549
|
billingAddress?: Address$9;
|
|
5563
5550
|
/** The selected membership payment options and which line items they apply to. */
|
|
5564
5551
|
selectedMemberships?: SelectedMemberships$4;
|
|
5552
|
+
/**
|
|
5553
|
+
* Whether to calculate tax in the calculation request.
|
|
5554
|
+
*
|
|
5555
|
+
* Default: `true`
|
|
5556
|
+
*/
|
|
5557
|
+
calculateTax?: boolean | null;
|
|
5558
|
+
/**
|
|
5559
|
+
* Whether to calculate shipping in the calculation request.
|
|
5560
|
+
*
|
|
5561
|
+
* Default: `true`
|
|
5562
|
+
*/
|
|
5563
|
+
calculateShipping?: boolean | null;
|
|
5565
5564
|
}
|
|
5566
5565
|
interface DeleteCurrentCartRequest$1 {
|
|
5567
5566
|
}
|
|
@@ -5768,6 +5767,18 @@ interface EstimateTotalsRequest$1 {
|
|
|
5768
5767
|
billingAddress?: Address$9;
|
|
5769
5768
|
/** The selected membership payment options and which line items they apply to. */
|
|
5770
5769
|
selectedMemberships?: SelectedMemberships$4;
|
|
5770
|
+
/**
|
|
5771
|
+
* Whether to calculate tax in the calculation request.
|
|
5772
|
+
*
|
|
5773
|
+
* Default: `true`
|
|
5774
|
+
*/
|
|
5775
|
+
calculateTax?: boolean | null;
|
|
5776
|
+
/**
|
|
5777
|
+
* Whether to calculate shipping in the calculation request.
|
|
5778
|
+
*
|
|
5779
|
+
* Default: `true`
|
|
5780
|
+
*/
|
|
5781
|
+
calculateShipping?: boolean | null;
|
|
5771
5782
|
}
|
|
5772
5783
|
interface DeleteCartRequest$1 {
|
|
5773
5784
|
/** ID of the cart to delete. */
|
|
@@ -6426,6 +6437,18 @@ interface EstimateTotalsOptions {
|
|
|
6426
6437
|
billingAddress?: Address$9;
|
|
6427
6438
|
/** The selected membership payment options and which line items they apply to. */
|
|
6428
6439
|
selectedMemberships?: SelectedMemberships$4;
|
|
6440
|
+
/**
|
|
6441
|
+
* Whether to calculate tax in the calculation request.
|
|
6442
|
+
*
|
|
6443
|
+
* Default: `true`
|
|
6444
|
+
*/
|
|
6445
|
+
calculateTax?: boolean | null;
|
|
6446
|
+
/**
|
|
6447
|
+
* Whether to calculate shipping in the calculation request.
|
|
6448
|
+
*
|
|
6449
|
+
* Default: `true`
|
|
6450
|
+
*/
|
|
6451
|
+
calculateShipping?: boolean | null;
|
|
6429
6452
|
}
|
|
6430
6453
|
|
|
6431
6454
|
declare function createCart$1(httpClient: HttpClient): CreateCartSignature;
|
|
@@ -6824,16 +6847,6 @@ interface LineItem$5 {
|
|
|
6824
6847
|
* @readonly
|
|
6825
6848
|
*/
|
|
6826
6849
|
consentRequiredPaymentPolicy?: string | null;
|
|
6827
|
-
/**
|
|
6828
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
6829
|
-
* @readonly
|
|
6830
|
-
*/
|
|
6831
|
-
priceUndetermined?: boolean;
|
|
6832
|
-
/**
|
|
6833
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
6834
|
-
* @readonly
|
|
6835
|
-
*/
|
|
6836
|
-
fixedQuantity?: boolean;
|
|
6837
6850
|
/**
|
|
6838
6851
|
* Overriding values for catalog item properties.
|
|
6839
6852
|
*
|
|
@@ -7400,18 +7413,6 @@ interface CustomLineItem$3 {
|
|
|
7400
7413
|
depositAmount?: string | null;
|
|
7401
7414
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
7402
7415
|
catalogReference?: CatalogReference$5;
|
|
7403
|
-
/**
|
|
7404
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
7405
|
-
*
|
|
7406
|
-
* Default: `false`
|
|
7407
|
-
*/
|
|
7408
|
-
priceUndetermined?: boolean;
|
|
7409
|
-
/**
|
|
7410
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
7411
|
-
*
|
|
7412
|
-
* Default: `false`
|
|
7413
|
-
*/
|
|
7414
|
-
fixedQuantity?: boolean;
|
|
7415
7416
|
/**
|
|
7416
7417
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
7417
7418
|
* @readonly
|
|
@@ -7462,6 +7463,18 @@ interface AddToCurrentCartAndEstimateTotalsRequest {
|
|
|
7462
7463
|
billingAddress?: Address$8;
|
|
7463
7464
|
/** The selected membership payment options and which line items they apply to. */
|
|
7464
7465
|
selectedMemberships?: SelectedMemberships$3;
|
|
7466
|
+
/**
|
|
7467
|
+
* Whether to calculate tax in the calculation request.
|
|
7468
|
+
*
|
|
7469
|
+
* Default: `true`
|
|
7470
|
+
*/
|
|
7471
|
+
calculateTax?: boolean | null;
|
|
7472
|
+
/**
|
|
7473
|
+
* Whether to calculate shipping in the calculation request.
|
|
7474
|
+
*
|
|
7475
|
+
* Default: `true`
|
|
7476
|
+
*/
|
|
7477
|
+
calculateShipping?: boolean | null;
|
|
7465
7478
|
}
|
|
7466
7479
|
interface SelectedMemberships$3 {
|
|
7467
7480
|
/** Selected memberships. */
|
|
@@ -8240,6 +8253,18 @@ interface EstimateCurrentCartTotalsRequest {
|
|
|
8240
8253
|
billingAddress?: Address$8;
|
|
8241
8254
|
/** The selected membership payment options and which line items they apply to. */
|
|
8242
8255
|
selectedMemberships?: SelectedMemberships$3;
|
|
8256
|
+
/**
|
|
8257
|
+
* Whether to calculate tax in the calculation request.
|
|
8258
|
+
*
|
|
8259
|
+
* Default: `true`
|
|
8260
|
+
*/
|
|
8261
|
+
calculateTax?: boolean | null;
|
|
8262
|
+
/**
|
|
8263
|
+
* Whether to calculate shipping in the calculation request.
|
|
8264
|
+
*
|
|
8265
|
+
* Default: `true`
|
|
8266
|
+
*/
|
|
8267
|
+
calculateShipping?: boolean | null;
|
|
8243
8268
|
}
|
|
8244
8269
|
interface DeleteCurrentCartRequest {
|
|
8245
8270
|
}
|
|
@@ -8446,6 +8471,18 @@ interface EstimateTotalsRequest {
|
|
|
8446
8471
|
billingAddress?: Address$8;
|
|
8447
8472
|
/** The selected membership payment options and which line items they apply to. */
|
|
8448
8473
|
selectedMemberships?: SelectedMemberships$3;
|
|
8474
|
+
/**
|
|
8475
|
+
* Whether to calculate tax in the calculation request.
|
|
8476
|
+
*
|
|
8477
|
+
* Default: `true`
|
|
8478
|
+
*/
|
|
8479
|
+
calculateTax?: boolean | null;
|
|
8480
|
+
/**
|
|
8481
|
+
* Whether to calculate shipping in the calculation request.
|
|
8482
|
+
*
|
|
8483
|
+
* Default: `true`
|
|
8484
|
+
*/
|
|
8485
|
+
calculateShipping?: boolean | null;
|
|
8449
8486
|
}
|
|
8450
8487
|
interface DeleteCartRequest {
|
|
8451
8488
|
/** ID of the cart to delete. */
|
|
@@ -9008,6 +9045,18 @@ interface EstimateCurrentCartTotalsOptions {
|
|
|
9008
9045
|
billingAddress?: Address$8;
|
|
9009
9046
|
/** The selected membership payment options and which line items they apply to. */
|
|
9010
9047
|
selectedMemberships?: SelectedMemberships$3;
|
|
9048
|
+
/**
|
|
9049
|
+
* Whether to calculate tax in the calculation request.
|
|
9050
|
+
*
|
|
9051
|
+
* Default: `true`
|
|
9052
|
+
*/
|
|
9053
|
+
calculateTax?: boolean | null;
|
|
9054
|
+
/**
|
|
9055
|
+
* Whether to calculate shipping in the calculation request.
|
|
9056
|
+
*
|
|
9057
|
+
* Default: `true`
|
|
9058
|
+
*/
|
|
9059
|
+
calculateShipping?: boolean | null;
|
|
9011
9060
|
}
|
|
9012
9061
|
|
|
9013
9062
|
declare function getCurrentCart$1(httpClient: HttpClient): GetCurrentCartSignature;
|
|
@@ -9544,16 +9593,6 @@ interface LineItem$4 {
|
|
|
9544
9593
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
9545
9594
|
*/
|
|
9546
9595
|
catalogOverrideFields?: CatalogOverrideFields$1;
|
|
9547
|
-
/**
|
|
9548
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
9549
|
-
* @readonly
|
|
9550
|
-
*/
|
|
9551
|
-
priceUndetermined?: boolean;
|
|
9552
|
-
/**
|
|
9553
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
9554
|
-
* @readonly
|
|
9555
|
-
*/
|
|
9556
|
-
fixedQuantity?: boolean;
|
|
9557
9596
|
/**
|
|
9558
9597
|
* Whether to save the payment method on the order.
|
|
9559
9598
|
*
|
|
@@ -10855,18 +10894,6 @@ interface CustomLineItem$2 {
|
|
|
10855
10894
|
depositAmount?: string | null;
|
|
10856
10895
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
10857
10896
|
catalogReference?: CatalogReference$4;
|
|
10858
|
-
/**
|
|
10859
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
10860
|
-
*
|
|
10861
|
-
* Default: `false`
|
|
10862
|
-
*/
|
|
10863
|
-
priceUndetermined?: boolean;
|
|
10864
|
-
/**
|
|
10865
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
10866
|
-
*
|
|
10867
|
-
* Default: `false`
|
|
10868
|
-
*/
|
|
10869
|
-
fixedQuantity?: boolean;
|
|
10870
10897
|
/**
|
|
10871
10898
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
10872
10899
|
* @readonly
|
|
@@ -13518,18 +13545,6 @@ interface CustomLineItem$1 {
|
|
|
13518
13545
|
depositAmount?: string | null;
|
|
13519
13546
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
13520
13547
|
catalogReference?: CatalogReference$3;
|
|
13521
|
-
/**
|
|
13522
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
13523
|
-
*
|
|
13524
|
-
* Default: `false`
|
|
13525
|
-
*/
|
|
13526
|
-
priceUndetermined?: boolean;
|
|
13527
|
-
/**
|
|
13528
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
13529
|
-
*
|
|
13530
|
-
* Default: `false`
|
|
13531
|
-
*/
|
|
13532
|
-
fixedQuantity?: boolean;
|
|
13533
13548
|
/**
|
|
13534
13549
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
13535
13550
|
* @readonly
|
|
@@ -14127,16 +14142,6 @@ interface LineItem$3 {
|
|
|
14127
14142
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
14128
14143
|
*/
|
|
14129
14144
|
catalogOverrideFields?: CatalogOverrideFields;
|
|
14130
|
-
/**
|
|
14131
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
14132
|
-
* @readonly
|
|
14133
|
-
*/
|
|
14134
|
-
priceUndetermined?: boolean;
|
|
14135
|
-
/**
|
|
14136
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
14137
|
-
* @readonly
|
|
14138
|
-
*/
|
|
14139
|
-
fixedQuantity?: boolean;
|
|
14140
14145
|
/**
|
|
14141
14146
|
* Whether to save the payment method on the order.
|
|
14142
14147
|
*
|
|
@@ -2005,8 +2005,6 @@ interface AlgorithmInfo {
|
|
|
2005
2005
|
catalogAppIds?: string[];
|
|
2006
2006
|
}
|
|
2007
2007
|
interface AlgorithmConfig {
|
|
2008
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
2009
|
-
_id?: string;
|
|
2010
2008
|
/** Algorithm name. This value is not translatable. */
|
|
2011
2009
|
name?: string;
|
|
2012
2010
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -2059,7 +2057,6 @@ interface RecommendationAlgorithmNotSupported {
|
|
|
2059
2057
|
unsupportedAlgorithms?: Algorithm[];
|
|
2060
2058
|
}
|
|
2061
2059
|
interface AlgorithmConfigNonNullableFields {
|
|
2062
|
-
_id: string;
|
|
2063
2060
|
name: string;
|
|
2064
2061
|
description: string;
|
|
2065
2062
|
algorithmType: AlgorithmType;
|
|
@@ -4146,16 +4143,6 @@ interface LineItem$6 {
|
|
|
4146
4143
|
* @readonly
|
|
4147
4144
|
*/
|
|
4148
4145
|
consentRequiredPaymentPolicy?: string | null;
|
|
4149
|
-
/**
|
|
4150
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
4151
|
-
* @readonly
|
|
4152
|
-
*/
|
|
4153
|
-
priceUndetermined?: boolean;
|
|
4154
|
-
/**
|
|
4155
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
4156
|
-
* @readonly
|
|
4157
|
-
*/
|
|
4158
|
-
fixedQuantity?: boolean;
|
|
4159
4146
|
/**
|
|
4160
4147
|
* Overriding values for catalog item properties.
|
|
4161
4148
|
*
|
|
@@ -4722,18 +4709,6 @@ interface CustomLineItem$4 {
|
|
|
4722
4709
|
depositAmount?: string | null;
|
|
4723
4710
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
4724
4711
|
catalogReference?: CatalogReference$6;
|
|
4725
|
-
/**
|
|
4726
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
4727
|
-
*
|
|
4728
|
-
* Default: `false`
|
|
4729
|
-
*/
|
|
4730
|
-
priceUndetermined?: boolean;
|
|
4731
|
-
/**
|
|
4732
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
4733
|
-
*
|
|
4734
|
-
* Default: `false`
|
|
4735
|
-
*/
|
|
4736
|
-
fixedQuantity?: boolean;
|
|
4737
4712
|
/**
|
|
4738
4713
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
4739
4714
|
* @readonly
|
|
@@ -4784,6 +4759,18 @@ interface AddToCurrentCartAndEstimateTotalsRequest$1 {
|
|
|
4784
4759
|
billingAddress?: Address$9;
|
|
4785
4760
|
/** The selected membership payment options and which line items they apply to. */
|
|
4786
4761
|
selectedMemberships?: SelectedMemberships$4;
|
|
4762
|
+
/**
|
|
4763
|
+
* Whether to calculate tax in the calculation request.
|
|
4764
|
+
*
|
|
4765
|
+
* Default: `true`
|
|
4766
|
+
*/
|
|
4767
|
+
calculateTax?: boolean | null;
|
|
4768
|
+
/**
|
|
4769
|
+
* Whether to calculate shipping in the calculation request.
|
|
4770
|
+
*
|
|
4771
|
+
* Default: `true`
|
|
4772
|
+
*/
|
|
4773
|
+
calculateShipping?: boolean | null;
|
|
4787
4774
|
}
|
|
4788
4775
|
interface SelectedMemberships$4 {
|
|
4789
4776
|
/** Selected memberships. */
|
|
@@ -5562,6 +5549,18 @@ interface EstimateCurrentCartTotalsRequest$1 {
|
|
|
5562
5549
|
billingAddress?: Address$9;
|
|
5563
5550
|
/** The selected membership payment options and which line items they apply to. */
|
|
5564
5551
|
selectedMemberships?: SelectedMemberships$4;
|
|
5552
|
+
/**
|
|
5553
|
+
* Whether to calculate tax in the calculation request.
|
|
5554
|
+
*
|
|
5555
|
+
* Default: `true`
|
|
5556
|
+
*/
|
|
5557
|
+
calculateTax?: boolean | null;
|
|
5558
|
+
/**
|
|
5559
|
+
* Whether to calculate shipping in the calculation request.
|
|
5560
|
+
*
|
|
5561
|
+
* Default: `true`
|
|
5562
|
+
*/
|
|
5563
|
+
calculateShipping?: boolean | null;
|
|
5565
5564
|
}
|
|
5566
5565
|
interface DeleteCurrentCartRequest$1 {
|
|
5567
5566
|
}
|
|
@@ -5768,6 +5767,18 @@ interface EstimateTotalsRequest$1 {
|
|
|
5768
5767
|
billingAddress?: Address$9;
|
|
5769
5768
|
/** The selected membership payment options and which line items they apply to. */
|
|
5770
5769
|
selectedMemberships?: SelectedMemberships$4;
|
|
5770
|
+
/**
|
|
5771
|
+
* Whether to calculate tax in the calculation request.
|
|
5772
|
+
*
|
|
5773
|
+
* Default: `true`
|
|
5774
|
+
*/
|
|
5775
|
+
calculateTax?: boolean | null;
|
|
5776
|
+
/**
|
|
5777
|
+
* Whether to calculate shipping in the calculation request.
|
|
5778
|
+
*
|
|
5779
|
+
* Default: `true`
|
|
5780
|
+
*/
|
|
5781
|
+
calculateShipping?: boolean | null;
|
|
5771
5782
|
}
|
|
5772
5783
|
interface DeleteCartRequest$1 {
|
|
5773
5784
|
/** ID of the cart to delete. */
|
|
@@ -6426,6 +6437,18 @@ interface EstimateTotalsOptions {
|
|
|
6426
6437
|
billingAddress?: Address$9;
|
|
6427
6438
|
/** The selected membership payment options and which line items they apply to. */
|
|
6428
6439
|
selectedMemberships?: SelectedMemberships$4;
|
|
6440
|
+
/**
|
|
6441
|
+
* Whether to calculate tax in the calculation request.
|
|
6442
|
+
*
|
|
6443
|
+
* Default: `true`
|
|
6444
|
+
*/
|
|
6445
|
+
calculateTax?: boolean | null;
|
|
6446
|
+
/**
|
|
6447
|
+
* Whether to calculate shipping in the calculation request.
|
|
6448
|
+
*
|
|
6449
|
+
* Default: `true`
|
|
6450
|
+
*/
|
|
6451
|
+
calculateShipping?: boolean | null;
|
|
6429
6452
|
}
|
|
6430
6453
|
|
|
6431
6454
|
declare function createCart$1(httpClient: HttpClient): CreateCartSignature;
|
|
@@ -6824,16 +6847,6 @@ interface LineItem$5 {
|
|
|
6824
6847
|
* @readonly
|
|
6825
6848
|
*/
|
|
6826
6849
|
consentRequiredPaymentPolicy?: string | null;
|
|
6827
|
-
/**
|
|
6828
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
6829
|
-
* @readonly
|
|
6830
|
-
*/
|
|
6831
|
-
priceUndetermined?: boolean;
|
|
6832
|
-
/**
|
|
6833
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
6834
|
-
* @readonly
|
|
6835
|
-
*/
|
|
6836
|
-
fixedQuantity?: boolean;
|
|
6837
6850
|
/**
|
|
6838
6851
|
* Overriding values for catalog item properties.
|
|
6839
6852
|
*
|
|
@@ -7400,18 +7413,6 @@ interface CustomLineItem$3 {
|
|
|
7400
7413
|
depositAmount?: string | null;
|
|
7401
7414
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
7402
7415
|
catalogReference?: CatalogReference$5;
|
|
7403
|
-
/**
|
|
7404
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
7405
|
-
*
|
|
7406
|
-
* Default: `false`
|
|
7407
|
-
*/
|
|
7408
|
-
priceUndetermined?: boolean;
|
|
7409
|
-
/**
|
|
7410
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
7411
|
-
*
|
|
7412
|
-
* Default: `false`
|
|
7413
|
-
*/
|
|
7414
|
-
fixedQuantity?: boolean;
|
|
7415
7416
|
/**
|
|
7416
7417
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
7417
7418
|
* @readonly
|
|
@@ -7462,6 +7463,18 @@ interface AddToCurrentCartAndEstimateTotalsRequest {
|
|
|
7462
7463
|
billingAddress?: Address$8;
|
|
7463
7464
|
/** The selected membership payment options and which line items they apply to. */
|
|
7464
7465
|
selectedMemberships?: SelectedMemberships$3;
|
|
7466
|
+
/**
|
|
7467
|
+
* Whether to calculate tax in the calculation request.
|
|
7468
|
+
*
|
|
7469
|
+
* Default: `true`
|
|
7470
|
+
*/
|
|
7471
|
+
calculateTax?: boolean | null;
|
|
7472
|
+
/**
|
|
7473
|
+
* Whether to calculate shipping in the calculation request.
|
|
7474
|
+
*
|
|
7475
|
+
* Default: `true`
|
|
7476
|
+
*/
|
|
7477
|
+
calculateShipping?: boolean | null;
|
|
7465
7478
|
}
|
|
7466
7479
|
interface SelectedMemberships$3 {
|
|
7467
7480
|
/** Selected memberships. */
|
|
@@ -8240,6 +8253,18 @@ interface EstimateCurrentCartTotalsRequest {
|
|
|
8240
8253
|
billingAddress?: Address$8;
|
|
8241
8254
|
/** The selected membership payment options and which line items they apply to. */
|
|
8242
8255
|
selectedMemberships?: SelectedMemberships$3;
|
|
8256
|
+
/**
|
|
8257
|
+
* Whether to calculate tax in the calculation request.
|
|
8258
|
+
*
|
|
8259
|
+
* Default: `true`
|
|
8260
|
+
*/
|
|
8261
|
+
calculateTax?: boolean | null;
|
|
8262
|
+
/**
|
|
8263
|
+
* Whether to calculate shipping in the calculation request.
|
|
8264
|
+
*
|
|
8265
|
+
* Default: `true`
|
|
8266
|
+
*/
|
|
8267
|
+
calculateShipping?: boolean | null;
|
|
8243
8268
|
}
|
|
8244
8269
|
interface DeleteCurrentCartRequest {
|
|
8245
8270
|
}
|
|
@@ -8446,6 +8471,18 @@ interface EstimateTotalsRequest {
|
|
|
8446
8471
|
billingAddress?: Address$8;
|
|
8447
8472
|
/** The selected membership payment options and which line items they apply to. */
|
|
8448
8473
|
selectedMemberships?: SelectedMemberships$3;
|
|
8474
|
+
/**
|
|
8475
|
+
* Whether to calculate tax in the calculation request.
|
|
8476
|
+
*
|
|
8477
|
+
* Default: `true`
|
|
8478
|
+
*/
|
|
8479
|
+
calculateTax?: boolean | null;
|
|
8480
|
+
/**
|
|
8481
|
+
* Whether to calculate shipping in the calculation request.
|
|
8482
|
+
*
|
|
8483
|
+
* Default: `true`
|
|
8484
|
+
*/
|
|
8485
|
+
calculateShipping?: boolean | null;
|
|
8449
8486
|
}
|
|
8450
8487
|
interface DeleteCartRequest {
|
|
8451
8488
|
/** ID of the cart to delete. */
|
|
@@ -9008,6 +9045,18 @@ interface EstimateCurrentCartTotalsOptions {
|
|
|
9008
9045
|
billingAddress?: Address$8;
|
|
9009
9046
|
/** The selected membership payment options and which line items they apply to. */
|
|
9010
9047
|
selectedMemberships?: SelectedMemberships$3;
|
|
9048
|
+
/**
|
|
9049
|
+
* Whether to calculate tax in the calculation request.
|
|
9050
|
+
*
|
|
9051
|
+
* Default: `true`
|
|
9052
|
+
*/
|
|
9053
|
+
calculateTax?: boolean | null;
|
|
9054
|
+
/**
|
|
9055
|
+
* Whether to calculate shipping in the calculation request.
|
|
9056
|
+
*
|
|
9057
|
+
* Default: `true`
|
|
9058
|
+
*/
|
|
9059
|
+
calculateShipping?: boolean | null;
|
|
9011
9060
|
}
|
|
9012
9061
|
|
|
9013
9062
|
declare function getCurrentCart$1(httpClient: HttpClient): GetCurrentCartSignature;
|
|
@@ -9544,16 +9593,6 @@ interface LineItem$4 {
|
|
|
9544
9593
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
9545
9594
|
*/
|
|
9546
9595
|
catalogOverrideFields?: CatalogOverrideFields$1;
|
|
9547
|
-
/**
|
|
9548
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
9549
|
-
* @readonly
|
|
9550
|
-
*/
|
|
9551
|
-
priceUndetermined?: boolean;
|
|
9552
|
-
/**
|
|
9553
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
9554
|
-
* @readonly
|
|
9555
|
-
*/
|
|
9556
|
-
fixedQuantity?: boolean;
|
|
9557
9596
|
/**
|
|
9558
9597
|
* Whether to save the payment method on the order.
|
|
9559
9598
|
*
|
|
@@ -10855,18 +10894,6 @@ interface CustomLineItem$2 {
|
|
|
10855
10894
|
depositAmount?: string | null;
|
|
10856
10895
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
10857
10896
|
catalogReference?: CatalogReference$4;
|
|
10858
|
-
/**
|
|
10859
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
10860
|
-
*
|
|
10861
|
-
* Default: `false`
|
|
10862
|
-
*/
|
|
10863
|
-
priceUndetermined?: boolean;
|
|
10864
|
-
/**
|
|
10865
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
10866
|
-
*
|
|
10867
|
-
* Default: `false`
|
|
10868
|
-
*/
|
|
10869
|
-
fixedQuantity?: boolean;
|
|
10870
10897
|
/**
|
|
10871
10898
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
10872
10899
|
* @readonly
|
|
@@ -13518,18 +13545,6 @@ interface CustomLineItem$1 {
|
|
|
13518
13545
|
depositAmount?: string | null;
|
|
13519
13546
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
13520
13547
|
catalogReference?: CatalogReference$3;
|
|
13521
|
-
/**
|
|
13522
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
13523
|
-
*
|
|
13524
|
-
* Default: `false`
|
|
13525
|
-
*/
|
|
13526
|
-
priceUndetermined?: boolean;
|
|
13527
|
-
/**
|
|
13528
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
13529
|
-
*
|
|
13530
|
-
* Default: `false`
|
|
13531
|
-
*/
|
|
13532
|
-
fixedQuantity?: boolean;
|
|
13533
13548
|
/**
|
|
13534
13549
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
13535
13550
|
* @readonly
|
|
@@ -14127,16 +14142,6 @@ interface LineItem$3 {
|
|
|
14127
14142
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
14128
14143
|
*/
|
|
14129
14144
|
catalogOverrideFields?: CatalogOverrideFields;
|
|
14130
|
-
/**
|
|
14131
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
14132
|
-
* @readonly
|
|
14133
|
-
*/
|
|
14134
|
-
priceUndetermined?: boolean;
|
|
14135
|
-
/**
|
|
14136
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
14137
|
-
* @readonly
|
|
14138
|
-
*/
|
|
14139
|
-
fixedQuantity?: boolean;
|
|
14140
14145
|
/**
|
|
14141
14146
|
* Whether to save the payment method on the order.
|
|
14142
14147
|
*
|
|
@@ -1250,8 +1250,6 @@ interface AlgorithmInfo$1 {
|
|
|
1250
1250
|
catalogAppIds?: string[];
|
|
1251
1251
|
}
|
|
1252
1252
|
interface AlgorithmConfig$1 {
|
|
1253
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
1254
|
-
id?: string;
|
|
1255
1253
|
/** Algorithm name. This value is not translatable. */
|
|
1256
1254
|
name?: string;
|
|
1257
1255
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -1294,7 +1292,6 @@ interface GetRecommendationResponse$1 {
|
|
|
1294
1292
|
recommendation?: Recommendation$1;
|
|
1295
1293
|
}
|
|
1296
1294
|
interface AlgorithmConfigNonNullableFields$1 {
|
|
1297
|
-
id: string;
|
|
1298
1295
|
name: string;
|
|
1299
1296
|
description: string;
|
|
1300
1297
|
algorithmType: AlgorithmType$1;
|
|
@@ -1385,8 +1382,6 @@ interface AlgorithmInfo {
|
|
|
1385
1382
|
catalogAppIds?: string[];
|
|
1386
1383
|
}
|
|
1387
1384
|
interface AlgorithmConfig {
|
|
1388
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
1389
|
-
_id?: string;
|
|
1390
1385
|
/** Algorithm name. This value is not translatable. */
|
|
1391
1386
|
name?: string;
|
|
1392
1387
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -1429,7 +1424,6 @@ interface GetRecommendationResponse {
|
|
|
1429
1424
|
recommendation?: Recommendation;
|
|
1430
1425
|
}
|
|
1431
1426
|
interface AlgorithmConfigNonNullableFields {
|
|
1432
|
-
_id: string;
|
|
1433
1427
|
name: string;
|
|
1434
1428
|
description: string;
|
|
1435
1429
|
algorithmType: AlgorithmType;
|
|
@@ -3066,16 +3060,6 @@ interface LineItem$7 {
|
|
|
3066
3060
|
* @readonly
|
|
3067
3061
|
*/
|
|
3068
3062
|
consentRequiredPaymentPolicy?: string | null;
|
|
3069
|
-
/**
|
|
3070
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
3071
|
-
* @readonly
|
|
3072
|
-
*/
|
|
3073
|
-
priceUndetermined?: boolean;
|
|
3074
|
-
/**
|
|
3075
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
3076
|
-
* @readonly
|
|
3077
|
-
*/
|
|
3078
|
-
fixedQuantity?: boolean;
|
|
3079
3063
|
/**
|
|
3080
3064
|
* Overriding values for catalog item properties.
|
|
3081
3065
|
*
|
|
@@ -3620,18 +3604,6 @@ interface CustomLineItem$9 {
|
|
|
3620
3604
|
depositAmount?: string | null;
|
|
3621
3605
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
3622
3606
|
catalogReference?: CatalogReference$d;
|
|
3623
|
-
/**
|
|
3624
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
3625
|
-
*
|
|
3626
|
-
* Default: `false`
|
|
3627
|
-
*/
|
|
3628
|
-
priceUndetermined?: boolean;
|
|
3629
|
-
/**
|
|
3630
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
3631
|
-
*
|
|
3632
|
-
* Default: `false`
|
|
3633
|
-
*/
|
|
3634
|
-
fixedQuantity?: boolean;
|
|
3635
3607
|
/**
|
|
3636
3608
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
3637
3609
|
* @readonly
|
|
@@ -4420,6 +4392,18 @@ interface EstimateTotalsRequest$1 {
|
|
|
4420
4392
|
billingAddress?: Address$d;
|
|
4421
4393
|
/** The selected membership payment options and which line items they apply to. */
|
|
4422
4394
|
selectedMemberships?: SelectedMemberships$7;
|
|
4395
|
+
/**
|
|
4396
|
+
* Whether to calculate tax in the calculation request.
|
|
4397
|
+
*
|
|
4398
|
+
* Default: `true`
|
|
4399
|
+
*/
|
|
4400
|
+
calculateTax?: boolean | null;
|
|
4401
|
+
/**
|
|
4402
|
+
* Whether to calculate shipping in the calculation request.
|
|
4403
|
+
*
|
|
4404
|
+
* Default: `true`
|
|
4405
|
+
*/
|
|
4406
|
+
calculateShipping?: boolean | null;
|
|
4423
4407
|
}
|
|
4424
4408
|
interface DeleteCartRequest$1 {
|
|
4425
4409
|
/** ID of the cart to delete. */
|
|
@@ -5072,16 +5056,6 @@ interface LineItem$6 {
|
|
|
5072
5056
|
* @readonly
|
|
5073
5057
|
*/
|
|
5074
5058
|
consentRequiredPaymentPolicy?: string | null;
|
|
5075
|
-
/**
|
|
5076
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
5077
|
-
* @readonly
|
|
5078
|
-
*/
|
|
5079
|
-
priceUndetermined?: boolean;
|
|
5080
|
-
/**
|
|
5081
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
5082
|
-
* @readonly
|
|
5083
|
-
*/
|
|
5084
|
-
fixedQuantity?: boolean;
|
|
5085
5059
|
/**
|
|
5086
5060
|
* Overriding values for catalog item properties.
|
|
5087
5061
|
*
|
|
@@ -5558,18 +5532,6 @@ interface CustomLineItem$8 {
|
|
|
5558
5532
|
depositAmount?: string | null;
|
|
5559
5533
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
5560
5534
|
catalogReference?: CatalogReference$c;
|
|
5561
|
-
/**
|
|
5562
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
5563
|
-
*
|
|
5564
|
-
* Default: `false`
|
|
5565
|
-
*/
|
|
5566
|
-
priceUndetermined?: boolean;
|
|
5567
|
-
/**
|
|
5568
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
5569
|
-
*
|
|
5570
|
-
* Default: `false`
|
|
5571
|
-
*/
|
|
5572
|
-
fixedQuantity?: boolean;
|
|
5573
5535
|
/**
|
|
5574
5536
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
5575
5537
|
* @readonly
|
|
@@ -6367,6 +6329,18 @@ interface EstimateTotalsRequest {
|
|
|
6367
6329
|
billingAddress?: Address$c;
|
|
6368
6330
|
/** The selected membership payment options and which line items they apply to. */
|
|
6369
6331
|
selectedMemberships?: SelectedMemberships$6;
|
|
6332
|
+
/**
|
|
6333
|
+
* Whether to calculate tax in the calculation request.
|
|
6334
|
+
*
|
|
6335
|
+
* Default: `true`
|
|
6336
|
+
*/
|
|
6337
|
+
calculateTax?: boolean | null;
|
|
6338
|
+
/**
|
|
6339
|
+
* Whether to calculate shipping in the calculation request.
|
|
6340
|
+
*
|
|
6341
|
+
* Default: `true`
|
|
6342
|
+
*/
|
|
6343
|
+
calculateShipping?: boolean | null;
|
|
6370
6344
|
}
|
|
6371
6345
|
interface DeleteCartRequest {
|
|
6372
6346
|
/** ID of the cart to delete. */
|
|
@@ -7058,16 +7032,6 @@ interface LineItem$5 {
|
|
|
7058
7032
|
* @readonly
|
|
7059
7033
|
*/
|
|
7060
7034
|
consentRequiredPaymentPolicy?: string | null;
|
|
7061
|
-
/**
|
|
7062
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
7063
|
-
* @readonly
|
|
7064
|
-
*/
|
|
7065
|
-
priceUndetermined?: boolean;
|
|
7066
|
-
/**
|
|
7067
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
7068
|
-
* @readonly
|
|
7069
|
-
*/
|
|
7070
|
-
fixedQuantity?: boolean;
|
|
7071
7035
|
/**
|
|
7072
7036
|
* Overriding values for catalog item properties.
|
|
7073
7037
|
*
|
|
@@ -7618,18 +7582,6 @@ interface CustomLineItem$7 {
|
|
|
7618
7582
|
depositAmount?: string | null;
|
|
7619
7583
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
7620
7584
|
catalogReference?: CatalogReference$b;
|
|
7621
|
-
/**
|
|
7622
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
7623
|
-
*
|
|
7624
|
-
* Default: `false`
|
|
7625
|
-
*/
|
|
7626
|
-
priceUndetermined?: boolean;
|
|
7627
|
-
/**
|
|
7628
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
7629
|
-
*
|
|
7630
|
-
* Default: `false`
|
|
7631
|
-
*/
|
|
7632
|
-
fixedQuantity?: boolean;
|
|
7633
7585
|
/**
|
|
7634
7586
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
7635
7587
|
* @readonly
|
|
@@ -8375,6 +8327,18 @@ interface EstimateCurrentCartTotalsRequest$1 {
|
|
|
8375
8327
|
billingAddress?: Address$b;
|
|
8376
8328
|
/** The selected membership payment options and which line items they apply to. */
|
|
8377
8329
|
selectedMemberships?: SelectedMemberships$5;
|
|
8330
|
+
/**
|
|
8331
|
+
* Whether to calculate tax in the calculation request.
|
|
8332
|
+
*
|
|
8333
|
+
* Default: `true`
|
|
8334
|
+
*/
|
|
8335
|
+
calculateTax?: boolean | null;
|
|
8336
|
+
/**
|
|
8337
|
+
* Whether to calculate shipping in the calculation request.
|
|
8338
|
+
*
|
|
8339
|
+
* Default: `true`
|
|
8340
|
+
*/
|
|
8341
|
+
calculateShipping?: boolean | null;
|
|
8378
8342
|
}
|
|
8379
8343
|
interface DeleteCurrentCartRequest$1 {
|
|
8380
8344
|
}
|
|
@@ -9024,16 +8988,6 @@ interface LineItem$4 {
|
|
|
9024
8988
|
* @readonly
|
|
9025
8989
|
*/
|
|
9026
8990
|
consentRequiredPaymentPolicy?: string | null;
|
|
9027
|
-
/**
|
|
9028
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
9029
|
-
* @readonly
|
|
9030
|
-
*/
|
|
9031
|
-
priceUndetermined?: boolean;
|
|
9032
|
-
/**
|
|
9033
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
9034
|
-
* @readonly
|
|
9035
|
-
*/
|
|
9036
|
-
fixedQuantity?: boolean;
|
|
9037
8991
|
/**
|
|
9038
8992
|
* Overriding values for catalog item properties.
|
|
9039
8993
|
*
|
|
@@ -9516,18 +9470,6 @@ interface CustomLineItem$6 {
|
|
|
9516
9470
|
depositAmount?: string | null;
|
|
9517
9471
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
9518
9472
|
catalogReference?: CatalogReference$a;
|
|
9519
|
-
/**
|
|
9520
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
9521
|
-
*
|
|
9522
|
-
* Default: `false`
|
|
9523
|
-
*/
|
|
9524
|
-
priceUndetermined?: boolean;
|
|
9525
|
-
/**
|
|
9526
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
9527
|
-
*
|
|
9528
|
-
* Default: `false`
|
|
9529
|
-
*/
|
|
9530
|
-
fixedQuantity?: boolean;
|
|
9531
9473
|
/**
|
|
9532
9474
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
9533
9475
|
* @readonly
|
|
@@ -10282,6 +10224,18 @@ interface EstimateCurrentCartTotalsRequest {
|
|
|
10282
10224
|
billingAddress?: Address$a;
|
|
10283
10225
|
/** The selected membership payment options and which line items they apply to. */
|
|
10284
10226
|
selectedMemberships?: SelectedMemberships$4;
|
|
10227
|
+
/**
|
|
10228
|
+
* Whether to calculate tax in the calculation request.
|
|
10229
|
+
*
|
|
10230
|
+
* Default: `true`
|
|
10231
|
+
*/
|
|
10232
|
+
calculateTax?: boolean | null;
|
|
10233
|
+
/**
|
|
10234
|
+
* Whether to calculate shipping in the calculation request.
|
|
10235
|
+
*
|
|
10236
|
+
* Default: `true`
|
|
10237
|
+
*/
|
|
10238
|
+
calculateShipping?: boolean | null;
|
|
10285
10239
|
}
|
|
10286
10240
|
interface DeleteCurrentCartRequest {
|
|
10287
10241
|
}
|
|
@@ -11072,16 +11026,6 @@ interface LineItem$3 {
|
|
|
11072
11026
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
11073
11027
|
*/
|
|
11074
11028
|
catalogOverrideFields?: CatalogOverrideFields$3;
|
|
11075
|
-
/**
|
|
11076
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
11077
|
-
* @readonly
|
|
11078
|
-
*/
|
|
11079
|
-
priceUndetermined?: boolean;
|
|
11080
|
-
/**
|
|
11081
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
11082
|
-
* @readonly
|
|
11083
|
-
*/
|
|
11084
|
-
fixedQuantity?: boolean;
|
|
11085
11029
|
/**
|
|
11086
11030
|
* Whether to save the payment method on the order.
|
|
11087
11031
|
*
|
|
@@ -12285,18 +12229,6 @@ interface CustomLineItem$5 {
|
|
|
12285
12229
|
depositAmount?: string | null;
|
|
12286
12230
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
12287
12231
|
catalogReference?: CatalogReference$9;
|
|
12288
|
-
/**
|
|
12289
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
12290
|
-
*
|
|
12291
|
-
* Default: `false`
|
|
12292
|
-
*/
|
|
12293
|
-
priceUndetermined?: boolean;
|
|
12294
|
-
/**
|
|
12295
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
12296
|
-
*
|
|
12297
|
-
* Default: `false`
|
|
12298
|
-
*/
|
|
12299
|
-
fixedQuantity?: boolean;
|
|
12300
12232
|
/**
|
|
12301
12233
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
12302
12234
|
* @readonly
|
|
@@ -13280,16 +13212,6 @@ interface LineItem$2 {
|
|
|
13280
13212
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
13281
13213
|
*/
|
|
13282
13214
|
catalogOverrideFields?: CatalogOverrideFields$2;
|
|
13283
|
-
/**
|
|
13284
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
13285
|
-
* @readonly
|
|
13286
|
-
*/
|
|
13287
|
-
priceUndetermined?: boolean;
|
|
13288
|
-
/**
|
|
13289
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
13290
|
-
* @readonly
|
|
13291
|
-
*/
|
|
13292
|
-
fixedQuantity?: boolean;
|
|
13293
13215
|
/**
|
|
13294
13216
|
* Whether to save the payment method on the order.
|
|
13295
13217
|
*
|
|
@@ -14433,18 +14355,6 @@ interface CustomLineItem$4 {
|
|
|
14433
14355
|
depositAmount?: string | null;
|
|
14434
14356
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
14435
14357
|
catalogReference?: CatalogReference$8;
|
|
14436
|
-
/**
|
|
14437
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
14438
|
-
*
|
|
14439
|
-
* Default: `false`
|
|
14440
|
-
*/
|
|
14441
|
-
priceUndetermined?: boolean;
|
|
14442
|
-
/**
|
|
14443
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
14444
|
-
*
|
|
14445
|
-
* Default: `false`
|
|
14446
|
-
*/
|
|
14447
|
-
fixedQuantity?: boolean;
|
|
14448
14358
|
/**
|
|
14449
14359
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
14450
14360
|
* @readonly
|
|
@@ -15929,18 +15839,6 @@ interface CustomLineItem$3 {
|
|
|
15929
15839
|
depositAmount?: string | null;
|
|
15930
15840
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
15931
15841
|
catalogReference?: CatalogReference$7;
|
|
15932
|
-
/**
|
|
15933
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
15934
|
-
*
|
|
15935
|
-
* Default: `false`
|
|
15936
|
-
*/
|
|
15937
|
-
priceUndetermined?: boolean;
|
|
15938
|
-
/**
|
|
15939
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
15940
|
-
*
|
|
15941
|
-
* Default: `false`
|
|
15942
|
-
*/
|
|
15943
|
-
fixedQuantity?: boolean;
|
|
15944
15842
|
/**
|
|
15945
15843
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
15946
15844
|
* @readonly
|
|
@@ -16610,18 +16508,6 @@ interface CustomLineItem$2 {
|
|
|
16610
16508
|
depositAmount?: string | null;
|
|
16611
16509
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
16612
16510
|
catalogReference?: CatalogReference$6;
|
|
16613
|
-
/**
|
|
16614
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
16615
|
-
*
|
|
16616
|
-
* Default: `false`
|
|
16617
|
-
*/
|
|
16618
|
-
priceUndetermined?: boolean;
|
|
16619
|
-
/**
|
|
16620
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
16621
|
-
*
|
|
16622
|
-
* Default: `false`
|
|
16623
|
-
*/
|
|
16624
|
-
fixedQuantity?: boolean;
|
|
16625
16511
|
/**
|
|
16626
16512
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
16627
16513
|
* @readonly
|
|
@@ -443,8 +443,6 @@ interface RecommendationsProviderConfig {
|
|
|
443
443
|
supportedAlgorithms?: AlgorithmConfig[];
|
|
444
444
|
}
|
|
445
445
|
interface AlgorithmConfig {
|
|
446
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
447
|
-
_id?: string;
|
|
448
446
|
/** Algorithm name. This value is not translatable. */
|
|
449
447
|
name?: string;
|
|
450
448
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -3948,16 +3946,6 @@ interface LineItem$1 {
|
|
|
3948
3946
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
3949
3947
|
*/
|
|
3950
3948
|
catalogOverrideFields?: CatalogOverrideFields;
|
|
3951
|
-
/**
|
|
3952
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
3953
|
-
* @readonly
|
|
3954
|
-
*/
|
|
3955
|
-
priceUndetermined?: boolean;
|
|
3956
|
-
/**
|
|
3957
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
3958
|
-
* @readonly
|
|
3959
|
-
*/
|
|
3960
|
-
fixedQuantity?: boolean;
|
|
3961
3949
|
/**
|
|
3962
3950
|
* Whether to save the payment method on the order.
|
|
3963
3951
|
*
|
|
@@ -443,8 +443,6 @@ interface RecommendationsProviderConfig {
|
|
|
443
443
|
supportedAlgorithms?: AlgorithmConfig[];
|
|
444
444
|
}
|
|
445
445
|
interface AlgorithmConfig {
|
|
446
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
447
|
-
_id?: string;
|
|
448
446
|
/** Algorithm name. This value is not translatable. */
|
|
449
447
|
name?: string;
|
|
450
448
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -3948,16 +3946,6 @@ interface LineItem$1 {
|
|
|
3948
3946
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
3949
3947
|
*/
|
|
3950
3948
|
catalogOverrideFields?: CatalogOverrideFields;
|
|
3951
|
-
/**
|
|
3952
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
3953
|
-
* @readonly
|
|
3954
|
-
*/
|
|
3955
|
-
priceUndetermined?: boolean;
|
|
3956
|
-
/**
|
|
3957
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
3958
|
-
* @readonly
|
|
3959
|
-
*/
|
|
3960
|
-
fixedQuantity?: boolean;
|
|
3961
3949
|
/**
|
|
3962
3950
|
* Whether to save the payment method on the order.
|
|
3963
3951
|
*
|