@wix/ecom 1.0.732 → 1.0.734
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 +5 -5
- package/type-bundles/context.bundle.d.ts +81 -45
- package/type-bundles/index.bundle.d.ts +81 -45
- package/type-bundles/meta.bundle.d.ts +148 -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;
|
|
@@ -10367,6 +10367,8 @@ interface RemoveLineItemsResponse {
|
|
|
10367
10367
|
interface CreateOrderRequest$1 {
|
|
10368
10368
|
/** Checkout ID. */
|
|
10369
10369
|
_id: string;
|
|
10370
|
+
/** Indicates whether to authorize the payment and delay the capture */
|
|
10371
|
+
delayCapture?: boolean;
|
|
10370
10372
|
}
|
|
10371
10373
|
interface CreateOrderResponse$1 extends CreateOrderResponseIdOneOf {
|
|
10372
10374
|
/** ID of the newly created order. */
|
|
@@ -10417,6 +10419,8 @@ interface CreateOrderAndChargeRequest {
|
|
|
10417
10419
|
_id?: string;
|
|
10418
10420
|
/** Payment token. */
|
|
10419
10421
|
paymentToken?: string | null;
|
|
10422
|
+
/** Indicates whether to authorize the payment and delay the capture */
|
|
10423
|
+
delayCapture?: boolean;
|
|
10420
10424
|
}
|
|
10421
10425
|
interface CreateOrderAndChargeResponse extends CreateOrderAndChargeResponseIdOneOf {
|
|
10422
10426
|
/** ID of newly created order. */
|
|
@@ -10991,7 +10995,7 @@ interface TaxBreakdownNonNullableFields$1 {
|
|
|
10991
10995
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
10992
10996
|
jurisdictionType: JurisdictionType$4;
|
|
10993
10997
|
}
|
|
10994
|
-
interface ItemTaxFullDetailsNonNullableFields$
|
|
10998
|
+
interface ItemTaxFullDetailsNonNullableFields$2 {
|
|
10995
10999
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
10996
11000
|
taxRate: string;
|
|
10997
11001
|
totalTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
@@ -11074,7 +11078,7 @@ interface LineItemNonNullableFields {
|
|
|
11074
11078
|
priceBeforeDiscounts?: MultiCurrencyPriceNonNullableFields$1;
|
|
11075
11079
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11076
11080
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11077
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
11081
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$2;
|
|
11078
11082
|
discount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11079
11083
|
descriptionLines: DescriptionLineNonNullableFields$3[];
|
|
11080
11084
|
media: string;
|
|
@@ -11123,7 +11127,7 @@ interface DeliveryLogisticsNonNullableFields$3 {
|
|
|
11123
11127
|
interface SelectedCarrierServiceOptionPricesNonNullableFields$1 {
|
|
11124
11128
|
totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11125
11129
|
totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11126
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
11130
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$2;
|
|
11127
11131
|
totalDiscount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11128
11132
|
price?: MultiCurrencyPriceNonNullableFields$1;
|
|
11129
11133
|
}
|
|
@@ -11270,7 +11274,7 @@ interface AggregatedTaxBreakdownNonNullableFields$1 {
|
|
|
11270
11274
|
aggregatedTaxAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11271
11275
|
aggregatedTaxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11272
11276
|
}
|
|
11273
|
-
interface TaxSummaryNonNullableFields$
|
|
11277
|
+
interface TaxSummaryNonNullableFields$2 {
|
|
11274
11278
|
taxableAmount?: MultiCurrencyPriceNonNullableFields$1;
|
|
11275
11279
|
totalTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11276
11280
|
manualTaxRate: string;
|
|
@@ -11318,7 +11322,7 @@ interface MembershipOptionsNonNullableFields$1 {
|
|
|
11318
11322
|
interface AdditionalFeeNonNullableFields$2 {
|
|
11319
11323
|
name: string;
|
|
11320
11324
|
price?: MultiCurrencyPriceNonNullableFields$1;
|
|
11321
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
11325
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$2;
|
|
11322
11326
|
priceBeforeTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11323
11327
|
priceAfterTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
11324
11328
|
lineItemIds: string[];
|
|
@@ -11366,7 +11370,7 @@ interface CheckoutNonNullableFields {
|
|
|
11366
11370
|
appliedDiscounts: AppliedDiscountNonNullableFields$3[];
|
|
11367
11371
|
customFields: CustomFieldNonNullableFields$2[];
|
|
11368
11372
|
weightUnit: WeightUnit$5;
|
|
11369
|
-
taxSummary?: TaxSummaryNonNullableFields$
|
|
11373
|
+
taxSummary?: TaxSummaryNonNullableFields$2;
|
|
11370
11374
|
currency: string;
|
|
11371
11375
|
channelType: ChannelType$4;
|
|
11372
11376
|
siteLanguage: string;
|
|
@@ -11710,6 +11714,10 @@ interface AddToCheckoutOptions {
|
|
|
11710
11714
|
*/
|
|
11711
11715
|
customLineItems?: CustomLineItem$2[];
|
|
11712
11716
|
}
|
|
11717
|
+
interface CreateOrderOptions {
|
|
11718
|
+
/** Indicates whether to authorize the payment and delay the capture */
|
|
11719
|
+
delayCapture?: boolean;
|
|
11720
|
+
}
|
|
11713
11721
|
|
|
11714
11722
|
declare function createCheckout$1(httpClient: HttpClient): CreateCheckoutSignature;
|
|
11715
11723
|
interface CreateCheckoutSignature {
|
|
@@ -11858,7 +11866,7 @@ interface CreateOrderSignature$1 {
|
|
|
11858
11866
|
* @param - Checkout ID.
|
|
11859
11867
|
* @param - Further order creation options.
|
|
11860
11868
|
*/
|
|
11861
|
-
(_id: string): Promise<CreateOrderResponse$1 & CreateOrderResponseNonNullableFields$1>;
|
|
11869
|
+
(_id: string, options?: CreateOrderOptions | undefined): Promise<CreateOrderResponse$1 & CreateOrderResponseNonNullableFields$1>;
|
|
11862
11870
|
}
|
|
11863
11871
|
declare function markCheckoutAsCompleted$1(httpClient: HttpClient): MarkCheckoutAsCompletedSignature;
|
|
11864
11872
|
interface MarkCheckoutAsCompletedSignature {
|
|
@@ -11950,6 +11958,7 @@ type index_d$f_CreateCheckoutResponseNonNullableFields = CreateCheckoutResponseN
|
|
|
11950
11958
|
type index_d$f_CreateOrderAndChargeRequest = CreateOrderAndChargeRequest;
|
|
11951
11959
|
type index_d$f_CreateOrderAndChargeResponse = CreateOrderAndChargeResponse;
|
|
11952
11960
|
type index_d$f_CreateOrderAndChargeResponseIdOneOf = CreateOrderAndChargeResponseIdOneOf;
|
|
11961
|
+
type index_d$f_CreateOrderOptions = CreateOrderOptions;
|
|
11953
11962
|
type index_d$f_CreateOrderResponseIdOneOf = CreateOrderResponseIdOneOf;
|
|
11954
11963
|
type index_d$f_DiscountDiscountType = DiscountDiscountType;
|
|
11955
11964
|
declare const index_d$f_DiscountDiscountType: typeof DiscountDiscountType;
|
|
@@ -12026,7 +12035,7 @@ declare const index_d$f_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
|
|
|
12026
12035
|
declare const index_d$f_updateCheckout: typeof updateCheckout;
|
|
12027
12036
|
declare const index_d$f_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
12028
12037
|
declare namespace index_d$f {
|
|
12029
|
-
export { type ActionEvent$d as ActionEvent, type index_d$f_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$f_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$f_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type index_d$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type index_d$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$f_CommonVatId as CommonVatId, index_d$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$f_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$f_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$f_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, index_d$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type index_d$f_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$f_GetCheckoutRequest as GetCheckoutRequest, type index_d$f_GetCheckoutResponse as GetCheckoutResponse, type index_d$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type index_d$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type index_d$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$f_RedeemErrorData as RedeemErrorData, type index_d$f_RemoveCouponRequest as RemoveCouponRequest, type index_d$f_RemoveCouponResponse as RemoveCouponResponse, type index_d$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type index_d$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type index_d$f_Subscription as Subscription, type index_d$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type Title$1 as Title, type Totals$1 as Totals, type index_d$f_UpdateCheckout as UpdateCheckout, type index_d$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$f_V1BuyerInfo as V1BuyerInfo, type index_d$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$f_V1ShippingInfo as V1ShippingInfo, type index_d$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type index_d$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$f_addToCheckout as addToCheckout, index_d$f_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$f_getCheckout as getCheckout, index_d$f_getCheckoutByCartId as getCheckoutByCartId, index_d$f_getCheckoutUrl as getCheckoutUrl, index_d$f_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$f_onCheckoutCompleted as onCheckoutCompleted, index_d$f_onCheckoutCreated as onCheckoutCreated, index_d$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$f_removeCoupon as removeCoupon, index_d$f_removeGiftCard as removeGiftCard, index_d$f_removeLineItems as removeLineItems, index_d$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$f_updateCheckout as updateCheckout, index_d$f_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
12038
|
+
export { type ActionEvent$d as ActionEvent, type index_d$f_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$f_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$f_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type index_d$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type index_d$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$f_CommonVatId as CommonVatId, index_d$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$f_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$f_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$f_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type index_d$f_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, index_d$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type index_d$f_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$f_GetCheckoutRequest as GetCheckoutRequest, type index_d$f_GetCheckoutResponse as GetCheckoutResponse, type index_d$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type index_d$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type index_d$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$f_RedeemErrorData as RedeemErrorData, type index_d$f_RemoveCouponRequest as RemoveCouponRequest, type index_d$f_RemoveCouponResponse as RemoveCouponResponse, type index_d$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type index_d$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type index_d$f_Subscription as Subscription, type index_d$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type Title$1 as Title, type Totals$1 as Totals, type index_d$f_UpdateCheckout as UpdateCheckout, type index_d$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$f_V1BuyerInfo as V1BuyerInfo, type index_d$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$f_V1ShippingInfo as V1ShippingInfo, type index_d$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type index_d$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$f_addToCheckout as addToCheckout, index_d$f_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$f_getCheckout as getCheckout, index_d$f_getCheckoutByCartId as getCheckoutByCartId, index_d$f_getCheckoutUrl as getCheckoutUrl, index_d$f_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$f_onCheckoutCompleted as onCheckoutCompleted, index_d$f_onCheckoutCreated as onCheckoutCreated, index_d$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$f_removeCoupon as removeCoupon, index_d$f_removeGiftCard as removeGiftCard, index_d$f_removeLineItems as removeLineItems, index_d$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$f_updateCheckout as updateCheckout, index_d$f_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
12030
12039
|
}
|
|
12031
12040
|
|
|
12032
12041
|
interface CheckoutSettings {
|
|
@@ -18020,7 +18029,7 @@ interface Order$2 {
|
|
|
18020
18029
|
* @replacedBy tax_info
|
|
18021
18030
|
* @targetRemovalDate 2024-09-30
|
|
18022
18031
|
*/
|
|
18023
|
-
taxSummary?:
|
|
18032
|
+
taxSummary?: ApiTaxSummary$1;
|
|
18024
18033
|
/** Tax information. */
|
|
18025
18034
|
taxInfo?: OrderTaxInfo$1;
|
|
18026
18035
|
/** Applied discounts. */
|
|
@@ -18100,6 +18109,13 @@ declare enum OrderStatus$1 {
|
|
|
18100
18109
|
APPROVED = "APPROVED",
|
|
18101
18110
|
CANCELED = "CANCELED"
|
|
18102
18111
|
}
|
|
18112
|
+
interface ApiTaxSummary$1 {
|
|
18113
|
+
/**
|
|
18114
|
+
* Total tax.
|
|
18115
|
+
* @readonly
|
|
18116
|
+
*/
|
|
18117
|
+
totalTax?: Price$3;
|
|
18118
|
+
}
|
|
18103
18119
|
interface Activity$2 extends ActivityContentOneOf$1 {
|
|
18104
18120
|
/** Custom activity details (optional). `activity.type` must be `CUSTOM_ACTIVITY`. */
|
|
18105
18121
|
customActivity?: CustomActivity$1;
|
|
@@ -18787,7 +18803,7 @@ interface ItemTypeNonNullableFields$1 {
|
|
|
18787
18803
|
preset: ItemTypeItemType$2;
|
|
18788
18804
|
custom: string;
|
|
18789
18805
|
}
|
|
18790
|
-
interface ItemTaxFullDetailsNonNullableFields$
|
|
18806
|
+
interface ItemTaxFullDetailsNonNullableFields$1 {
|
|
18791
18807
|
taxableAmount?: PriceNonNullableFields$3;
|
|
18792
18808
|
taxRate: string;
|
|
18793
18809
|
totalTax?: PriceNonNullableFields$3;
|
|
@@ -18836,7 +18852,7 @@ interface OrderLineItemNonNullableFields$1 {
|
|
|
18836
18852
|
totalPriceBeforeTax?: PriceNonNullableFields$3;
|
|
18837
18853
|
totalPriceAfterTax?: PriceNonNullableFields$3;
|
|
18838
18854
|
paymentOption: PaymentOptionType$2;
|
|
18839
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
18855
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$1;
|
|
18840
18856
|
taxInfo?: LineItemTaxInfoNonNullableFields$1;
|
|
18841
18857
|
digitalFile?: DigitalFileNonNullableFields$1;
|
|
18842
18858
|
subscriptionInfo?: SubscriptionInfoNonNullableFields$1;
|
|
@@ -18885,7 +18901,7 @@ interface V1ShippingPriceNonNullableFields {
|
|
|
18885
18901
|
price?: PriceNonNullableFields$3;
|
|
18886
18902
|
totalPriceBeforeTax?: PriceNonNullableFields$3;
|
|
18887
18903
|
totalPriceAfterTax?: PriceNonNullableFields$3;
|
|
18888
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
18904
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$1;
|
|
18889
18905
|
discount?: PriceNonNullableFields$3;
|
|
18890
18906
|
}
|
|
18891
18907
|
interface V1ShippingInformationNonNullableFields$1 {
|
|
@@ -18909,7 +18925,7 @@ interface BuyerInfoNonNullableFields$1 {
|
|
|
18909
18925
|
interface AdditionalFeeNonNullableFields$1 {
|
|
18910
18926
|
name: string;
|
|
18911
18927
|
price?: PriceNonNullableFields$3;
|
|
18912
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields$
|
|
18928
|
+
taxDetails?: ItemTaxFullDetailsNonNullableFields$1;
|
|
18913
18929
|
priceBeforeTax?: PriceNonNullableFields$3;
|
|
18914
18930
|
priceAfterTax?: PriceNonNullableFields$3;
|
|
18915
18931
|
_id: string;
|
|
@@ -18974,7 +18990,7 @@ interface PriceSummaryNonNullableFields$2 {
|
|
|
18974
18990
|
totalWithoutGiftCard?: PriceNonNullableFields$3;
|
|
18975
18991
|
totalAdditionalFees?: PriceNonNullableFields$3;
|
|
18976
18992
|
}
|
|
18977
|
-
interface TaxSummaryNonNullableFields$
|
|
18993
|
+
interface TaxSummaryNonNullableFields$1 {
|
|
18978
18994
|
totalTax?: PriceNonNullableFields$3;
|
|
18979
18995
|
}
|
|
18980
18996
|
interface BalanceNonNullableFields$1 {
|
|
@@ -19044,7 +19060,7 @@ interface DraftOrderNonNullableFields {
|
|
|
19044
19060
|
status: EditingStatus;
|
|
19045
19061
|
weightUnit: WeightUnit$3;
|
|
19046
19062
|
priceSummary?: PriceSummaryNonNullableFields$2;
|
|
19047
|
-
taxSummary?: TaxSummaryNonNullableFields$
|
|
19063
|
+
taxSummary?: TaxSummaryNonNullableFields$1;
|
|
19048
19064
|
balanceSummary?: BalanceSummaryNonNullableFields$1;
|
|
19049
19065
|
commitSettings?: DraftOrderCommitSettingsNonNullableFields;
|
|
19050
19066
|
recipientInfo?: RecipientInfoDetailsNonNullableFields;
|
|
@@ -19138,6 +19154,9 @@ interface GetOrderDraftabilityStatusResponseNonNullableFields {
|
|
|
19138
19154
|
orderDraftable: boolean;
|
|
19139
19155
|
nonDraftableReasons: NonDraftableReason[];
|
|
19140
19156
|
}
|
|
19157
|
+
interface ApiTaxSummaryNonNullableFields$1 {
|
|
19158
|
+
totalTax?: PriceNonNullableFields$3;
|
|
19159
|
+
}
|
|
19141
19160
|
interface CustomActivityNonNullableFields$1 {
|
|
19142
19161
|
appId: string;
|
|
19143
19162
|
type: string;
|
|
@@ -19318,7 +19337,7 @@ interface OrderNonNullableFields$1 {
|
|
|
19318
19337
|
billingInfo?: AddressWithContactNonNullableFields$1;
|
|
19319
19338
|
shippingInfo?: V1ShippingInformationNonNullableFields$1;
|
|
19320
19339
|
status: OrderStatus$1;
|
|
19321
|
-
taxSummary?:
|
|
19340
|
+
taxSummary?: ApiTaxSummaryNonNullableFields$1;
|
|
19322
19341
|
taxInfo?: OrderTaxInfoNonNullableFields$1;
|
|
19323
19342
|
appliedDiscounts: AppliedDiscountNonNullableFields$2[];
|
|
19324
19343
|
activities: ActivityNonNullableFields$1[];
|
|
@@ -19716,7 +19735,7 @@ declare const index_d$b_setAdditionalFees: typeof setAdditionalFees;
|
|
|
19716
19735
|
declare const index_d$b_setDiscounts: typeof setDiscounts;
|
|
19717
19736
|
declare const index_d$b_updateLineItems: typeof updateLineItems;
|
|
19718
19737
|
declare namespace index_d$b {
|
|
19719
|
-
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type index_d$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type index_d$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type index_d$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type index_d$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type index_d$b_AdditionalFeeDetails as AdditionalFeeDetails, type index_d$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, index_d$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 index_d$b_BillingChangedDetails as BillingChangedDetails, type index_d$b_BillingDetails as BillingDetails, type index_d$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type index_d$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type index_d$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type index_d$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 index_d$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type index_d$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type index_d$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type index_d$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type index_d$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type index_d$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type index_d$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type index_d$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type index_d$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type index_d$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type index_d$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type index_d$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type index_d$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type index_d$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type index_d$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type index_d$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type index_d$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type index_d$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 index_d$b_CustomLineItem as CustomLineItem, type index_d$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type index_d$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type index_d$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type index_d$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type index_d$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type index_d$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type index_d$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type index_d$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 index_d$b_DiscountDetails as DiscountDetails, type index_d$b_DiscountOption as DiscountOption, type index_d$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 index_d$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type index_d$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type index_d$b_DraftOrdersQueryResult as DraftOrdersQueryResult, index_d$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, index_d$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$b_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type index_d$b_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type index_d$b_GetDraftOrderRequest as GetDraftOrderRequest, type index_d$b_GetDraftOrderResponse as GetDraftOrderResponse, type index_d$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type index_d$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type index_d$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type index_d$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type index_d$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type index_d$b_ItemDetails as ItemDetails, type index_d$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 index_d$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, index_d$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 index_d$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, index_d$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 index_d$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type index_d$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type index_d$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type index_d$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type index_d$b_RecipientInfoDetails as RecipientInfoDetails, type index_d$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 index_d$b_SecuredMedia as SecuredMedia, type index_d$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type index_d$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type index_d$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type index_d$b_SetBillingInfoRequest as SetBillingInfoRequest, type index_d$b_SetBillingInfoResponse as SetBillingInfoResponse, type index_d$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type index_d$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type index_d$b_SetDiscountsRequest as SetDiscountsRequest, type index_d$b_SetDiscountsResponse as SetDiscountsResponse, type index_d$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type index_d$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type index_d$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type index_d$b_SetShippingInfoRequest as SetShippingInfoRequest, type index_d$b_SetShippingInfoResponse as SetShippingInfoResponse, type index_d$b_ShippingChangedDetails as ShippingChangedDetails, type index_d$b_ShippingDetails as ShippingDetails, type index_d$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 index_d$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type index_d$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type index_d$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type index_d$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type index_d$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type index_d$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type index_d$b_V1BalanceSummary as V1BalanceSummary, type index_d$b_V1CreatedBy as V1CreatedBy, type index_d$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$b_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type index_d$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type index_d$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, index_d$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, index_d$b_commitDraftOrder as commitDraftOrder, index_d$b_createCustomAdditionalFees as createCustomAdditionalFees, index_d$b_createCustomDiscounts as createCustomDiscounts, index_d$b_createDraftOrder as createDraftOrder, index_d$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, index_d$b_deleteCustomDiscounts as deleteCustomDiscounts, index_d$b_deleteDraftOrder as deleteDraftOrder, index_d$b_getDraftOrder as getDraftOrder, index_d$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, index_d$b_queryDraftOrders as queryDraftOrders, index_d$b_setAdditionalFees as setAdditionalFees, index_d$b_setDiscounts as setDiscounts, index_d$b_updateLineItems as updateLineItems };
|
|
19738
|
+
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type index_d$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type index_d$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type index_d$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type index_d$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type index_d$b_AdditionalFeeDetails as AdditionalFeeDetails, type index_d$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, index_d$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 index_d$b_BillingChangedDetails as BillingChangedDetails, type index_d$b_BillingDetails as BillingDetails, type index_d$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type index_d$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type index_d$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type index_d$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 index_d$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type index_d$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type index_d$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type index_d$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type index_d$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type index_d$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type index_d$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type index_d$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type index_d$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type index_d$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type index_d$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type index_d$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type index_d$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type index_d$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type index_d$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type index_d$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type index_d$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type index_d$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 index_d$b_CustomLineItem as CustomLineItem, type index_d$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type index_d$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type index_d$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type index_d$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type index_d$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type index_d$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type index_d$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type index_d$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 index_d$b_DiscountDetails as DiscountDetails, type index_d$b_DiscountOption as DiscountOption, type index_d$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 index_d$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type index_d$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type index_d$b_DraftOrdersQueryResult as DraftOrdersQueryResult, index_d$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, index_d$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$b_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type index_d$b_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type index_d$b_GetDraftOrderRequest as GetDraftOrderRequest, type index_d$b_GetDraftOrderResponse as GetDraftOrderResponse, type index_d$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type index_d$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type index_d$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type index_d$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type index_d$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type index_d$b_ItemDetails as ItemDetails, type index_d$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 index_d$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, index_d$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 index_d$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, index_d$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 index_d$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type index_d$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type index_d$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type index_d$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type index_d$b_RecipientInfoDetails as RecipientInfoDetails, type index_d$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 index_d$b_SecuredMedia as SecuredMedia, type index_d$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type index_d$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type index_d$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type index_d$b_SetBillingInfoRequest as SetBillingInfoRequest, type index_d$b_SetBillingInfoResponse as SetBillingInfoResponse, type index_d$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type index_d$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type index_d$b_SetDiscountsRequest as SetDiscountsRequest, type index_d$b_SetDiscountsResponse as SetDiscountsResponse, type index_d$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type index_d$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type index_d$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type index_d$b_SetShippingInfoRequest as SetShippingInfoRequest, type index_d$b_SetShippingInfoResponse as SetShippingInfoResponse, type index_d$b_ShippingChangedDetails as ShippingChangedDetails, type index_d$b_ShippingDetails as ShippingDetails, type index_d$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 index_d$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type index_d$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type index_d$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type index_d$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type index_d$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type index_d$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type index_d$b_V1BalanceSummary as V1BalanceSummary, type index_d$b_V1CreatedBy as V1CreatedBy, type index_d$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$b_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type index_d$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type index_d$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, index_d$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, index_d$b_commitDraftOrder as commitDraftOrder, index_d$b_createCustomAdditionalFees as createCustomAdditionalFees, index_d$b_createCustomDiscounts as createCustomDiscounts, index_d$b_createDraftOrder as createDraftOrder, index_d$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, index_d$b_deleteCustomDiscounts as deleteCustomDiscounts, index_d$b_deleteDraftOrder as deleteDraftOrder, index_d$b_getDraftOrder as getDraftOrder, index_d$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, index_d$b_queryDraftOrders as queryDraftOrders, index_d$b_setAdditionalFees as setAdditionalFees, index_d$b_setDiscounts as setDiscounts, index_d$b_updateLineItems as updateLineItems };
|
|
19720
19739
|
}
|
|
19721
19740
|
|
|
19722
19741
|
interface OrderWithFulfillments {
|
|
@@ -21111,7 +21130,7 @@ interface Order$1 {
|
|
|
21111
21130
|
* @replacedBy tax_info
|
|
21112
21131
|
* @targetRemovalDate 2024-09-30
|
|
21113
21132
|
*/
|
|
21114
|
-
taxSummary?:
|
|
21133
|
+
taxSummary?: ApiTaxSummary;
|
|
21115
21134
|
/** Tax information. */
|
|
21116
21135
|
taxInfo?: OrderTaxInfo;
|
|
21117
21136
|
/** Applied discounts. */
|
|
@@ -21238,7 +21257,7 @@ interface OrderLineItem {
|
|
|
21238
21257
|
* @replacedBy tax_info
|
|
21239
21258
|
* @targetRemovalDate 2024-09-30
|
|
21240
21259
|
*/
|
|
21241
|
-
taxDetails?:
|
|
21260
|
+
taxDetails?: ApiItemTaxFullDetails;
|
|
21242
21261
|
/** Represents all the relevant tax details for a specific line item. */
|
|
21243
21262
|
taxInfo?: LineItemTaxInfo;
|
|
21244
21263
|
/** Digital file identifier, relevant only for items with type DIGITAL. */
|
|
@@ -21399,7 +21418,7 @@ declare enum PaymentOptionType$1 {
|
|
|
21399
21418
|
/** 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`. */
|
|
21400
21419
|
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
21401
21420
|
}
|
|
21402
|
-
interface
|
|
21421
|
+
interface ApiItemTaxFullDetails {
|
|
21403
21422
|
/** Taxable amount of this line item. */
|
|
21404
21423
|
taxableAmount?: Price$2;
|
|
21405
21424
|
/** Tax rate percentage, as a decimal numeral between 0 and 1. For example, `"0.13"`. */
|
|
@@ -21741,7 +21760,7 @@ interface ShippingPrice$1 {
|
|
|
21741
21760
|
*/
|
|
21742
21761
|
totalPriceAfterTax?: Price$2;
|
|
21743
21762
|
/** Tax details. */
|
|
21744
|
-
taxDetails?:
|
|
21763
|
+
taxDetails?: ApiItemTaxFullDetails;
|
|
21745
21764
|
/**
|
|
21746
21765
|
* Shipping discount before tax.
|
|
21747
21766
|
* @readonly
|
|
@@ -21757,7 +21776,7 @@ declare enum OrderStatus {
|
|
|
21757
21776
|
APPROVED = "APPROVED",
|
|
21758
21777
|
CANCELED = "CANCELED"
|
|
21759
21778
|
}
|
|
21760
|
-
interface
|
|
21779
|
+
interface ApiTaxSummary {
|
|
21761
21780
|
/**
|
|
21762
21781
|
* Total tax.
|
|
21763
21782
|
* @readonly
|
|
@@ -22307,7 +22326,7 @@ interface AdditionalFee$1 {
|
|
|
22307
22326
|
/** Additional fee's price. */
|
|
22308
22327
|
price?: Price$2;
|
|
22309
22328
|
/** Tax details. */
|
|
22310
|
-
taxDetails?:
|
|
22329
|
+
taxDetails?: ApiItemTaxFullDetails;
|
|
22311
22330
|
/** SPI implementer's `appId`. */
|
|
22312
22331
|
providerAppId?: string | null;
|
|
22313
22332
|
/** Additional fee's price before tax. */
|
|
@@ -23422,6 +23441,21 @@ interface PreviewResendDownloadLinksEmailRequest {
|
|
|
23422
23441
|
interface PreviewResendDownloadLinksEmailResponse {
|
|
23423
23442
|
emailPreview?: string;
|
|
23424
23443
|
}
|
|
23444
|
+
interface ItemTaxFullDetails$1 {
|
|
23445
|
+
/** Taxable amount of this line item. */
|
|
23446
|
+
taxableAmount?: Price$2;
|
|
23447
|
+
/** Tax rate percentage, as a decimal numeral between 0 and 1. For example, `"0.13"`. */
|
|
23448
|
+
taxRate?: string;
|
|
23449
|
+
/** The calculated tax, based on the `taxableAmount` and `taxRate`. */
|
|
23450
|
+
totalTax?: Price$2;
|
|
23451
|
+
}
|
|
23452
|
+
interface TaxSummary$1 {
|
|
23453
|
+
/**
|
|
23454
|
+
* Total tax.
|
|
23455
|
+
* @readonly
|
|
23456
|
+
*/
|
|
23457
|
+
totalTax?: Price$2;
|
|
23458
|
+
}
|
|
23425
23459
|
interface PreparePaymentCollectionRequest {
|
|
23426
23460
|
/** Ecom order ID. */
|
|
23427
23461
|
ecomOrderId?: string;
|
|
@@ -24027,7 +24061,7 @@ interface DraftOrderDiffs extends DraftOrderDiffsShippingUpdateInfoOneOf, DraftO
|
|
|
24027
24061
|
* @replacedBy tax_info
|
|
24028
24062
|
* @targetRemovalDate 2024-09-30
|
|
24029
24063
|
*/
|
|
24030
|
-
taxSummary?:
|
|
24064
|
+
taxSummary?: ApiTaxSummary;
|
|
24031
24065
|
/**
|
|
24032
24066
|
* Updated order price summary. overwrites existing price summary.
|
|
24033
24067
|
* balance will be updated automatically.
|
|
@@ -24123,7 +24157,7 @@ interface OrderLineItemChangedDetails {
|
|
|
24123
24157
|
* @replacedBy tax_info
|
|
24124
24158
|
* @targetRemovalDate 2024-09-30
|
|
24125
24159
|
*/
|
|
24126
|
-
taxDetails?:
|
|
24160
|
+
taxDetails?: ApiItemTaxFullDetails;
|
|
24127
24161
|
/** Additional description for the price. For example, when price is 0 but additional details about the actual price are needed - "Starts at $67". */
|
|
24128
24162
|
priceDescription?: PriceDescription;
|
|
24129
24163
|
/** Total price **after** catalog-defined discount and line item discounts. */
|
|
@@ -25413,7 +25447,7 @@ interface ItemTypeNonNullableFields {
|
|
|
25413
25447
|
preset: ItemTypeItemType$1;
|
|
25414
25448
|
custom: string;
|
|
25415
25449
|
}
|
|
25416
|
-
interface
|
|
25450
|
+
interface ApiItemTaxFullDetailsNonNullableFields {
|
|
25417
25451
|
taxableAmount?: PriceNonNullableFields$2;
|
|
25418
25452
|
taxRate: string;
|
|
25419
25453
|
totalTax?: PriceNonNullableFields$2;
|
|
@@ -25465,7 +25499,7 @@ interface OrderLineItemNonNullableFields {
|
|
|
25465
25499
|
totalPriceBeforeTax?: PriceNonNullableFields$2;
|
|
25466
25500
|
totalPriceAfterTax?: PriceNonNullableFields$2;
|
|
25467
25501
|
paymentOption: PaymentOptionType$1;
|
|
25468
|
-
taxDetails?:
|
|
25502
|
+
taxDetails?: ApiItemTaxFullDetailsNonNullableFields;
|
|
25469
25503
|
taxInfo?: LineItemTaxInfoNonNullableFields;
|
|
25470
25504
|
digitalFile?: DigitalFileNonNullableFields;
|
|
25471
25505
|
subscriptionInfo?: SubscriptionInfoNonNullableFields;
|
|
@@ -25523,7 +25557,7 @@ interface ShippingPriceNonNullableFields$1 {
|
|
|
25523
25557
|
price?: PriceNonNullableFields$2;
|
|
25524
25558
|
totalPriceBeforeTax?: PriceNonNullableFields$2;
|
|
25525
25559
|
totalPriceAfterTax?: PriceNonNullableFields$2;
|
|
25526
|
-
taxDetails?:
|
|
25560
|
+
taxDetails?: ApiItemTaxFullDetailsNonNullableFields;
|
|
25527
25561
|
discount?: PriceNonNullableFields$2;
|
|
25528
25562
|
}
|
|
25529
25563
|
interface V1ShippingInformationNonNullableFields {
|
|
@@ -25531,7 +25565,7 @@ interface V1ShippingInformationNonNullableFields {
|
|
|
25531
25565
|
logistics?: DeliveryLogisticsNonNullableFields$1;
|
|
25532
25566
|
cost?: ShippingPriceNonNullableFields$1;
|
|
25533
25567
|
}
|
|
25534
|
-
interface
|
|
25568
|
+
interface ApiTaxSummaryNonNullableFields {
|
|
25535
25569
|
totalTax?: PriceNonNullableFields$2;
|
|
25536
25570
|
}
|
|
25537
25571
|
interface OrderTaxBreakdownNonNullableFields {
|
|
@@ -25745,7 +25779,7 @@ interface BalanceSummaryNonNullableFields {
|
|
|
25745
25779
|
interface AdditionalFeeNonNullableFields {
|
|
25746
25780
|
name: string;
|
|
25747
25781
|
price?: PriceNonNullableFields$2;
|
|
25748
|
-
taxDetails?:
|
|
25782
|
+
taxDetails?: ApiItemTaxFullDetailsNonNullableFields;
|
|
25749
25783
|
priceBeforeTax?: PriceNonNullableFields$2;
|
|
25750
25784
|
priceAfterTax?: PriceNonNullableFields$2;
|
|
25751
25785
|
_id: string;
|
|
@@ -25770,7 +25804,7 @@ interface OrderNonNullableFields {
|
|
|
25770
25804
|
billingInfo?: AddressWithContactNonNullableFields;
|
|
25771
25805
|
shippingInfo?: V1ShippingInformationNonNullableFields;
|
|
25772
25806
|
status: OrderStatus;
|
|
25773
|
-
taxSummary?:
|
|
25807
|
+
taxSummary?: ApiTaxSummaryNonNullableFields;
|
|
25774
25808
|
taxInfo?: OrderTaxInfoNonNullableFields;
|
|
25775
25809
|
appliedDiscounts: AppliedDiscountNonNullableFields$1[];
|
|
25776
25810
|
activities: ActivityNonNullableFields[];
|
|
@@ -25978,7 +26012,7 @@ interface UpdateOrder {
|
|
|
25978
26012
|
* @replacedBy tax_info
|
|
25979
26013
|
* @targetRemovalDate 2024-09-30
|
|
25980
26014
|
*/
|
|
25981
|
-
taxSummary?:
|
|
26015
|
+
taxSummary?: ApiTaxSummary;
|
|
25982
26016
|
/** Tax information. */
|
|
25983
26017
|
taxInfo?: OrderTaxInfo;
|
|
25984
26018
|
/** Applied discounts. */
|
|
@@ -26257,6 +26291,8 @@ type index_d$8_AddressDescription = AddressDescription;
|
|
|
26257
26291
|
type index_d$8_AddressWithContact = AddressWithContact;
|
|
26258
26292
|
type index_d$8_AggregateOrdersRequest = AggregateOrdersRequest;
|
|
26259
26293
|
type index_d$8_AggregateOrdersResponse = AggregateOrdersResponse;
|
|
26294
|
+
type index_d$8_ApiItemTaxFullDetails = ApiItemTaxFullDetails;
|
|
26295
|
+
type index_d$8_ApiTaxSummary = ApiTaxSummary;
|
|
26260
26296
|
type index_d$8_App = App;
|
|
26261
26297
|
type index_d$8_AppliedDiscountDelta = AppliedDiscountDelta;
|
|
26262
26298
|
type index_d$8_AppliedDiscountDeltaDeltaOneOf = AppliedDiscountDeltaDeltaOneOf;
|
|
@@ -26660,7 +26696,7 @@ declare const index_d$8_searchOrders: typeof searchOrders;
|
|
|
26660
26696
|
declare const index_d$8_updateOrder: typeof updateOrder;
|
|
26661
26697
|
declare const index_d$8_voidAuthorizedPayments: typeof voidAuthorizedPayments;
|
|
26662
26698
|
declare namespace index_d$8 {
|
|
26663
|
-
export { type ActionEvent$6 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type index_d$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$8_AddActivitiesRequest as AddActivitiesRequest, type index_d$8_AddActivitiesResponse as AddActivitiesResponse, type index_d$8_AddActivityRequest as AddActivityRequest, type index_d$8_AddActivityResponse as AddActivityResponse, type index_d$8_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type index_d$8_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$4 as Address, type index_d$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type index_d$8_AddressWithContact as AddressWithContact, type index_d$8_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type index_d$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type index_d$8_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type index_d$8_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$8_ArchiveOrderResponse as ArchiveOrderResponse, index_d$8_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type index_d$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$8_Balance as Balance, type index_d$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$8_BulkOrderResult as BulkOrderResult, type index_d$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$8_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$8_CalculatedTax as CalculatedTax, type index_d$8_CalculatedTaxes as CalculatedTaxes, type index_d$8_Cancel as Cancel, type index_d$8_CancelOrderOptions as CancelOrderOptions, type index_d$8_CancelOrderRequest as CancelOrderRequest, type index_d$8_CancelOrderResponse as CancelOrderResponse, type index_d$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$8_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$8_ChargedBy as ChargedBy, type index_d$8_Color as Color, type index_d$8_CommitDeltasRequest as CommitDeltasRequest, type index_d$8_CommitDeltasResponse as CommitDeltasResponse, type index_d$8_CommittedDiffs as CommittedDiffs, type index_d$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$8_CommonAddress as CommonAddress, type index_d$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$8_Company as Company, type index_d$8_Complete as Complete, type index_d$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type index_d$8_CreateOrderRequest as CreateOrderRequest, type index_d$8_CreateOrderResponse as CreateOrderResponse, type index_d$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$8_CreatedBy as CreatedBy, type index_d$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type index_d$8_CursorSearch as CursorSearch, type index_d$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$8_CustomFieldGroup as CustomFieldGroup, type index_d$8_CustomFieldValue as CustomFieldValue, type index_d$8_Customer as Customer, type index_d$8_DecrementData as DecrementData, type index_d$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$8_DelayedCaptureSettings as DelayedCaptureSettings, type index_d$8_DeleteActivityRequest as DeleteActivityRequest, type index_d$8_DeleteActivityResponse as DeleteActivityResponse, type index_d$8_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type index_d$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, index_d$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$8_Deposit as Deposit, index_d$8_DepositType as DepositType, type index_d$8_DescriptionLine as DescriptionLine, type index_d$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$8_DescriptionLineName as DescriptionLineName, index_d$8_DescriptionLineType as DescriptionLineType, type index_d$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$8_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type index_d$8_DownloadLinkSent as DownloadLinkSent, type index_d$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$8_DraftOrderDiffs as DraftOrderDiffs, type index_d$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$8_Duration as Duration, index_d$8_DurationUnit as DurationUnit, type index_d$8_Email as Email, type index_d$8_EmailEdited as EmailEdited, type Empty$4 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$5 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type index_d$8_ExternalUriMapping as ExternalUriMapping, type index_d$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$8_FullAddressContactDetails as FullAddressContactDetails, type index_d$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$8_GetOrderRequest as GetOrderRequest, type index_d$8_GetOrderResponse as GetOrderResponse, type index_d$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$8_GetShipmentsRequest as GetShipmentsRequest, type index_d$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type index_d$8_HtmlApplication as HtmlApplication, type index_d$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$8_InternalActivity as InternalActivity, type index_d$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$8_InternalDocument as InternalDocument, type index_d$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$8_InventoryAction as InventoryAction, type index_d$8_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$8_InvoiceAdded as InvoiceAdded, type index_d$8_InvoiceDates as InvoiceDates, type index_d$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$8_InvoiceFields as InvoiceFields, type index_d$8_InvoiceSent as InvoiceSent, type index_d$8_InvoiceSentEvent as InvoiceSentEvent, index_d$8_InvoiceStatus as InvoiceStatus, type index_d$8_InvoicesPayment as InvoicesPayment, type index_d$8_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type index_d$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type index_d$8_LineItemAmount as LineItemAmount, type index_d$8_LineItemChanges as LineItemChanges, type index_d$8_LineItemDelta as LineItemDelta, type index_d$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type index_d$8_LineItemExchangeData as LineItemExchangeData, type index_d$8_LineItemMetaData as LineItemMetaData, type index_d$8_LineItemPriceChange as LineItemPriceChange, type index_d$8_LineItemQuantityChange as LineItemQuantityChange, index_d$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type index_d$8_LineItemTax as LineItemTax, type index_d$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$8_LineItemTaxInfo as LineItemTaxInfo, type index_d$8_LineItemUpdate as LineItemUpdate, type index_d$8_LineItems as LineItems, type index_d$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$8_Locale as Locale, type index_d$8_LocationAndQuantity as LocationAndQuantity, type index_d$8_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$8_ManagedDiscount as ManagedDiscount, type index_d$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$8_MaskedOrder as MaskedOrder, type index_d$8_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type index_d$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type index_d$8_MetaData as MetaData, type index_d$8_MetaSite as MetaSite, type index_d$8_MetaTag as MetaTag, index_d$8_Namespace as Namespace, type index_d$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, index_d$8_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$8_OrderApproved as OrderApproved, type index_d$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$8_OrderCanceled as OrderCanceled, type index_d$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$8_OrderChange as OrderChange, type index_d$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$8_OrderCreateNotifications as OrderCreateNotifications, type index_d$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$8_OrderCreationSettings as OrderCreationSettings, type index_d$8_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$8_OrderFulfilled as OrderFulfilled, type index_d$8_OrderItemsRestocked as OrderItemsRestocked, type index_d$8_OrderLineItem as OrderLineItem, type index_d$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$8_OrderNonNullableFields as OrderNonNullableFields, type index_d$8_OrderNotFulfilled as OrderNotFulfilled, type index_d$8_OrderPaid as OrderPaid, type index_d$8_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$8_OrderStatus as OrderStatus, type index_d$8_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type index_d$8_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type index_d$8_PaymentCapture as PaymentCapture, index_d$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$8_PaymentRefundFailed as PaymentRefundFailed, type index_d$8_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type index_d$8_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$8_Payments as Payments, type PaymentsUpdated$2 as PaymentsUpdated, type index_d$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type index_d$8_PickupReadyEmailSent as PickupReadyEmailSent, index_d$8_Placement as Placement, type index_d$8_PlainTextValue as PlainTextValue, type index_d$8_PlatformPaging as PlatformPaging, type index_d$8_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$8_PlatformQuery as PlatformQuery, type index_d$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$8_PreviewEmailType as PreviewEmailType, type index_d$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type index_d$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type index_d$8_ProductName as ProductName, type index_d$8_PublicActivity as PublicActivity, type index_d$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$8_QueryOrderRequest as QueryOrderRequest, type index_d$8_QueryOrderResponse as QueryOrderResponse, type index_d$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$8_QuotesAddress as QuotesAddress, Reason$2 as Reason, type index_d$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$8_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type index_d$8_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type index_d$8_RefundedPayment as RefundedPayment, type index_d$8_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$8_RegularPaymentRefund as RegularPaymentRefund, type index_d$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type index_d$8_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type index_d$8_SearchOrdersOptions as SearchOrdersOptions, type index_d$8_SearchOrdersRequest as SearchOrdersRequest, type index_d$8_SearchOrdersResponse as SearchOrdersResponse, type index_d$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type index_d$8_ShippingAddressEdited as ShippingAddressEdited, type index_d$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type index_d$8_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, index_d$8_SourceType as SourceType, type index_d$8_StandardDetails as StandardDetails, index_d$8_State as State, type StreetAddress$3 as StreetAddress, type index_d$8_Subdivision as Subdivision, index_d$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type index_d$8_TagList as TagList, type index_d$8_Tags as Tags, type index_d$8_Task as Task, type index_d$8_TaskAction as TaskAction, type index_d$8_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type index_d$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$8_TotalPrice as TotalPrice, type index_d$8_TotalPriceChange as TotalPriceChange, type index_d$8_TrackingLinkAdded as TrackingLinkAdded, type index_d$8_TrackingNumberAdded as TrackingNumberAdded, type index_d$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type index_d$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$8_TriggerReindexRequest as TriggerReindexRequest, type index_d$8_TriggerReindexResponse as TriggerReindexResponse, type index_d$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$8_UpdateActivityRequest as UpdateActivityRequest, type index_d$8_UpdateActivityResponse as UpdateActivityResponse, type index_d$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$8_UpdateOrder as UpdateOrder, type index_d$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$8_UpdateOrderRequest as UpdateOrderRequest, type index_d$8_UpdateOrderResponse as UpdateOrderResponse, type index_d$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$8_UpsertRefundRequest as UpsertRefundRequest, type index_d$8_UpsertRefundResponse as UpsertRefundResponse, type index_d$8_UserDataResponse as UserDataResponse, type index_d$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$8_V1LineItemDelta as V1LineItemDelta, type index_d$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$8_V1RestockItem as V1RestockItem, type index_d$8_V1ScheduledAction as V1ScheduledAction, type index_d$8_V1ShippingInformation as V1ShippingInformation, type index_d$8_Value as Value, index_d$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$8_VersionedDocumentId as VersionedDocumentId, type index_d$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$8_VersioningMode as VersioningMode, type index_d$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type index_d$8_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, type index_d$8__publicOnOrderApprovedType as _publicOnOrderApprovedType, type index_d$8__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$8__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$8__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, index_d$8_bulkUpdateOrders as bulkUpdateOrders, index_d$8_cancelOrder as cancelOrder, index_d$8_captureAuthorizedPayments as captureAuthorizedPayments, index_d$8_createOrder as createOrder, index_d$8_getOrder as getOrder, index_d$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$8_onOrderApproved as onOrderApproved, index_d$8_onOrderCanceled as onOrderCanceled, index_d$8_onOrderCreated as onOrderCreated, index_d$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, index_d$8_searchOrders as searchOrders, index_d$8_updateOrder as updateOrder, index_d$8_voidAuthorizedPayments as voidAuthorizedPayments };
|
|
26699
|
+
export { type ActionEvent$6 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type index_d$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$8_AddActivitiesRequest as AddActivitiesRequest, type index_d$8_AddActivitiesResponse as AddActivitiesResponse, type index_d$8_AddActivityRequest as AddActivityRequest, type index_d$8_AddActivityResponse as AddActivityResponse, type index_d$8_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type index_d$8_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$4 as Address, type index_d$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type index_d$8_AddressWithContact as AddressWithContact, type index_d$8_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type index_d$8_ApiItemTaxFullDetails as ApiItemTaxFullDetails, type index_d$8_ApiTaxSummary as ApiTaxSummary, type index_d$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type index_d$8_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type index_d$8_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$8_ArchiveOrderResponse as ArchiveOrderResponse, index_d$8_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type index_d$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$8_Balance as Balance, type index_d$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$8_BulkOrderResult as BulkOrderResult, type index_d$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$8_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$8_CalculatedTax as CalculatedTax, type index_d$8_CalculatedTaxes as CalculatedTaxes, type index_d$8_Cancel as Cancel, type index_d$8_CancelOrderOptions as CancelOrderOptions, type index_d$8_CancelOrderRequest as CancelOrderRequest, type index_d$8_CancelOrderResponse as CancelOrderResponse, type index_d$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$8_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$8_ChargedBy as ChargedBy, type index_d$8_Color as Color, type index_d$8_CommitDeltasRequest as CommitDeltasRequest, type index_d$8_CommitDeltasResponse as CommitDeltasResponse, type index_d$8_CommittedDiffs as CommittedDiffs, type index_d$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$8_CommonAddress as CommonAddress, type index_d$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$8_Company as Company, type index_d$8_Complete as Complete, type index_d$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type index_d$8_CreateOrderRequest as CreateOrderRequest, type index_d$8_CreateOrderResponse as CreateOrderResponse, type index_d$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$8_CreatedBy as CreatedBy, type index_d$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type index_d$8_CursorSearch as CursorSearch, type index_d$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$8_CustomFieldGroup as CustomFieldGroup, type index_d$8_CustomFieldValue as CustomFieldValue, type index_d$8_Customer as Customer, type index_d$8_DecrementData as DecrementData, type index_d$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$8_DelayedCaptureSettings as DelayedCaptureSettings, type index_d$8_DeleteActivityRequest as DeleteActivityRequest, type index_d$8_DeleteActivityResponse as DeleteActivityResponse, type index_d$8_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type index_d$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, index_d$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$8_Deposit as Deposit, index_d$8_DepositType as DepositType, type index_d$8_DescriptionLine as DescriptionLine, type index_d$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$8_DescriptionLineName as DescriptionLineName, index_d$8_DescriptionLineType as DescriptionLineType, type index_d$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$8_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type index_d$8_DownloadLinkSent as DownloadLinkSent, type index_d$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$8_DraftOrderDiffs as DraftOrderDiffs, type index_d$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$8_Duration as Duration, index_d$8_DurationUnit as DurationUnit, type index_d$8_Email as Email, type index_d$8_EmailEdited as EmailEdited, type Empty$4 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$5 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type index_d$8_ExternalUriMapping as ExternalUriMapping, type index_d$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$8_FullAddressContactDetails as FullAddressContactDetails, type index_d$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$8_GetOrderRequest as GetOrderRequest, type index_d$8_GetOrderResponse as GetOrderResponse, type index_d$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$8_GetShipmentsRequest as GetShipmentsRequest, type index_d$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type index_d$8_HtmlApplication as HtmlApplication, type index_d$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$8_InternalActivity as InternalActivity, type index_d$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$8_InternalDocument as InternalDocument, type index_d$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$8_InventoryAction as InventoryAction, type index_d$8_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$8_InvoiceAdded as InvoiceAdded, type index_d$8_InvoiceDates as InvoiceDates, type index_d$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$8_InvoiceFields as InvoiceFields, type index_d$8_InvoiceSent as InvoiceSent, type index_d$8_InvoiceSentEvent as InvoiceSentEvent, index_d$8_InvoiceStatus as InvoiceStatus, type index_d$8_InvoicesPayment as InvoicesPayment, type index_d$8_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type index_d$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type index_d$8_LineItemAmount as LineItemAmount, type index_d$8_LineItemChanges as LineItemChanges, type index_d$8_LineItemDelta as LineItemDelta, type index_d$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type index_d$8_LineItemExchangeData as LineItemExchangeData, type index_d$8_LineItemMetaData as LineItemMetaData, type index_d$8_LineItemPriceChange as LineItemPriceChange, type index_d$8_LineItemQuantityChange as LineItemQuantityChange, index_d$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type index_d$8_LineItemTax as LineItemTax, type index_d$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$8_LineItemTaxInfo as LineItemTaxInfo, type index_d$8_LineItemUpdate as LineItemUpdate, type index_d$8_LineItems as LineItems, type index_d$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$8_Locale as Locale, type index_d$8_LocationAndQuantity as LocationAndQuantity, type index_d$8_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$8_ManagedDiscount as ManagedDiscount, type index_d$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$8_MaskedOrder as MaskedOrder, type index_d$8_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type index_d$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type index_d$8_MetaData as MetaData, type index_d$8_MetaSite as MetaSite, type index_d$8_MetaTag as MetaTag, index_d$8_Namespace as Namespace, type index_d$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, index_d$8_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$8_OrderApproved as OrderApproved, type index_d$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$8_OrderCanceled as OrderCanceled, type index_d$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$8_OrderChange as OrderChange, type index_d$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$8_OrderCreateNotifications as OrderCreateNotifications, type index_d$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$8_OrderCreationSettings as OrderCreationSettings, type index_d$8_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$8_OrderFulfilled as OrderFulfilled, type index_d$8_OrderItemsRestocked as OrderItemsRestocked, type index_d$8_OrderLineItem as OrderLineItem, type index_d$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$8_OrderNonNullableFields as OrderNonNullableFields, type index_d$8_OrderNotFulfilled as OrderNotFulfilled, type index_d$8_OrderPaid as OrderPaid, type index_d$8_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$8_OrderStatus as OrderStatus, type index_d$8_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type index_d$8_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type index_d$8_PaymentCapture as PaymentCapture, index_d$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$8_PaymentRefundFailed as PaymentRefundFailed, type index_d$8_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type index_d$8_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$8_Payments as Payments, type PaymentsUpdated$2 as PaymentsUpdated, type index_d$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type index_d$8_PickupReadyEmailSent as PickupReadyEmailSent, index_d$8_Placement as Placement, type index_d$8_PlainTextValue as PlainTextValue, type index_d$8_PlatformPaging as PlatformPaging, type index_d$8_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$8_PlatformQuery as PlatformQuery, type index_d$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$8_PreviewEmailType as PreviewEmailType, type index_d$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type index_d$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type index_d$8_ProductName as ProductName, type index_d$8_PublicActivity as PublicActivity, type index_d$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$8_QueryOrderRequest as QueryOrderRequest, type index_d$8_QueryOrderResponse as QueryOrderResponse, type index_d$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$8_QuotesAddress as QuotesAddress, Reason$2 as Reason, type index_d$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$8_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type index_d$8_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type index_d$8_RefundedPayment as RefundedPayment, type index_d$8_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$8_RegularPaymentRefund as RegularPaymentRefund, type index_d$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type index_d$8_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type index_d$8_SearchOrdersOptions as SearchOrdersOptions, type index_d$8_SearchOrdersRequest as SearchOrdersRequest, type index_d$8_SearchOrdersResponse as SearchOrdersResponse, type index_d$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type index_d$8_ShippingAddressEdited as ShippingAddressEdited, type index_d$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type index_d$8_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, index_d$8_SourceType as SourceType, type index_d$8_StandardDetails as StandardDetails, index_d$8_State as State, type StreetAddress$3 as StreetAddress, type index_d$8_Subdivision as Subdivision, index_d$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type index_d$8_TagList as TagList, type index_d$8_Tags as Tags, type index_d$8_Task as Task, type index_d$8_TaskAction as TaskAction, type index_d$8_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type index_d$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$8_TotalPrice as TotalPrice, type index_d$8_TotalPriceChange as TotalPriceChange, type index_d$8_TrackingLinkAdded as TrackingLinkAdded, type index_d$8_TrackingNumberAdded as TrackingNumberAdded, type index_d$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type index_d$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$8_TriggerReindexRequest as TriggerReindexRequest, type index_d$8_TriggerReindexResponse as TriggerReindexResponse, type index_d$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$8_UpdateActivityRequest as UpdateActivityRequest, type index_d$8_UpdateActivityResponse as UpdateActivityResponse, type index_d$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$8_UpdateOrder as UpdateOrder, type index_d$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$8_UpdateOrderRequest as UpdateOrderRequest, type index_d$8_UpdateOrderResponse as UpdateOrderResponse, type index_d$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$8_UpsertRefundRequest as UpsertRefundRequest, type index_d$8_UpsertRefundResponse as UpsertRefundResponse, type index_d$8_UserDataResponse as UserDataResponse, type index_d$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$8_V1LineItemDelta as V1LineItemDelta, type index_d$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$8_V1RestockItem as V1RestockItem, type index_d$8_V1ScheduledAction as V1ScheduledAction, type index_d$8_V1ShippingInformation as V1ShippingInformation, type index_d$8_Value as Value, index_d$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$8_VersionedDocumentId as VersionedDocumentId, type index_d$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$8_VersioningMode as VersioningMode, type index_d$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type index_d$8_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, type index_d$8__publicOnOrderApprovedType as _publicOnOrderApprovedType, type index_d$8__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$8__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$8__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, index_d$8_bulkUpdateOrders as bulkUpdateOrders, index_d$8_cancelOrder as cancelOrder, index_d$8_captureAuthorizedPayments as captureAuthorizedPayments, index_d$8_createOrder as createOrder, index_d$8_getOrder as getOrder, index_d$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$8_onOrderApproved as onOrderApproved, index_d$8_onOrderCanceled as onOrderCanceled, index_d$8_onOrderCreated as onOrderCreated, index_d$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, index_d$8_searchOrders as searchOrders, index_d$8_updateOrder as updateOrder, index_d$8_voidAuthorizedPayments as voidAuthorizedPayments };
|
|
26664
26700
|
}
|
|
26665
26701
|
|
|
26666
26702
|
interface OrderPaymentRequest {
|