@wix/ecom 1.0.727 → 1.0.729
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/build/cjs/service-plugins-context.d.ts +1 -0
- package/build/cjs/service-plugins-context.js +2 -1
- package/build/cjs/service-plugins-context.js.map +1 -1
- package/build/cjs/service-plugins.d.ts +1 -0
- package/build/cjs/service-plugins.js +2 -1
- package/build/cjs/service-plugins.js.map +1 -1
- package/build/es/service-plugins-context.d.ts +1 -0
- package/build/es/service-plugins-context.js +1 -0
- package/build/es/service-plugins-context.js.map +1 -1
- package/build/es/service-plugins.d.ts +1 -0
- package/build/es/service-plugins.js +1 -0
- package/build/es/service-plugins.js.map +1 -1
- package/package.json +34 -33
- package/type-bundles/context.bundle.d.ts +133 -100
- package/type-bundles/index.bundle.d.ts +133 -100
- package/type-bundles/meta.bundle.d.ts +77 -123
- package/type-bundles/service-plugins-context.bundle.d.ts +364 -41
- package/type-bundles/service-plugins.bundle.d.ts +364 -41
|
@@ -142,7 +142,7 @@ interface LineItem$8 {
|
|
|
142
142
|
quantity?: number | null;
|
|
143
143
|
/**
|
|
144
144
|
* Catalog and item reference. Holds IDs for the item and the catalog it came from, as well as further optional info.
|
|
145
|
-
* This field
|
|
145
|
+
* This field may be empty in the case of a custom line item.
|
|
146
146
|
*/
|
|
147
147
|
catalogReference?: CatalogReference$a;
|
|
148
148
|
/** Price of a single item. */
|
|
@@ -3621,7 +3621,7 @@ interface LineItem$6 {
|
|
|
3621
3621
|
_id?: string | null;
|
|
3622
3622
|
/** Item quantity. */
|
|
3623
3623
|
quantity?: number;
|
|
3624
|
-
/** Catalog and item reference. Holds IDs for the item and the catalog it came from, as well as further optional info. */
|
|
3624
|
+
/** Catalog and item reference. Holds 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. */
|
|
3625
3625
|
catalogReference?: CatalogReference$6;
|
|
3626
3626
|
/**
|
|
3627
3627
|
* Item name.
|
|
@@ -4173,7 +4173,7 @@ interface UpdateCartRequest$1 {
|
|
|
4173
4173
|
/** Catalog line items. */
|
|
4174
4174
|
lineItems?: LineItem$6[];
|
|
4175
4175
|
/**
|
|
4176
|
-
* Custom line items.
|
|
4176
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
4177
4177
|
*
|
|
4178
4178
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
4179
4179
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -4262,7 +4262,7 @@ interface CustomLineItem$4 {
|
|
|
4262
4262
|
* When omitted, the item's price will not be split and is expected to be paid in a single installment.
|
|
4263
4263
|
*/
|
|
4264
4264
|
depositAmount?: string | null;
|
|
4265
|
-
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. */
|
|
4265
|
+
/** 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. */
|
|
4266
4266
|
catalogReference?: CatalogReference$6;
|
|
4267
4267
|
}
|
|
4268
4268
|
interface UpdateCartResponse$1 {
|
|
@@ -4273,7 +4273,7 @@ interface AddToCurrentCartRequest$1 {
|
|
|
4273
4273
|
/** Catalog line items. */
|
|
4274
4274
|
lineItems?: LineItem$6[];
|
|
4275
4275
|
/**
|
|
4276
|
-
* Custom line items.
|
|
4276
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
4277
4277
|
*
|
|
4278
4278
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
4279
4279
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -4288,7 +4288,7 @@ interface AddToCurrentCartAndEstimateTotalsRequest$1 {
|
|
|
4288
4288
|
/** Catalog line items. */
|
|
4289
4289
|
lineItems?: LineItem$6[];
|
|
4290
4290
|
/**
|
|
4291
|
-
* Custom line items.
|
|
4291
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
4292
4292
|
*
|
|
4293
4293
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
4294
4294
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -5200,7 +5200,7 @@ interface CreateCartRequest$1 {
|
|
|
5200
5200
|
/** Catalog line items. */
|
|
5201
5201
|
lineItems?: LineItem$6[];
|
|
5202
5202
|
/**
|
|
5203
|
-
* Custom line items.
|
|
5203
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
5204
5204
|
*
|
|
5205
5205
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
5206
5206
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -5233,7 +5233,7 @@ interface AddToCartRequest$1 {
|
|
|
5233
5233
|
/** Catalog line items. */
|
|
5234
5234
|
lineItems?: LineItem$6[];
|
|
5235
5235
|
/**
|
|
5236
|
-
* Custom line items.
|
|
5236
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
5237
5237
|
*
|
|
5238
5238
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
5239
5239
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -5799,7 +5799,7 @@ interface CreateCartOptions {
|
|
|
5799
5799
|
/** Catalog line items. */
|
|
5800
5800
|
lineItems?: LineItem$6[];
|
|
5801
5801
|
/**
|
|
5802
|
-
* Custom line items.
|
|
5802
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
5803
5803
|
*
|
|
5804
5804
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
5805
5805
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -5895,7 +5895,7 @@ interface UpdateCartOptions {
|
|
|
5895
5895
|
/** Catalog line items. */
|
|
5896
5896
|
lineItems?: LineItem$6[];
|
|
5897
5897
|
/**
|
|
5898
|
-
* Custom line items.
|
|
5898
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
5899
5899
|
*
|
|
5900
5900
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
5901
5901
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -5906,7 +5906,7 @@ interface AddToCartOptions {
|
|
|
5906
5906
|
/** Catalog line items. */
|
|
5907
5907
|
lineItems?: LineItem$6[];
|
|
5908
5908
|
/**
|
|
5909
|
-
* Custom line items.
|
|
5909
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
5910
5910
|
*
|
|
5911
5911
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
5912
5912
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -6216,7 +6216,7 @@ interface LineItem$5 {
|
|
|
6216
6216
|
_id?: string | null;
|
|
6217
6217
|
/** Item quantity. */
|
|
6218
6218
|
quantity?: number;
|
|
6219
|
-
/** Catalog and item reference. Holds IDs for the item and the catalog it came from, as well as further optional info. */
|
|
6219
|
+
/** Catalog and item reference. Holds 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. */
|
|
6220
6220
|
catalogReference?: CatalogReference$5;
|
|
6221
6221
|
/**
|
|
6222
6222
|
* Item name.
|
|
@@ -6768,7 +6768,7 @@ interface UpdateCartRequest {
|
|
|
6768
6768
|
/** Catalog line items. */
|
|
6769
6769
|
lineItems?: LineItem$5[];
|
|
6770
6770
|
/**
|
|
6771
|
-
* Custom line items.
|
|
6771
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
6772
6772
|
*
|
|
6773
6773
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
6774
6774
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -6857,7 +6857,7 @@ interface CustomLineItem$3 {
|
|
|
6857
6857
|
* When omitted, the item's price will not be split and is expected to be paid in a single installment.
|
|
6858
6858
|
*/
|
|
6859
6859
|
depositAmount?: string | null;
|
|
6860
|
-
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. */
|
|
6860
|
+
/** 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. */
|
|
6861
6861
|
catalogReference?: CatalogReference$5;
|
|
6862
6862
|
}
|
|
6863
6863
|
interface UpdateCartResponse {
|
|
@@ -6868,7 +6868,7 @@ interface AddToCurrentCartRequest {
|
|
|
6868
6868
|
/** Catalog line items. */
|
|
6869
6869
|
lineItems?: LineItem$5[];
|
|
6870
6870
|
/**
|
|
6871
|
-
* Custom line items.
|
|
6871
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
6872
6872
|
*
|
|
6873
6873
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
6874
6874
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -6883,7 +6883,7 @@ interface AddToCurrentCartAndEstimateTotalsRequest {
|
|
|
6883
6883
|
/** Catalog line items. */
|
|
6884
6884
|
lineItems?: LineItem$5[];
|
|
6885
6885
|
/**
|
|
6886
|
-
* Custom line items.
|
|
6886
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
6887
6887
|
*
|
|
6888
6888
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
6889
6889
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -7795,7 +7795,7 @@ interface CreateCartRequest {
|
|
|
7795
7795
|
/** Catalog line items. */
|
|
7796
7796
|
lineItems?: LineItem$5[];
|
|
7797
7797
|
/**
|
|
7798
|
-
* Custom line items.
|
|
7798
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
7799
7799
|
*
|
|
7800
7800
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
7801
7801
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -7828,7 +7828,7 @@ interface AddToCartRequest {
|
|
|
7828
7828
|
/** Catalog line items. */
|
|
7829
7829
|
lineItems?: LineItem$5[];
|
|
7830
7830
|
/**
|
|
7831
|
-
* Custom line items.
|
|
7831
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
7832
7832
|
*
|
|
7833
7833
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
7834
7834
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -8394,7 +8394,7 @@ interface UpdateCurrentCartOptions {
|
|
|
8394
8394
|
/** Catalog line items. */
|
|
8395
8395
|
lineItems?: LineItem$5[];
|
|
8396
8396
|
/**
|
|
8397
|
-
* Custom line items.
|
|
8397
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
8398
8398
|
*
|
|
8399
8399
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
8400
8400
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -8405,7 +8405,7 @@ interface AddToCurrentCartOptions {
|
|
|
8405
8405
|
/** Catalog line items. */
|
|
8406
8406
|
lineItems?: LineItem$5[];
|
|
8407
8407
|
/**
|
|
8408
|
-
* Custom line items.
|
|
8408
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
8409
8409
|
*
|
|
8410
8410
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
8411
8411
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -8802,16 +8802,12 @@ interface Checkout$1 {
|
|
|
8802
8802
|
*/
|
|
8803
8803
|
customSettings?: CustomSettings$1;
|
|
8804
8804
|
/**
|
|
8805
|
-
*
|
|
8805
|
+
* Reference IDs for the app and component providing custom checkout page content.
|
|
8806
8806
|
*
|
|
8807
|
-
*
|
|
8807
|
+
* To access and manage custom checkout page content, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
8808
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
8808
8809
|
*/
|
|
8809
8810
|
customContentReference?: CustomContentReference$1;
|
|
8810
|
-
/**
|
|
8811
|
-
* Used for integration and tracking across different platforms.
|
|
8812
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
8813
|
-
*/
|
|
8814
|
-
externalReference?: ExternalReference$2;
|
|
8815
8811
|
}
|
|
8816
8812
|
interface LineItem$4 {
|
|
8817
8813
|
/**
|
|
@@ -8826,7 +8822,7 @@ interface LineItem$4 {
|
|
|
8826
8822
|
* Max: `"100000"`
|
|
8827
8823
|
*/
|
|
8828
8824
|
quantity?: number;
|
|
8829
|
-
/** Catalog and item reference. Holds IDs for the item and the catalog it came from, as well as further optional info. */
|
|
8825
|
+
/** Catalog and item reference. Holds 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. */
|
|
8830
8826
|
catalogReference?: CatalogReference$4;
|
|
8831
8827
|
/**
|
|
8832
8828
|
* Item name.
|
|
@@ -8939,7 +8935,7 @@ interface LineItem$4 {
|
|
|
8939
8935
|
*/
|
|
8940
8936
|
depositAmount?: MultiCurrencyPrice$2;
|
|
8941
8937
|
/**
|
|
8942
|
-
* Whether the line item is custom
|
|
8938
|
+
* Whether the line item is a custom line item. Custom line items don't trigger the Catalog service plugin.
|
|
8943
8939
|
* @readonly
|
|
8944
8940
|
*/
|
|
8945
8941
|
customLineItem?: boolean;
|
|
@@ -10105,9 +10101,15 @@ interface CustomContentReference$1 {
|
|
|
10105
10101
|
componentId?: string;
|
|
10106
10102
|
}
|
|
10107
10103
|
interface ExternalReference$2 {
|
|
10108
|
-
/**
|
|
10104
|
+
/**
|
|
10105
|
+
* ID of the app associated with the purchase flow.
|
|
10106
|
+
* For example, the Wix Pay Links app ID.
|
|
10107
|
+
*/
|
|
10109
10108
|
appId?: string;
|
|
10110
|
-
/**
|
|
10109
|
+
/**
|
|
10110
|
+
* Reference to an external resource ID. Used to link the purchase flow to a specific entity in an external system.
|
|
10111
|
+
* For example, a Wix Pay Link ID.
|
|
10112
|
+
*/
|
|
10111
10113
|
resourceId?: string | null;
|
|
10112
10114
|
}
|
|
10113
10115
|
interface UpdatedCheckoutMessage {
|
|
@@ -10121,10 +10123,10 @@ interface CreateCheckoutRequest {
|
|
|
10121
10123
|
checkoutInfo?: Checkout$1;
|
|
10122
10124
|
/** The code of an existing coupon to apply to checkout. For more information, see the [Coupons API](https://www.wix.com/velo/reference/wix-marketing-backend/coupons). */
|
|
10123
10125
|
couponCode?: string | null;
|
|
10124
|
-
/**
|
|
10126
|
+
/** Catalog line items to add to the checkout. */
|
|
10125
10127
|
lineItems?: LineItem$4[];
|
|
10126
10128
|
/**
|
|
10127
|
-
* Custom line items to add to the checkout.
|
|
10129
|
+
* Custom line items to add to the checkout. Custom line items don't trigger the Catalog service plugin.
|
|
10128
10130
|
*
|
|
10129
10131
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
10130
10132
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -10222,7 +10224,7 @@ interface CustomLineItem$2 {
|
|
|
10222
10224
|
* When omitted, the item's price will not be split and is expected to be paid in a single installment.
|
|
10223
10225
|
*/
|
|
10224
10226
|
depositAmount?: string | null;
|
|
10225
|
-
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. */
|
|
10227
|
+
/** 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. */
|
|
10226
10228
|
catalogReference?: CatalogReference$4;
|
|
10227
10229
|
}
|
|
10228
10230
|
interface MerchantDiscountInput$1 {
|
|
@@ -10297,10 +10299,10 @@ interface UpdateCheckoutRequest {
|
|
|
10297
10299
|
* This field overrides the `checkoutUrl` in a cart or checkout. `checkoutUrl` is used to send customers back to their checkouts. By default, a `checkoutUrl` generates for a checkout and directs to a standard Wix checkout page. When `overrideCheckoutUrl` has a value, it will replace and set the value of `checkoutUrl`.
|
|
10298
10300
|
*/
|
|
10299
10301
|
overrideCheckoutUrl?: string | null;
|
|
10300
|
-
/**
|
|
10302
|
+
/** Catalog line items. */
|
|
10301
10303
|
lineItems?: LineItem$4[];
|
|
10302
10304
|
/**
|
|
10303
|
-
* Custom line items.
|
|
10305
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
10304
10306
|
*
|
|
10305
10307
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
10306
10308
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -10341,7 +10343,7 @@ interface AddToCheckoutRequest {
|
|
|
10341
10343
|
/** Catalog line items. */
|
|
10342
10344
|
lineItems?: LineItem$4[];
|
|
10343
10345
|
/**
|
|
10344
|
-
* Custom line items.
|
|
10346
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
10345
10347
|
*
|
|
10346
10348
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
10347
10349
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -11484,10 +11486,10 @@ interface CreateCheckoutOptions {
|
|
|
11484
11486
|
checkoutInfo?: Checkout$1;
|
|
11485
11487
|
/** The code of an existing coupon to apply to checkout. For more information, see the [Coupons API](https://www.wix.com/velo/reference/wix-marketing-backend/coupons). */
|
|
11486
11488
|
couponCode?: string | null;
|
|
11487
|
-
/**
|
|
11489
|
+
/** Catalog line items to add to the checkout. */
|
|
11488
11490
|
lineItems?: LineItem$4[];
|
|
11489
11491
|
/**
|
|
11490
|
-
* Custom line items to add to the checkout.
|
|
11492
|
+
* Custom line items to add to the checkout. Custom line items don't trigger the Catalog service plugin.
|
|
11491
11493
|
*
|
|
11492
11494
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
11493
11495
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -11669,16 +11671,12 @@ interface UpdateCheckout {
|
|
|
11669
11671
|
*/
|
|
11670
11672
|
customSettings?: CustomSettings$1;
|
|
11671
11673
|
/**
|
|
11672
|
-
*
|
|
11674
|
+
* Reference IDs for the app and component providing custom checkout page content.
|
|
11673
11675
|
*
|
|
11674
|
-
*
|
|
11676
|
+
* To access and manage custom checkout page content, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
11677
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
11675
11678
|
*/
|
|
11676
11679
|
customContentReference?: CustomContentReference$1;
|
|
11677
|
-
/**
|
|
11678
|
-
* Used for integration and tracking across different platforms.
|
|
11679
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
11680
|
-
*/
|
|
11681
|
-
externalReference?: ExternalReference$2;
|
|
11682
11680
|
}
|
|
11683
11681
|
interface UpdateCheckoutOptions {
|
|
11684
11682
|
/** The code of an existing coupon to apply to checkout. For more information, see the [Coupons API](https://www.wix.com/velo/reference/wix-marketing-backend/coupons). */
|
|
@@ -11691,10 +11689,10 @@ interface UpdateCheckoutOptions {
|
|
|
11691
11689
|
* This field overrides the `checkoutUrl` in a cart or checkout. `checkoutUrl` is used to send customers back to their checkouts. By default, a `checkoutUrl` generates for a checkout and directs to a standard Wix checkout page. When `overrideCheckoutUrl` has a value, it will replace and set the value of `checkoutUrl`.
|
|
11692
11690
|
*/
|
|
11693
11691
|
overrideCheckoutUrl?: string | null;
|
|
11694
|
-
/**
|
|
11692
|
+
/** Catalog line items. */
|
|
11695
11693
|
lineItems?: LineItem$4[];
|
|
11696
11694
|
/**
|
|
11697
|
-
* Custom line items.
|
|
11695
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
11698
11696
|
*
|
|
11699
11697
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
11700
11698
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -11705,7 +11703,7 @@ interface AddToCheckoutOptions {
|
|
|
11705
11703
|
/** Catalog line items. */
|
|
11706
11704
|
lineItems?: LineItem$4[];
|
|
11707
11705
|
/**
|
|
11708
|
-
* Custom line items.
|
|
11706
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
11709
11707
|
*
|
|
11710
11708
|
* To access and manage custom line items, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
11711
11709
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
@@ -12495,13 +12493,13 @@ interface CheckoutTemplate {
|
|
|
12495
12493
|
/** Custom settings to apply to the checkout page created from this template. */
|
|
12496
12494
|
customization?: CheckoutCustomization;
|
|
12497
12495
|
/**
|
|
12498
|
-
*
|
|
12496
|
+
* Catalog line items.
|
|
12499
12497
|
*
|
|
12500
12498
|
* Max: 300 items
|
|
12501
12499
|
*/
|
|
12502
12500
|
lineItems?: V1LineItem[];
|
|
12503
12501
|
/**
|
|
12504
|
-
* Custom line items.
|
|
12502
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
12505
12503
|
*
|
|
12506
12504
|
* Max: 300 items
|
|
12507
12505
|
*/
|
|
@@ -12514,16 +12512,12 @@ interface CheckoutTemplate {
|
|
|
12514
12512
|
*/
|
|
12515
12513
|
couponCode?: string | null;
|
|
12516
12514
|
/**
|
|
12517
|
-
*
|
|
12515
|
+
* Reference IDs for the app and component providing custom checkout page content.
|
|
12518
12516
|
*
|
|
12519
|
-
*
|
|
12517
|
+
* To access and manage custom checkout page content, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
12518
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
12520
12519
|
*/
|
|
12521
12520
|
customContentReference?: CustomContentReference;
|
|
12522
|
-
/**
|
|
12523
|
-
* Used for integration and tracking across different platforms.
|
|
12524
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout template with other systems.
|
|
12525
|
-
*/
|
|
12526
|
-
externalReference?: ExternalReference$1;
|
|
12527
12521
|
}
|
|
12528
12522
|
declare enum Status$1 {
|
|
12529
12523
|
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
@@ -12574,11 +12568,7 @@ interface V1LineItem {
|
|
|
12574
12568
|
* Max: `100000`
|
|
12575
12569
|
*/
|
|
12576
12570
|
quantity?: number;
|
|
12577
|
-
/**
|
|
12578
|
-
* Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info.
|
|
12579
|
-
*
|
|
12580
|
-
* > **Note:** For more information on what to pass to `lineItems.catalogReference`, see [eCommerce Integration in the Wix Stores Catalog API](https://dev.wix.com/api/rest/wix-stores/catalog/ecommerce-integration).
|
|
12581
|
-
*/
|
|
12571
|
+
/** Catalog and item reference. Holds 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. */
|
|
12582
12572
|
catalogReference?: CatalogReference$3;
|
|
12583
12573
|
/** Overriding values for catalog item properties. */
|
|
12584
12574
|
catalogOverrideFields?: CatalogOverrideFields;
|
|
@@ -12771,7 +12761,7 @@ interface CustomLineItem$1 {
|
|
|
12771
12761
|
* When omitted, the item's price will not be split and is expected to be paid in a single installment.
|
|
12772
12762
|
*/
|
|
12773
12763
|
depositAmount?: string | null;
|
|
12774
|
-
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. */
|
|
12764
|
+
/** 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. */
|
|
12775
12765
|
catalogReference?: CatalogReference$3;
|
|
12776
12766
|
}
|
|
12777
12767
|
interface PriceDescription$2 {
|
|
@@ -12914,9 +12904,15 @@ interface CustomContentReference {
|
|
|
12914
12904
|
componentId?: string;
|
|
12915
12905
|
}
|
|
12916
12906
|
interface ExternalReference$1 {
|
|
12917
|
-
/**
|
|
12907
|
+
/**
|
|
12908
|
+
* ID of the app associated with the purchase flow.
|
|
12909
|
+
* For example, the Wix Pay Links app ID.
|
|
12910
|
+
*/
|
|
12918
12911
|
appId?: string;
|
|
12919
|
-
/**
|
|
12912
|
+
/**
|
|
12913
|
+
* Reference to an external resource ID. Used to link the purchase flow to a specific entity in an external system.
|
|
12914
|
+
* For example, a Wix Pay Link ID.
|
|
12915
|
+
*/
|
|
12920
12916
|
resourceId?: string | null;
|
|
12921
12917
|
}
|
|
12922
12918
|
interface CreateCheckoutTemplateRequest {
|
|
@@ -13196,20 +13192,18 @@ interface Checkout {
|
|
|
13196
13192
|
/**
|
|
13197
13193
|
* Additional settings for customization of the checkout process.
|
|
13198
13194
|
*
|
|
13199
|
-
*
|
|
13195
|
+
* > **Notes:**
|
|
13196
|
+
* > * Custom settings can only be set when [creating a checkout](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/checkout/create-checkout).
|
|
13197
|
+
* > * To access and manage custom checkout page content, your app must have the permission scope named "Manage eCommerce - Admin Permissions". Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
13200
13198
|
*/
|
|
13201
13199
|
customSettings?: CustomSettings;
|
|
13202
13200
|
/**
|
|
13203
|
-
*
|
|
13201
|
+
* Reference IDs for the app and component providing custom checkout page content.
|
|
13204
13202
|
*
|
|
13205
|
-
*
|
|
13203
|
+
* To access and manage custom checkout page content, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
13204
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
13206
13205
|
*/
|
|
13207
13206
|
customContentReference?: CustomContentReference;
|
|
13208
|
-
/**
|
|
13209
|
-
* Used for integration and tracking across different platforms.
|
|
13210
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
13211
|
-
*/
|
|
13212
|
-
externalReference?: ExternalReference$1;
|
|
13213
13207
|
}
|
|
13214
13208
|
interface LineItem$3 {
|
|
13215
13209
|
/**
|
|
@@ -13224,7 +13218,7 @@ interface LineItem$3 {
|
|
|
13224
13218
|
* Max: `"100000"`
|
|
13225
13219
|
*/
|
|
13226
13220
|
quantity?: number;
|
|
13227
|
-
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. */
|
|
13221
|
+
/** 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. */
|
|
13228
13222
|
catalogReference?: CatalogReference$3;
|
|
13229
13223
|
/**
|
|
13230
13224
|
* Item name.
|
|
@@ -13338,7 +13332,7 @@ interface LineItem$3 {
|
|
|
13338
13332
|
*/
|
|
13339
13333
|
depositAmount?: MultiCurrencyPrice$1;
|
|
13340
13334
|
/**
|
|
13341
|
-
* Whether the line item is custom
|
|
13335
|
+
* Whether the line item is a custom line item. Custom line items don't trigger the Catalog service plugin.
|
|
13342
13336
|
* @readonly
|
|
13343
13337
|
*/
|
|
13344
13338
|
customLineItem?: boolean;
|
|
@@ -14582,13 +14576,13 @@ interface UpdateCheckoutTemplate {
|
|
|
14582
14576
|
/** Custom settings to apply to the checkout page created from this template. */
|
|
14583
14577
|
customization?: CheckoutCustomization;
|
|
14584
14578
|
/**
|
|
14585
|
-
*
|
|
14579
|
+
* Catalog line items.
|
|
14586
14580
|
*
|
|
14587
14581
|
* Max: 300 items
|
|
14588
14582
|
*/
|
|
14589
14583
|
lineItems?: V1LineItem[];
|
|
14590
14584
|
/**
|
|
14591
|
-
* Custom line items.
|
|
14585
|
+
* Custom line items. Custom line items don't trigger the Catalog service plugin.
|
|
14592
14586
|
*
|
|
14593
14587
|
* Max: 300 items
|
|
14594
14588
|
*/
|
|
@@ -14601,16 +14595,12 @@ interface UpdateCheckoutTemplate {
|
|
|
14601
14595
|
*/
|
|
14602
14596
|
couponCode?: string | null;
|
|
14603
14597
|
/**
|
|
14604
|
-
*
|
|
14598
|
+
* Reference IDs for the app and component providing custom checkout page content.
|
|
14605
14599
|
*
|
|
14606
|
-
*
|
|
14600
|
+
* To access and manage custom checkout page content, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
14601
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
14607
14602
|
*/
|
|
14608
14603
|
customContentReference?: CustomContentReference;
|
|
14609
|
-
/**
|
|
14610
|
-
* Used for integration and tracking across different platforms.
|
|
14611
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout template with other systems.
|
|
14612
|
-
*/
|
|
14613
|
-
externalReference?: ExternalReference$1;
|
|
14614
14604
|
}
|
|
14615
14605
|
interface QueryCursorResult$6 {
|
|
14616
14606
|
cursors: Cursors$8;
|
|
@@ -16551,7 +16541,7 @@ interface OrderLineItem$1 {
|
|
|
16551
16541
|
productName?: ProductName$1;
|
|
16552
16542
|
/**
|
|
16553
16543
|
* References to the line item's origin catalog.
|
|
16554
|
-
* This field
|
|
16544
|
+
* This field may be empty in the case of a custom line item.
|
|
16555
16545
|
*/
|
|
16556
16546
|
catalogReference?: CatalogReference$2;
|
|
16557
16547
|
/** Line item quantity. */
|
|
@@ -17640,11 +17630,11 @@ interface AddLineItemsToDraftOrderRequest {
|
|
|
17640
17630
|
draftOrderId: string;
|
|
17641
17631
|
/** Catalog line items to add to draft order. */
|
|
17642
17632
|
catalogLineItems?: CatalogReferenceLineItem[];
|
|
17643
|
-
/** Custom line items to add to draft order. */
|
|
17633
|
+
/** Custom line items to add to draft order. Custom line items don't trigger the Catalog service plugin. */
|
|
17644
17634
|
customLineItems?: CustomLineItem[];
|
|
17645
17635
|
}
|
|
17646
17636
|
interface CatalogReferenceLineItem {
|
|
17647
|
-
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. */
|
|
17637
|
+
/** 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. */
|
|
17648
17638
|
catalogReference?: CatalogReference$2;
|
|
17649
17639
|
/** Item quantity. */
|
|
17650
17640
|
quantity?: number;
|
|
@@ -17661,7 +17651,7 @@ interface CustomLineItem {
|
|
|
17661
17651
|
* Max: `"100000"`
|
|
17662
17652
|
*/
|
|
17663
17653
|
quantity?: number;
|
|
17664
|
-
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. */
|
|
17654
|
+
/** 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. */
|
|
17665
17655
|
catalogReference?: CatalogReference$2;
|
|
17666
17656
|
/**
|
|
17667
17657
|
* Item name.
|
|
@@ -19339,7 +19329,7 @@ interface QueryDraftOrdersResponseNonNullableFields {
|
|
|
19339
19329
|
interface AddLineItemsToDraftOrderOptions {
|
|
19340
19330
|
/** Catalog line items to add to draft order. */
|
|
19341
19331
|
catalogLineItems?: CatalogReferenceLineItem[];
|
|
19342
|
-
/** Custom line items to add to draft order. */
|
|
19332
|
+
/** Custom line items to add to draft order. Custom line items don't trigger the Catalog service plugin. */
|
|
19343
19333
|
customLineItems?: CustomLineItem[];
|
|
19344
19334
|
}
|
|
19345
19335
|
interface UpdateLineItemsOptions {
|
|
@@ -21164,7 +21154,7 @@ interface OrderLineItem {
|
|
|
21164
21154
|
* + Events - `ticket.name`
|
|
21165
21155
|
*/
|
|
21166
21156
|
productName?: ProductName;
|
|
21167
|
-
/** Catalog and item reference. Holds IDs for the item and the catalog it came from, as well as further optional info. */
|
|
21157
|
+
/** Catalog and item reference. Holds 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. */
|
|
21168
21158
|
catalogReference?: CatalogReference$1;
|
|
21169
21159
|
/** Line item quantity. */
|
|
21170
21160
|
quantity?: number;
|
|
@@ -22486,7 +22476,7 @@ interface AuthorizationDetails$2 {
|
|
|
22486
22476
|
/** Void associated with payment */
|
|
22487
22477
|
void?: AuthorizationVoid$2;
|
|
22488
22478
|
/** Scheduled action for this transaction */
|
|
22489
|
-
scheduledAction?:
|
|
22479
|
+
scheduledAction?: V1ScheduledAction;
|
|
22490
22480
|
}
|
|
22491
22481
|
interface AuthorizationCapture$2 {
|
|
22492
22482
|
/**
|
|
@@ -22545,7 +22535,7 @@ declare enum Reason$2 {
|
|
|
22545
22535
|
MANUAL = "MANUAL",
|
|
22546
22536
|
SCHEDULED = "SCHEDULED"
|
|
22547
22537
|
}
|
|
22548
|
-
interface
|
|
22538
|
+
interface V1ScheduledAction {
|
|
22549
22539
|
/** type of the action */
|
|
22550
22540
|
actionType?: ActionType$2;
|
|
22551
22541
|
/** the date and time of the action */
|
|
@@ -23070,6 +23060,7 @@ interface UpsertRefundResponse {
|
|
|
23070
23060
|
orderTransactions?: OrderTransactions$2;
|
|
23071
23061
|
}
|
|
23072
23062
|
interface TestUrlAdditionalBindingsRequest {
|
|
23063
|
+
testId?: string | null;
|
|
23073
23064
|
}
|
|
23074
23065
|
interface TestUrlAdditionalBindingsResponse {
|
|
23075
23066
|
responseString?: string;
|
|
@@ -23429,8 +23420,14 @@ interface PreparePaymentCollectionRequest {
|
|
|
23429
23420
|
/**
|
|
23430
23421
|
* Whether to delay capture of the payment.
|
|
23431
23422
|
* Default: false
|
|
23423
|
+
* @deprecated Whether to delay capture of the payment.
|
|
23424
|
+
* Default: false
|
|
23425
|
+
* @replacedBy delayed_capture_settings.scheduled_action
|
|
23426
|
+
* @targetRemovalDate 2024-09-30
|
|
23432
23427
|
*/
|
|
23433
23428
|
delayedCapture?: boolean;
|
|
23429
|
+
/** Delayed capture payment settings */
|
|
23430
|
+
delayedCaptureSettings?: DelayedCaptureSettings;
|
|
23434
23431
|
}
|
|
23435
23432
|
interface RedirectUrls {
|
|
23436
23433
|
/** URL to redirect buyer in case of approved (successful) transaction */
|
|
@@ -23442,6 +23439,31 @@ interface RedirectUrls {
|
|
|
23442
23439
|
/** URL to redirect buyer in case of pending transaction (that might take some time to process) */
|
|
23443
23440
|
pendingUrl?: string | null;
|
|
23444
23441
|
}
|
|
23442
|
+
interface DelayedCaptureSettings {
|
|
23443
|
+
/** Specifies the automatic action (void/capture) for authorized transaction after the specified duration */
|
|
23444
|
+
scheduledAction?: ScheduledAction$2;
|
|
23445
|
+
/** Delay duration before execution. Optional - if not set, providers default period will be used */
|
|
23446
|
+
delayDuration?: Duration;
|
|
23447
|
+
}
|
|
23448
|
+
declare enum ScheduledAction$2 {
|
|
23449
|
+
UNSPECIFIED = "UNSPECIFIED",
|
|
23450
|
+
/** Whether payment will be auto-voided when duration passes */
|
|
23451
|
+
VOID = "VOID",
|
|
23452
|
+
/** Whether payment will be auto-captured when duration passes */
|
|
23453
|
+
CAPTURE = "CAPTURE"
|
|
23454
|
+
}
|
|
23455
|
+
interface Duration {
|
|
23456
|
+
/** Amount of units. For example, 30 MINUTES, 1 HOURS, 7 DAYS, etc */
|
|
23457
|
+
count?: number;
|
|
23458
|
+
/** Duration unit: MINUTES, HOURS and DAYS */
|
|
23459
|
+
unit?: DurationUnit;
|
|
23460
|
+
}
|
|
23461
|
+
declare enum DurationUnit {
|
|
23462
|
+
UNKNOWN_DURATION_UNIT = "UNKNOWN_DURATION_UNIT",
|
|
23463
|
+
MINUTES = "MINUTES",
|
|
23464
|
+
HOURS = "HOURS",
|
|
23465
|
+
DAYS = "DAYS"
|
|
23466
|
+
}
|
|
23445
23467
|
interface PreparePaymentCollectionResponse {
|
|
23446
23468
|
/** Payment gateway order id which is associated with given payment */
|
|
23447
23469
|
paymentGatewayOrderId?: string;
|
|
@@ -24042,7 +24064,7 @@ interface OrderLineItemChangedDetails {
|
|
|
24042
24064
|
productName?: ProductName;
|
|
24043
24065
|
/**
|
|
24044
24066
|
* References to the line item's origin catalog.
|
|
24045
|
-
* This field
|
|
24067
|
+
* This field may be empty in the case of a custom line item.
|
|
24046
24068
|
*/
|
|
24047
24069
|
catalogReference?: CatalogReference$1;
|
|
24048
24070
|
/** Line item quantity. */
|
|
@@ -25253,14 +25275,14 @@ interface AuthorizationVoidNonNullableFields$1 {
|
|
|
25253
25275
|
failureDetails?: AuthorizationActionFailureDetailsNonNullableFields$1;
|
|
25254
25276
|
reason: Reason$2;
|
|
25255
25277
|
}
|
|
25256
|
-
interface
|
|
25278
|
+
interface V1ScheduledActionNonNullableFields {
|
|
25257
25279
|
actionType: ActionType$2;
|
|
25258
25280
|
}
|
|
25259
25281
|
interface AuthorizationDetailsNonNullableFields$1 {
|
|
25260
25282
|
delayedCapture: boolean;
|
|
25261
25283
|
captures: AuthorizationCaptureNonNullableFields$1[];
|
|
25262
25284
|
void?: AuthorizationVoidNonNullableFields$1;
|
|
25263
|
-
scheduledAction?:
|
|
25285
|
+
scheduledAction?: V1ScheduledActionNonNullableFields;
|
|
25264
25286
|
}
|
|
25265
25287
|
interface RegularPaymentDetailsNonNullableFields$1 {
|
|
25266
25288
|
offlinePayment: boolean;
|
|
@@ -26306,6 +26328,7 @@ type index_d$8_Customer = Customer;
|
|
|
26306
26328
|
type index_d$8_DecrementData = DecrementData;
|
|
26307
26329
|
type index_d$8_DecrementItemsQuantityRequest = DecrementItemsQuantityRequest;
|
|
26308
26330
|
type index_d$8_DecrementItemsQuantityResponse = DecrementItemsQuantityResponse;
|
|
26331
|
+
type index_d$8_DelayedCaptureSettings = DelayedCaptureSettings;
|
|
26309
26332
|
type index_d$8_DeleteActivityRequest = DeleteActivityRequest;
|
|
26310
26333
|
type index_d$8_DeleteActivityResponse = DeleteActivityResponse;
|
|
26311
26334
|
type index_d$8_DeleteByFilterOperation = DeleteByFilterOperation;
|
|
@@ -26333,6 +26356,9 @@ type index_d$8_DraftOrderDiffsBillingUpdateInfoOneOf = DraftOrderDiffsBillingUpd
|
|
|
26333
26356
|
type index_d$8_DraftOrderDiffsBuyerUpdateInfoOneOf = DraftOrderDiffsBuyerUpdateInfoOneOf;
|
|
26334
26357
|
type index_d$8_DraftOrderDiffsRecipientUpdateInfoOneOf = DraftOrderDiffsRecipientUpdateInfoOneOf;
|
|
26335
26358
|
type index_d$8_DraftOrderDiffsShippingUpdateInfoOneOf = DraftOrderDiffsShippingUpdateInfoOneOf;
|
|
26359
|
+
type index_d$8_Duration = Duration;
|
|
26360
|
+
type index_d$8_DurationUnit = DurationUnit;
|
|
26361
|
+
declare const index_d$8_DurationUnit: typeof DurationUnit;
|
|
26336
26362
|
type index_d$8_Email = Email;
|
|
26337
26363
|
type index_d$8_EmailEdited = EmailEdited;
|
|
26338
26364
|
type index_d$8_ExternalUriMapping = ExternalUriMapping;
|
|
@@ -26586,6 +26612,7 @@ type index_d$8_V1LineItemDeltaDeltaOneOf = V1LineItemDeltaDeltaOneOf;
|
|
|
26586
26612
|
type index_d$8_V1MarkOrderAsPaidRequest = V1MarkOrderAsPaidRequest;
|
|
26587
26613
|
type index_d$8_V1MarkOrderAsPaidResponse = V1MarkOrderAsPaidResponse;
|
|
26588
26614
|
type index_d$8_V1RestockItem = V1RestockItem;
|
|
26615
|
+
type index_d$8_V1ScheduledAction = V1ScheduledAction;
|
|
26589
26616
|
type index_d$8_V1ShippingInformation = V1ShippingInformation;
|
|
26590
26617
|
type index_d$8_Value = Value;
|
|
26591
26618
|
type index_d$8_ValueType = ValueType;
|
|
@@ -26616,7 +26643,7 @@ declare const index_d$8_searchOrders: typeof searchOrders;
|
|
|
26616
26643
|
declare const index_d$8_updateOrder: typeof updateOrder;
|
|
26617
26644
|
declare const index_d$8_voidAuthorizedPayments: typeof voidAuthorizedPayments;
|
|
26618
26645
|
declare namespace index_d$8 {
|
|
26619
|
-
export { type ActionEvent$6 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type index_d$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$8_AddActivitiesRequest as AddActivitiesRequest, type index_d$8_AddActivitiesResponse as AddActivitiesResponse, type index_d$8_AddActivityRequest as AddActivityRequest, type index_d$8_AddActivityResponse as AddActivityResponse, type index_d$8_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type index_d$8_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$4 as Address, type index_d$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type index_d$8_AddressWithContact as AddressWithContact, type index_d$8_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type index_d$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type index_d$8_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type index_d$8_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$8_ArchiveOrderResponse as ArchiveOrderResponse, index_d$8_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type index_d$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$8_Balance as Balance, type index_d$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$8_BulkOrderResult as BulkOrderResult, type index_d$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$8_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$8_CalculatedTax as CalculatedTax, type index_d$8_CalculatedTaxes as CalculatedTaxes, type index_d$8_Cancel as Cancel, type index_d$8_CancelOrderOptions as CancelOrderOptions, type index_d$8_CancelOrderRequest as CancelOrderRequest, type index_d$8_CancelOrderResponse as CancelOrderResponse, type index_d$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$8_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$8_ChargedBy as ChargedBy, type index_d$8_Color as Color, type index_d$8_CommitDeltasRequest as CommitDeltasRequest, type index_d$8_CommitDeltasResponse as CommitDeltasResponse, type index_d$8_CommittedDiffs as CommittedDiffs, type index_d$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$8_CommonAddress as CommonAddress, type index_d$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$8_Company as Company, type index_d$8_Complete as Complete, type index_d$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type index_d$8_CreateOrderRequest as CreateOrderRequest, type index_d$8_CreateOrderResponse as CreateOrderResponse, type index_d$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$8_CreatedBy as CreatedBy, type index_d$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type index_d$8_CursorSearch as CursorSearch, type index_d$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$8_CustomFieldGroup as CustomFieldGroup, type index_d$8_CustomFieldValue as CustomFieldValue, type index_d$8_Customer as Customer, type index_d$8_DecrementData as DecrementData, type index_d$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$8_DeleteActivityRequest as DeleteActivityRequest, type index_d$8_DeleteActivityResponse as DeleteActivityResponse, type index_d$8_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type index_d$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, index_d$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$8_Deposit as Deposit, index_d$8_DepositType as DepositType, type index_d$8_DescriptionLine as DescriptionLine, type index_d$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$8_DescriptionLineName as DescriptionLineName, index_d$8_DescriptionLineType as DescriptionLineType, type index_d$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$8_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type index_d$8_DownloadLinkSent as DownloadLinkSent, type index_d$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$8_DraftOrderDiffs as DraftOrderDiffs, type index_d$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$8_Email as Email, type index_d$8_EmailEdited as EmailEdited, type Empty$4 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$5 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type index_d$8_ExternalUriMapping as ExternalUriMapping, type index_d$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$8_FullAddressContactDetails as FullAddressContactDetails, type index_d$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$8_GetOrderRequest as GetOrderRequest, type index_d$8_GetOrderResponse as GetOrderResponse, type index_d$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$8_GetShipmentsRequest as GetShipmentsRequest, type index_d$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type index_d$8_HtmlApplication as HtmlApplication, type index_d$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$8_InternalActivity as InternalActivity, type index_d$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$8_InternalDocument as InternalDocument, type index_d$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$8_InventoryAction as InventoryAction, type index_d$8_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$8_InvoiceAdded as InvoiceAdded, type index_d$8_InvoiceDates as InvoiceDates, type index_d$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$8_InvoiceFields as InvoiceFields, type index_d$8_InvoiceSent as InvoiceSent, type index_d$8_InvoiceSentEvent as InvoiceSentEvent, index_d$8_InvoiceStatus as InvoiceStatus, type index_d$8_InvoicesPayment as InvoicesPayment, type index_d$8_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type index_d$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type index_d$8_LineItemAmount as LineItemAmount, type index_d$8_LineItemChanges as LineItemChanges, type index_d$8_LineItemDelta as LineItemDelta, type index_d$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type index_d$8_LineItemExchangeData as LineItemExchangeData, type index_d$8_LineItemMetaData as LineItemMetaData, type index_d$8_LineItemPriceChange as LineItemPriceChange, type index_d$8_LineItemQuantityChange as LineItemQuantityChange, index_d$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type index_d$8_LineItemTax as LineItemTax, type index_d$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$8_LineItemTaxInfo as LineItemTaxInfo, type index_d$8_LineItemUpdate as LineItemUpdate, type index_d$8_LineItems as LineItems, type index_d$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$8_Locale as Locale, type index_d$8_LocationAndQuantity as LocationAndQuantity, type index_d$8_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$8_ManagedDiscount as ManagedDiscount, type index_d$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$8_MaskedOrder as MaskedOrder, type index_d$8_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type index_d$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type index_d$8_MetaData as MetaData, type index_d$8_MetaSite as MetaSite, type index_d$8_MetaTag as MetaTag, index_d$8_Namespace as Namespace, type index_d$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, index_d$8_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$8_OrderApproved as OrderApproved, type index_d$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$8_OrderCanceled as OrderCanceled, type index_d$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$8_OrderChange as OrderChange, type index_d$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$8_OrderCreateNotifications as OrderCreateNotifications, type index_d$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$8_OrderCreationSettings as OrderCreationSettings, type index_d$8_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$8_OrderFulfilled as OrderFulfilled, type index_d$8_OrderItemsRestocked as OrderItemsRestocked, type index_d$8_OrderLineItem as OrderLineItem, type index_d$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$8_OrderNonNullableFields as OrderNonNullableFields, type index_d$8_OrderNotFulfilled as OrderNotFulfilled, type index_d$8_OrderPaid as OrderPaid, type index_d$8_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$8_OrderStatus as OrderStatus, type index_d$8_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type index_d$8_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type index_d$8_PaymentCapture as PaymentCapture, index_d$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$8_PaymentRefundFailed as PaymentRefundFailed, type index_d$8_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type index_d$8_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$8_Payments as Payments, type PaymentsUpdated$2 as PaymentsUpdated, type index_d$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type index_d$8_PickupReadyEmailSent as PickupReadyEmailSent, index_d$8_Placement as Placement, type index_d$8_PlainTextValue as PlainTextValue, type index_d$8_PlatformPaging as PlatformPaging, type index_d$8_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$8_PlatformQuery as PlatformQuery, type index_d$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$8_PreviewEmailType as PreviewEmailType, type index_d$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type index_d$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type index_d$8_ProductName as ProductName, type index_d$8_PublicActivity as PublicActivity, type index_d$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$8_QueryOrderRequest as QueryOrderRequest, type index_d$8_QueryOrderResponse as QueryOrderResponse, type index_d$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$8_QuotesAddress as QuotesAddress, Reason$2 as Reason, type index_d$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$8_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type index_d$8_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type index_d$8_RefundedPayment as RefundedPayment, type index_d$8_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$8_RegularPaymentRefund as RegularPaymentRefund, type index_d$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type index_d$8_SavedPaymentMethod as SavedPaymentMethod, type ScheduledAction$2 as ScheduledAction, type index_d$8_SearchOrdersOptions as SearchOrdersOptions, type index_d$8_SearchOrdersRequest as SearchOrdersRequest, type index_d$8_SearchOrdersResponse as SearchOrdersResponse, type index_d$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type index_d$8_ShippingAddressEdited as ShippingAddressEdited, type index_d$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type index_d$8_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, index_d$8_SourceType as SourceType, type index_d$8_StandardDetails as StandardDetails, index_d$8_State as State, type StreetAddress$3 as StreetAddress, type index_d$8_Subdivision as Subdivision, index_d$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type index_d$8_TagList as TagList, type index_d$8_Tags as Tags, type index_d$8_Task as Task, type index_d$8_TaskAction as TaskAction, type index_d$8_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type index_d$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$8_TotalPrice as TotalPrice, type index_d$8_TotalPriceChange as TotalPriceChange, type index_d$8_TrackingLinkAdded as TrackingLinkAdded, type index_d$8_TrackingNumberAdded as TrackingNumberAdded, type index_d$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type index_d$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$8_TriggerReindexRequest as TriggerReindexRequest, type index_d$8_TriggerReindexResponse as TriggerReindexResponse, type index_d$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$8_UpdateActivityRequest as UpdateActivityRequest, type index_d$8_UpdateActivityResponse as UpdateActivityResponse, type index_d$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$8_UpdateOrder as UpdateOrder, type index_d$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$8_UpdateOrderRequest as UpdateOrderRequest, type index_d$8_UpdateOrderResponse as UpdateOrderResponse, type index_d$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$8_UpsertRefundRequest as UpsertRefundRequest, type index_d$8_UpsertRefundResponse as UpsertRefundResponse, type index_d$8_UserDataResponse as UserDataResponse, type index_d$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$8_V1LineItemDelta as V1LineItemDelta, type index_d$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$8_V1RestockItem as V1RestockItem, type index_d$8_V1ShippingInformation as V1ShippingInformation, type index_d$8_Value as Value, index_d$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$8_VersionedDocumentId as VersionedDocumentId, type index_d$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$8_VersioningMode as VersioningMode, type index_d$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type index_d$8_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, type index_d$8__publicOnOrderApprovedType as _publicOnOrderApprovedType, type index_d$8__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$8__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$8__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, index_d$8_bulkUpdateOrders as bulkUpdateOrders, index_d$8_cancelOrder as cancelOrder, index_d$8_captureAuthorizedPayments as captureAuthorizedPayments, index_d$8_createOrder as createOrder, index_d$8_getOrder as getOrder, index_d$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$8_onOrderApproved as onOrderApproved, index_d$8_onOrderCanceled as onOrderCanceled, index_d$8_onOrderCreated as onOrderCreated, index_d$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, index_d$8_searchOrders as searchOrders, index_d$8_updateOrder as updateOrder, index_d$8_voidAuthorizedPayments as voidAuthorizedPayments };
|
|
26646
|
+
export { type ActionEvent$6 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type index_d$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$8_AddActivitiesRequest as AddActivitiesRequest, type index_d$8_AddActivitiesResponse as AddActivitiesResponse, type index_d$8_AddActivityRequest as AddActivityRequest, type index_d$8_AddActivityResponse as AddActivityResponse, type index_d$8_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type index_d$8_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$4 as Address, type index_d$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type index_d$8_AddressWithContact as AddressWithContact, type index_d$8_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type index_d$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type index_d$8_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type index_d$8_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$8_ArchiveOrderResponse as ArchiveOrderResponse, index_d$8_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type index_d$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$8_Balance as Balance, type index_d$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$8_BulkOrderResult as BulkOrderResult, type index_d$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$8_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$8_CalculatedTax as CalculatedTax, type index_d$8_CalculatedTaxes as CalculatedTaxes, type index_d$8_Cancel as Cancel, type index_d$8_CancelOrderOptions as CancelOrderOptions, type index_d$8_CancelOrderRequest as CancelOrderRequest, type index_d$8_CancelOrderResponse as CancelOrderResponse, type index_d$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$8_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$8_ChargedBy as ChargedBy, type index_d$8_Color as Color, type index_d$8_CommitDeltasRequest as CommitDeltasRequest, type index_d$8_CommitDeltasResponse as CommitDeltasResponse, type index_d$8_CommittedDiffs as CommittedDiffs, type index_d$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$8_CommonAddress as CommonAddress, type index_d$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$8_Company as Company, type index_d$8_Complete as Complete, type index_d$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type index_d$8_CreateOrderRequest as CreateOrderRequest, type index_d$8_CreateOrderResponse as CreateOrderResponse, type index_d$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$8_CreatedBy as CreatedBy, type index_d$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type index_d$8_CursorSearch as CursorSearch, type index_d$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$8_CustomFieldGroup as CustomFieldGroup, type index_d$8_CustomFieldValue as CustomFieldValue, type index_d$8_Customer as Customer, type index_d$8_DecrementData as DecrementData, type index_d$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$8_DelayedCaptureSettings as DelayedCaptureSettings, type index_d$8_DeleteActivityRequest as DeleteActivityRequest, type index_d$8_DeleteActivityResponse as DeleteActivityResponse, type index_d$8_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type index_d$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, index_d$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$8_Deposit as Deposit, index_d$8_DepositType as DepositType, type index_d$8_DescriptionLine as DescriptionLine, type index_d$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$8_DescriptionLineName as DescriptionLineName, index_d$8_DescriptionLineType as DescriptionLineType, type index_d$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$8_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type index_d$8_DownloadLinkSent as DownloadLinkSent, type index_d$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$8_DraftOrderDiffs as DraftOrderDiffs, type index_d$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$8_Duration as Duration, index_d$8_DurationUnit as DurationUnit, type index_d$8_Email as Email, type index_d$8_EmailEdited as EmailEdited, type Empty$4 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$5 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type index_d$8_ExternalUriMapping as ExternalUriMapping, type index_d$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$8_FullAddressContactDetails as FullAddressContactDetails, type index_d$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$8_GetOrderRequest as GetOrderRequest, type index_d$8_GetOrderResponse as GetOrderResponse, type index_d$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$8_GetShipmentsRequest as GetShipmentsRequest, type index_d$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type index_d$8_HtmlApplication as HtmlApplication, type index_d$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$8_InternalActivity as InternalActivity, type index_d$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$8_InternalDocument as InternalDocument, type index_d$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$8_InventoryAction as InventoryAction, type index_d$8_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$8_InvoiceAdded as InvoiceAdded, type index_d$8_InvoiceDates as InvoiceDates, type index_d$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$8_InvoiceFields as InvoiceFields, type index_d$8_InvoiceSent as InvoiceSent, type index_d$8_InvoiceSentEvent as InvoiceSentEvent, index_d$8_InvoiceStatus as InvoiceStatus, type index_d$8_InvoicesPayment as InvoicesPayment, type index_d$8_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type index_d$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type index_d$8_LineItemAmount as LineItemAmount, type index_d$8_LineItemChanges as LineItemChanges, type index_d$8_LineItemDelta as LineItemDelta, type index_d$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type index_d$8_LineItemExchangeData as LineItemExchangeData, type index_d$8_LineItemMetaData as LineItemMetaData, type index_d$8_LineItemPriceChange as LineItemPriceChange, type index_d$8_LineItemQuantityChange as LineItemQuantityChange, index_d$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type index_d$8_LineItemTax as LineItemTax, type index_d$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$8_LineItemTaxInfo as LineItemTaxInfo, type index_d$8_LineItemUpdate as LineItemUpdate, type index_d$8_LineItems as LineItems, type index_d$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$8_Locale as Locale, type index_d$8_LocationAndQuantity as LocationAndQuantity, type index_d$8_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$8_ManagedDiscount as ManagedDiscount, type index_d$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$8_MaskedOrder as MaskedOrder, type index_d$8_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type index_d$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type index_d$8_MetaData as MetaData, type index_d$8_MetaSite as MetaSite, type index_d$8_MetaTag as MetaTag, index_d$8_Namespace as Namespace, type index_d$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, index_d$8_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$8_OrderApproved as OrderApproved, type index_d$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$8_OrderCanceled as OrderCanceled, type index_d$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$8_OrderChange as OrderChange, type index_d$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$8_OrderCreateNotifications as OrderCreateNotifications, type index_d$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$8_OrderCreationSettings as OrderCreationSettings, type index_d$8_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$8_OrderFulfilled as OrderFulfilled, type index_d$8_OrderItemsRestocked as OrderItemsRestocked, type index_d$8_OrderLineItem as OrderLineItem, type index_d$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$8_OrderNonNullableFields as OrderNonNullableFields, type index_d$8_OrderNotFulfilled as OrderNotFulfilled, type index_d$8_OrderPaid as OrderPaid, type index_d$8_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$8_OrderStatus as OrderStatus, type index_d$8_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type index_d$8_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type index_d$8_PaymentCapture as PaymentCapture, index_d$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$8_PaymentRefundFailed as PaymentRefundFailed, type index_d$8_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type index_d$8_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$8_Payments as Payments, type PaymentsUpdated$2 as PaymentsUpdated, type index_d$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type index_d$8_PickupReadyEmailSent as PickupReadyEmailSent, index_d$8_Placement as Placement, type index_d$8_PlainTextValue as PlainTextValue, type index_d$8_PlatformPaging as PlatformPaging, type index_d$8_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$8_PlatformQuery as PlatformQuery, type index_d$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$8_PreviewEmailType as PreviewEmailType, type index_d$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type index_d$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type index_d$8_ProductName as ProductName, type index_d$8_PublicActivity as PublicActivity, type index_d$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$8_QueryOrderRequest as QueryOrderRequest, type index_d$8_QueryOrderResponse as QueryOrderResponse, type index_d$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$8_QuotesAddress as QuotesAddress, Reason$2 as Reason, type index_d$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$8_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type index_d$8_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type index_d$8_RefundedPayment as RefundedPayment, type index_d$8_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$8_RegularPaymentRefund as RegularPaymentRefund, type index_d$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type index_d$8_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type index_d$8_SearchOrdersOptions as SearchOrdersOptions, type index_d$8_SearchOrdersRequest as SearchOrdersRequest, type index_d$8_SearchOrdersResponse as SearchOrdersResponse, type index_d$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type index_d$8_ShippingAddressEdited as ShippingAddressEdited, type index_d$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type index_d$8_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, index_d$8_SourceType as SourceType, type index_d$8_StandardDetails as StandardDetails, index_d$8_State as State, type StreetAddress$3 as StreetAddress, type index_d$8_Subdivision as Subdivision, index_d$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type index_d$8_TagList as TagList, type index_d$8_Tags as Tags, type index_d$8_Task as Task, type index_d$8_TaskAction as TaskAction, type index_d$8_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type index_d$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$8_TotalPrice as TotalPrice, type index_d$8_TotalPriceChange as TotalPriceChange, type index_d$8_TrackingLinkAdded as TrackingLinkAdded, type index_d$8_TrackingNumberAdded as TrackingNumberAdded, type index_d$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type index_d$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$8_TriggerReindexRequest as TriggerReindexRequest, type index_d$8_TriggerReindexResponse as TriggerReindexResponse, type index_d$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$8_UpdateActivityRequest as UpdateActivityRequest, type index_d$8_UpdateActivityResponse as UpdateActivityResponse, type index_d$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$8_UpdateOrder as UpdateOrder, type index_d$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$8_UpdateOrderRequest as UpdateOrderRequest, type index_d$8_UpdateOrderResponse as UpdateOrderResponse, type index_d$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$8_UpsertRefundRequest as UpsertRefundRequest, type index_d$8_UpsertRefundResponse as UpsertRefundResponse, type index_d$8_UserDataResponse as UserDataResponse, type index_d$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$8_V1LineItemDelta as V1LineItemDelta, type index_d$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$8_V1RestockItem as V1RestockItem, type index_d$8_V1ScheduledAction as V1ScheduledAction, type index_d$8_V1ShippingInformation as V1ShippingInformation, type index_d$8_Value as Value, index_d$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$8_VersionedDocumentId as VersionedDocumentId, type index_d$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$8_VersioningMode as VersioningMode, type index_d$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type index_d$8_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, type index_d$8__publicOnOrderApprovedType as _publicOnOrderApprovedType, type index_d$8__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$8__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$8__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, index_d$8_bulkUpdateOrders as bulkUpdateOrders, index_d$8_cancelOrder as cancelOrder, index_d$8_captureAuthorizedPayments as captureAuthorizedPayments, index_d$8_createOrder as createOrder, index_d$8_getOrder as getOrder, index_d$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$8_onOrderApproved as onOrderApproved, index_d$8_onOrderCanceled as onOrderCanceled, index_d$8_onOrderCreated as onOrderCreated, index_d$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, index_d$8_searchOrders as searchOrders, index_d$8_updateOrder as updateOrder, index_d$8_voidAuthorizedPayments as voidAuthorizedPayments };
|
|
26620
26647
|
}
|
|
26621
26648
|
|
|
26622
26649
|
interface OrderPaymentRequest {
|
|
@@ -32095,7 +32122,7 @@ interface LineItem {
|
|
|
32095
32122
|
/**
|
|
32096
32123
|
* Optional references to the line item's origin catalog.
|
|
32097
32124
|
* See [Catalog SPI](https://bo.wix.com/wix-docs/rest/ecommerce/catalog-spi/introduction) for more details.
|
|
32098
|
-
* This field
|
|
32125
|
+
* This field may be empty in the case of a custom line item.
|
|
32099
32126
|
* currently we only use the catalog app id to set tax=0 for specific apps.
|
|
32100
32127
|
*/
|
|
32101
32128
|
catalogReference?: CatalogReference;
|
|
@@ -32473,9 +32500,15 @@ declare enum DataFetchType {
|
|
|
32473
32500
|
ORDER_VALIDATION = "ORDER_VALIDATION"
|
|
32474
32501
|
}
|
|
32475
32502
|
interface ExternalReference {
|
|
32476
|
-
/**
|
|
32503
|
+
/**
|
|
32504
|
+
* ID of the app associated with the purchase flow.
|
|
32505
|
+
* For example, the Wix Pay Links app ID.
|
|
32506
|
+
*/
|
|
32477
32507
|
appId?: string;
|
|
32478
|
-
/**
|
|
32508
|
+
/**
|
|
32509
|
+
* Reference to an external resource ID. Used to link the purchase flow to a specific entity in an external system.
|
|
32510
|
+
* For example, a Wix Pay Link ID.
|
|
32511
|
+
*/
|
|
32479
32512
|
resourceId?: string | null;
|
|
32480
32513
|
}
|
|
32481
32514
|
interface CalculateTotalsResponse {
|