@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 context$8_AddressDescription = AddressDescription;
|
|
|
26325
26306
|
type context$8_AddressWithContact = AddressWithContact;
|
|
26326
26307
|
type context$8_AggregateOrdersRequest = AggregateOrdersRequest;
|
|
26327
26308
|
type context$8_AggregateOrdersResponse = AggregateOrdersResponse;
|
|
26328
|
-
type context$8_ApiItemTaxFullDetails = ApiItemTaxFullDetails;
|
|
26329
|
-
type context$8_ApiTaxSummary = ApiTaxSummary;
|
|
26330
26309
|
type context$8_App = App;
|
|
26331
26310
|
type context$8_AppliedDiscountDelta = AppliedDiscountDelta;
|
|
26332
26311
|
type context$8_AppliedDiscountDeltaDeltaOneOf = AppliedDiscountDeltaDeltaOneOf;
|
|
@@ -26560,6 +26539,7 @@ type context$8_OrderStatus = OrderStatus;
|
|
|
26560
26539
|
declare const context$8_OrderStatus: typeof OrderStatus;
|
|
26561
26540
|
type context$8_OrderTaxBreakdown = OrderTaxBreakdown;
|
|
26562
26541
|
type context$8_OrderTaxInfo = OrderTaxInfo;
|
|
26542
|
+
type context$8_OrderUpdatedEnvelope = OrderUpdatedEnvelope;
|
|
26563
26543
|
type context$8_OrdersExperiments = OrdersExperiments;
|
|
26564
26544
|
type context$8_PaymentCapture = PaymentCapture;
|
|
26565
26545
|
type context$8_PaymentCollectabilityStatus = PaymentCollectabilityStatus;
|
|
@@ -26653,8 +26633,6 @@ type context$8_Task = Task;
|
|
|
26653
26633
|
type context$8_TaskAction = TaskAction;
|
|
26654
26634
|
type context$8_TaskActionActionOneOf = TaskActionActionOneOf;
|
|
26655
26635
|
type context$8_TaskKey = TaskKey;
|
|
26656
|
-
type context$8_TestUrlAdditionalBindingsRequest = TestUrlAdditionalBindingsRequest;
|
|
26657
|
-
type context$8_TestUrlAdditionalBindingsResponse = TestUrlAdditionalBindingsResponse;
|
|
26658
26636
|
type context$8_TotalPrice = TotalPrice;
|
|
26659
26637
|
type context$8_TotalPriceChange = TotalPriceChange;
|
|
26660
26638
|
type context$8_TrackingLinkAdded = TrackingLinkAdded;
|
|
@@ -26718,6 +26696,7 @@ type context$8__publicOnOrderApprovedType = _publicOnOrderApprovedType;
|
|
|
26718
26696
|
type context$8__publicOnOrderCanceledType = _publicOnOrderCanceledType;
|
|
26719
26697
|
type context$8__publicOnOrderCreatedType = _publicOnOrderCreatedType;
|
|
26720
26698
|
type context$8__publicOnOrderPaymentStatusUpdatedType = _publicOnOrderPaymentStatusUpdatedType;
|
|
26699
|
+
type context$8__publicOnOrderUpdatedType = _publicOnOrderUpdatedType;
|
|
26721
26700
|
declare const context$8_bulkUpdateOrderTags: typeof bulkUpdateOrderTags;
|
|
26722
26701
|
declare const context$8_bulkUpdateOrders: typeof bulkUpdateOrders;
|
|
26723
26702
|
declare const context$8_cancelOrder: typeof cancelOrder;
|
|
@@ -26729,11 +26708,12 @@ declare const context$8_onOrderApproved: typeof onOrderApproved;
|
|
|
26729
26708
|
declare const context$8_onOrderCanceled: typeof onOrderCanceled;
|
|
26730
26709
|
declare const context$8_onOrderCreated: typeof onOrderCreated;
|
|
26731
26710
|
declare const context$8_onOrderPaymentStatusUpdated: typeof onOrderPaymentStatusUpdated;
|
|
26711
|
+
declare const context$8_onOrderUpdated: typeof onOrderUpdated;
|
|
26732
26712
|
declare const context$8_searchOrders: typeof searchOrders;
|
|
26733
26713
|
declare const context$8_updateOrder: typeof updateOrder;
|
|
26734
26714
|
declare const context$8_voidAuthorizedPayments: typeof voidAuthorizedPayments;
|
|
26735
26715
|
declare namespace context$8 {
|
|
26736
|
-
export { type ActionEvent$6 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type context$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$8_AddActivitiesRequest as AddActivitiesRequest, type context$8_AddActivitiesResponse as AddActivitiesResponse, type context$8_AddActivityRequest as AddActivityRequest, type context$8_AddActivityResponse as AddActivityResponse, type context$8_AddInternalActivityRequest as AddInternalActivityRequest, type context$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$8_AdditionalFeeDelta as AdditionalFeeDelta, type context$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$4 as Address, type context$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type context$8_AddressWithContact as AddressWithContact, type context$8_AggregateOrdersRequest as AggregateOrdersRequest, type context$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type context$8_ApiItemTaxFullDetails as ApiItemTaxFullDetails, type context$8_ApiTaxSummary as ApiTaxSummary, type context$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$8_AppliedDiscountDelta as AppliedDiscountDelta, type context$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$8_ArchiveOrderRequest as ArchiveOrderRequest, type context$8_ArchiveOrderResponse as ArchiveOrderResponse, context$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 context$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$8_Balance as Balance, type context$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type context$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$8_BulkOrderResult as BulkOrderResult, type context$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$8_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type context$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$8_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type context$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$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 context$8_CalculatedTax as CalculatedTax, type context$8_CalculatedTaxes as CalculatedTaxes, type context$8_Cancel as Cancel, type context$8_CancelOrderOptions as CancelOrderOptions, type context$8_CancelOrderRequest as CancelOrderRequest, type context$8_CancelOrderResponse as CancelOrderResponse, type context$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type context$8_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$8_ChargedBy as ChargedBy, type context$8_Color as Color, type context$8_CommitDeltasRequest as CommitDeltasRequest, type context$8_CommitDeltasResponse as CommitDeltasResponse, type context$8_CommittedDiffs as CommittedDiffs, type context$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$8_CommonAddress as CommonAddress, type context$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$8_Company as Company, type context$8_Complete as Complete, type context$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$8_CreateOrderRequest as CreateOrderRequest, type context$8_CreateOrderResponse as CreateOrderResponse, type context$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$8_CreatedBy as CreatedBy, type context$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type context$8_CursorSearch as CursorSearch, type context$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type context$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$8_CustomFieldGroup as CustomFieldGroup, type context$8_CustomFieldValue as CustomFieldValue, type context$8_Customer as Customer, type context$8_DecrementData as DecrementData, type context$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$8_DelayedCaptureSettings as DelayedCaptureSettings, type context$8_DeleteActivityRequest as DeleteActivityRequest, type context$8_DeleteActivityResponse as DeleteActivityResponse, type context$8_DeleteByFilterOperation as DeleteByFilterOperation, type context$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type context$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, context$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$8_Deposit as Deposit, context$8_DepositType as DepositType, type context$8_DescriptionLine as DescriptionLine, type context$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$8_DescriptionLineName as DescriptionLineName, context$8_DescriptionLineType as DescriptionLineType, type context$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$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 context$8_DownloadLinkSent as DownloadLinkSent, type context$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$8_DraftOrderDiffs as DraftOrderDiffs, type context$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$8_Duration as Duration, context$8_DurationUnit as DurationUnit, type context$8_Email as Email, type context$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 context$8_ExternalUriMapping as ExternalUriMapping, type context$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type context$8_FullAddressContactDetails as FullAddressContactDetails, type context$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$8_GetOrderRequest as GetOrderRequest, type context$8_GetOrderResponse as GetOrderResponse, type context$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$8_GetShipmentsRequest as GetShipmentsRequest, type context$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type context$8_HtmlApplication as HtmlApplication, type context$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$8_InternalActivity as InternalActivity, type context$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$8_InternalDocument as InternalDocument, type context$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$8_InventoryAction as InventoryAction, type context$8_InventoryUpdateDetails as InventoryUpdateDetails, type context$8_InvoiceAdded as InvoiceAdded, type context$8_InvoiceDates as InvoiceDates, type context$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$8_InvoiceFields as InvoiceFields, type context$8_InvoiceSent as InvoiceSent, type context$8_InvoiceSentEvent as InvoiceSentEvent, context$8_InvoiceStatus as InvoiceStatus, type context$8_InvoicesPayment as InvoicesPayment, type context$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 context$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$8_LineItemAmount as LineItemAmount, type context$8_LineItemChanges as LineItemChanges, type context$8_LineItemDelta as LineItemDelta, type context$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$8_LineItemExchangeData as LineItemExchangeData, type context$8_LineItemMetaData as LineItemMetaData, type context$8_LineItemPriceChange as LineItemPriceChange, type context$8_LineItemQuantityChange as LineItemQuantityChange, context$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type context$8_LineItemTax as LineItemTax, type context$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$8_LineItemTaxInfo as LineItemTaxInfo, type context$8_LineItemUpdate as LineItemUpdate, type context$8_LineItems as LineItems, type context$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$8_Locale as Locale, type context$8_LocationAndQuantity as LocationAndQuantity, type context$8_ManagedAdditionalFee as ManagedAdditionalFee, type context$8_ManagedDiscount as ManagedDiscount, type context$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$8_MaskedOrder as MaskedOrder, type context$8_MaskedOrderLineItem as MaskedOrderLineItem, type context$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type context$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type context$8_MetaData as MetaData, type context$8_MetaSite as MetaSite, type context$8_MetaTag as MetaTag, context$8_Namespace as Namespace, type context$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$8_OrderApprovalStrategy as OrderApprovalStrategy, type context$8_OrderApproved as OrderApproved, type context$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$8_OrderCanceled as OrderCanceled, type context$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$8_OrderChange as OrderChange, type context$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$8_OrderCreateNotifications as OrderCreateNotifications, type context$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$8_OrderCreationSettings as OrderCreationSettings, type context$8_OrderDeltasCommitted as OrderDeltasCommitted, type context$8_OrderFulfilled as OrderFulfilled, type context$8_OrderItemsRestocked as OrderItemsRestocked, type context$8_OrderLineItem as OrderLineItem, type context$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$8_OrderNonNullableFields as OrderNonNullableFields, type context$8_OrderNotFulfilled as OrderNotFulfilled, type context$8_OrderPaid as OrderPaid, type context$8_OrderPartiallyPaid as OrderPartiallyPaid, type context$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, context$8_OrderStatus as OrderStatus, type context$8_OrderTaxBreakdown as OrderTaxBreakdown, type context$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type context$8_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type context$8_PaymentCapture as PaymentCapture, context$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type context$8_PaymentRefundFailed as PaymentRefundFailed, type context$8_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type context$8_PaymentStatusUpdated as PaymentStatusUpdated, type context$8_Payments as Payments, type PaymentsUpdated$2 as PaymentsUpdated, type context$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type context$8_PickupReadyEmailSent as PickupReadyEmailSent, context$8_Placement as Placement, type context$8_PlainTextValue as PlainTextValue, type context$8_PlatformPaging as PlatformPaging, type context$8_PlatformPagingMetadata as PlatformPagingMetadata, type context$8_PlatformQuery as PlatformQuery, type context$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$8_PreviewEmailType as PreviewEmailType, type context$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type context$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$8_ProductName as ProductName, type context$8_PublicActivity as PublicActivity, type context$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$8_QueryOrderRequest as QueryOrderRequest, type context$8_QueryOrderResponse as QueryOrderResponse, type context$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$8_QuotesAddress as QuotesAddress, Reason$2 as Reason, type context$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$8_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type context$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 context$8_RefundedPayment as RefundedPayment, type context$8_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$8_RegularPaymentRefund as RegularPaymentRefund, type context$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type context$8_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type context$8_SearchOrdersOptions as SearchOrdersOptions, type context$8_SearchOrdersRequest as SearchOrdersRequest, type context$8_SearchOrdersResponse as SearchOrdersResponse, type context$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$8_ShippingAddressEdited as ShippingAddressEdited, type context$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$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, context$8_SourceType as SourceType, type context$8_StandardDetails as StandardDetails, context$8_State as State, type StreetAddress$3 as StreetAddress, type context$8_Subdivision as Subdivision, context$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type context$8_TagList as TagList, type context$8_Tags as Tags, type context$8_Task as Task, type context$8_TaskAction as TaskAction, type context$8_TaskActionActionOneOf as TaskActionActionOneOf, type context$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type context$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type context$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type context$8_TotalPrice as TotalPrice, type context$8_TotalPriceChange as TotalPriceChange, type context$8_TrackingLinkAdded as TrackingLinkAdded, type context$8_TrackingNumberAdded as TrackingNumberAdded, type context$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type context$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$8_TriggerReindexRequest as TriggerReindexRequest, type context$8_TriggerReindexResponse as TriggerReindexResponse, type context$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$8_UpdateActivityRequest as UpdateActivityRequest, type context$8_UpdateActivityResponse as UpdateActivityResponse, type context$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$8_UpdateOrder as UpdateOrder, type context$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$8_UpdateOrderRequest as UpdateOrderRequest, type context$8_UpdateOrderResponse as UpdateOrderResponse, type context$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$8_UpsertRefundRequest as UpsertRefundRequest, type context$8_UpsertRefundResponse as UpsertRefundResponse, type context$8_UserDataResponse as UserDataResponse, type context$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$8_V1LineItemDelta as V1LineItemDelta, type context$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$8_V1RestockItem as V1RestockItem, type context$8_V1ScheduledAction as V1ScheduledAction, type context$8_V1ShippingInformation as V1ShippingInformation, type context$8_Value as Value, context$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type context$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$8_VersionedDocumentId as VersionedDocumentId, type context$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$8_VersioningMode as VersioningMode, type context$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type context$8_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, type context$8__publicOnOrderApprovedType as _publicOnOrderApprovedType, type context$8__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$8__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$8__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, context$8_bulkUpdateOrderTags as bulkUpdateOrderTags, context$8_bulkUpdateOrders as bulkUpdateOrders, context$8_cancelOrder as cancelOrder, context$8_captureAuthorizedPayments as captureAuthorizedPayments, context$8_createOrder as createOrder, context$8_getOrder as getOrder, context$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$8_onOrderApproved as onOrderApproved, context$8_onOrderCanceled as onOrderCanceled, context$8_onOrderCreated as onOrderCreated, context$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, context$8_searchOrders as searchOrders, context$8_updateOrder as updateOrder, context$8_voidAuthorizedPayments as voidAuthorizedPayments };
|
|
26716
|
+
export { type ActionEvent$6 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type context$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$8_AddActivitiesRequest as AddActivitiesRequest, type context$8_AddActivitiesResponse as AddActivitiesResponse, type context$8_AddActivityRequest as AddActivityRequest, type context$8_AddActivityResponse as AddActivityResponse, type context$8_AddInternalActivityRequest as AddInternalActivityRequest, type context$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$8_AdditionalFeeDelta as AdditionalFeeDelta, type context$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$4 as Address, type context$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type context$8_AddressWithContact as AddressWithContact, type context$8_AggregateOrdersRequest as AggregateOrdersRequest, type context$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type context$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$8_AppliedDiscountDelta as AppliedDiscountDelta, type context$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$8_ArchiveOrderRequest as ArchiveOrderRequest, type context$8_ArchiveOrderResponse as ArchiveOrderResponse, context$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 context$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$8_Balance as Balance, type context$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type context$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$8_BulkOrderResult as BulkOrderResult, type context$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$8_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type context$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$8_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type context$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$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 context$8_CalculatedTax as CalculatedTax, type context$8_CalculatedTaxes as CalculatedTaxes, type context$8_Cancel as Cancel, type context$8_CancelOrderOptions as CancelOrderOptions, type context$8_CancelOrderRequest as CancelOrderRequest, type context$8_CancelOrderResponse as CancelOrderResponse, type context$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type context$8_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$8_ChargedBy as ChargedBy, type context$8_Color as Color, type context$8_CommitDeltasRequest as CommitDeltasRequest, type context$8_CommitDeltasResponse as CommitDeltasResponse, type context$8_CommittedDiffs as CommittedDiffs, type context$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$8_CommonAddress as CommonAddress, type context$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$8_Company as Company, type context$8_Complete as Complete, type context$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$8_CreateOrderRequest as CreateOrderRequest, type context$8_CreateOrderResponse as CreateOrderResponse, type context$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$8_CreatedBy as CreatedBy, type context$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type context$8_CursorSearch as CursorSearch, type context$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type context$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$8_CustomFieldGroup as CustomFieldGroup, type context$8_CustomFieldValue as CustomFieldValue, type context$8_Customer as Customer, type context$8_DecrementData as DecrementData, type context$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$8_DelayedCaptureSettings as DelayedCaptureSettings, type context$8_DeleteActivityRequest as DeleteActivityRequest, type context$8_DeleteActivityResponse as DeleteActivityResponse, type context$8_DeleteByFilterOperation as DeleteByFilterOperation, type context$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type context$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, context$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$8_Deposit as Deposit, context$8_DepositType as DepositType, type context$8_DescriptionLine as DescriptionLine, type context$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$8_DescriptionLineName as DescriptionLineName, context$8_DescriptionLineType as DescriptionLineType, type context$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$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 context$8_DownloadLinkSent as DownloadLinkSent, type context$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$8_DraftOrderDiffs as DraftOrderDiffs, type context$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$8_Duration as Duration, context$8_DurationUnit as DurationUnit, type context$8_Email as Email, type context$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 context$8_ExternalUriMapping as ExternalUriMapping, type context$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type context$8_FullAddressContactDetails as FullAddressContactDetails, type context$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$8_GetOrderRequest as GetOrderRequest, type context$8_GetOrderResponse as GetOrderResponse, type context$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$8_GetShipmentsRequest as GetShipmentsRequest, type context$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type context$8_HtmlApplication as HtmlApplication, type context$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$8_InternalActivity as InternalActivity, type context$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$8_InternalDocument as InternalDocument, type context$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$8_InventoryAction as InventoryAction, type context$8_InventoryUpdateDetails as InventoryUpdateDetails, type context$8_InvoiceAdded as InvoiceAdded, type context$8_InvoiceDates as InvoiceDates, type context$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$8_InvoiceFields as InvoiceFields, type context$8_InvoiceSent as InvoiceSent, type context$8_InvoiceSentEvent as InvoiceSentEvent, context$8_InvoiceStatus as InvoiceStatus, type context$8_InvoicesPayment as InvoicesPayment, type context$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 context$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$8_LineItemAmount as LineItemAmount, type context$8_LineItemChanges as LineItemChanges, type context$8_LineItemDelta as LineItemDelta, type context$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$8_LineItemExchangeData as LineItemExchangeData, type context$8_LineItemMetaData as LineItemMetaData, type context$8_LineItemPriceChange as LineItemPriceChange, type context$8_LineItemQuantityChange as LineItemQuantityChange, context$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type context$8_LineItemTax as LineItemTax, type context$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$8_LineItemTaxInfo as LineItemTaxInfo, type context$8_LineItemUpdate as LineItemUpdate, type context$8_LineItems as LineItems, type context$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$8_Locale as Locale, type context$8_LocationAndQuantity as LocationAndQuantity, type context$8_ManagedAdditionalFee as ManagedAdditionalFee, type context$8_ManagedDiscount as ManagedDiscount, type context$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$8_MaskedOrder as MaskedOrder, type context$8_MaskedOrderLineItem as MaskedOrderLineItem, type context$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type context$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type context$8_MetaData as MetaData, type context$8_MetaSite as MetaSite, type context$8_MetaTag as MetaTag, context$8_Namespace as Namespace, type context$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$8_OrderApprovalStrategy as OrderApprovalStrategy, type context$8_OrderApproved as OrderApproved, type context$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$8_OrderCanceled as OrderCanceled, type context$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$8_OrderChange as OrderChange, type context$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$8_OrderCreateNotifications as OrderCreateNotifications, type context$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$8_OrderCreationSettings as OrderCreationSettings, type context$8_OrderDeltasCommitted as OrderDeltasCommitted, type context$8_OrderFulfilled as OrderFulfilled, type context$8_OrderItemsRestocked as OrderItemsRestocked, type context$8_OrderLineItem as OrderLineItem, type context$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$8_OrderNonNullableFields as OrderNonNullableFields, type context$8_OrderNotFulfilled as OrderNotFulfilled, type context$8_OrderPaid as OrderPaid, type context$8_OrderPartiallyPaid as OrderPartiallyPaid, type context$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, context$8_OrderStatus as OrderStatus, type context$8_OrderTaxBreakdown as OrderTaxBreakdown, type context$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type context$8_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$8_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type context$8_PaymentCapture as PaymentCapture, context$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type context$8_PaymentRefundFailed as PaymentRefundFailed, type context$8_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type context$8_PaymentStatusUpdated as PaymentStatusUpdated, type context$8_Payments as Payments, type context$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type context$8_PickupReadyEmailSent as PickupReadyEmailSent, context$8_Placement as Placement, type context$8_PlainTextValue as PlainTextValue, type context$8_PlatformPaging as PlatformPaging, type context$8_PlatformPagingMetadata as PlatformPagingMetadata, type context$8_PlatformQuery as PlatformQuery, type context$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$8_PreviewEmailType as PreviewEmailType, type context$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type context$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$8_ProductName as ProductName, type context$8_PublicActivity as PublicActivity, type context$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$8_QueryOrderRequest as QueryOrderRequest, type context$8_QueryOrderResponse as QueryOrderResponse, type context$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$8_QuotesAddress as QuotesAddress, Reason$2 as Reason, type context$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$8_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type context$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 context$8_RefundedPayment as RefundedPayment, type context$8_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$8_RegularPaymentRefund as RegularPaymentRefund, type context$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type context$8_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type context$8_SearchOrdersOptions as SearchOrdersOptions, type context$8_SearchOrdersRequest as SearchOrdersRequest, type context$8_SearchOrdersResponse as SearchOrdersResponse, type context$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$8_ShippingAddressEdited as ShippingAddressEdited, type context$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$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, context$8_SourceType as SourceType, type context$8_StandardDetails as StandardDetails, context$8_State as State, type StreetAddress$3 as StreetAddress, type context$8_Subdivision as Subdivision, context$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type context$8_TagList as TagList, type context$8_Tags as Tags, type context$8_Task as Task, type context$8_TaskAction as TaskAction, type context$8_TaskActionActionOneOf as TaskActionActionOneOf, type context$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type context$8_TotalPrice as TotalPrice, type context$8_TotalPriceChange as TotalPriceChange, type context$8_TrackingLinkAdded as TrackingLinkAdded, type context$8_TrackingNumberAdded as TrackingNumberAdded, type context$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type context$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$8_TriggerReindexRequest as TriggerReindexRequest, type context$8_TriggerReindexResponse as TriggerReindexResponse, type context$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$8_UpdateActivityRequest as UpdateActivityRequest, type context$8_UpdateActivityResponse as UpdateActivityResponse, type context$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$8_UpdateOrder as UpdateOrder, type context$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$8_UpdateOrderRequest as UpdateOrderRequest, type context$8_UpdateOrderResponse as UpdateOrderResponse, type context$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$8_UpsertRefundRequest as UpsertRefundRequest, type context$8_UpsertRefundResponse as UpsertRefundResponse, type context$8_UserDataResponse as UserDataResponse, type context$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$8_V1LineItemDelta as V1LineItemDelta, type context$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$8_V1RestockItem as V1RestockItem, type context$8_V1ScheduledAction as V1ScheduledAction, type context$8_V1ShippingInformation as V1ShippingInformation, type context$8_Value as Value, context$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type context$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$8_VersionedDocumentId as VersionedDocumentId, type context$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$8_VersioningMode as VersioningMode, type context$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type context$8_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, type context$8__publicOnOrderApprovedType as _publicOnOrderApprovedType, type context$8__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$8__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$8__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type context$8__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, context$8_bulkUpdateOrderTags as bulkUpdateOrderTags, context$8_bulkUpdateOrders as bulkUpdateOrders, context$8_cancelOrder as cancelOrder, context$8_captureAuthorizedPayments as captureAuthorizedPayments, context$8_createOrder as createOrder, context$8_getOrder as getOrder, context$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$8_onOrderApproved as onOrderApproved, context$8_onOrderCanceled as onOrderCanceled, context$8_onOrderCreated as onOrderCreated, context$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, context$8_onOrderUpdated as onOrderUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, context$8_searchOrders as searchOrders, context$8_updateOrder as updateOrder, context$8_voidAuthorizedPayments as voidAuthorizedPayments };
|
|
26737
26717
|
}
|
|
26738
26718
|
|
|
26739
26719
|
interface OrderPaymentRequest {
|