@wix/ecom 1.0.737 → 1.0.739
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.
|
@@ -5479,7 +5479,7 @@ interface TaxBreakdownNonNullableFields$3 {
|
|
|
5479
5479
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$3;
|
|
5480
5480
|
jurisdictionType: JurisdictionType$6;
|
|
5481
5481
|
}
|
|
5482
|
-
interface ItemTaxFullDetailsNonNullableFields$
|
|
5482
|
+
interface ItemTaxFullDetailsNonNullableFields$5 {
|
|
5483
5483
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$3;
|
|
5484
5484
|
taxRate: string;
|
|
5485
5485
|
totalTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
@@ -5490,7 +5490,7 @@ interface ItemTaxFullDetailsNonNullableFields$4 {
|
|
|
5490
5490
|
interface LineItemPricesDataNonNullableFields$2 {
|
|
5491
5491
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5492
5492
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5493
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
5493
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$5;
|
|
5494
5494
|
totalDiscount?: MultiCurrencyPriceNonNullableFields$3;
|
|
5495
5495
|
price?: MultiCurrencyPriceNonNullableFields$3;
|
|
5496
5496
|
priceBeforeDiscounts?: MultiCurrencyPriceNonNullableFields$3;
|
|
@@ -5538,7 +5538,7 @@ interface AggregatedTaxBreakdownNonNullableFields$3 {
|
|
|
5538
5538
|
aggregatedTaxAmount?: MultiCurrencyPriceNonNullableFields$3;
|
|
5539
5539
|
aggregatedTaxableAmount?: MultiCurrencyPriceNonNullableFields$3;
|
|
5540
5540
|
}
|
|
5541
|
-
interface TaxSummaryNonNullableFields$
|
|
5541
|
+
interface TaxSummaryNonNullableFields$5 {
|
|
5542
5542
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$3;
|
|
5543
5543
|
totalTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5544
5544
|
manualTaxRate: string;
|
|
@@ -5561,7 +5561,7 @@ interface DeliveryLogisticsNonNullableFields$5 {
|
|
|
5561
5561
|
interface SelectedCarrierServiceOptionPricesNonNullableFields$3 {
|
|
5562
5562
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5563
5563
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5564
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
5564
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$5;
|
|
5565
5565
|
totalDiscount?: MultiCurrencyPriceNonNullableFields$3;
|
|
5566
5566
|
price?: MultiCurrencyPriceNonNullableFields$3;
|
|
5567
5567
|
}
|
|
@@ -5690,7 +5690,7 @@ interface MembershipOptionsNonNullableFields$3 {
|
|
|
5690
5690
|
interface AdditionalFeeNonNullableFields$4 {
|
|
5691
5691
|
name: string;
|
|
5692
5692
|
price?: MultiCurrencyPriceNonNullableFields$3;
|
|
5693
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
5693
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$5;
|
|
5694
5694
|
priceBeforeTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5695
5695
|
priceAfterTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5696
5696
|
lineItemIds: string[];
|
|
@@ -5714,7 +5714,7 @@ interface EstimateTotalsResponseNonNullableFields$1 {
|
|
|
5714
5714
|
calculatedLineItems: CalculatedLineItemNonNullableFields$2[];
|
|
5715
5715
|
priceSummary?: PriceSummaryNonNullableFields$5;
|
|
5716
5716
|
giftCard?: GiftCardNonNullableFields$3;
|
|
5717
|
-
taxSummary?: TaxSummaryNonNullableFields$
|
|
5717
|
+
taxSummary?: TaxSummaryNonNullableFields$5;
|
|
5718
5718
|
shippingInfo?: ShippingInformationNonNullableFields$4;
|
|
5719
5719
|
appliedDiscounts: AppliedDiscountNonNullableFields$5[];
|
|
5720
5720
|
calculationErrors?: CalculationErrorsNonNullableFields$4;
|
|
@@ -8074,7 +8074,7 @@ interface TaxBreakdownNonNullableFields$2 {
|
|
|
8074
8074
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$2;
|
|
8075
8075
|
jurisdictionType: JurisdictionType$5;
|
|
8076
8076
|
}
|
|
8077
|
-
interface ItemTaxFullDetailsNonNullableFields$
|
|
8077
|
+
interface ItemTaxFullDetailsNonNullableFields$4 {
|
|
8078
8078
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$2;
|
|
8079
8079
|
taxRate: string;
|
|
8080
8080
|
totalTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
@@ -8085,7 +8085,7 @@ interface ItemTaxFullDetailsNonNullableFields$3 {
|
|
|
8085
8085
|
interface LineItemPricesDataNonNullableFields$1 {
|
|
8086
8086
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
8087
8087
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
8088
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
8088
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$4;
|
|
8089
8089
|
totalDiscount?: MultiCurrencyPriceNonNullableFields$2;
|
|
8090
8090
|
price?: MultiCurrencyPriceNonNullableFields$2;
|
|
8091
8091
|
priceBeforeDiscounts?: MultiCurrencyPriceNonNullableFields$2;
|
|
@@ -8133,7 +8133,7 @@ interface AggregatedTaxBreakdownNonNullableFields$2 {
|
|
|
8133
8133
|
aggregatedTaxAmount?: MultiCurrencyPriceNonNullableFields$2;
|
|
8134
8134
|
aggregatedTaxableAmount?: MultiCurrencyPriceNonNullableFields$2;
|
|
8135
8135
|
}
|
|
8136
|
-
interface TaxSummaryNonNullableFields$
|
|
8136
|
+
interface TaxSummaryNonNullableFields$4 {
|
|
8137
8137
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$2;
|
|
8138
8138
|
totalTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
8139
8139
|
manualTaxRate: string;
|
|
@@ -8156,7 +8156,7 @@ interface DeliveryLogisticsNonNullableFields$4 {
|
|
|
8156
8156
|
interface SelectedCarrierServiceOptionPricesNonNullableFields$2 {
|
|
8157
8157
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
8158
8158
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
8159
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
8159
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$4;
|
|
8160
8160
|
totalDiscount?: MultiCurrencyPriceNonNullableFields$2;
|
|
8161
8161
|
price?: MultiCurrencyPriceNonNullableFields$2;
|
|
8162
8162
|
}
|
|
@@ -8285,7 +8285,7 @@ interface MembershipOptionsNonNullableFields$2 {
|
|
|
8285
8285
|
interface AdditionalFeeNonNullableFields$3 {
|
|
8286
8286
|
name: string;
|
|
8287
8287
|
price?: MultiCurrencyPriceNonNullableFields$2;
|
|
8288
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
8288
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$4;
|
|
8289
8289
|
priceBeforeTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
8290
8290
|
priceAfterTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
8291
8291
|
lineItemIds: string[];
|
|
@@ -8309,7 +8309,7 @@ interface EstimateTotalsResponseNonNullableFields {
|
|
|
8309
8309
|
calculatedLineItems: CalculatedLineItemNonNullableFields$1[];
|
|
8310
8310
|
priceSummary?: PriceSummaryNonNullableFields$4;
|
|
8311
8311
|
giftCard?: GiftCardNonNullableFields$2;
|
|
8312
|
-
taxSummary?: TaxSummaryNonNullableFields$
|
|
8312
|
+
taxSummary?: TaxSummaryNonNullableFields$4;
|
|
8313
8313
|
shippingInfo?: ShippingInformationNonNullableFields$3;
|
|
8314
8314
|
appliedDiscounts: AppliedDiscountNonNullableFields$4[];
|
|
8315
8315
|
calculationErrors?: CalculationErrorsNonNullableFields$3;
|
|
@@ -10995,7 +10995,7 @@ interface TaxBreakdownNonNullableFields$1 {
|
|
|
10995
10995
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
10996
10996
|
jurisdictionType: JurisdictionType$4;
|
|
10997
10997
|
}
|
|
10998
|
-
interface ItemTaxFullDetailsNonNullableFields$
|
|
10998
|
+
interface ItemTaxFullDetailsNonNullableFields$3 {
|
|
10999
10999
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11000
11000
|
taxRate: string;
|
|
11001
11001
|
totalTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
@@ -11078,7 +11078,7 @@ interface LineItemNonNullableFields {
|
|
|
11078
11078
|
priceBeforeDiscounts?: MultiCurrencyPriceNonNullableFields$1;
|
|
11079
11079
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11080
11080
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11081
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
11081
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$3;
|
|
11082
11082
|
discount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11083
11083
|
descriptionLines: DescriptionLineNonNullableFields$3[];
|
|
11084
11084
|
media: string;
|
|
@@ -11127,7 +11127,7 @@ interface DeliveryLogisticsNonNullableFields$3 {
|
|
|
11127
11127
|
interface SelectedCarrierServiceOptionPricesNonNullableFields$1 {
|
|
11128
11128
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11129
11129
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11130
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
11130
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$3;
|
|
11131
11131
|
totalDiscount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11132
11132
|
price?: MultiCurrencyPriceNonNullableFields$1;
|
|
11133
11133
|
}
|
|
@@ -11274,7 +11274,7 @@ interface AggregatedTaxBreakdownNonNullableFields$1 {
|
|
|
11274
11274
|
aggregatedTaxAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11275
11275
|
aggregatedTaxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11276
11276
|
}
|
|
11277
|
-
interface TaxSummaryNonNullableFields$
|
|
11277
|
+
interface TaxSummaryNonNullableFields$3 {
|
|
11278
11278
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11279
11279
|
totalTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11280
11280
|
manualTaxRate: string;
|
|
@@ -11322,7 +11322,7 @@ interface MembershipOptionsNonNullableFields$1 {
|
|
|
11322
11322
|
interface AdditionalFeeNonNullableFields$2 {
|
|
11323
11323
|
name: string;
|
|
11324
11324
|
price?: MultiCurrencyPriceNonNullableFields$1;
|
|
11325
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
11325
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$3;
|
|
11326
11326
|
priceBeforeTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11327
11327
|
priceAfterTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11328
11328
|
lineItemIds: string[];
|
|
@@ -11370,7 +11370,7 @@ interface CheckoutNonNullableFields {
|
|
|
11370
11370
|
appliedDiscounts: AppliedDiscountNonNullableFields$3[];
|
|
11371
11371
|
customFields: CustomFieldNonNullableFields$2[];
|
|
11372
11372
|
weightUnit: WeightUnit$5;
|
|
11373
|
-
taxSummary?: TaxSummaryNonNullableFields$
|
|
11373
|
+
taxSummary?: TaxSummaryNonNullableFields$3;
|
|
11374
11374
|
currency: string;
|
|
11375
11375
|
channelType: ChannelType$4;
|
|
11376
11376
|
siteLanguage: string;
|
|
@@ -18517,7 +18517,7 @@ interface V1BalanceSummary {
|
|
|
18517
18517
|
*/
|
|
18518
18518
|
refunded?: Price$3;
|
|
18519
18519
|
/**
|
|
18520
|
-
* Sum of all authorized payments
|
|
18520
|
+
* Sum of all authorized payments.
|
|
18521
18521
|
* @readonly
|
|
18522
18522
|
*/
|
|
18523
18523
|
authorized?: Price$3;
|
|
@@ -18815,7 +18815,7 @@ interface ItemTypeNonNullableFields$1 {
|
|
|
18815
18815
|
preset: ItemTypeItemType$2;
|
|
18816
18816
|
custom: string;
|
|
18817
18817
|
}
|
|
18818
|
-
interface ItemTaxFullDetailsNonNullableFields$
|
|
18818
|
+
interface ItemTaxFullDetailsNonNullableFields$2 {
|
|
18819
18819
|
taxableAmount?: PriceNonNullableFields$3;
|
|
18820
18820
|
taxRate: string;
|
|
18821
18821
|
totalTax?: PriceNonNullableFields$3;
|
|
@@ -18864,7 +18864,7 @@ interface OrderLineItemNonNullableFields$1 {
|
|
|
18864
18864
|
totalPriceBeforeTax?: PriceNonNullableFields$3;
|
|
18865
18865
|
totalPriceAfterTax?: PriceNonNullableFields$3;
|
|
18866
18866
|
paymentOption: PaymentOptionType$2;
|
|
18867
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
18867
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$2;
|
|
18868
18868
|
taxInfo?: LineItemTaxInfoNonNullableFields$1;
|
|
18869
18869
|
digitalFile?: DigitalFileNonNullableFields$1;
|
|
18870
18870
|
subscriptionInfo?: SubscriptionInfoNonNullableFields$1;
|
|
@@ -18913,7 +18913,7 @@ interface V1ShippingPriceNonNullableFields {
|
|
|
18913
18913
|
price?: PriceNonNullableFields$3;
|
|
18914
18914
|
totalPriceBeforeTax?: PriceNonNullableFields$3;
|
|
18915
18915
|
totalPriceAfterTax?: PriceNonNullableFields$3;
|
|
18916
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
18916
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$2;
|
|
18917
18917
|
discount?: PriceNonNullableFields$3;
|
|
18918
18918
|
}
|
|
18919
18919
|
interface V1ShippingInformationNonNullableFields$1 {
|
|
@@ -18937,7 +18937,7 @@ interface BuyerInfoNonNullableFields$1 {
|
|
|
18937
18937
|
interface AdditionalFeeNonNullableFields$1 {
|
|
18938
18938
|
name: string;
|
|
18939
18939
|
price?: PriceNonNullableFields$3;
|
|
18940
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
18940
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$2;
|
|
18941
18941
|
priceBeforeTax?: PriceNonNullableFields$3;
|
|
18942
18942
|
priceAfterTax?: PriceNonNullableFields$3;
|
|
18943
18943
|
_id: string;
|
|
@@ -19002,7 +19002,7 @@ interface PriceSummaryNonNullableFields$2 {
|
|
|
19002
19002
|
totalWithoutGiftCard?: PriceNonNullableFields$3;
|
|
19003
19003
|
totalAdditionalFees?: PriceNonNullableFields$3;
|
|
19004
19004
|
}
|
|
19005
|
-
interface TaxSummaryNonNullableFields$
|
|
19005
|
+
interface TaxSummaryNonNullableFields$2 {
|
|
19006
19006
|
totalTax?: PriceNonNullableFields$3;
|
|
19007
19007
|
}
|
|
19008
19008
|
interface BalanceNonNullableFields$1 {
|
|
@@ -19072,7 +19072,7 @@ interface DraftOrderNonNullableFields {
|
|
|
19072
19072
|
status: EditingStatus;
|
|
19073
19073
|
weightUnit: WeightUnit$3;
|
|
19074
19074
|
priceSummary?: PriceSummaryNonNullableFields$2;
|
|
19075
|
-
taxSummary?: TaxSummaryNonNullableFields$
|
|
19075
|
+
taxSummary?: TaxSummaryNonNullableFields$2;
|
|
19076
19076
|
balanceSummary?: BalanceSummaryNonNullableFields$1;
|
|
19077
19077
|
commitSettings?: DraftOrderCommitSettingsNonNullableFields;
|
|
19078
19078
|
recipientInfo?: RecipientInfoDetailsNonNullableFields;
|
|
@@ -19326,6 +19326,7 @@ interface V1BalanceSummaryNonNullableFields {
|
|
|
19326
19326
|
paid?: PriceNonNullableFields$3;
|
|
19327
19327
|
refunded?: PriceNonNullableFields$3;
|
|
19328
19328
|
authorized?: PriceNonNullableFields$3;
|
|
19329
|
+
pendingRefund?: PriceNonNullableFields$3;
|
|
19329
19330
|
}
|
|
19330
19331
|
interface TagListNonNullableFields$1 {
|
|
19331
19332
|
tagIds: string[];
|
|
@@ -19346,7 +19347,7 @@ interface OrderNonNullableFields$1 {
|
|
|
19346
19347
|
billingInfo?: AddressWithContactNonNullableFields$1;
|
|
19347
19348
|
shippingInfo?: V1ShippingInformationNonNullableFields$1;
|
|
19348
19349
|
status: OrderStatus$1;
|
|
19349
|
-
taxSummary?: TaxSummaryNonNullableFields$
|
|
19350
|
+
taxSummary?: TaxSummaryNonNullableFields$2;
|
|
19350
19351
|
taxInfo?: OrderTaxInfoNonNullableFields$1;
|
|
19351
19352
|
appliedDiscounts: AppliedDiscountNonNullableFields$2[];
|
|
19352
19353
|
activities: ActivityNonNullableFields$1[];
|
|
@@ -21141,7 +21142,7 @@ interface Order$1 {
|
|
|
21141
21142
|
* @replacedBy tax_info
|
|
21142
21143
|
* @targetRemovalDate 2024-09-30
|
|
21143
21144
|
*/
|
|
21144
|
-
taxSummary?:
|
|
21145
|
+
taxSummary?: TaxSummary$1;
|
|
21145
21146
|
/** Tax information. */
|
|
21146
21147
|
taxInfo?: OrderTaxInfo;
|
|
21147
21148
|
/** Applied discounts. */
|
|
@@ -21268,7 +21269,7 @@ interface OrderLineItem {
|
|
|
21268
21269
|
* @replacedBy tax_info
|
|
21269
21270
|
* @targetRemovalDate 2024-09-30
|
|
21270
21271
|
*/
|
|
21271
|
-
taxDetails?:
|
|
21272
|
+
taxDetails?: ItemTaxFullDetails$1;
|
|
21272
21273
|
/** Represents all the relevant tax details for a specific line item. */
|
|
21273
21274
|
taxInfo?: LineItemTaxInfo;
|
|
21274
21275
|
/** Digital file identifier, relevant only for items with type DIGITAL. */
|
|
@@ -21429,7 +21430,7 @@ declare enum PaymentOptionType$1 {
|
|
|
21429
21430
|
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
21430
21431
|
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
21431
21432
|
}
|
|
21432
|
-
interface
|
|
21433
|
+
interface ItemTaxFullDetails$1 {
|
|
21433
21434
|
/** Taxable amount of this line item. */
|
|
21434
21435
|
taxableAmount?: Price$2;
|
|
21435
21436
|
/** Tax rate percentage, as a decimal numeral between 0 and 1. For example, `"0.13"`. */
|
|
@@ -21771,7 +21772,7 @@ interface ShippingPrice$1 {
|
|
|
21771
21772
|
*/
|
|
21772
21773
|
totalPriceAfterTax?: Price$2;
|
|
21773
21774
|
/** Tax details. */
|
|
21774
|
-
taxDetails?:
|
|
21775
|
+
taxDetails?: ItemTaxFullDetails$1;
|
|
21775
21776
|
/**
|
|
21776
21777
|
* Shipping discount before tax.
|
|
21777
21778
|
* @readonly
|
|
@@ -21787,7 +21788,7 @@ declare enum OrderStatus {
|
|
|
21787
21788
|
APPROVED = "APPROVED",
|
|
21788
21789
|
CANCELED = "CANCELED"
|
|
21789
21790
|
}
|
|
21790
|
-
interface
|
|
21791
|
+
interface TaxSummary$1 {
|
|
21791
21792
|
/**
|
|
21792
21793
|
* Total tax.
|
|
21793
21794
|
* @readonly
|
|
@@ -22303,7 +22304,7 @@ interface BalanceSummary {
|
|
|
22303
22304
|
*/
|
|
22304
22305
|
refunded?: Price$2;
|
|
22305
22306
|
/**
|
|
22306
|
-
* Sum of all authorized payments
|
|
22307
|
+
* Sum of all authorized payments.
|
|
22307
22308
|
* @readonly
|
|
22308
22309
|
*/
|
|
22309
22310
|
authorized?: Price$2;
|
|
@@ -22337,7 +22338,7 @@ interface AdditionalFee$1 {
|
|
|
22337
22338
|
/** Additional fee's price. */
|
|
22338
22339
|
price?: Price$2;
|
|
22339
22340
|
/** Tax details. */
|
|
22340
|
-
taxDetails?:
|
|
22341
|
+
taxDetails?: ItemTaxFullDetails$1;
|
|
22341
22342
|
/** SPI implementer's `appId`. */
|
|
22342
22343
|
providerAppId?: string | null;
|
|
22343
22344
|
/** Additional fee's price before tax. */
|
|
@@ -23096,12 +23097,6 @@ interface UpsertRefundResponse {
|
|
|
23096
23097
|
/** Updated order transactions. */
|
|
23097
23098
|
orderTransactions?: OrderTransactions$2;
|
|
23098
23099
|
}
|
|
23099
|
-
interface TestUrlAdditionalBindingsRequest {
|
|
23100
|
-
testId?: string | null;
|
|
23101
|
-
}
|
|
23102
|
-
interface TestUrlAdditionalBindingsResponse {
|
|
23103
|
-
responseString?: string;
|
|
23104
|
-
}
|
|
23105
23100
|
interface MessageEnvelope$6 {
|
|
23106
23101
|
/** App instance ID. */
|
|
23107
23102
|
instanceId?: string | null;
|
|
@@ -23243,15 +23238,6 @@ interface VersionedDocumentId {
|
|
|
23243
23238
|
/** versioning mode to use instead of default */
|
|
23244
23239
|
versioningMode?: VersioningMode;
|
|
23245
23240
|
}
|
|
23246
|
-
/** Triggered when a payment is updated. */
|
|
23247
|
-
interface PaymentsUpdated$2 {
|
|
23248
|
-
/** Updated order transactions. */
|
|
23249
|
-
orderTransactions?: OrderTransactions$2;
|
|
23250
|
-
/** List of IDs of the updated payments. */
|
|
23251
|
-
paymentIds?: string[];
|
|
23252
|
-
/** List of IDs of the updated refunds. */
|
|
23253
|
-
refundIds?: string[];
|
|
23254
|
-
}
|
|
23255
23241
|
interface TriggerReindexRequest {
|
|
23256
23242
|
metasiteId?: string;
|
|
23257
23243
|
orderIds?: string[];
|
|
@@ -23452,21 +23438,6 @@ interface PreviewResendDownloadLinksEmailRequest {
|
|
|
23452
23438
|
interface PreviewResendDownloadLinksEmailResponse {
|
|
23453
23439
|
emailPreview?: string;
|
|
23454
23440
|
}
|
|
23455
|
-
interface ItemTaxFullDetails$1 {
|
|
23456
|
-
/** Taxable amount of this line item. */
|
|
23457
|
-
taxableAmount?: Price$2;
|
|
23458
|
-
/** Tax rate percentage, as a decimal numeral between 0 and 1. For example, `"0.13"`. */
|
|
23459
|
-
taxRate?: string;
|
|
23460
|
-
/** The calculated tax, based on the `taxableAmount` and `taxRate`. */
|
|
23461
|
-
totalTax?: Price$2;
|
|
23462
|
-
}
|
|
23463
|
-
interface TaxSummary$1 {
|
|
23464
|
-
/**
|
|
23465
|
-
* Total tax.
|
|
23466
|
-
* @readonly
|
|
23467
|
-
*/
|
|
23468
|
-
totalTax?: Price$2;
|
|
23469
|
-
}
|
|
23470
23441
|
interface PreparePaymentCollectionRequest {
|
|
23471
23442
|
/** Ecom order ID. */
|
|
23472
23443
|
ecomOrderId?: string;
|
|
@@ -24072,7 +24043,7 @@ interface DraftOrderDiffs extends DraftOrderDiffsShippingUpdateInfoOneOf, DraftO
|
|
|
24072
24043
|
* @replacedBy tax_info
|
|
24073
24044
|
* @targetRemovalDate 2024-09-30
|
|
24074
24045
|
*/
|
|
24075
|
-
taxSummary?:
|
|
24046
|
+
taxSummary?: TaxSummary$1;
|
|
24076
24047
|
/**
|
|
24077
24048
|
* Updated order price summary. overwrites existing price summary.
|
|
24078
24049
|
* balance will be updated automatically.
|
|
@@ -24168,7 +24139,7 @@ interface OrderLineItemChangedDetails {
|
|
|
24168
24139
|
* @replacedBy tax_info
|
|
24169
24140
|
* @targetRemovalDate 2024-09-30
|
|
24170
24141
|
*/
|
|
24171
|
-
taxDetails?:
|
|
24142
|
+
taxDetails?: ItemTaxFullDetails$1;
|
|
24172
24143
|
/** Additional description for the price. For example, when price is 0 but additional details about the actual price are needed - "Starts at $67". */
|
|
24173
24144
|
priceDescription?: PriceDescription;
|
|
24174
24145
|
/** Total price **after** catalog-defined discount and line item discounts. */
|
|
@@ -25458,7 +25429,7 @@ interface ItemTypeNonNullableFields {
|
|
|
25458
25429
|
preset: ItemTypeItemType$1;
|
|
25459
25430
|
custom: string;
|
|
25460
25431
|
}
|
|
25461
|
-
interface
|
|
25432
|
+
interface ItemTaxFullDetailsNonNullableFields$1 {
|
|
25462
25433
|
taxableAmount?: PriceNonNullableFields$2;
|
|
25463
25434
|
taxRate: string;
|
|
25464
25435
|
totalTax?: PriceNonNullableFields$2;
|
|
@@ -25510,7 +25481,7 @@ interface OrderLineItemNonNullableFields {
|
|
|
25510
25481
|
totalPriceBeforeTax?: PriceNonNullableFields$2;
|
|
25511
25482
|
totalPriceAfterTax?: PriceNonNullableFields$2;
|
|
25512
25483
|
paymentOption: PaymentOptionType$1;
|
|
25513
|
-
taxDetails?:
|
|
25484
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$1;
|
|
25514
25485
|
taxInfo?: LineItemTaxInfoNonNullableFields;
|
|
25515
25486
|
digitalFile?: DigitalFileNonNullableFields;
|
|
25516
25487
|
subscriptionInfo?: SubscriptionInfoNonNullableFields;
|
|
@@ -25568,7 +25539,7 @@ interface ShippingPriceNonNullableFields$1 {
|
|
|
25568
25539
|
price?: PriceNonNullableFields$2;
|
|
25569
25540
|
totalPriceBeforeTax?: PriceNonNullableFields$2;
|
|
25570
25541
|
totalPriceAfterTax?: PriceNonNullableFields$2;
|
|
25571
|
-
taxDetails?:
|
|
25542
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$1;
|
|
25572
25543
|
discount?: PriceNonNullableFields$2;
|
|
25573
25544
|
}
|
|
25574
25545
|
interface V1ShippingInformationNonNullableFields {
|
|
@@ -25576,7 +25547,7 @@ interface V1ShippingInformationNonNullableFields {
|
|
|
25576
25547
|
logistics?: DeliveryLogisticsNonNullableFields$1;
|
|
25577
25548
|
cost?: ShippingPriceNonNullableFields$1;
|
|
25578
25549
|
}
|
|
25579
|
-
interface
|
|
25550
|
+
interface TaxSummaryNonNullableFields$1 {
|
|
25580
25551
|
totalTax?: PriceNonNullableFields$2;
|
|
25581
25552
|
}
|
|
25582
25553
|
interface OrderTaxBreakdownNonNullableFields {
|
|
@@ -25786,11 +25757,12 @@ interface BalanceSummaryNonNullableFields {
|
|
|
25786
25757
|
paid?: PriceNonNullableFields$2;
|
|
25787
25758
|
refunded?: PriceNonNullableFields$2;
|
|
25788
25759
|
authorized?: PriceNonNullableFields$2;
|
|
25760
|
+
pendingRefund?: PriceNonNullableFields$2;
|
|
25789
25761
|
}
|
|
25790
25762
|
interface AdditionalFeeNonNullableFields {
|
|
25791
25763
|
name: string;
|
|
25792
25764
|
price?: PriceNonNullableFields$2;
|
|
25793
|
-
taxDetails?:
|
|
25765
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$1;
|
|
25794
25766
|
priceBeforeTax?: PriceNonNullableFields$2;
|
|
25795
25767
|
priceAfterTax?: PriceNonNullableFields$2;
|
|
25796
25768
|
_id: string;
|
|
@@ -25815,7 +25787,7 @@ interface OrderNonNullableFields {
|
|
|
25815
25787
|
billingInfo?: AddressWithContactNonNullableFields;
|
|
25816
25788
|
shippingInfo?: V1ShippingInformationNonNullableFields;
|
|
25817
25789
|
status: OrderStatus;
|
|
25818
|
-
taxSummary?:
|
|
25790
|
+
taxSummary?: TaxSummaryNonNullableFields$1;
|
|
25819
25791
|
taxInfo?: OrderTaxInfoNonNullableFields;
|
|
25820
25792
|
appliedDiscounts: AppliedDiscountNonNullableFields$1[];
|
|
25821
25793
|
activities: ActivityNonNullableFields[];
|
|
@@ -25924,6 +25896,10 @@ interface OrderPaymentStatusUpdatedEnvelope {
|
|
|
25924
25896
|
data: PaymentStatusUpdated;
|
|
25925
25897
|
metadata: EventMetadata$5;
|
|
25926
25898
|
}
|
|
25899
|
+
interface OrderUpdatedEnvelope {
|
|
25900
|
+
entity: Order$1;
|
|
25901
|
+
metadata: EventMetadata$5;
|
|
25902
|
+
}
|
|
25927
25903
|
interface OrderCreatedEnvelope {
|
|
25928
25904
|
entity: Order$1;
|
|
25929
25905
|
metadata: EventMetadata$5;
|
|
@@ -26030,7 +26006,7 @@ interface UpdateOrder {
|
|
|
26030
26006
|
* @replacedBy tax_info
|
|
26031
26007
|
* @targetRemovalDate 2024-09-30
|
|
26032
26008
|
*/
|
|
26033
|
-
taxSummary?:
|
|
26009
|
+
taxSummary?: TaxSummary$1;
|
|
26034
26010
|
/** Tax information. */
|
|
26035
26011
|
taxInfo?: OrderTaxInfo;
|
|
26036
26012
|
/** Applied discounts. */
|
|
@@ -26268,6 +26244,7 @@ interface BulkUpdateOrderTagsSignature {
|
|
|
26268
26244
|
(orderIds: string[], options?: BulkUpdateOrderTagsOptions | undefined): Promise<BulkUpdateOrderTagsResponse & BulkUpdateOrderTagsResponseNonNullableFields>;
|
|
26269
26245
|
}
|
|
26270
26246
|
declare const onOrderPaymentStatusUpdated$1: EventDefinition<OrderPaymentStatusUpdatedEnvelope, "wix.ecom.v1.order_payment_status_updated">;
|
|
26247
|
+
declare const onOrderUpdated$1: EventDefinition<OrderUpdatedEnvelope, "wix.ecom.v1.order_updated">;
|
|
26271
26248
|
declare const onOrderCreated$1: EventDefinition<OrderCreatedEnvelope, "wix.ecom.v1.order_created">;
|
|
26272
26249
|
declare const onOrderCanceled$1: EventDefinition<OrderCanceledEnvelope, "wix.ecom.v1.order_canceled">;
|
|
26273
26250
|
declare const onOrderApproved$1: EventDefinition<OrderApprovedEnvelope, "wix.ecom.v1.order_approved">;
|
|
@@ -26291,6 +26268,10 @@ type _publicOnOrderPaymentStatusUpdatedType = typeof onOrderPaymentStatusUpdated
|
|
|
26291
26268
|
*/
|
|
26292
26269
|
declare const onOrderPaymentStatusUpdated: ReturnType<typeof createEventModule$5<_publicOnOrderPaymentStatusUpdatedType>>;
|
|
26293
26270
|
|
|
26271
|
+
type _publicOnOrderUpdatedType = typeof onOrderUpdated$1;
|
|
26272
|
+
/** */
|
|
26273
|
+
declare const onOrderUpdated: ReturnType<typeof createEventModule$5<_publicOnOrderUpdatedType>>;
|
|
26274
|
+
|
|
26294
26275
|
type _publicOnOrderCreatedType = typeof onOrderCreated$1;
|
|
26295
26276
|
/**
|
|
26296
26277
|
* Triggered when an order is created.
|
|
@@ -26325,8 +26306,6 @@ type index_d$8_AddressDescription = AddressDescription;
|
|
|
26325
26306
|
type index_d$8_AddressWithContact = AddressWithContact;
|
|
26326
26307
|
type index_d$8_AggregateOrdersRequest = AggregateOrdersRequest;
|
|
26327
26308
|
type index_d$8_AggregateOrdersResponse = AggregateOrdersResponse;
|
|
26328
|
-
type index_d$8_ApiItemTaxFullDetails = ApiItemTaxFullDetails;
|
|
26329
|
-
type index_d$8_ApiTaxSummary = ApiTaxSummary;
|
|
26330
26309
|
type index_d$8_App = App;
|
|
26331
26310
|
type index_d$8_AppliedDiscountDelta = AppliedDiscountDelta;
|
|
26332
26311
|
type index_d$8_AppliedDiscountDeltaDeltaOneOf = AppliedDiscountDeltaDeltaOneOf;
|
|
@@ -26560,6 +26539,7 @@ type index_d$8_OrderStatus = OrderStatus;
|
|
|
26560
26539
|
declare const index_d$8_OrderStatus: typeof OrderStatus;
|
|
26561
26540
|
type index_d$8_OrderTaxBreakdown = OrderTaxBreakdown;
|
|
26562
26541
|
type index_d$8_OrderTaxInfo = OrderTaxInfo;
|
|
26542
|
+
type index_d$8_OrderUpdatedEnvelope = OrderUpdatedEnvelope;
|
|
26563
26543
|
type index_d$8_OrdersExperiments = OrdersExperiments;
|
|
26564
26544
|
type index_d$8_PaymentCapture = PaymentCapture;
|
|
26565
26545
|
type index_d$8_PaymentCollectabilityStatus = PaymentCollectabilityStatus;
|
|
@@ -26653,8 +26633,6 @@ type index_d$8_Task = Task;
|
|
|
26653
26633
|
type index_d$8_TaskAction = TaskAction;
|
|
26654
26634
|
type index_d$8_TaskActionActionOneOf = TaskActionActionOneOf;
|
|
26655
26635
|
type index_d$8_TaskKey = TaskKey;
|
|
26656
|
-
type index_d$8_TestUrlAdditionalBindingsRequest = TestUrlAdditionalBindingsRequest;
|
|
26657
|
-
type index_d$8_TestUrlAdditionalBindingsResponse = TestUrlAdditionalBindingsResponse;
|
|
26658
26636
|
type index_d$8_TotalPrice = TotalPrice;
|
|
26659
26637
|
type index_d$8_TotalPriceChange = TotalPriceChange;
|
|
26660
26638
|
type index_d$8_TrackingLinkAdded = TrackingLinkAdded;
|
|
@@ -26718,6 +26696,7 @@ type index_d$8__publicOnOrderApprovedType = _publicOnOrderApprovedType;
|
|
|
26718
26696
|
type index_d$8__publicOnOrderCanceledType = _publicOnOrderCanceledType;
|
|
26719
26697
|
type index_d$8__publicOnOrderCreatedType = _publicOnOrderCreatedType;
|
|
26720
26698
|
type index_d$8__publicOnOrderPaymentStatusUpdatedType = _publicOnOrderPaymentStatusUpdatedType;
|
|
26699
|
+
type index_d$8__publicOnOrderUpdatedType = _publicOnOrderUpdatedType;
|
|
26721
26700
|
declare const index_d$8_bulkUpdateOrderTags: typeof bulkUpdateOrderTags;
|
|
26722
26701
|
declare const index_d$8_bulkUpdateOrders: typeof bulkUpdateOrders;
|
|
26723
26702
|
declare const index_d$8_cancelOrder: typeof cancelOrder;
|
|
@@ -26729,11 +26708,12 @@ declare const index_d$8_onOrderApproved: typeof onOrderApproved;
|
|
|
26729
26708
|
declare const index_d$8_onOrderCanceled: typeof onOrderCanceled;
|
|
26730
26709
|
declare const index_d$8_onOrderCreated: typeof onOrderCreated;
|
|
26731
26710
|
declare const index_d$8_onOrderPaymentStatusUpdated: typeof onOrderPaymentStatusUpdated;
|
|
26711
|
+
declare const index_d$8_onOrderUpdated: typeof onOrderUpdated;
|
|
26732
26712
|
declare const index_d$8_searchOrders: typeof searchOrders;
|
|
26733
26713
|
declare const index_d$8_updateOrder: typeof updateOrder;
|
|
26734
26714
|
declare const index_d$8_voidAuthorizedPayments: typeof voidAuthorizedPayments;
|
|
26735
26715
|
declare namespace index_d$8 {
|
|
26736
|
-
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_ApiItemTaxFullDetails as ApiItemTaxFullDetails, type index_d$8_ApiTaxSummary as ApiTaxSummary, 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_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type index_d$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$8_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, 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_bulkUpdateOrderTags as bulkUpdateOrderTags, 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 };
|
|
26716
|
+
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_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type index_d$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$8_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, 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_OrderUpdatedEnvelope as OrderUpdatedEnvelope, 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 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_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, type index_d$8__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, index_d$8_bulkUpdateOrderTags as bulkUpdateOrderTags, 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, index_d$8_onOrderUpdated as onOrderUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, index_d$8_searchOrders as searchOrders, index_d$8_updateOrder as updateOrder, index_d$8_voidAuthorizedPayments as voidAuthorizedPayments };
|
|
26737
26717
|
}
|
|
26738
26718
|
|
|
26739
26719
|
interface OrderPaymentRequest {
|