@wix/ecom 1.0.702 → 1.0.704
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.
|
@@ -4562,6 +4562,8 @@ interface AdditionalFee$6 {
|
|
|
4562
4562
|
providerAppId?: string | null;
|
|
4563
4563
|
/** Additional fee's price before tax. */
|
|
4564
4564
|
priceBeforeTax?: MultiCurrencyPrice$4;
|
|
4565
|
+
/** Additional fee's price after tax. */
|
|
4566
|
+
priceAfterTax?: MultiCurrencyPrice$4;
|
|
4565
4567
|
/**
|
|
4566
4568
|
* Optional - Line items associated with this additional fee.
|
|
4567
4569
|
* If no `lineItemIds` are provided, the fee will be associated with the whole cart/checkout/order.
|
|
@@ -5298,6 +5300,7 @@ interface AdditionalFeeNonNullableFields$4 {
|
|
|
5298
5300
|
price?: MultiCurrencyPriceNonNullableFields$3;
|
|
5299
5301
|
taxDetails?: ItemTaxFullDetailsNonNullableFields$5;
|
|
5300
5302
|
priceBeforeTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5303
|
+
priceAfterTax?: MultiCurrencyPriceNonNullableFields$3;
|
|
5301
5304
|
lineItemIds: string[];
|
|
5302
5305
|
}
|
|
5303
5306
|
interface OtherNonNullableFields$2 {
|
|
@@ -6940,6 +6943,8 @@ interface AdditionalFee$5 {
|
|
|
6940
6943
|
providerAppId?: string | null;
|
|
6941
6944
|
/** Additional fee's price before tax. */
|
|
6942
6945
|
priceBeforeTax?: MultiCurrencyPrice$3;
|
|
6946
|
+
/** Additional fee's price after tax. */
|
|
6947
|
+
priceAfterTax?: MultiCurrencyPrice$3;
|
|
6943
6948
|
/**
|
|
6944
6949
|
* Optional - Line items associated with this additional fee.
|
|
6945
6950
|
* If no `lineItemIds` are provided, the fee will be associated with the whole cart/checkout/order.
|
|
@@ -7676,6 +7681,7 @@ interface AdditionalFeeNonNullableFields$3 {
|
|
|
7676
7681
|
price?: MultiCurrencyPriceNonNullableFields$2;
|
|
7677
7682
|
taxDetails?: ItemTaxFullDetailsNonNullableFields$4;
|
|
7678
7683
|
priceBeforeTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
7684
|
+
priceAfterTax?: MultiCurrencyPriceNonNullableFields$2;
|
|
7679
7685
|
lineItemIds: string[];
|
|
7680
7686
|
}
|
|
7681
7687
|
interface OtherNonNullableFields$1 {
|
|
@@ -9202,6 +9208,8 @@ interface AdditionalFee$4 {
|
|
|
9202
9208
|
providerAppId?: string | null;
|
|
9203
9209
|
/** Additional fee's price before tax. */
|
|
9204
9210
|
priceBeforeTax?: MultiCurrencyPrice$2;
|
|
9211
|
+
/** Additional fee's price after tax. */
|
|
9212
|
+
priceAfterTax?: MultiCurrencyPrice$2;
|
|
9205
9213
|
/**
|
|
9206
9214
|
* Optional - Line items associated with this additional fee.
|
|
9207
9215
|
* If no `lineItemIds` are provided, the fee will be associated with the whole cart/checkout/order.
|
|
@@ -10519,6 +10527,7 @@ interface AdditionalFeeNonNullableFields$2 {
|
|
|
10519
10527
|
price?: MultiCurrencyPriceNonNullableFields$1;
|
|
10520
10528
|
taxDetails?: ItemTaxFullDetailsNonNullableFields$3;
|
|
10521
10529
|
priceBeforeTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
10530
|
+
priceAfterTax?: MultiCurrencyPriceNonNullableFields$1;
|
|
10522
10531
|
lineItemIds: string[];
|
|
10523
10532
|
}
|
|
10524
10533
|
interface ConversionInfoNonNullableFields {
|
|
@@ -11888,9 +11897,9 @@ interface DeleteCheckoutTemplateResponse {
|
|
|
11888
11897
|
}
|
|
11889
11898
|
interface QueryCheckoutTemplatesRequest {
|
|
11890
11899
|
/** Query options. */
|
|
11891
|
-
query?: CursorQuery$
|
|
11900
|
+
query?: CursorQuery$6;
|
|
11892
11901
|
}
|
|
11893
|
-
interface CursorQuery$
|
|
11902
|
+
interface CursorQuery$6 extends CursorQueryPagingMethodOneOf$6 {
|
|
11894
11903
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
11895
11904
|
cursorPaging?: CursorPaging$8;
|
|
11896
11905
|
/**
|
|
@@ -11910,7 +11919,7 @@ interface CursorQuery$5 extends CursorQueryPagingMethodOneOf$5 {
|
|
|
11910
11919
|
sort?: Sorting$8[];
|
|
11911
11920
|
}
|
|
11912
11921
|
/** @oneof */
|
|
11913
|
-
interface CursorQueryPagingMethodOneOf$
|
|
11922
|
+
interface CursorQueryPagingMethodOneOf$6 {
|
|
11914
11923
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
11915
11924
|
cursorPaging?: CursorPaging$8;
|
|
11916
11925
|
}
|
|
@@ -13068,6 +13077,8 @@ interface AdditionalFee$3 {
|
|
|
13068
13077
|
providerAppId?: string | null;
|
|
13069
13078
|
/** Additional fee's price before tax. */
|
|
13070
13079
|
priceBeforeTax?: MultiCurrencyPrice$1;
|
|
13080
|
+
/** Additional fee's price after tax. */
|
|
13081
|
+
priceAfterTax?: MultiCurrencyPrice$1;
|
|
13071
13082
|
/**
|
|
13072
13083
|
* Optional - Line items associated with this additional fee.
|
|
13073
13084
|
* If no `lineItemIds` are provided, the fee will be associated with the whole cart/checkout/order.
|
|
@@ -13668,7 +13679,7 @@ declare const context$d_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
|
13668
13679
|
declare const context$d_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
13669
13680
|
declare const context$d_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
13670
13681
|
declare namespace context$d {
|
|
13671
|
-
export { type ActionEvent$b as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$7 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type context$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type context$d_Checkout as Checkout, type context$d_CheckoutCustomization as CheckoutCustomization, type context$d_CheckoutTemplate as CheckoutTemplate, type context$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$d_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type CursorQuery$
|
|
13682
|
+
export { type ActionEvent$b as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$7 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type context$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type context$d_Checkout as Checkout, type context$d_CheckoutCustomization as CheckoutCustomization, type context$d_CheckoutTemplate as CheckoutTemplate, type context$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$d_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$8 as Cursors, type context$d_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$d_CustomSettings as CustomSettings, type context$d_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$d_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type context$d_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type context$d_ExternalReference as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$d_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$d_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$d_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$2 as GiftCard, type Group$1 as Group, type context$d_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$d_ItemAvailabilityInfo as ItemAvailabilityInfo, context$d_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$3 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, context$d_NameInLineItem as NameInLineItem, context$d_NameInOther as NameInOther, type context$d_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type context$d_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$d_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$d_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$d_RawHttpResponse as RawHttpResponse, type context$d_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$2 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, context$d_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, Status$1 as Status, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$2 as SystemError, type context$d_Target as Target, type context$d_TargetLineItem as TargetLineItem, type context$d_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type context$d_Title as Title, type context$d_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$d_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$d_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$d_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$d_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type context$d_Violation as Violation, type context$d_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, context$d_createAndRedirectToCheckout as createAndRedirectToCheckout, context$d_createCheckoutFromTemplate as createCheckoutFromTemplate, context$d_createCheckoutTemplate as createCheckoutTemplate, context$d_deleteCheckoutTemplate as deleteCheckoutTemplate, context$d_getCheckoutTemplate as getCheckoutTemplate, context$d_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$d_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$d_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$d_onCheckoutTemplateUsed as onCheckoutTemplateUsed, context$d_queryCheckoutTemplates as queryCheckoutTemplates, context$d_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
13672
13683
|
}
|
|
13673
13684
|
|
|
13674
13685
|
/**
|
|
@@ -13845,9 +13856,9 @@ interface DeliveryRegionRemoved {
|
|
|
13845
13856
|
}
|
|
13846
13857
|
interface QueryDeliveryProfilesRequest {
|
|
13847
13858
|
/** WQL expression. */
|
|
13848
|
-
query?: CursorQuery$
|
|
13859
|
+
query?: CursorQuery$5;
|
|
13849
13860
|
}
|
|
13850
|
-
interface CursorQuery$
|
|
13861
|
+
interface CursorQuery$5 extends CursorQueryPagingMethodOneOf$5 {
|
|
13851
13862
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
13852
13863
|
cursorPaging?: CursorPaging$7;
|
|
13853
13864
|
/**
|
|
@@ -13866,7 +13877,7 @@ interface CursorQuery$4 extends CursorQueryPagingMethodOneOf$4 {
|
|
|
13866
13877
|
sort?: Sorting$7[];
|
|
13867
13878
|
}
|
|
13868
13879
|
/** @oneof */
|
|
13869
|
-
interface CursorQueryPagingMethodOneOf$
|
|
13880
|
+
interface CursorQueryPagingMethodOneOf$5 {
|
|
13870
13881
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
13871
13882
|
cursorPaging?: CursorPaging$7;
|
|
13872
13883
|
}
|
|
@@ -15006,7 +15017,7 @@ declare const context$c_updateDeliveryCarrier: typeof updateDeliveryCarrier;
|
|
|
15006
15017
|
declare const context$c_updateDeliveryProfile: typeof updateDeliveryProfile;
|
|
15007
15018
|
declare const context$c_updateDeliveryRegion: typeof updateDeliveryRegion;
|
|
15008
15019
|
declare namespace context$c {
|
|
15009
|
-
export { type ActionEvent$a as ActionEvent, type context$c_AddDeliveryCarrierOptions as AddDeliveryCarrierOptions, type context$c_AddDeliveryCarrierRequest as AddDeliveryCarrierRequest, type context$c_AddDeliveryCarrierResponse as AddDeliveryCarrierResponse, type context$c_AddDeliveryCarrierResponseNonNullableFields as AddDeliveryCarrierResponseNonNullableFields, type context$c_AddDeliveryRegionOptions as AddDeliveryRegionOptions, type context$c_AddDeliveryRegionRequest as AddDeliveryRegionRequest, type context$c_AddDeliveryRegionResponse as AddDeliveryRegionResponse, type context$c_AddDeliveryRegionResponseNonNullableFields as AddDeliveryRegionResponseNonNullableFields, type context$c_AdditionalCharge as AdditionalCharge, type ApplicationError$6 as ApplicationError, type context$c_Asset as Asset, type context$c_BackupRate as BackupRate, type BaseEventMetadata$8 as BaseEventMetadata, type BulkActionMetadata$3 as BulkActionMetadata, ChargeType$1 as ChargeType, type context$c_Column as Column, type context$c_CreateDeliveryProfileRequest as CreateDeliveryProfileRequest, type context$c_CreateDeliveryProfileResponse as CreateDeliveryProfileResponse, type context$c_CreateDeliveryProfileResponseNonNullableFields as CreateDeliveryProfileResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type CursorPagingMetadata$7 as CursorPagingMetadata, type CursorQuery$
|
|
15020
|
+
export { type ActionEvent$a as ActionEvent, type context$c_AddDeliveryCarrierOptions as AddDeliveryCarrierOptions, type context$c_AddDeliveryCarrierRequest as AddDeliveryCarrierRequest, type context$c_AddDeliveryCarrierResponse as AddDeliveryCarrierResponse, type context$c_AddDeliveryCarrierResponseNonNullableFields as AddDeliveryCarrierResponseNonNullableFields, type context$c_AddDeliveryRegionOptions as AddDeliveryRegionOptions, type context$c_AddDeliveryRegionRequest as AddDeliveryRegionRequest, type context$c_AddDeliveryRegionResponse as AddDeliveryRegionResponse, type context$c_AddDeliveryRegionResponseNonNullableFields as AddDeliveryRegionResponseNonNullableFields, type context$c_AdditionalCharge as AdditionalCharge, type ApplicationError$6 as ApplicationError, type context$c_Asset as Asset, type context$c_BackupRate as BackupRate, type BaseEventMetadata$8 as BaseEventMetadata, type BulkActionMetadata$3 as BulkActionMetadata, ChargeType$1 as ChargeType, type context$c_Column as Column, type context$c_CreateDeliveryProfileRequest as CreateDeliveryProfileRequest, type context$c_CreateDeliveryProfileResponse as CreateDeliveryProfileResponse, type context$c_CreateDeliveryProfileResponseNonNullableFields as CreateDeliveryProfileResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type CursorPagingMetadata$7 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$7 as Cursors, type context$c_DashboardTable as DashboardTable, type context$c_DeleteContext as DeleteContext, type context$c_DeleteDeliveryProfileRequest as DeleteDeliveryProfileRequest, type context$c_DeleteDeliveryProfileResponse as DeleteDeliveryProfileResponse, context$c_DeleteStatus as DeleteStatus, type context$c_DeliveryCarrier as DeliveryCarrier, type context$c_DeliveryCarrierDetails as DeliveryCarrierDetails, type context$c_DeliveryCarrierRegionalSettings as DeliveryCarrierRegionalSettings, type context$c_DeliveryProfile as DeliveryProfile, type context$c_DeliveryProfileCreatedEnvelope as DeliveryProfileCreatedEnvelope, type context$c_DeliveryProfileDeletedEnvelope as DeliveryProfileDeletedEnvelope, type context$c_DeliveryProfileDeliveryRegionAddedEnvelope as DeliveryProfileDeliveryRegionAddedEnvelope, type context$c_DeliveryProfileDeliveryRegionRemovedEnvelope as DeliveryProfileDeliveryRegionRemovedEnvelope, type context$c_DeliveryProfileDeliveryRegionUpdatedEnvelope as DeliveryProfileDeliveryRegionUpdatedEnvelope, type context$c_DeliveryProfileNonNullableFields as DeliveryProfileNonNullableFields, type context$c_DeliveryProfileUpdatedEnvelope as DeliveryProfileUpdatedEnvelope, type context$c_DeliveryProfilesQueryBuilder as DeliveryProfilesQueryBuilder, type context$c_DeliveryProfilesQueryResult as DeliveryProfilesQueryResult, type context$c_DeliveryRegion as DeliveryRegion, type context$c_DeliveryRegionAdded as DeliveryRegionAdded, type context$c_DeliveryRegionRemoved as DeliveryRegionRemoved, type context$c_DeliveryRegionUpdated as DeliveryRegionUpdated, type Destination$1 as Destination, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type EventMetadata$8 as EventMetadata, type ExtendedFields$5 as ExtendedFields, type context$c_GetDeliveryProfileRequest as GetDeliveryProfileRequest, type context$c_GetDeliveryProfileResponse as GetDeliveryProfileResponse, type context$c_GetDeliveryProfileResponseNonNullableFields as GetDeliveryProfileResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type ItemMetadata$3 as ItemMetadata, type context$c_ListDeliveryCarrierDetailsRequest as ListDeliveryCarrierDetailsRequest, type context$c_ListDeliveryCarrierDetailsResponse as ListDeliveryCarrierDetailsResponse, type context$c_ListDeliveryCarrierDetailsResponseNonNullableFields as ListDeliveryCarrierDetailsResponseNonNullableFields, type context$c_ListDeliveryCarriersOptions as ListDeliveryCarriersOptions, type context$c_ListDeliveryCarriersRequest as ListDeliveryCarriersRequest, type context$c_ListDeliveryCarriersResponse as ListDeliveryCarriersResponse, type context$c_ListDeliveryCarriersResponseNonNullableFields as ListDeliveryCarriersResponseNonNullableFields, type context$c_ListDeliveryCarriersResult as ListDeliveryCarriersResult, type MessageEnvelope$a as MessageEnvelope, type context$c_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$c_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, Namespace$1 as Namespace, type context$c_NamespaceChanged as NamespaceChanged, type context$c_QueryDeliveryProfilesRequest as QueryDeliveryProfilesRequest, type context$c_QueryDeliveryProfilesResponse as QueryDeliveryProfilesResponse, type context$c_QueryDeliveryProfilesResponseNonNullableFields as QueryDeliveryProfilesResponseNonNullableFields, type context$c_RemoveDeliveryCarrierOptions as RemoveDeliveryCarrierOptions, type context$c_RemoveDeliveryCarrierRequest as RemoveDeliveryCarrierRequest, type context$c_RemoveDeliveryCarrierResponse as RemoveDeliveryCarrierResponse, type context$c_RemoveDeliveryCarrierResponseNonNullableFields as RemoveDeliveryCarrierResponseNonNullableFields, type context$c_RemoveDeliveryRegionIdentifiers as RemoveDeliveryRegionIdentifiers, type context$c_RemoveDeliveryRegionOptions as RemoveDeliveryRegionOptions, type context$c_RemoveDeliveryRegionRequest as RemoveDeliveryRegionRequest, type context$c_RemoveDeliveryRegionResponse as RemoveDeliveryRegionResponse, type context$c_RemoveDeliveryRegionResponseNonNullableFields as RemoveDeliveryRegionResponseNonNullableFields, type RestoreInfo$a as RestoreInfo, type context$c_Row as Row, type context$c_ServiceProvisioned as ServiceProvisioned, type context$c_ServiceRemoved as ServiceRemoved, type context$c_SiteCreated as SiteCreated, context$c_SiteCreatedContext as SiteCreatedContext, type context$c_SiteDeleted as SiteDeleted, type context$c_SiteHardDeleted as SiteHardDeleted, type context$c_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$c_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$c_SitePublished as SitePublished, type context$c_SiteRenamed as SiteRenamed, type context$c_SiteTransferred as SiteTransferred, type context$c_SiteUndeleted as SiteUndeleted, type context$c_SiteUnpublished as SiteUnpublished, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, State$1 as State, type context$c_StudioAssigned as StudioAssigned, type context$c_StudioUnassigned as StudioUnassigned, type context$c_UpdateDeliveryCarrierOptions as UpdateDeliveryCarrierOptions, type context$c_UpdateDeliveryCarrierRequest as UpdateDeliveryCarrierRequest, type context$c_UpdateDeliveryCarrierResponse as UpdateDeliveryCarrierResponse, type context$c_UpdateDeliveryCarrierResponseNonNullableFields as UpdateDeliveryCarrierResponseNonNullableFields, type context$c_UpdateDeliveryProfile as UpdateDeliveryProfile, type context$c_UpdateDeliveryProfileRequest as UpdateDeliveryProfileRequest, type context$c_UpdateDeliveryProfileResponse as UpdateDeliveryProfileResponse, type context$c_UpdateDeliveryProfileResponseNonNullableFields as UpdateDeliveryProfileResponseNonNullableFields, type context$c_UpdateDeliveryRegion as UpdateDeliveryRegion, type context$c_UpdateDeliveryRegionIdentifiers as UpdateDeliveryRegionIdentifiers, type context$c_UpdateDeliveryRegionOptions as UpdateDeliveryRegionOptions, type context$c_UpdateDeliveryRegionRequest as UpdateDeliveryRegionRequest, type context$c_UpdateDeliveryRegionResponse as UpdateDeliveryRegionResponse, type context$c_UpdateDeliveryRegionResponseNonNullableFields as UpdateDeliveryRegionResponseNonNullableFields, type UpdateExtendedFieldsOptions$3 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$4 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$4 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$3 as UpdateExtendedFieldsResponseNonNullableFields, WebhookIdentityType$a as WebhookIdentityType, context$c_addDeliveryCarrier as addDeliveryCarrier, context$c_addDeliveryRegion as addDeliveryRegion, context$c_createDeliveryProfile as createDeliveryProfile, context$c_deleteDeliveryProfile as deleteDeliveryProfile, context$c_getDeliveryProfile as getDeliveryProfile, context$c_listDeliveryCarrierDetails as listDeliveryCarrierDetails, context$c_listDeliveryCarriers as listDeliveryCarriers, context$c_onDeliveryProfileCreated as onDeliveryProfileCreated, context$c_onDeliveryProfileDeleted as onDeliveryProfileDeleted, context$c_onDeliveryProfileDeliveryRegionAdded as onDeliveryProfileDeliveryRegionAdded, context$c_onDeliveryProfileDeliveryRegionRemoved as onDeliveryProfileDeliveryRegionRemoved, context$c_onDeliveryProfileDeliveryRegionUpdated as onDeliveryProfileDeliveryRegionUpdated, context$c_onDeliveryProfileUpdated as onDeliveryProfileUpdated, context$c_queryDeliveryProfiles as queryDeliveryProfiles, context$c_removeDeliveryCarrier as removeDeliveryCarrier, context$c_removeDeliveryRegion as removeDeliveryRegion, context$c_updateDeliveryCarrier as updateDeliveryCarrier, context$c_updateDeliveryProfile as updateDeliveryProfile, context$c_updateDeliveryRegion as updateDeliveryRegion, updateExtendedFields$3 as updateExtendedFields };
|
|
15010
15021
|
}
|
|
15011
15022
|
|
|
15012
15023
|
/** DraftOrder is the main entity of DraftOrders service. It represents a single edit order. */
|
|
@@ -15734,6 +15745,8 @@ interface AdditionalFee$2 {
|
|
|
15734
15745
|
providerAppId?: string | null;
|
|
15735
15746
|
/** Additional fee's price before tax. */
|
|
15736
15747
|
priceBeforeTax?: Price$3;
|
|
15748
|
+
/** Additional fee's price after tax. */
|
|
15749
|
+
priceAfterTax?: Price$3;
|
|
15737
15750
|
/** Additional fee's id. */
|
|
15738
15751
|
_id?: string;
|
|
15739
15752
|
/**
|
|
@@ -17095,9 +17108,9 @@ interface DeleteDraftOrderResponse {
|
|
|
17095
17108
|
}
|
|
17096
17109
|
interface QueryDraftOrdersRequest {
|
|
17097
17110
|
/** WQL expression */
|
|
17098
|
-
query?: CursorQuery$
|
|
17111
|
+
query?: CursorQuery$4;
|
|
17099
17112
|
}
|
|
17100
|
-
interface CursorQuery$
|
|
17113
|
+
interface CursorQuery$4 extends CursorQueryPagingMethodOneOf$4 {
|
|
17101
17114
|
/**
|
|
17102
17115
|
* Cursor paging options.
|
|
17103
17116
|
*
|
|
@@ -17118,7 +17131,7 @@ interface CursorQuery$3 extends CursorQueryPagingMethodOneOf$3 {
|
|
|
17118
17131
|
sort?: Sorting$6[];
|
|
17119
17132
|
}
|
|
17120
17133
|
/** @oneof */
|
|
17121
|
-
interface CursorQueryPagingMethodOneOf$
|
|
17134
|
+
interface CursorQueryPagingMethodOneOf$4 {
|
|
17122
17135
|
/**
|
|
17123
17136
|
* Cursor paging options.
|
|
17124
17137
|
*
|
|
@@ -17459,6 +17472,7 @@ interface AdditionalFeeNonNullableFields$1 {
|
|
|
17459
17472
|
price?: PriceNonNullableFields$3;
|
|
17460
17473
|
taxDetails?: ItemTaxFullDetailsNonNullableFields$2;
|
|
17461
17474
|
priceBeforeTax?: PriceNonNullableFields$3;
|
|
17475
|
+
priceAfterTax?: PriceNonNullableFields$3;
|
|
17462
17476
|
_id: string;
|
|
17463
17477
|
lineItemIds: string[];
|
|
17464
17478
|
}
|
|
@@ -18102,7 +18116,7 @@ declare const context$b_setAdditionalFees: typeof setAdditionalFees;
|
|
|
18102
18116
|
declare const context$b_setDiscounts: typeof setDiscounts;
|
|
18103
18117
|
declare const context$b_updateLineItems: typeof updateLineItems;
|
|
18104
18118
|
declare namespace context$b {
|
|
18105
|
-
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$b_AdditionalFeeDetails as AdditionalFeeDetails, type context$b_AdditionalFeeOption as AdditionalFeeOption, type Address$5 as Address, type AddressLocation$4 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$5 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$b_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type context$b_BillingChangedDetails as BillingChangedDetails, type context$b_BillingDetails as BillingDetails, type context$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$b_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$1 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$2 as CatalogReference, type context$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$b_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type context$b_CustomLineItem as CustomLineItem, type context$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$b_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$2 as DeliveryLogistics, type DeliveryTimeSlot$2 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$1 as Details, type DetailsKindOneOf$1 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$b_DiscountDetails as DiscountDetails, type context$b_DiscountOption as DiscountOption, type context$b_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type context$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$b_DraftOrdersQueryResult as DraftOrdersQueryResult, context$b_EditingStatus as EditingStatus, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$1 as FieldViolation, context$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$b_GetDraftOrderRequest as GetDraftOrderRequest, type context$b_GetDraftOrderResponse as GetDraftOrderResponse, type context$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type context$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$b_ItemDetails as ItemDetails, type context$b_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type context$b_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, context$b_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type context$b_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, PaymentOptionType$2 as PaymentOptionType, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$3 as PickupDetails, context$b_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$2 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type context$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$b_RecipientInfoDetails as RecipientInfoDetails, type context$b_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RestoreInfo$9 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$b_SecuredMedia as SecuredMedia, type context$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$b_SetBillingInfoRequest as SetBillingInfoRequest, type context$b_SetBillingInfoResponse as SetBillingInfoResponse, type context$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$b_SetDiscountsRequest as SetDiscountsRequest, type context$b_SetDiscountsResponse as SetDiscountsResponse, type context$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$b_SetShippingInfoRequest as SetShippingInfoRequest, type context$b_SetShippingInfoResponse as SetShippingInfoResponse, type context$b_ShippingChangedDetails as ShippingChangedDetails, type context$b_ShippingDetails as ShippingDetails, type context$b_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$4 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$1 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$b_V1BalanceSummary as V1BalanceSummary, type context$b_V1CreatedBy as V1CreatedBy, type context$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$b_V1DeliveryLogistics as V1DeliveryLogistics, type context$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$b_V1ShippingPrice as V1ShippingPrice, type ValidationError$1 as ValidationError, type VatId$2 as VatId, VatType$2 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$3 as WeightUnit, context$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$b_commitDraftOrder as commitDraftOrder, context$b_createCustomAdditionalFees as createCustomAdditionalFees, context$b_createCustomDiscounts as createCustomDiscounts, context$b_createDraftOrder as createDraftOrder, context$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$b_deleteCustomDiscounts as deleteCustomDiscounts, context$b_deleteDraftOrder as deleteDraftOrder, context$b_getDraftOrder as getDraftOrder, context$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$b_queryDraftOrders as queryDraftOrders, context$b_setAdditionalFees as setAdditionalFees, context$b_setDiscounts as setDiscounts, context$b_updateLineItems as updateLineItems };
|
|
18119
|
+
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$b_AdditionalFeeDetails as AdditionalFeeDetails, type context$b_AdditionalFeeOption as AdditionalFeeOption, type Address$5 as Address, type AddressLocation$4 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$5 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$b_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type context$b_BillingChangedDetails as BillingChangedDetails, type context$b_BillingDetails as BillingDetails, type context$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$b_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$1 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$2 as CatalogReference, type context$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$b_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type context$b_CustomLineItem as CustomLineItem, type context$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$b_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$2 as DeliveryLogistics, type DeliveryTimeSlot$2 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$1 as Details, type DetailsKindOneOf$1 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$b_DiscountDetails as DiscountDetails, type context$b_DiscountOption as DiscountOption, type context$b_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type context$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$b_DraftOrdersQueryResult as DraftOrdersQueryResult, context$b_EditingStatus as EditingStatus, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$1 as FieldViolation, context$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$b_GetDraftOrderRequest as GetDraftOrderRequest, type context$b_GetDraftOrderResponse as GetDraftOrderResponse, type context$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type context$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$b_ItemDetails as ItemDetails, type context$b_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type context$b_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, context$b_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type context$b_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, PaymentOptionType$2 as PaymentOptionType, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$3 as PickupDetails, context$b_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$2 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type context$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$b_RecipientInfoDetails as RecipientInfoDetails, type context$b_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RestoreInfo$9 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$b_SecuredMedia as SecuredMedia, type context$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$b_SetBillingInfoRequest as SetBillingInfoRequest, type context$b_SetBillingInfoResponse as SetBillingInfoResponse, type context$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$b_SetDiscountsRequest as SetDiscountsRequest, type context$b_SetDiscountsResponse as SetDiscountsResponse, type context$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$b_SetShippingInfoRequest as SetShippingInfoRequest, type context$b_SetShippingInfoResponse as SetShippingInfoResponse, type context$b_ShippingChangedDetails as ShippingChangedDetails, type context$b_ShippingDetails as ShippingDetails, type context$b_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$4 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$1 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$b_V1BalanceSummary as V1BalanceSummary, type context$b_V1CreatedBy as V1CreatedBy, type context$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$b_V1DeliveryLogistics as V1DeliveryLogistics, type context$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$b_V1ShippingPrice as V1ShippingPrice, type ValidationError$1 as ValidationError, type VatId$2 as VatId, VatType$2 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$3 as WeightUnit, context$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$b_commitDraftOrder as commitDraftOrder, context$b_createCustomAdditionalFees as createCustomAdditionalFees, context$b_createCustomDiscounts as createCustomDiscounts, context$b_createDraftOrder as createDraftOrder, context$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$b_deleteCustomDiscounts as deleteCustomDiscounts, context$b_deleteDraftOrder as deleteDraftOrder, context$b_getDraftOrder as getDraftOrder, context$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$b_queryDraftOrders as queryDraftOrders, context$b_setAdditionalFees as setAdditionalFees, context$b_setDiscounts as setDiscounts, context$b_updateLineItems as updateLineItems };
|
|
18106
18120
|
}
|
|
18107
18121
|
|
|
18108
18122
|
interface OrderWithFulfillments {
|
|
@@ -20512,6 +20526,8 @@ interface AdditionalFee$1 {
|
|
|
20512
20526
|
providerAppId?: string | null;
|
|
20513
20527
|
/** Additional fee's price before tax. */
|
|
20514
20528
|
priceBeforeTax?: Price$2;
|
|
20529
|
+
/** Additional fee's price after tax. */
|
|
20530
|
+
priceAfterTax?: Price$2;
|
|
20515
20531
|
/** Additional fee's id. */
|
|
20516
20532
|
_id?: string;
|
|
20517
20533
|
/**
|
|
@@ -20787,10 +20803,20 @@ interface RefundTransaction$1 {
|
|
|
20787
20803
|
/** Whether refund was made externally and manually on the payment provider's side. */
|
|
20788
20804
|
externalRefund?: boolean;
|
|
20789
20805
|
}
|
|
20806
|
+
/**
|
|
20807
|
+
* Refund transaction status.
|
|
20808
|
+
* + `PENDING`: Refund was initiated on payment provider side. PENDING status was assigned by provider.
|
|
20809
|
+
* + `SUCCEEDED`: Refund transaction succeeded.
|
|
20810
|
+
* + `FAILED`: Refund transaction failed.
|
|
20811
|
+
* + `SCHEDULED`: Refund request acknowledged, and will be executed soon.
|
|
20812
|
+
* + `STARTED`: Refund was initiated on payment provider side.
|
|
20813
|
+
*/
|
|
20790
20814
|
declare enum RefundStatus$1 {
|
|
20791
20815
|
PENDING = "PENDING",
|
|
20792
20816
|
SUCCEEDED = "SUCCEEDED",
|
|
20793
|
-
FAILED = "FAILED"
|
|
20817
|
+
FAILED = "FAILED",
|
|
20818
|
+
SCHEDULED = "SCHEDULED",
|
|
20819
|
+
STARTED = "STARTED"
|
|
20794
20820
|
}
|
|
20795
20821
|
/** Business model of a refund request */
|
|
20796
20822
|
interface RefundDetails$1 {
|
|
@@ -21580,7 +21606,7 @@ interface PreparePaymentCollectionResponse {
|
|
|
21580
21606
|
}
|
|
21581
21607
|
interface GetPaymentCollectabilityStatusRequest {
|
|
21582
21608
|
/** Ecom order ID. */
|
|
21583
|
-
ecomOrderId
|
|
21609
|
+
ecomOrderId: string;
|
|
21584
21610
|
}
|
|
21585
21611
|
interface GetPaymentCollectabilityStatusResponse {
|
|
21586
21612
|
/** Payment collectability status */
|
|
@@ -21981,9 +22007,9 @@ interface QueryOrderResponse {
|
|
|
21981
22007
|
}
|
|
21982
22008
|
interface SearchOrdersRequest {
|
|
21983
22009
|
/** Search options. */
|
|
21984
|
-
search?: CursorSearch
|
|
22010
|
+
search?: CursorSearch;
|
|
21985
22011
|
}
|
|
21986
|
-
interface CursorSearch
|
|
22012
|
+
interface CursorSearch extends CursorSearchPagingMethodOneOf {
|
|
21987
22013
|
/**
|
|
21988
22014
|
* Cursor paging options.
|
|
21989
22015
|
* Learn more about [cursor paging](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#cursor-paging).
|
|
@@ -22011,7 +22037,7 @@ interface CursorSearch$1 extends CursorSearchPagingMethodOneOf$1 {
|
|
|
22011
22037
|
sort?: Sorting$5[];
|
|
22012
22038
|
}
|
|
22013
22039
|
/** @oneof */
|
|
22014
|
-
interface CursorSearchPagingMethodOneOf
|
|
22040
|
+
interface CursorSearchPagingMethodOneOf {
|
|
22015
22041
|
/**
|
|
22016
22042
|
* Cursor paging options.
|
|
22017
22043
|
* Learn more about [cursor paging](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#cursor-paging).
|
|
@@ -23363,6 +23389,15 @@ interface TriggerSideEffectsFromLegacyData {
|
|
|
23363
23389
|
orderId?: string;
|
|
23364
23390
|
ordersExperiments?: OrdersExperiments;
|
|
23365
23391
|
}
|
|
23392
|
+
interface PriceNonNullableFields$2 {
|
|
23393
|
+
amount: string;
|
|
23394
|
+
formattedAmount: string;
|
|
23395
|
+
}
|
|
23396
|
+
interface GetPaymentCollectabilityStatusResponseNonNullableFields {
|
|
23397
|
+
status: PaymentCollectabilityStatus;
|
|
23398
|
+
amount?: PriceNonNullableFields$2;
|
|
23399
|
+
authorizationSupported: boolean;
|
|
23400
|
+
}
|
|
23366
23401
|
interface ProductNameNonNullableFields {
|
|
23367
23402
|
original: string;
|
|
23368
23403
|
}
|
|
@@ -23370,10 +23405,6 @@ interface CatalogReferenceNonNullableFields {
|
|
|
23370
23405
|
catalogItemId: string;
|
|
23371
23406
|
appId: string;
|
|
23372
23407
|
}
|
|
23373
|
-
interface PriceNonNullableFields$2 {
|
|
23374
|
-
amount: string;
|
|
23375
|
-
formattedAmount: string;
|
|
23376
|
-
}
|
|
23377
23408
|
interface PlainTextValueNonNullableFields {
|
|
23378
23409
|
original: string;
|
|
23379
23410
|
}
|
|
@@ -23707,6 +23738,7 @@ interface AdditionalFeeNonNullableFields {
|
|
|
23707
23738
|
price?: PriceNonNullableFields$2;
|
|
23708
23739
|
taxDetails?: ItemTaxFullDetailsNonNullableFields$1;
|
|
23709
23740
|
priceBeforeTax?: PriceNonNullableFields$2;
|
|
23741
|
+
priceAfterTax?: PriceNonNullableFields$2;
|
|
23710
23742
|
_id: string;
|
|
23711
23743
|
lineItemIds: string[];
|
|
23712
23744
|
}
|
|
@@ -23845,7 +23877,7 @@ interface OrderApprovedEnvelope {
|
|
|
23845
23877
|
}
|
|
23846
23878
|
interface SearchOrdersOptions {
|
|
23847
23879
|
/** Search options. */
|
|
23848
|
-
search?: CursorSearch
|
|
23880
|
+
search?: CursorSearch;
|
|
23849
23881
|
}
|
|
23850
23882
|
interface UpdateOrder {
|
|
23851
23883
|
/**
|
|
@@ -24007,6 +24039,7 @@ declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor
|
|
|
24007
24039
|
|
|
24008
24040
|
declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
24009
24041
|
|
|
24042
|
+
declare const getPaymentCollectabilityStatus: ReturnType<typeof createRESTModule$8<typeof publicGetPaymentCollectabilityStatus>>;
|
|
24010
24043
|
declare const getOrder: ReturnType<typeof createRESTModule$8<typeof publicGetOrder>>;
|
|
24011
24044
|
declare const searchOrders: ReturnType<typeof createRESTModule$8<typeof publicSearchOrders>>;
|
|
24012
24045
|
declare const createOrder: ReturnType<typeof createRESTModule$8<typeof publicCreateOrder>>;
|
|
@@ -24108,6 +24141,8 @@ type context$8_CreatePaymentGatewayOrderRequest = CreatePaymentGatewayOrderReque
|
|
|
24108
24141
|
type context$8_CreatePaymentGatewayOrderResponse = CreatePaymentGatewayOrderResponse;
|
|
24109
24142
|
type context$8_CreatedBy = CreatedBy;
|
|
24110
24143
|
type context$8_CreatedByStringOneOf = CreatedByStringOneOf;
|
|
24144
|
+
type context$8_CursorSearch = CursorSearch;
|
|
24145
|
+
type context$8_CursorSearchPagingMethodOneOf = CursorSearchPagingMethodOneOf;
|
|
24111
24146
|
type context$8_CustomActivity = CustomActivity;
|
|
24112
24147
|
type context$8_CustomFieldGroup = CustomFieldGroup;
|
|
24113
24148
|
declare const context$8_CustomFieldGroup: typeof CustomFieldGroup;
|
|
@@ -24159,6 +24194,7 @@ type context$8_GetOrderResponse = GetOrderResponse;
|
|
|
24159
24194
|
type context$8_GetOrderResponseNonNullableFields = GetOrderResponseNonNullableFields;
|
|
24160
24195
|
type context$8_GetPaymentCollectabilityStatusRequest = GetPaymentCollectabilityStatusRequest;
|
|
24161
24196
|
type context$8_GetPaymentCollectabilityStatusResponse = GetPaymentCollectabilityStatusResponse;
|
|
24197
|
+
type context$8_GetPaymentCollectabilityStatusResponseNonNullableFields = GetPaymentCollectabilityStatusResponseNonNullableFields;
|
|
24162
24198
|
type context$8_GetShipmentsRequest = GetShipmentsRequest;
|
|
24163
24199
|
type context$8_GetShipmentsResponse = GetShipmentsResponse;
|
|
24164
24200
|
type context$8_HtmlApplication = HtmlApplication;
|
|
@@ -24402,6 +24438,7 @@ declare const context$8_bulkUpdateOrders: typeof bulkUpdateOrders;
|
|
|
24402
24438
|
declare const context$8_cancelOrder: typeof cancelOrder;
|
|
24403
24439
|
declare const context$8_createOrder: typeof createOrder;
|
|
24404
24440
|
declare const context$8_getOrder: typeof getOrder;
|
|
24441
|
+
declare const context$8_getPaymentCollectabilityStatus: typeof getPaymentCollectabilityStatus;
|
|
24405
24442
|
declare const context$8_onOrderApproved: typeof onOrderApproved;
|
|
24406
24443
|
declare const context$8_onOrderCanceled: typeof onOrderCanceled;
|
|
24407
24444
|
declare const context$8_onOrderCreated: typeof onOrderCreated;
|
|
@@ -24409,7 +24446,7 @@ declare const context$8_onOrderPaymentStatusUpdated: typeof onOrderPaymentStatus
|
|
|
24409
24446
|
declare const context$8_searchOrders: typeof searchOrders;
|
|
24410
24447
|
declare const context$8_updateOrder: typeof updateOrder;
|
|
24411
24448
|
declare namespace context$8 {
|
|
24412
|
-
export { type ActionEvent$6 as ActionEvent, ActionType$1 as ActionType, type Activity$1 as Activity, type context$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$8_AddActivitiesRequest as AddActivitiesRequest, type context$8_AddActivitiesResponse as AddActivitiesResponse, type context$8_AddActivityRequest as AddActivityRequest, type context$8_AddActivityResponse as AddActivityResponse, type context$8_AddInternalActivityRequest as AddInternalActivityRequest, type context$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$8_AdditionalFeeDelta as AdditionalFeeDelta, type context$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type Address$4 as Address, type context$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type context$8_AddressWithContact as AddressWithContact, type context$8_AggregateOrdersRequest as AggregateOrdersRequest, type context$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type context$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$8_AppliedDiscountDelta as AppliedDiscountDelta, type context$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$8_ArchiveOrderRequest as ArchiveOrderRequest, type context$8_ArchiveOrderResponse as ArchiveOrderResponse, context$8_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$1 as AuthorizationActionFailureDetails, type AuthorizationCapture$1 as AuthorizationCapture, AuthorizationCaptureStatus$1 as AuthorizationCaptureStatus, type AuthorizationDetails$1 as AuthorizationDetails, type AuthorizationVoid$1 as AuthorizationVoid, AuthorizationVoidStatus$1 as AuthorizationVoidStatus, type context$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$8_Balance as Balance, type context$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type context$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$8_BulkOrderResult as BulkOrderResult, type context$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$8_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type context$8_CalculatedTax as CalculatedTax, type context$8_CalculatedTaxes as CalculatedTaxes, type context$8_Cancel as Cancel, type context$8_CancelOrderOptions as CancelOrderOptions, type context$8_CancelOrderRequest as CancelOrderRequest, type context$8_CancelOrderResponse as CancelOrderResponse, type context$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$8_ChargedBy as ChargedBy, type context$8_Color as Color, type context$8_CommitDeltasRequest as CommitDeltasRequest, type context$8_CommitDeltasResponse as CommitDeltasResponse, type context$8_CommittedDiffs as CommittedDiffs, type context$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$8_CommonAddress as CommonAddress, type context$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$8_Company as Company, type context$8_Complete as Complete, type context$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$8_CreateOrderRequest as CreateOrderRequest, type context$8_CreateOrderResponse as CreateOrderResponse, type context$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$8_CreatedBy as CreatedBy, type context$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type context$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$8_CustomFieldGroup as CustomFieldGroup, type context$8_CustomFieldValue as CustomFieldValue, type context$8_Customer as Customer, type context$8_DecrementData as DecrementData, type context$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$8_DeleteActivityRequest as DeleteActivityRequest, type context$8_DeleteActivityResponse as DeleteActivityResponse, type context$8_DeleteByFilterOperation as DeleteByFilterOperation, type context$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type context$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, context$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$8_Deposit as Deposit, context$8_DepositType as DepositType, type context$8_DescriptionLine as DescriptionLine, type context$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$8_DescriptionLineName as DescriptionLineName, context$8_DescriptionLineType as DescriptionLineType, type context$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$8_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type context$8_DownloadLinkSent as DownloadLinkSent, type context$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$8_DraftOrderDiffs as DraftOrderDiffs, type context$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$8_Email as Email, type context$8_EmailEdited as EmailEdited, type Empty$4 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$5 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type context$8_ExternalUriMapping as ExternalUriMapping, type context$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type context$8_FullAddressContactDetails as FullAddressContactDetails, type context$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$8_GetOrderRequest as GetOrderRequest, type context$8_GetOrderResponse as GetOrderResponse, type context$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$8_GetShipmentsRequest as GetShipmentsRequest, type context$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type context$8_HtmlApplication as HtmlApplication, type context$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$8_InternalActivity as InternalActivity, type context$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$8_InternalDocument as InternalDocument, type context$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$8_InventoryAction as InventoryAction, type context$8_InventoryUpdateDetails as InventoryUpdateDetails, type context$8_InvoiceAdded as InvoiceAdded, type context$8_InvoiceDates as InvoiceDates, type context$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$8_InvoiceFields as InvoiceFields, type context$8_InvoiceSent as InvoiceSent, type context$8_InvoiceSentEvent as InvoiceSentEvent, context$8_InvoiceStatus as InvoiceStatus, type context$8_InvoicesPayment as InvoicesPayment, type context$8_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type context$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$8_LineItemAmount as LineItemAmount, type context$8_LineItemChanges as LineItemChanges, type context$8_LineItemDelta as LineItemDelta, type context$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$8_LineItemExchangeData as LineItemExchangeData, type context$8_LineItemMetaData as LineItemMetaData, type context$8_LineItemPriceChange as LineItemPriceChange, type context$8_LineItemQuantityChange as LineItemQuantityChange, context$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type context$8_LineItemTax as LineItemTax, type context$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$8_LineItemTaxInfo as LineItemTaxInfo, type context$8_LineItemUpdate as LineItemUpdate, type context$8_LineItems as LineItems, type context$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$8_Locale as Locale, type context$8_LocationAndQuantity as LocationAndQuantity, type context$8_ManagedAdditionalFee as ManagedAdditionalFee, type context$8_ManagedDiscount as ManagedDiscount, type context$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$8_MaskedOrder as MaskedOrder, type context$8_MaskedOrderLineItem as MaskedOrderLineItem, type context$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$2 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type context$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type context$8_MetaData as MetaData, type context$8_MetaSite as MetaSite, type context$8_MetaTag as MetaTag, context$8_Namespace as Namespace, type context$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$8_OrderApprovalStrategy as OrderApprovalStrategy, type context$8_OrderApproved as OrderApproved, type context$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$8_OrderCanceled as OrderCanceled, type context$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$8_OrderChange as OrderChange, type context$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$8_OrderCreateNotifications as OrderCreateNotifications, type context$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$8_OrderCreationSettings as OrderCreationSettings, type context$8_OrderDeltasCommitted as OrderDeltasCommitted, type context$8_OrderFulfilled as OrderFulfilled, type context$8_OrderItemsRestocked as OrderItemsRestocked, type context$8_OrderLineItem as OrderLineItem, type context$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$8_OrderNonNullableFields as OrderNonNullableFields, type context$8_OrderNotFulfilled as OrderNotFulfilled, type context$8_OrderPaid as OrderPaid, type context$8_OrderPartiallyPaid as OrderPartiallyPaid, type context$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, context$8_OrderStatus as OrderStatus, type context$8_OrderTaxBreakdown as OrderTaxBreakdown, type context$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type context$8_OrdersExperiments as OrdersExperiments, type Payment$1 as Payment, type context$8_PaymentCapture as PaymentCapture, context$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, PaymentStatus$1 as PaymentStatus, type context$8_PaymentStatusUpdated as PaymentStatusUpdated, type context$8_Payments as Payments, type PaymentsUpdated$1 as PaymentsUpdated, type context$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type context$8_PickupReadyEmailSent as PickupReadyEmailSent, context$8_Placement as Placement, type context$8_PlainTextValue as PlainTextValue, type context$8_PlatformPaging as PlatformPaging, type context$8_PlatformPagingMetadata as PlatformPagingMetadata, type context$8_PlatformQuery as PlatformQuery, type context$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$8_PreviewEmailType as PreviewEmailType, type context$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type context$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$8_ProductName as ProductName, type context$8_PublicActivity as PublicActivity, type context$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$8_QueryOrderRequest as QueryOrderRequest, type context$8_QueryOrderResponse as QueryOrderResponse, type context$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$8_QuotesAddress as QuotesAddress, Reason$1 as Reason, type context$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$8_RedirectUrls as RedirectUrls, type Refund$1 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type context$8_SavedPaymentMethod as SavedPaymentMethod, type ScheduledAction$1 as ScheduledAction, type context$8_SearchOrdersOptions as SearchOrdersOptions, type context$8_SearchOrdersRequest as SearchOrdersRequest, type context$8_SearchOrdersResponse as SearchOrdersResponse, type context$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$8_ShippingAddressEdited as ShippingAddressEdited, type context$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$8_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$1 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, context$8_SourceType as SourceType, type context$8_StandardDetails as StandardDetails, context$8_State as State, type StreetAddress$3 as StreetAddress, type context$8_Subdivision as Subdivision, context$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type context$8_TagList as TagList, type context$8_Tags as Tags, type context$8_Task as Task, type context$8_TaskAction as TaskAction, type context$8_TaskActionActionOneOf as TaskActionActionOneOf, type context$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type context$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type context$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type context$8_TotalPrice as TotalPrice, type context$8_TotalPriceChange as TotalPriceChange, type context$8_TrackingLinkAdded as TrackingLinkAdded, type context$8_TrackingNumberAdded as TrackingNumberAdded, type context$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type context$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$8_TriggerReindexRequest as TriggerReindexRequest, type context$8_TriggerReindexResponse as TriggerReindexResponse, type context$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$8_UpdateActivityRequest as UpdateActivityRequest, type context$8_UpdateActivityResponse as UpdateActivityResponse, type context$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$8_UpdateOrder as UpdateOrder, type context$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$8_UpdateOrderRequest as UpdateOrderRequest, type context$8_UpdateOrderResponse as UpdateOrderResponse, type context$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$8_UserDataResponse as UserDataResponse, type context$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$8_V1LineItemDelta as V1LineItemDelta, type context$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$8_V1RestockItem as V1RestockItem, type context$8_V1ShippingInformation as V1ShippingInformation, type context$8_Value as Value, context$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type context$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$8_VersionedDocumentId as VersionedDocumentId, type context$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$8_VersioningMode as VersioningMode, type context$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, context$8_bulkUpdateOrders as bulkUpdateOrders, context$8_cancelOrder as cancelOrder, context$8_createOrder as createOrder, context$8_getOrder as getOrder, context$8_onOrderApproved as onOrderApproved, context$8_onOrderCanceled as onOrderCanceled, context$8_onOrderCreated as onOrderCreated, context$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, context$8_searchOrders as searchOrders, context$8_updateOrder as updateOrder };
|
|
24449
|
+
export { type ActionEvent$6 as ActionEvent, ActionType$1 as ActionType, type Activity$1 as Activity, type context$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$8_AddActivitiesRequest as AddActivitiesRequest, type context$8_AddActivitiesResponse as AddActivitiesResponse, type context$8_AddActivityRequest as AddActivityRequest, type context$8_AddActivityResponse as AddActivityResponse, type context$8_AddInternalActivityRequest as AddInternalActivityRequest, type context$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$8_AdditionalFeeDelta as AdditionalFeeDelta, type context$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type Address$4 as Address, type context$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type context$8_AddressWithContact as AddressWithContact, type context$8_AggregateOrdersRequest as AggregateOrdersRequest, type context$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type context$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$8_AppliedDiscountDelta as AppliedDiscountDelta, type context$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$8_ArchiveOrderRequest as ArchiveOrderRequest, type context$8_ArchiveOrderResponse as ArchiveOrderResponse, context$8_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$1 as AuthorizationActionFailureDetails, type AuthorizationCapture$1 as AuthorizationCapture, AuthorizationCaptureStatus$1 as AuthorizationCaptureStatus, type AuthorizationDetails$1 as AuthorizationDetails, type AuthorizationVoid$1 as AuthorizationVoid, AuthorizationVoidStatus$1 as AuthorizationVoidStatus, type context$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$8_Balance as Balance, type context$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type context$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$8_BulkOrderResult as BulkOrderResult, type context$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$8_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type context$8_CalculatedTax as CalculatedTax, type context$8_CalculatedTaxes as CalculatedTaxes, type context$8_Cancel as Cancel, type context$8_CancelOrderOptions as CancelOrderOptions, type context$8_CancelOrderRequest as CancelOrderRequest, type context$8_CancelOrderResponse as CancelOrderResponse, type context$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$8_ChargedBy as ChargedBy, type context$8_Color as Color, type context$8_CommitDeltasRequest as CommitDeltasRequest, type context$8_CommitDeltasResponse as CommitDeltasResponse, type context$8_CommittedDiffs as CommittedDiffs, type context$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$8_CommonAddress as CommonAddress, type context$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$8_Company as Company, type context$8_Complete as Complete, type context$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$8_CreateOrderRequest as CreateOrderRequest, type context$8_CreateOrderResponse as CreateOrderResponse, type context$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$8_CreatedBy as CreatedBy, type context$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type context$8_CursorSearch as CursorSearch, type context$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type context$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$8_CustomFieldGroup as CustomFieldGroup, type context$8_CustomFieldValue as CustomFieldValue, type context$8_Customer as Customer, type context$8_DecrementData as DecrementData, type context$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$8_DeleteActivityRequest as DeleteActivityRequest, type context$8_DeleteActivityResponse as DeleteActivityResponse, type context$8_DeleteByFilterOperation as DeleteByFilterOperation, type context$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type context$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, context$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$8_Deposit as Deposit, context$8_DepositType as DepositType, type context$8_DescriptionLine as DescriptionLine, type context$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$8_DescriptionLineName as DescriptionLineName, context$8_DescriptionLineType as DescriptionLineType, type context$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$8_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type context$8_DownloadLinkSent as DownloadLinkSent, type context$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$8_DraftOrderDiffs as DraftOrderDiffs, type context$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$8_Email as Email, type context$8_EmailEdited as EmailEdited, type Empty$4 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$5 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type context$8_ExternalUriMapping as ExternalUriMapping, type context$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type context$8_FullAddressContactDetails as FullAddressContactDetails, type context$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$8_GetOrderRequest as GetOrderRequest, type context$8_GetOrderResponse as GetOrderResponse, type context$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$8_GetShipmentsRequest as GetShipmentsRequest, type context$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type context$8_HtmlApplication as HtmlApplication, type context$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$8_InternalActivity as InternalActivity, type context$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$8_InternalDocument as InternalDocument, type context$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$8_InventoryAction as InventoryAction, type context$8_InventoryUpdateDetails as InventoryUpdateDetails, type context$8_InvoiceAdded as InvoiceAdded, type context$8_InvoiceDates as InvoiceDates, type context$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$8_InvoiceFields as InvoiceFields, type context$8_InvoiceSent as InvoiceSent, type context$8_InvoiceSentEvent as InvoiceSentEvent, context$8_InvoiceStatus as InvoiceStatus, type context$8_InvoicesPayment as InvoicesPayment, type context$8_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type context$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$8_LineItemAmount as LineItemAmount, type context$8_LineItemChanges as LineItemChanges, type context$8_LineItemDelta as LineItemDelta, type context$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$8_LineItemExchangeData as LineItemExchangeData, type context$8_LineItemMetaData as LineItemMetaData, type context$8_LineItemPriceChange as LineItemPriceChange, type context$8_LineItemQuantityChange as LineItemQuantityChange, context$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type context$8_LineItemTax as LineItemTax, type context$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$8_LineItemTaxInfo as LineItemTaxInfo, type context$8_LineItemUpdate as LineItemUpdate, type context$8_LineItems as LineItems, type context$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$8_Locale as Locale, type context$8_LocationAndQuantity as LocationAndQuantity, type context$8_ManagedAdditionalFee as ManagedAdditionalFee, type context$8_ManagedDiscount as ManagedDiscount, type context$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$8_MaskedOrder as MaskedOrder, type context$8_MaskedOrderLineItem as MaskedOrderLineItem, type context$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$2 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type context$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type context$8_MetaData as MetaData, type context$8_MetaSite as MetaSite, type context$8_MetaTag as MetaTag, context$8_Namespace as Namespace, type context$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$8_OrderApprovalStrategy as OrderApprovalStrategy, type context$8_OrderApproved as OrderApproved, type context$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$8_OrderCanceled as OrderCanceled, type context$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$8_OrderChange as OrderChange, type context$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$8_OrderCreateNotifications as OrderCreateNotifications, type context$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$8_OrderCreationSettings as OrderCreationSettings, type context$8_OrderDeltasCommitted as OrderDeltasCommitted, type context$8_OrderFulfilled as OrderFulfilled, type context$8_OrderItemsRestocked as OrderItemsRestocked, type context$8_OrderLineItem as OrderLineItem, type context$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$8_OrderNonNullableFields as OrderNonNullableFields, type context$8_OrderNotFulfilled as OrderNotFulfilled, type context$8_OrderPaid as OrderPaid, type context$8_OrderPartiallyPaid as OrderPartiallyPaid, type context$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, context$8_OrderStatus as OrderStatus, type context$8_OrderTaxBreakdown as OrderTaxBreakdown, type context$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type context$8_OrdersExperiments as OrdersExperiments, type Payment$1 as Payment, type context$8_PaymentCapture as PaymentCapture, context$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, PaymentStatus$1 as PaymentStatus, type context$8_PaymentStatusUpdated as PaymentStatusUpdated, type context$8_Payments as Payments, type PaymentsUpdated$1 as PaymentsUpdated, type context$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type context$8_PickupReadyEmailSent as PickupReadyEmailSent, context$8_Placement as Placement, type context$8_PlainTextValue as PlainTextValue, type context$8_PlatformPaging as PlatformPaging, type context$8_PlatformPagingMetadata as PlatformPagingMetadata, type context$8_PlatformQuery as PlatformQuery, type context$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$8_PreviewEmailType as PreviewEmailType, type context$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type context$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$8_ProductName as ProductName, type context$8_PublicActivity as PublicActivity, type context$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$8_QueryOrderRequest as QueryOrderRequest, type context$8_QueryOrderResponse as QueryOrderResponse, type context$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$8_QuotesAddress as QuotesAddress, Reason$1 as Reason, type context$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$8_RedirectUrls as RedirectUrls, type Refund$1 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type context$8_SavedPaymentMethod as SavedPaymentMethod, type ScheduledAction$1 as ScheduledAction, type context$8_SearchOrdersOptions as SearchOrdersOptions, type context$8_SearchOrdersRequest as SearchOrdersRequest, type context$8_SearchOrdersResponse as SearchOrdersResponse, type context$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$8_ShippingAddressEdited as ShippingAddressEdited, type context$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$8_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$1 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, context$8_SourceType as SourceType, type context$8_StandardDetails as StandardDetails, context$8_State as State, type StreetAddress$3 as StreetAddress, type context$8_Subdivision as Subdivision, context$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type context$8_TagList as TagList, type context$8_Tags as Tags, type context$8_Task as Task, type context$8_TaskAction as TaskAction, type context$8_TaskActionActionOneOf as TaskActionActionOneOf, type context$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type context$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type context$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type context$8_TotalPrice as TotalPrice, type context$8_TotalPriceChange as TotalPriceChange, type context$8_TrackingLinkAdded as TrackingLinkAdded, type context$8_TrackingNumberAdded as TrackingNumberAdded, type context$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type context$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$8_TriggerReindexRequest as TriggerReindexRequest, type context$8_TriggerReindexResponse as TriggerReindexResponse, type context$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$8_UpdateActivityRequest as UpdateActivityRequest, type context$8_UpdateActivityResponse as UpdateActivityResponse, type context$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$8_UpdateOrder as UpdateOrder, type context$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$8_UpdateOrderRequest as UpdateOrderRequest, type context$8_UpdateOrderResponse as UpdateOrderResponse, type context$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$8_UserDataResponse as UserDataResponse, type context$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$8_V1LineItemDelta as V1LineItemDelta, type context$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$8_V1RestockItem as V1RestockItem, type context$8_V1ShippingInformation as V1ShippingInformation, type context$8_Value as Value, context$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type context$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$8_VersionedDocumentId as VersionedDocumentId, type context$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$8_VersioningMode as VersioningMode, type context$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, context$8_bulkUpdateOrders as bulkUpdateOrders, context$8_cancelOrder as cancelOrder, context$8_createOrder as createOrder, context$8_getOrder as getOrder, context$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$8_onOrderApproved as onOrderApproved, context$8_onOrderCanceled as onOrderCanceled, context$8_onOrderCreated as onOrderCreated, context$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, context$8_searchOrders as searchOrders, context$8_updateOrder as updateOrder };
|
|
24413
24450
|
}
|
|
24414
24451
|
|
|
24415
24452
|
interface OrderPaymentRequest {
|
|
@@ -24544,9 +24581,9 @@ interface DeleteOrderPaymentRequestResponse {
|
|
|
24544
24581
|
}
|
|
24545
24582
|
interface QueryOrderPaymentRequestsRequest {
|
|
24546
24583
|
/** WQL expression. */
|
|
24547
|
-
query?: CursorQuery$
|
|
24584
|
+
query?: CursorQuery$3;
|
|
24548
24585
|
}
|
|
24549
|
-
interface CursorQuery$
|
|
24586
|
+
interface CursorQuery$3 extends CursorQueryPagingMethodOneOf$3 {
|
|
24550
24587
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
24551
24588
|
cursorPaging?: CursorPaging$4;
|
|
24552
24589
|
/**
|
|
@@ -24565,7 +24602,7 @@ interface CursorQuery$2 extends CursorQueryPagingMethodOneOf$2 {
|
|
|
24565
24602
|
sort?: Sorting$4[];
|
|
24566
24603
|
}
|
|
24567
24604
|
/** @oneof */
|
|
24568
|
-
interface CursorQueryPagingMethodOneOf$
|
|
24605
|
+
interface CursorQueryPagingMethodOneOf$3 {
|
|
24569
24606
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
24570
24607
|
cursorPaging?: CursorPaging$4;
|
|
24571
24608
|
}
|
|
@@ -24969,7 +25006,7 @@ declare const context$7_getOrderPaymentRequestUrl: typeof getOrderPaymentRequest
|
|
|
24969
25006
|
declare const context$7_queryOrderPaymentRequests: typeof queryOrderPaymentRequests;
|
|
24970
25007
|
declare const context$7_updateOrderPaymentRequest: typeof updateOrderPaymentRequest;
|
|
24971
25008
|
declare namespace context$7 {
|
|
24972
|
-
export { type ActionEvent$5 as ActionEvent, type context$7_CreateOrderPaymentRequestOptions as CreateOrderPaymentRequestOptions, type context$7_CreateOrderPaymentRequestRequest as CreateOrderPaymentRequestRequest, type context$7_CreateOrderPaymentRequestResponse as CreateOrderPaymentRequestResponse, type context$7_CreateOrderPaymentRequestResponseNonNullableFields as CreateOrderPaymentRequestResponseNonNullableFields, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$
|
|
25009
|
+
export { type ActionEvent$5 as ActionEvent, type context$7_CreateOrderPaymentRequestOptions as CreateOrderPaymentRequestOptions, type context$7_CreateOrderPaymentRequestRequest as CreateOrderPaymentRequestRequest, type context$7_CreateOrderPaymentRequestResponse as CreateOrderPaymentRequestResponse, type context$7_CreateOrderPaymentRequestResponseNonNullableFields as CreateOrderPaymentRequestResponseNonNullableFields, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type context$7_DeleteOrderPaymentRequestRequest as DeleteOrderPaymentRequestRequest, type context$7_DeleteOrderPaymentRequestResponse as DeleteOrderPaymentRequestResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$3 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type ExtendedFields$2 as ExtendedFields, type context$7_GetOrderPaymentRequestRequest as GetOrderPaymentRequestRequest, type context$7_GetOrderPaymentRequestResponse as GetOrderPaymentRequestResponse, type context$7_GetOrderPaymentRequestResponseNonNullableFields as GetOrderPaymentRequestResponseNonNullableFields, type context$7_GetOrderPaymentRequestURLRequest as GetOrderPaymentRequestURLRequest, type context$7_GetOrderPaymentRequestURLResponse as GetOrderPaymentRequestURLResponse, type context$7_GetOrderPaymentRequestURLResponseNonNullableFields as GetOrderPaymentRequestURLResponseNonNullableFields, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type MessageEnvelope$5 as MessageEnvelope, type context$7_OrderPaymentRequest as OrderPaymentRequest, type context$7_OrderPaymentRequestExpired as OrderPaymentRequestExpired, type context$7_OrderPaymentRequestNonNullableFields as OrderPaymentRequestNonNullableFields, type context$7_OrderPaymentRequestPaid as OrderPaymentRequestPaid, type context$7_OrderPaymentRequestsQueryBuilder as OrderPaymentRequestsQueryBuilder, type context$7_OrderPaymentRequestsQueryResult as OrderPaymentRequestsQueryResult, type Price$1 as Price, type context$7_QueryOrderPaymentRequestsRequest as QueryOrderPaymentRequestsRequest, type context$7_QueryOrderPaymentRequestsResponse as QueryOrderPaymentRequestsResponse, type context$7_QueryOrderPaymentRequestsResponseNonNullableFields as QueryOrderPaymentRequestsResponseNonNullableFields, type RestoreInfo$5 as RestoreInfo, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, type context$7_Source as Source, context$7_Status as Status, type UpdateExtendedFieldsOptions$2 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$2 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$2 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$2 as UpdateExtendedFieldsResponseNonNullableFields, type context$7_UpdateOrderPaymentRequest as UpdateOrderPaymentRequest, type context$7_UpdateOrderPaymentRequestRequest as UpdateOrderPaymentRequestRequest, type context$7_UpdateOrderPaymentRequestResponse as UpdateOrderPaymentRequestResponse, type context$7_UpdateOrderPaymentRequestResponseNonNullableFields as UpdateOrderPaymentRequestResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, context$7_createOrderPaymentRequest as createOrderPaymentRequest, context$7_deleteOrderPaymentRequest as deleteOrderPaymentRequest, context$7_getOrderPaymentRequest as getOrderPaymentRequest, context$7_getOrderPaymentRequestUrl as getOrderPaymentRequestUrl, context$7_queryOrderPaymentRequests as queryOrderPaymentRequests, updateExtendedFields$2 as updateExtendedFields, context$7_updateOrderPaymentRequest as updateOrderPaymentRequest };
|
|
24973
25010
|
}
|
|
24974
25011
|
|
|
24975
25012
|
interface OrderTransactions {
|
|
@@ -25184,10 +25221,20 @@ interface RefundTransaction {
|
|
|
25184
25221
|
/** Whether refund was made externally and manually on the payment provider's side. */
|
|
25185
25222
|
externalRefund?: boolean;
|
|
25186
25223
|
}
|
|
25224
|
+
/**
|
|
25225
|
+
* Refund transaction status.
|
|
25226
|
+
* + `PENDING`: Refund was initiated on payment provider side. PENDING status was assigned by provider.
|
|
25227
|
+
* + `SUCCEEDED`: Refund transaction succeeded.
|
|
25228
|
+
* + `FAILED`: Refund transaction failed.
|
|
25229
|
+
* + `SCHEDULED`: Refund request acknowledged, and will be executed soon.
|
|
25230
|
+
* + `STARTED`: Refund was initiated on payment provider side.
|
|
25231
|
+
*/
|
|
25187
25232
|
declare enum RefundStatus {
|
|
25188
25233
|
PENDING = "PENDING",
|
|
25189
25234
|
SUCCEEDED = "SUCCEEDED",
|
|
25190
|
-
FAILED = "FAILED"
|
|
25235
|
+
FAILED = "FAILED",
|
|
25236
|
+
SCHEDULED = "SCHEDULED",
|
|
25237
|
+
STARTED = "STARTED"
|
|
25191
25238
|
}
|
|
25192
25239
|
/** Business model of a refund request */
|
|
25193
25240
|
interface RefundDetails {
|
|
@@ -26178,25 +26225,22 @@ interface MaskedPayment {
|
|
|
26178
26225
|
}
|
|
26179
26226
|
interface UpdatePaymentsResponse {
|
|
26180
26227
|
}
|
|
26181
|
-
interface
|
|
26228
|
+
interface QueryOrderTransactionsRequest {
|
|
26182
26229
|
}
|
|
26183
|
-
interface
|
|
26184
|
-
/**
|
|
26185
|
-
* Cursor pointing to page of results.
|
|
26186
|
-
* When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
|
|
26187
|
-
*/
|
|
26230
|
+
interface CursorQuery$2 extends CursorQueryPagingMethodOneOf$2 {
|
|
26231
|
+
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
26188
26232
|
cursorPaging?: CursorPaging$3;
|
|
26189
26233
|
/** A filter object. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
|
|
26190
26234
|
filter?: Record<string, any> | null;
|
|
26191
|
-
/**
|
|
26235
|
+
/**
|
|
26236
|
+
* Sort object in the following format:
|
|
26237
|
+
* `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
|
|
26238
|
+
*/
|
|
26192
26239
|
sort?: Sorting$3[];
|
|
26193
26240
|
}
|
|
26194
26241
|
/** @oneof */
|
|
26195
|
-
interface
|
|
26196
|
-
/**
|
|
26197
|
-
* Cursor pointing to page of results.
|
|
26198
|
-
* When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
|
|
26199
|
-
*/
|
|
26242
|
+
interface CursorQueryPagingMethodOneOf$2 {
|
|
26243
|
+
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
26200
26244
|
cursorPaging?: CursorPaging$3;
|
|
26201
26245
|
}
|
|
26202
26246
|
interface Sorting$3 {
|
|
@@ -26220,7 +26264,7 @@ interface CursorPaging$3 {
|
|
|
26220
26264
|
*/
|
|
26221
26265
|
cursor?: string | null;
|
|
26222
26266
|
}
|
|
26223
|
-
interface
|
|
26267
|
+
interface QueryOrderTransactionsResponse {
|
|
26224
26268
|
}
|
|
26225
26269
|
interface CursorPagingMetadata$3 {
|
|
26226
26270
|
/** Number of items returned in the response. */
|
|
@@ -26809,8 +26853,6 @@ type context$6_ChannelInfo = ChannelInfo;
|
|
|
26809
26853
|
type context$6_ChannelType = ChannelType;
|
|
26810
26854
|
declare const context$6_ChannelType: typeof ChannelType;
|
|
26811
26855
|
type context$6_CreditCardPaymentMethodDetails = CreditCardPaymentMethodDetails;
|
|
26812
|
-
type context$6_CursorSearch = CursorSearch;
|
|
26813
|
-
type context$6_CursorSearchPagingMethodOneOf = CursorSearchPagingMethodOneOf;
|
|
26814
26856
|
type context$6_CustomField = CustomField;
|
|
26815
26857
|
type context$6_CustomTextFieldSelection = CustomTextFieldSelection;
|
|
26816
26858
|
type context$6_DigitalFile = DigitalFile;
|
|
@@ -26877,6 +26919,8 @@ declare const context$6_PaymentStatus: typeof PaymentStatus;
|
|
|
26877
26919
|
type context$6_PaymentsUpdated = PaymentsUpdated;
|
|
26878
26920
|
type context$6_PickupAddress = PickupAddress;
|
|
26879
26921
|
type context$6_Price = Price;
|
|
26922
|
+
type context$6_QueryOrderTransactionsRequest = QueryOrderTransactionsRequest;
|
|
26923
|
+
type context$6_QueryOrderTransactionsResponse = QueryOrderTransactionsResponse;
|
|
26880
26924
|
type context$6_Reason = Reason;
|
|
26881
26925
|
declare const context$6_Reason: typeof Reason;
|
|
26882
26926
|
type context$6_Refund = Refund;
|
|
@@ -26898,8 +26942,6 @@ type context$6_RestockItem = RestockItem;
|
|
|
26898
26942
|
type context$6_RestockType = RestockType;
|
|
26899
26943
|
declare const context$6_RestockType: typeof RestockType;
|
|
26900
26944
|
type context$6_ScheduledAction = ScheduledAction;
|
|
26901
|
-
type context$6_SearchOrderTransactionsRequest = SearchOrderTransactionsRequest;
|
|
26902
|
-
type context$6_SearchOrderTransactionsResponse = SearchOrderTransactionsResponse;
|
|
26903
26945
|
type context$6_ShipmentDetails = ShipmentDetails;
|
|
26904
26946
|
type context$6_ShippingInfo = ShippingInfo;
|
|
26905
26947
|
type context$6_ShippingInfoDetailsOneOf = ShippingInfoDetailsOneOf;
|
|
@@ -26936,7 +26978,7 @@ declare const context$6_listTransactionsForSingleOrder: typeof listTransactionsF
|
|
|
26936
26978
|
declare const context$6_onOrderTransactionsUpdated: typeof onOrderTransactionsUpdated;
|
|
26937
26979
|
declare const context$6_updatePaymentStatus: typeof updatePaymentStatus;
|
|
26938
26980
|
declare namespace context$6 {
|
|
26939
|
-
export { type ActionEvent$4 as ActionEvent, context$6_ActionType as ActionType, type context$6_Activity as Activity, context$6_ActivityType as ActivityType, type context$6_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type context$6_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type context$6_AddPaymentsRequest as AddPaymentsRequest, type context$6_AddPaymentsResponse as AddPaymentsResponse, type context$6_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type context$6_AddRefundRequest as AddRefundRequest, type context$6_AddRefundResponse as AddRefundResponse, type context$6_AdditionalFeeRefund as AdditionalFeeRefund, type Address$3 as Address, type context$6_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type context$6_AggregatedRefundSummary as AggregatedRefundSummary, type ApplicationError$2 as ApplicationError, type context$6_AppliedCoupon as AppliedCoupon, type context$6_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type context$6_AuthorizationCapture as AuthorizationCapture, context$6_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type context$6_AuthorizationDetails as AuthorizationDetails, type context$6_AuthorizationVoid as AuthorizationVoid, context$6_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$4 as BaseEventMetadata, type context$6_BillingInfo as BillingInfo, type context$6_BulkActionMetadata as BulkActionMetadata, type context$6_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type context$6_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type context$6_BulkInvoiceResult as BulkInvoiceResult, type context$6_BulkPaymentResult as BulkPaymentResult, type context$6_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type context$6_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type context$6_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type context$6_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type context$6_BuyerDetails as BuyerDetails, type context$6_BuyerInfo as BuyerInfo, type context$6_CalculateRefundItemRequest as CalculateRefundItemRequest, type context$6_CalculateRefundItemResponse as CalculateRefundItemResponse, type context$6_CalculateRefundRequest as CalculateRefundRequest, type context$6_CalculateRefundResponse as CalculateRefundResponse, type context$6_ChannelInfo as ChannelInfo, context$6_ChannelType as ChannelType, type context$6_CreditCardPaymentMethodDetails as CreditCardPaymentMethodDetails, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type context$6_CursorSearch as CursorSearch, type context$6_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type context$6_CustomField as CustomField, type context$6_CustomTextFieldSelection as CustomTextFieldSelection, type DiffmatokyPayload$1 as DiffmatokyPayload, type context$6_DigitalFile as DigitalFile, type context$6_Discount as Discount, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type context$6_EnteredBy as EnteredBy, context$6_EnteredByIdentityType as EnteredByIdentityType, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type ErrorInformation$1 as ErrorInformation, type EventMetadata$4 as EventMetadata, type context$6_Fulfillment as Fulfillment, type context$6_FulfillmentLineItem as FulfillmentLineItem, context$6_FulfillmentStatus as FulfillmentStatus, type context$6_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type context$6_FullName as FullName, type context$6_GenerateInvoiceRequest as GenerateInvoiceRequest, type context$6_GenerateInvoiceResponse as GenerateInvoiceResponse, type context$6_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type context$6_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type GiftCard$1 as GiftCard, type context$6_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, context$6_IdentityType as IdentityType, type context$6_IndexingMessage as IndexingMessage, type context$6_InvoiceForOrder as InvoiceForOrder, type context$6_InvoiceInfo as InvoiceInfo, context$6_InvoiceSource as InvoiceSource, type context$6_InvoicesForOrder as InvoicesForOrder, type context$6_ItemMetadata as ItemMetadata, type LineItem$1 as LineItem, type context$6_LineItemPriceData as LineItemPriceData, type context$6_LineItemRefund as LineItemRefund, context$6_LineItemType as LineItemType, type context$6_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type context$6_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type context$6_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type context$6_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type context$6_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type context$6_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type context$6_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type context$6_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type context$6_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type context$6_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, context$6_ManuallyRefundableReason as ManuallyRefundableReason, type context$6_MaskedPayment as MaskedPayment, type context$6_MediaItem as MediaItem, context$6_MediaItemType as MediaItemType, type MembershipName$1 as MembershipName, type context$6_MembershipPaymentDetails as MembershipPaymentDetails, context$6_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$4 as MessageEnvelope, context$6_NonRefundableReason as NonRefundableReason, type context$6_OptionSelection as OptionSelection, type context$6_Order as Order, type context$6_OrderRefunded as OrderRefunded, type context$6_OrderTransactions as OrderTransactions, type context$6_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type context$6_Payment as Payment, type context$6_PaymentAndOrderId as PaymentAndOrderId, type context$6_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type context$6_PaymentRefund as PaymentRefund, context$6_PaymentStatus as PaymentStatus, type context$6_PaymentsUpdated as PaymentsUpdated, type context$6_PickupAddress as PickupAddress, type PickupDetails$1 as PickupDetails, type context$6_Price as Price, context$6_Reason as Reason, type context$6_Refund as Refund, type context$6_RefundCreated as RefundCreated, type context$6_RefundDetails as RefundDetails, type context$6_RefundItem as RefundItem, type context$6_RefundSideEffects as RefundSideEffects, context$6_RefundStatus as RefundStatus, type context$6_RefundTransaction as RefundTransaction, type context$6_Refundability as Refundability, type context$6_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, context$6_RefundableStatus as RefundableStatus, type context$6_RegularPaymentDetails as RegularPaymentDetails, type context$6_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$6_RestockInfo as RestockInfo, type context$6_RestockItem as RestockItem, context$6_RestockType as RestockType, type RestoreInfo$4 as RestoreInfo, type context$6_ScheduledAction as ScheduledAction, type context$6_SearchOrderTransactionsRequest as SearchOrderTransactionsRequest, type context$6_SearchOrderTransactionsResponse as SearchOrderTransactionsResponse, type context$6_ShipmentDetails as ShipmentDetails, type context$6_ShippingInfo as ShippingInfo, type context$6_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type context$6_ShippingPriceData as ShippingPriceData, type context$6_ShippingRefund as ShippingRefund, type context$6_SnapshotMessage as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type context$6_Street as Street, SubscriptionFrequency$1 as SubscriptionFrequency, type context$6_SubscriptionInfo as SubscriptionInfo, type context$6_SubscriptionOptionInfo as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type context$6_Totals as Totals, type context$6_TrackingInfo as TrackingInfo, context$6_TransactionStatus as TransactionStatus, type context$6_TriggerRefundRequest as TriggerRefundRequest, type context$6_TriggerRefundResponse as TriggerRefundResponse, type context$6_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type context$6_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type context$6_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type context$6_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type context$6_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type context$6_UpdatePaymentsRequest as UpdatePaymentsRequest, type context$6_UpdatePaymentsResponse as UpdatePaymentsResponse, type context$6_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type context$6_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type context$6_V2InvoiceInfo as V2InvoiceInfo, type context$6_V2Refund as V2Refund, type context$6_VatId as VatId, context$6_VatType as VatType, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, context$6_addPayments as addPayments, context$6_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, context$6_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, context$6_listTransactionsForSingleOrder as listTransactionsForSingleOrder, context$6_onOrderTransactionsUpdated as onOrderTransactionsUpdated, context$6_updatePaymentStatus as updatePaymentStatus };
|
|
26981
|
+
export { type ActionEvent$4 as ActionEvent, context$6_ActionType as ActionType, type context$6_Activity as Activity, context$6_ActivityType as ActivityType, type context$6_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type context$6_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type context$6_AddPaymentsRequest as AddPaymentsRequest, type context$6_AddPaymentsResponse as AddPaymentsResponse, type context$6_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type context$6_AddRefundRequest as AddRefundRequest, type context$6_AddRefundResponse as AddRefundResponse, type context$6_AdditionalFeeRefund as AdditionalFeeRefund, type Address$3 as Address, type context$6_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type context$6_AggregatedRefundSummary as AggregatedRefundSummary, type ApplicationError$2 as ApplicationError, type context$6_AppliedCoupon as AppliedCoupon, type context$6_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type context$6_AuthorizationCapture as AuthorizationCapture, context$6_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type context$6_AuthorizationDetails as AuthorizationDetails, type context$6_AuthorizationVoid as AuthorizationVoid, context$6_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$4 as BaseEventMetadata, type context$6_BillingInfo as BillingInfo, type context$6_BulkActionMetadata as BulkActionMetadata, type context$6_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type context$6_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type context$6_BulkInvoiceResult as BulkInvoiceResult, type context$6_BulkPaymentResult as BulkPaymentResult, type context$6_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type context$6_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type context$6_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type context$6_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type context$6_BuyerDetails as BuyerDetails, type context$6_BuyerInfo as BuyerInfo, type context$6_CalculateRefundItemRequest as CalculateRefundItemRequest, type context$6_CalculateRefundItemResponse as CalculateRefundItemResponse, type context$6_CalculateRefundRequest as CalculateRefundRequest, type context$6_CalculateRefundResponse as CalculateRefundResponse, type context$6_ChannelInfo as ChannelInfo, context$6_ChannelType as ChannelType, type context$6_CreditCardPaymentMethodDetails as CreditCardPaymentMethodDetails, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type Cursors$3 as Cursors, type context$6_CustomField as CustomField, type context$6_CustomTextFieldSelection as CustomTextFieldSelection, type DiffmatokyPayload$1 as DiffmatokyPayload, type context$6_DigitalFile as DigitalFile, type context$6_Discount as Discount, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type context$6_EnteredBy as EnteredBy, context$6_EnteredByIdentityType as EnteredByIdentityType, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type ErrorInformation$1 as ErrorInformation, type EventMetadata$4 as EventMetadata, type context$6_Fulfillment as Fulfillment, type context$6_FulfillmentLineItem as FulfillmentLineItem, context$6_FulfillmentStatus as FulfillmentStatus, type context$6_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type context$6_FullName as FullName, type context$6_GenerateInvoiceRequest as GenerateInvoiceRequest, type context$6_GenerateInvoiceResponse as GenerateInvoiceResponse, type context$6_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type context$6_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type GiftCard$1 as GiftCard, type context$6_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, context$6_IdentityType as IdentityType, type context$6_IndexingMessage as IndexingMessage, type context$6_InvoiceForOrder as InvoiceForOrder, type context$6_InvoiceInfo as InvoiceInfo, context$6_InvoiceSource as InvoiceSource, type context$6_InvoicesForOrder as InvoicesForOrder, type context$6_ItemMetadata as ItemMetadata, type LineItem$1 as LineItem, type context$6_LineItemPriceData as LineItemPriceData, type context$6_LineItemRefund as LineItemRefund, context$6_LineItemType as LineItemType, type context$6_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type context$6_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type context$6_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type context$6_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type context$6_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type context$6_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type context$6_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type context$6_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type context$6_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type context$6_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, context$6_ManuallyRefundableReason as ManuallyRefundableReason, type context$6_MaskedPayment as MaskedPayment, type context$6_MediaItem as MediaItem, context$6_MediaItemType as MediaItemType, type MembershipName$1 as MembershipName, type context$6_MembershipPaymentDetails as MembershipPaymentDetails, context$6_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$4 as MessageEnvelope, context$6_NonRefundableReason as NonRefundableReason, type context$6_OptionSelection as OptionSelection, type context$6_Order as Order, type context$6_OrderRefunded as OrderRefunded, type context$6_OrderTransactions as OrderTransactions, type context$6_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type context$6_Payment as Payment, type context$6_PaymentAndOrderId as PaymentAndOrderId, type context$6_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type context$6_PaymentRefund as PaymentRefund, context$6_PaymentStatus as PaymentStatus, type context$6_PaymentsUpdated as PaymentsUpdated, type context$6_PickupAddress as PickupAddress, type PickupDetails$1 as PickupDetails, type context$6_Price as Price, type context$6_QueryOrderTransactionsRequest as QueryOrderTransactionsRequest, type context$6_QueryOrderTransactionsResponse as QueryOrderTransactionsResponse, context$6_Reason as Reason, type context$6_Refund as Refund, type context$6_RefundCreated as RefundCreated, type context$6_RefundDetails as RefundDetails, type context$6_RefundItem as RefundItem, type context$6_RefundSideEffects as RefundSideEffects, context$6_RefundStatus as RefundStatus, type context$6_RefundTransaction as RefundTransaction, type context$6_Refundability as Refundability, type context$6_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, context$6_RefundableStatus as RefundableStatus, type context$6_RegularPaymentDetails as RegularPaymentDetails, type context$6_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$6_RestockInfo as RestockInfo, type context$6_RestockItem as RestockItem, context$6_RestockType as RestockType, type RestoreInfo$4 as RestoreInfo, type context$6_ScheduledAction as ScheduledAction, type context$6_ShipmentDetails as ShipmentDetails, type context$6_ShippingInfo as ShippingInfo, type context$6_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type context$6_ShippingPriceData as ShippingPriceData, type context$6_ShippingRefund as ShippingRefund, type context$6_SnapshotMessage as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type context$6_Street as Street, SubscriptionFrequency$1 as SubscriptionFrequency, type context$6_SubscriptionInfo as SubscriptionInfo, type context$6_SubscriptionOptionInfo as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type context$6_Totals as Totals, type context$6_TrackingInfo as TrackingInfo, context$6_TransactionStatus as TransactionStatus, type context$6_TriggerRefundRequest as TriggerRefundRequest, type context$6_TriggerRefundResponse as TriggerRefundResponse, type context$6_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type context$6_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type context$6_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type context$6_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type context$6_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type context$6_UpdatePaymentsRequest as UpdatePaymentsRequest, type context$6_UpdatePaymentsResponse as UpdatePaymentsResponse, type context$6_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type context$6_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type context$6_V2InvoiceInfo as V2InvoiceInfo, type context$6_V2Refund as V2Refund, type context$6_VatId as VatId, context$6_VatType as VatType, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, context$6_addPayments as addPayments, context$6_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, context$6_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, context$6_listTransactionsForSingleOrder as listTransactionsForSingleOrder, context$6_onOrderTransactionsUpdated as onOrderTransactionsUpdated, context$6_updatePaymentStatus as updatePaymentStatus };
|
|
26940
26982
|
}
|
|
26941
26983
|
|
|
26942
26984
|
interface OrdersSettings {
|
|
@@ -30048,6 +30090,8 @@ interface V1AdditionalFee {
|
|
|
30048
30090
|
providerAppId?: string | null;
|
|
30049
30091
|
/** Additional fee's price before tax. */
|
|
30050
30092
|
priceBeforeTax?: MultiCurrencyPrice;
|
|
30093
|
+
/** Additional fee's price after tax. */
|
|
30094
|
+
priceAfterTax?: MultiCurrencyPrice;
|
|
30051
30095
|
/**
|
|
30052
30096
|
* Optional - Line items associated with this additional fee.
|
|
30053
30097
|
* If no `lineItemIds` are provided, the fee will be associated with the whole cart/checkout/order.
|
|
@@ -30295,6 +30339,7 @@ interface V1AdditionalFeeNonNullableFields {
|
|
|
30295
30339
|
price?: MultiCurrencyPriceNonNullableFields;
|
|
30296
30340
|
taxDetails?: ItemTaxFullDetailsNonNullableFields;
|
|
30297
30341
|
priceBeforeTax?: MultiCurrencyPriceNonNullableFields;
|
|
30342
|
+
priceAfterTax?: MultiCurrencyPriceNonNullableFields;
|
|
30298
30343
|
lineItemIds: string[];
|
|
30299
30344
|
}
|
|
30300
30345
|
interface CalculateTotalsResponseNonNullableFields {
|