@wix/ecom 1.0.731 → 1.0.733
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/type-bundles/context.bundle.d.ts +86 -43
- package/type-bundles/index.bundle.d.ts +86 -43
- package/type-bundles/meta.bundle.d.ts +146 -124
|
@@ -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$4 {
|
|
5483
5483
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$3;
|
|
5484
5484
|
taxRate: string;
|
|
5485
5485
|
totalTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
@@ -5490,7 +5490,7 @@ interface ItemTaxFullDetailsNonNullableFields$5 {
|
|
|
5490
5490
|
interface LineItemPricesDataNonNullableFields$2 {
|
|
5491
5491
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5492
5492
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5493
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
5493
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$4;
|
|
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$4 {
|
|
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$4;
|
|
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$4;
|
|
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$4;
|
|
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$3 {
|
|
8078
8078
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$2;
|
|
8079
8079
|
taxRate: string;
|
|
8080
8080
|
totalTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
@@ -8085,7 +8085,7 @@ interface ItemTaxFullDetailsNonNullableFields$4 {
|
|
|
8085
8085
|
interface LineItemPricesDataNonNullableFields$1 {
|
|
8086
8086
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
8087
8087
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
8088
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
8088
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$3;
|
|
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$3 {
|
|
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$3;
|
|
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$3;
|
|
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$3;
|
|
8313
8313
|
shippingInfo?: ShippingInformationNonNullableFields$3;
|
|
8314
8314
|
appliedDiscounts: AppliedDiscountNonNullableFields$4[];
|
|
8315
8315
|
calculationErrors?: CalculationErrorsNonNullableFields$3;
|
|
@@ -10991,7 +10991,7 @@ interface TaxBreakdownNonNullableFields$1 {
|
|
|
10991
10991
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
10992
10992
|
jurisdictionType: JurisdictionType$4;
|
|
10993
10993
|
}
|
|
10994
|
-
interface ItemTaxFullDetailsNonNullableFields$
|
|
10994
|
+
interface ItemTaxFullDetailsNonNullableFields$2 {
|
|
10995
10995
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
10996
10996
|
taxRate: string;
|
|
10997
10997
|
totalTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
@@ -11074,7 +11074,7 @@ interface LineItemNonNullableFields {
|
|
|
11074
11074
|
priceBeforeDiscounts?: MultiCurrencyPriceNonNullableFields$1;
|
|
11075
11075
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11076
11076
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11077
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
11077
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$2;
|
|
11078
11078
|
discount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11079
11079
|
descriptionLines: DescriptionLineNonNullableFields$3[];
|
|
11080
11080
|
media: string;
|
|
@@ -11123,7 +11123,7 @@ interface DeliveryLogisticsNonNullableFields$3 {
|
|
|
11123
11123
|
interface SelectedCarrierServiceOptionPricesNonNullableFields$1 {
|
|
11124
11124
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11125
11125
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11126
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
11126
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$2;
|
|
11127
11127
|
totalDiscount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11128
11128
|
price?: MultiCurrencyPriceNonNullableFields$1;
|
|
11129
11129
|
}
|
|
@@ -11270,7 +11270,7 @@ interface AggregatedTaxBreakdownNonNullableFields$1 {
|
|
|
11270
11270
|
aggregatedTaxAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11271
11271
|
aggregatedTaxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11272
11272
|
}
|
|
11273
|
-
interface TaxSummaryNonNullableFields$
|
|
11273
|
+
interface TaxSummaryNonNullableFields$2 {
|
|
11274
11274
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11275
11275
|
totalTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11276
11276
|
manualTaxRate: string;
|
|
@@ -11318,7 +11318,7 @@ interface MembershipOptionsNonNullableFields$1 {
|
|
|
11318
11318
|
interface AdditionalFeeNonNullableFields$2 {
|
|
11319
11319
|
name: string;
|
|
11320
11320
|
price?: MultiCurrencyPriceNonNullableFields$1;
|
|
11321
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
11321
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$2;
|
|
11322
11322
|
priceBeforeTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11323
11323
|
priceAfterTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11324
11324
|
lineItemIds: string[];
|
|
@@ -11366,7 +11366,7 @@ interface CheckoutNonNullableFields {
|
|
|
11366
11366
|
appliedDiscounts: AppliedDiscountNonNullableFields$3[];
|
|
11367
11367
|
customFields: CustomFieldNonNullableFields$2[];
|
|
11368
11368
|
weightUnit: WeightUnit$5;
|
|
11369
|
-
taxSummary?: TaxSummaryNonNullableFields$
|
|
11369
|
+
taxSummary?: TaxSummaryNonNullableFields$2;
|
|
11370
11370
|
currency: string;
|
|
11371
11371
|
channelType: ChannelType$4;
|
|
11372
11372
|
siteLanguage: string;
|
|
@@ -17903,6 +17903,19 @@ declare enum NonDraftableReason {
|
|
|
17903
17903
|
UNSUPPORTED_CATALOG_ITEM = "UNSUPPORTED_CATALOG_ITEM",
|
|
17904
17904
|
TAXABLE_EXISTING_ADDITIONAL_FEE = "TAXABLE_EXISTING_ADDITIONAL_FEE"
|
|
17905
17905
|
}
|
|
17906
|
+
interface GetDraftEditabilityStatusRequest {
|
|
17907
|
+
/** Draft order ID. */
|
|
17908
|
+
draftOrderId?: string | null;
|
|
17909
|
+
}
|
|
17910
|
+
interface GetDraftEditabilityStatusResponse {
|
|
17911
|
+
/** Draft order ID. */
|
|
17912
|
+
draftOrderId?: string | null;
|
|
17913
|
+
/**
|
|
17914
|
+
* Draft order status.
|
|
17915
|
+
* @readonly
|
|
17916
|
+
*/
|
|
17917
|
+
status?: EditingStatus;
|
|
17918
|
+
}
|
|
17906
17919
|
interface CommitDraftOrderRequest {
|
|
17907
17920
|
/** The draft order id */
|
|
17908
17921
|
draftOrderId: string;
|
|
@@ -18007,7 +18020,7 @@ interface Order$2 {
|
|
|
18007
18020
|
* @replacedBy tax_info
|
|
18008
18021
|
* @targetRemovalDate 2024-09-30
|
|
18009
18022
|
*/
|
|
18010
|
-
taxSummary?:
|
|
18023
|
+
taxSummary?: ApiTaxSummary$1;
|
|
18011
18024
|
/** Tax information. */
|
|
18012
18025
|
taxInfo?: OrderTaxInfo$1;
|
|
18013
18026
|
/** Applied discounts. */
|
|
@@ -18087,6 +18100,13 @@ declare enum OrderStatus$1 {
|
|
|
18087
18100
|
APPROVED = "APPROVED",
|
|
18088
18101
|
CANCELED = "CANCELED"
|
|
18089
18102
|
}
|
|
18103
|
+
interface ApiTaxSummary$1 {
|
|
18104
|
+
/**
|
|
18105
|
+
* Total tax.
|
|
18106
|
+
* @readonly
|
|
18107
|
+
*/
|
|
18108
|
+
totalTax?: Price$3;
|
|
18109
|
+
}
|
|
18090
18110
|
interface Activity$2 extends ActivityContentOneOf$1 {
|
|
18091
18111
|
/** Custom activity details (optional). `activity.type` must be `CUSTOM_ACTIVITY`. */
|
|
18092
18112
|
customActivity?: CustomActivity$1;
|
|
@@ -18774,7 +18794,7 @@ interface ItemTypeNonNullableFields$1 {
|
|
|
18774
18794
|
preset: ItemTypeItemType$2;
|
|
18775
18795
|
custom: string;
|
|
18776
18796
|
}
|
|
18777
|
-
interface ItemTaxFullDetailsNonNullableFields$
|
|
18797
|
+
interface ItemTaxFullDetailsNonNullableFields$1 {
|
|
18778
18798
|
taxableAmount?: PriceNonNullableFields$3;
|
|
18779
18799
|
taxRate: string;
|
|
18780
18800
|
totalTax?: PriceNonNullableFields$3;
|
|
@@ -18823,7 +18843,7 @@ interface OrderLineItemNonNullableFields$1 {
|
|
|
18823
18843
|
totalPriceBeforeTax?: PriceNonNullableFields$3;
|
|
18824
18844
|
totalPriceAfterTax?: PriceNonNullableFields$3;
|
|
18825
18845
|
paymentOption: PaymentOptionType$2;
|
|
18826
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
18846
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$1;
|
|
18827
18847
|
taxInfo?: LineItemTaxInfoNonNullableFields$1;
|
|
18828
18848
|
digitalFile?: DigitalFileNonNullableFields$1;
|
|
18829
18849
|
subscriptionInfo?: SubscriptionInfoNonNullableFields$1;
|
|
@@ -18872,7 +18892,7 @@ interface V1ShippingPriceNonNullableFields {
|
|
|
18872
18892
|
price?: PriceNonNullableFields$3;
|
|
18873
18893
|
totalPriceBeforeTax?: PriceNonNullableFields$3;
|
|
18874
18894
|
totalPriceAfterTax?: PriceNonNullableFields$3;
|
|
18875
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
18895
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$1;
|
|
18876
18896
|
discount?: PriceNonNullableFields$3;
|
|
18877
18897
|
}
|
|
18878
18898
|
interface V1ShippingInformationNonNullableFields$1 {
|
|
@@ -18896,7 +18916,7 @@ interface BuyerInfoNonNullableFields$1 {
|
|
|
18896
18916
|
interface AdditionalFeeNonNullableFields$1 {
|
|
18897
18917
|
name: string;
|
|
18898
18918
|
price?: PriceNonNullableFields$3;
|
|
18899
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
18919
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$1;
|
|
18900
18920
|
priceBeforeTax?: PriceNonNullableFields$3;
|
|
18901
18921
|
priceAfterTax?: PriceNonNullableFields$3;
|
|
18902
18922
|
_id: string;
|
|
@@ -18961,7 +18981,7 @@ interface PriceSummaryNonNullableFields$2 {
|
|
|
18961
18981
|
totalWithoutGiftCard?: PriceNonNullableFields$3;
|
|
18962
18982
|
totalAdditionalFees?: PriceNonNullableFields$3;
|
|
18963
18983
|
}
|
|
18964
|
-
interface TaxSummaryNonNullableFields$
|
|
18984
|
+
interface TaxSummaryNonNullableFields$1 {
|
|
18965
18985
|
totalTax?: PriceNonNullableFields$3;
|
|
18966
18986
|
}
|
|
18967
18987
|
interface BalanceNonNullableFields$1 {
|
|
@@ -19031,7 +19051,7 @@ interface DraftOrderNonNullableFields {
|
|
|
19031
19051
|
status: EditingStatus;
|
|
19032
19052
|
weightUnit: WeightUnit$3;
|
|
19033
19053
|
priceSummary?: PriceSummaryNonNullableFields$2;
|
|
19034
|
-
taxSummary?: TaxSummaryNonNullableFields$
|
|
19054
|
+
taxSummary?: TaxSummaryNonNullableFields$1;
|
|
19035
19055
|
balanceSummary?: BalanceSummaryNonNullableFields$1;
|
|
19036
19056
|
commitSettings?: DraftOrderCommitSettingsNonNullableFields;
|
|
19037
19057
|
recipientInfo?: RecipientInfoDetailsNonNullableFields;
|
|
@@ -19125,6 +19145,9 @@ interface GetOrderDraftabilityStatusResponseNonNullableFields {
|
|
|
19125
19145
|
orderDraftable: boolean;
|
|
19126
19146
|
nonDraftableReasons: NonDraftableReason[];
|
|
19127
19147
|
}
|
|
19148
|
+
interface ApiTaxSummaryNonNullableFields$1 {
|
|
19149
|
+
totalTax?: PriceNonNullableFields$3;
|
|
19150
|
+
}
|
|
19128
19151
|
interface CustomActivityNonNullableFields$1 {
|
|
19129
19152
|
appId: string;
|
|
19130
19153
|
type: string;
|
|
@@ -19305,7 +19328,7 @@ interface OrderNonNullableFields$1 {
|
|
|
19305
19328
|
billingInfo?: AddressWithContactNonNullableFields$1;
|
|
19306
19329
|
shippingInfo?: V1ShippingInformationNonNullableFields$1;
|
|
19307
19330
|
status: OrderStatus$1;
|
|
19308
|
-
taxSummary?:
|
|
19331
|
+
taxSummary?: ApiTaxSummaryNonNullableFields$1;
|
|
19309
19332
|
taxInfo?: OrderTaxInfoNonNullableFields$1;
|
|
19310
19333
|
appliedDiscounts: AppliedDiscountNonNullableFields$2[];
|
|
19311
19334
|
activities: ActivityNonNullableFields$1[];
|
|
@@ -19632,6 +19655,8 @@ type context$b_EditingStatus = EditingStatus;
|
|
|
19632
19655
|
declare const context$b_EditingStatus: typeof EditingStatus;
|
|
19633
19656
|
type context$b_FileType = FileType;
|
|
19634
19657
|
declare const context$b_FileType: typeof FileType;
|
|
19658
|
+
type context$b_GetDraftEditabilityStatusRequest = GetDraftEditabilityStatusRequest;
|
|
19659
|
+
type context$b_GetDraftEditabilityStatusResponse = GetDraftEditabilityStatusResponse;
|
|
19635
19660
|
type context$b_GetDraftOrderRequest = GetDraftOrderRequest;
|
|
19636
19661
|
type context$b_GetDraftOrderResponse = GetDraftOrderResponse;
|
|
19637
19662
|
type context$b_GetDraftOrderResponseNonNullableFields = GetDraftOrderResponseNonNullableFields;
|
|
@@ -19701,7 +19726,7 @@ declare const context$b_setAdditionalFees: typeof setAdditionalFees;
|
|
|
19701
19726
|
declare const context$b_setDiscounts: typeof setDiscounts;
|
|
19702
19727
|
declare const context$b_updateLineItems: typeof updateLineItems;
|
|
19703
19728
|
declare namespace context$b {
|
|
19704
|
-
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$b_AdditionalFeeDetails as AdditionalFeeDetails, type context$b_AdditionalFeeOption as AdditionalFeeOption, type Address$5 as Address, type AddressLocation$4 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$5 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$b_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type context$b_BillingChangedDetails as BillingChangedDetails, type context$b_BillingDetails as BillingDetails, type context$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$b_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$1 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$2 as CatalogReference, type context$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$b_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type context$b_CustomLineItem as CustomLineItem, type context$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$b_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$2 as DeliveryLogistics, type DeliveryTimeSlot$2 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$1 as Details, type DetailsKindOneOf$1 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$b_DiscountDetails as DiscountDetails, type context$b_DiscountOption as DiscountOption, type context$b_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type context$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$b_DraftOrdersQueryResult as DraftOrdersQueryResult, context$b_EditingStatus as EditingStatus, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$1 as FieldViolation, context$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$b_GetDraftOrderRequest as GetDraftOrderRequest, type context$b_GetDraftOrderResponse as GetDraftOrderResponse, type context$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type context$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$b_ItemDetails as ItemDetails, type context$b_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type context$b_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, context$b_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type context$b_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, PaymentOptionType$2 as PaymentOptionType, type PaymentRefundFailed$1 as PaymentRefundFailed, type PaymentRefunded$1 as PaymentRefunded, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$3 as PickupDetails, context$b_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$2 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type context$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$b_RecipientInfoDetails as RecipientInfoDetails, type context$b_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RefundInitiated$1 as RefundInitiated, type RefundedPayment$1 as RefundedPayment, type RefundedPaymentKindOneOf$1 as RefundedPaymentKindOneOf, type RegularPaymentRefund$1 as RegularPaymentRefund, type RestoreInfo$9 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$b_SecuredMedia as SecuredMedia, type context$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$b_SetBillingInfoRequest as SetBillingInfoRequest, type context$b_SetBillingInfoResponse as SetBillingInfoResponse, type context$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$b_SetDiscountsRequest as SetDiscountsRequest, type context$b_SetDiscountsResponse as SetDiscountsResponse, type context$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$b_SetShippingInfoRequest as SetShippingInfoRequest, type context$b_SetShippingInfoResponse as SetShippingInfoResponse, type context$b_ShippingChangedDetails as ShippingChangedDetails, type context$b_ShippingDetails as ShippingDetails, type context$b_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$4 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$1 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$b_V1BalanceSummary as V1BalanceSummary, type context$b_V1CreatedBy as V1CreatedBy, type context$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$b_V1DeliveryLogistics as V1DeliveryLogistics, type context$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$b_V1ShippingPrice as V1ShippingPrice, type ValidationError$1 as ValidationError, type VatId$2 as VatId, VatType$2 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$3 as WeightUnit, context$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$b_commitDraftOrder as commitDraftOrder, context$b_createCustomAdditionalFees as createCustomAdditionalFees, context$b_createCustomDiscounts as createCustomDiscounts, context$b_createDraftOrder as createDraftOrder, context$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$b_deleteCustomDiscounts as deleteCustomDiscounts, context$b_deleteDraftOrder as deleteDraftOrder, context$b_getDraftOrder as getDraftOrder, context$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$b_queryDraftOrders as queryDraftOrders, context$b_setAdditionalFees as setAdditionalFees, context$b_setDiscounts as setDiscounts, context$b_updateLineItems as updateLineItems };
|
|
19729
|
+
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$b_AdditionalFeeDetails as AdditionalFeeDetails, type context$b_AdditionalFeeOption as AdditionalFeeOption, type Address$5 as Address, type AddressLocation$4 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApiTaxSummary$1 as ApiTaxSummary, type ApplicationError$5 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$b_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type context$b_BillingChangedDetails as BillingChangedDetails, type context$b_BillingDetails as BillingDetails, type context$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$b_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$1 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$2 as CatalogReference, type context$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$b_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type context$b_CustomLineItem as CustomLineItem, type context$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$b_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$2 as DeliveryLogistics, type DeliveryTimeSlot$2 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$1 as Details, type DetailsKindOneOf$1 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$b_DiscountDetails as DiscountDetails, type context$b_DiscountOption as DiscountOption, type context$b_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type context$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$b_DraftOrdersQueryResult as DraftOrdersQueryResult, context$b_EditingStatus as EditingStatus, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$1 as FieldViolation, context$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$b_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type context$b_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type context$b_GetDraftOrderRequest as GetDraftOrderRequest, type context$b_GetDraftOrderResponse as GetDraftOrderResponse, type context$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type context$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$b_ItemDetails as ItemDetails, type context$b_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type context$b_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, context$b_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type context$b_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, PaymentOptionType$2 as PaymentOptionType, type PaymentRefundFailed$1 as PaymentRefundFailed, type PaymentRefunded$1 as PaymentRefunded, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$3 as PickupDetails, context$b_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$2 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type context$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$b_RecipientInfoDetails as RecipientInfoDetails, type context$b_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RefundInitiated$1 as RefundInitiated, type RefundedPayment$1 as RefundedPayment, type RefundedPaymentKindOneOf$1 as RefundedPaymentKindOneOf, type RegularPaymentRefund$1 as RegularPaymentRefund, type RestoreInfo$9 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$b_SecuredMedia as SecuredMedia, type context$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$b_SetBillingInfoRequest as SetBillingInfoRequest, type context$b_SetBillingInfoResponse as SetBillingInfoResponse, type context$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$b_SetDiscountsRequest as SetDiscountsRequest, type context$b_SetDiscountsResponse as SetDiscountsResponse, type context$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$b_SetShippingInfoRequest as SetShippingInfoRequest, type context$b_SetShippingInfoResponse as SetShippingInfoResponse, type context$b_ShippingChangedDetails as ShippingChangedDetails, type context$b_ShippingDetails as ShippingDetails, type context$b_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$4 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$1 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$b_V1BalanceSummary as V1BalanceSummary, type context$b_V1CreatedBy as V1CreatedBy, type context$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$b_V1DeliveryLogistics as V1DeliveryLogistics, type context$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$b_V1ShippingPrice as V1ShippingPrice, type ValidationError$1 as ValidationError, type VatId$2 as VatId, VatType$2 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$3 as WeightUnit, context$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$b_commitDraftOrder as commitDraftOrder, context$b_createCustomAdditionalFees as createCustomAdditionalFees, context$b_createCustomDiscounts as createCustomDiscounts, context$b_createDraftOrder as createDraftOrder, context$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$b_deleteCustomDiscounts as deleteCustomDiscounts, context$b_deleteDraftOrder as deleteDraftOrder, context$b_getDraftOrder as getDraftOrder, context$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$b_queryDraftOrders as queryDraftOrders, context$b_setAdditionalFees as setAdditionalFees, context$b_setDiscounts as setDiscounts, context$b_updateLineItems as updateLineItems };
|
|
19705
19730
|
}
|
|
19706
19731
|
|
|
19707
19732
|
interface OrderWithFulfillments {
|
|
@@ -21096,7 +21121,7 @@ interface Order$1 {
|
|
|
21096
21121
|
* @replacedBy tax_info
|
|
21097
21122
|
* @targetRemovalDate 2024-09-30
|
|
21098
21123
|
*/
|
|
21099
|
-
taxSummary?:
|
|
21124
|
+
taxSummary?: ApiTaxSummary;
|
|
21100
21125
|
/** Tax information. */
|
|
21101
21126
|
taxInfo?: OrderTaxInfo;
|
|
21102
21127
|
/** Applied discounts. */
|
|
@@ -21223,7 +21248,7 @@ interface OrderLineItem {
|
|
|
21223
21248
|
* @replacedBy tax_info
|
|
21224
21249
|
* @targetRemovalDate 2024-09-30
|
|
21225
21250
|
*/
|
|
21226
|
-
taxDetails?:
|
|
21251
|
+
taxDetails?: ApiItemTaxFullDetails;
|
|
21227
21252
|
/** Represents all the relevant tax details for a specific line item. */
|
|
21228
21253
|
taxInfo?: LineItemTaxInfo;
|
|
21229
21254
|
/** Digital file identifier, relevant only for items with type DIGITAL. */
|
|
@@ -21384,7 +21409,7 @@ declare enum PaymentOptionType$1 {
|
|
|
21384
21409
|
/** 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`. */
|
|
21385
21410
|
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
21386
21411
|
}
|
|
21387
|
-
interface
|
|
21412
|
+
interface ApiItemTaxFullDetails {
|
|
21388
21413
|
/** Taxable amount of this line item. */
|
|
21389
21414
|
taxableAmount?: Price$2;
|
|
21390
21415
|
/** Tax rate percentage, as a decimal numeral between 0 and 1. For example, `"0.13"`. */
|
|
@@ -21726,7 +21751,7 @@ interface ShippingPrice$1 {
|
|
|
21726
21751
|
*/
|
|
21727
21752
|
totalPriceAfterTax?: Price$2;
|
|
21728
21753
|
/** Tax details. */
|
|
21729
|
-
taxDetails?:
|
|
21754
|
+
taxDetails?: ApiItemTaxFullDetails;
|
|
21730
21755
|
/**
|
|
21731
21756
|
* Shipping discount before tax.
|
|
21732
21757
|
* @readonly
|
|
@@ -21742,7 +21767,7 @@ declare enum OrderStatus {
|
|
|
21742
21767
|
APPROVED = "APPROVED",
|
|
21743
21768
|
CANCELED = "CANCELED"
|
|
21744
21769
|
}
|
|
21745
|
-
interface
|
|
21770
|
+
interface ApiTaxSummary {
|
|
21746
21771
|
/**
|
|
21747
21772
|
* Total tax.
|
|
21748
21773
|
* @readonly
|
|
@@ -22292,7 +22317,7 @@ interface AdditionalFee$1 {
|
|
|
22292
22317
|
/** Additional fee's price. */
|
|
22293
22318
|
price?: Price$2;
|
|
22294
22319
|
/** Tax details. */
|
|
22295
|
-
taxDetails?:
|
|
22320
|
+
taxDetails?: ApiItemTaxFullDetails;
|
|
22296
22321
|
/** SPI implementer's `appId`. */
|
|
22297
22322
|
providerAppId?: string | null;
|
|
22298
22323
|
/** Additional fee's price before tax. */
|
|
@@ -23407,6 +23432,21 @@ interface PreviewResendDownloadLinksEmailRequest {
|
|
|
23407
23432
|
interface PreviewResendDownloadLinksEmailResponse {
|
|
23408
23433
|
emailPreview?: string;
|
|
23409
23434
|
}
|
|
23435
|
+
interface ItemTaxFullDetails$1 {
|
|
23436
|
+
/** Taxable amount of this line item. */
|
|
23437
|
+
taxableAmount?: Price$2;
|
|
23438
|
+
/** Tax rate percentage, as a decimal numeral between 0 and 1. For example, `"0.13"`. */
|
|
23439
|
+
taxRate?: string;
|
|
23440
|
+
/** The calculated tax, based on the `taxableAmount` and `taxRate`. */
|
|
23441
|
+
totalTax?: Price$2;
|
|
23442
|
+
}
|
|
23443
|
+
interface TaxSummary$1 {
|
|
23444
|
+
/**
|
|
23445
|
+
* Total tax.
|
|
23446
|
+
* @readonly
|
|
23447
|
+
*/
|
|
23448
|
+
totalTax?: Price$2;
|
|
23449
|
+
}
|
|
23410
23450
|
interface PreparePaymentCollectionRequest {
|
|
23411
23451
|
/** Ecom order ID. */
|
|
23412
23452
|
ecomOrderId?: string;
|
|
@@ -24012,7 +24052,7 @@ interface DraftOrderDiffs extends DraftOrderDiffsShippingUpdateInfoOneOf, DraftO
|
|
|
24012
24052
|
* @replacedBy tax_info
|
|
24013
24053
|
* @targetRemovalDate 2024-09-30
|
|
24014
24054
|
*/
|
|
24015
|
-
taxSummary?:
|
|
24055
|
+
taxSummary?: ApiTaxSummary;
|
|
24016
24056
|
/**
|
|
24017
24057
|
* Updated order price summary. overwrites existing price summary.
|
|
24018
24058
|
* balance will be updated automatically.
|
|
@@ -24108,7 +24148,7 @@ interface OrderLineItemChangedDetails {
|
|
|
24108
24148
|
* @replacedBy tax_info
|
|
24109
24149
|
* @targetRemovalDate 2024-09-30
|
|
24110
24150
|
*/
|
|
24111
|
-
taxDetails?:
|
|
24151
|
+
taxDetails?: ApiItemTaxFullDetails;
|
|
24112
24152
|
/** Additional description for the price. For example, when price is 0 but additional details about the actual price are needed - "Starts at $67". */
|
|
24113
24153
|
priceDescription?: PriceDescription;
|
|
24114
24154
|
/** Total price **after** catalog-defined discount and line item discounts. */
|
|
@@ -25398,7 +25438,7 @@ interface ItemTypeNonNullableFields {
|
|
|
25398
25438
|
preset: ItemTypeItemType$1;
|
|
25399
25439
|
custom: string;
|
|
25400
25440
|
}
|
|
25401
|
-
interface
|
|
25441
|
+
interface ApiItemTaxFullDetailsNonNullableFields {
|
|
25402
25442
|
taxableAmount?: PriceNonNullableFields$2;
|
|
25403
25443
|
taxRate: string;
|
|
25404
25444
|
totalTax?: PriceNonNullableFields$2;
|
|
@@ -25421,6 +25461,7 @@ interface DigitalFileNonNullableFields {
|
|
|
25421
25461
|
interface SubscriptionSettingsNonNullableFields {
|
|
25422
25462
|
frequency: SubscriptionFrequency$2;
|
|
25423
25463
|
autoRenewal: boolean;
|
|
25464
|
+
enableCustomerCancellation: boolean;
|
|
25424
25465
|
}
|
|
25425
25466
|
interface SubscriptionInfoNonNullableFields {
|
|
25426
25467
|
cycleNumber: number;
|
|
@@ -25449,7 +25490,7 @@ interface OrderLineItemNonNullableFields {
|
|
|
25449
25490
|
totalPriceBeforeTax?: PriceNonNullableFields$2;
|
|
25450
25491
|
totalPriceAfterTax?: PriceNonNullableFields$2;
|
|
25451
25492
|
paymentOption: PaymentOptionType$1;
|
|
25452
|
-
taxDetails?:
|
|
25493
|
+
taxDetails?: ApiItemTaxFullDetailsNonNullableFields;
|
|
25453
25494
|
taxInfo?: LineItemTaxInfoNonNullableFields;
|
|
25454
25495
|
digitalFile?: DigitalFileNonNullableFields;
|
|
25455
25496
|
subscriptionInfo?: SubscriptionInfoNonNullableFields;
|
|
@@ -25507,7 +25548,7 @@ interface ShippingPriceNonNullableFields$1 {
|
|
|
25507
25548
|
price?: PriceNonNullableFields$2;
|
|
25508
25549
|
totalPriceBeforeTax?: PriceNonNullableFields$2;
|
|
25509
25550
|
totalPriceAfterTax?: PriceNonNullableFields$2;
|
|
25510
|
-
taxDetails?:
|
|
25551
|
+
taxDetails?: ApiItemTaxFullDetailsNonNullableFields;
|
|
25511
25552
|
discount?: PriceNonNullableFields$2;
|
|
25512
25553
|
}
|
|
25513
25554
|
interface V1ShippingInformationNonNullableFields {
|
|
@@ -25515,7 +25556,7 @@ interface V1ShippingInformationNonNullableFields {
|
|
|
25515
25556
|
logistics?: DeliveryLogisticsNonNullableFields$1;
|
|
25516
25557
|
cost?: ShippingPriceNonNullableFields$1;
|
|
25517
25558
|
}
|
|
25518
|
-
interface
|
|
25559
|
+
interface ApiTaxSummaryNonNullableFields {
|
|
25519
25560
|
totalTax?: PriceNonNullableFields$2;
|
|
25520
25561
|
}
|
|
25521
25562
|
interface OrderTaxBreakdownNonNullableFields {
|
|
@@ -25729,7 +25770,7 @@ interface BalanceSummaryNonNullableFields {
|
|
|
25729
25770
|
interface AdditionalFeeNonNullableFields {
|
|
25730
25771
|
name: string;
|
|
25731
25772
|
price?: PriceNonNullableFields$2;
|
|
25732
|
-
taxDetails?:
|
|
25773
|
+
taxDetails?: ApiItemTaxFullDetailsNonNullableFields;
|
|
25733
25774
|
priceBeforeTax?: PriceNonNullableFields$2;
|
|
25734
25775
|
priceAfterTax?: PriceNonNullableFields$2;
|
|
25735
25776
|
_id: string;
|
|
@@ -25754,7 +25795,7 @@ interface OrderNonNullableFields {
|
|
|
25754
25795
|
billingInfo?: AddressWithContactNonNullableFields;
|
|
25755
25796
|
shippingInfo?: V1ShippingInformationNonNullableFields;
|
|
25756
25797
|
status: OrderStatus;
|
|
25757
|
-
taxSummary?:
|
|
25798
|
+
taxSummary?: ApiTaxSummaryNonNullableFields;
|
|
25758
25799
|
taxInfo?: OrderTaxInfoNonNullableFields;
|
|
25759
25800
|
appliedDiscounts: AppliedDiscountNonNullableFields$1[];
|
|
25760
25801
|
activities: ActivityNonNullableFields[];
|
|
@@ -25962,7 +26003,7 @@ interface UpdateOrder {
|
|
|
25962
26003
|
* @replacedBy tax_info
|
|
25963
26004
|
* @targetRemovalDate 2024-09-30
|
|
25964
26005
|
*/
|
|
25965
|
-
taxSummary?:
|
|
26006
|
+
taxSummary?: ApiTaxSummary;
|
|
25966
26007
|
/** Tax information. */
|
|
25967
26008
|
taxInfo?: OrderTaxInfo;
|
|
25968
26009
|
/** Applied discounts. */
|
|
@@ -26241,6 +26282,8 @@ type context$8_AddressDescription = AddressDescription;
|
|
|
26241
26282
|
type context$8_AddressWithContact = AddressWithContact;
|
|
26242
26283
|
type context$8_AggregateOrdersRequest = AggregateOrdersRequest;
|
|
26243
26284
|
type context$8_AggregateOrdersResponse = AggregateOrdersResponse;
|
|
26285
|
+
type context$8_ApiItemTaxFullDetails = ApiItemTaxFullDetails;
|
|
26286
|
+
type context$8_ApiTaxSummary = ApiTaxSummary;
|
|
26244
26287
|
type context$8_App = App;
|
|
26245
26288
|
type context$8_AppliedDiscountDelta = AppliedDiscountDelta;
|
|
26246
26289
|
type context$8_AppliedDiscountDeltaDeltaOneOf = AppliedDiscountDeltaDeltaOneOf;
|
|
@@ -26644,7 +26687,7 @@ declare const context$8_searchOrders: typeof searchOrders;
|
|
|
26644
26687
|
declare const context$8_updateOrder: typeof updateOrder;
|
|
26645
26688
|
declare const context$8_voidAuthorizedPayments: typeof voidAuthorizedPayments;
|
|
26646
26689
|
declare namespace context$8 {
|
|
26647
|
-
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_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, 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_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 };
|
|
26690
|
+
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_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, 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_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 };
|
|
26648
26691
|
}
|
|
26649
26692
|
|
|
26650
26693
|
interface OrderPaymentRequest {
|