@wix/ecom 1.0.684 → 1.0.685

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.
@@ -21316,7 +21316,7 @@ interface PreparePaymentCollectionResponse {
21316
21316
  }
21317
21317
  interface GetPaymentCollectabilityStatusRequest {
21318
21318
  /** Ecom order ID. */
21319
- ecomOrderId: string;
21319
+ ecomOrderId?: string;
21320
21320
  }
21321
21321
  interface GetPaymentCollectabilityStatusResponse {
21322
21322
  /** Payment collectability status */
@@ -23302,15 +23302,6 @@ interface TriggerSideEffectsFromLegacyData {
23302
23302
  orderId?: string;
23303
23303
  ordersExperiments?: OrdersExperiments;
23304
23304
  }
23305
- interface PriceNonNullableFields$1 {
23306
- amount: string;
23307
- formattedAmount: string;
23308
- }
23309
- interface GetPaymentCollectabilityStatusResponseNonNullableFields {
23310
- status: PaymentCollectabilityStatus;
23311
- amount?: PriceNonNullableFields$1;
23312
- authorizationSupported: boolean;
23313
- }
23314
23305
  interface ProductNameNonNullableFields {
23315
23306
  original: string;
23316
23307
  }
@@ -23318,6 +23309,10 @@ interface CatalogReferenceNonNullableFields {
23318
23309
  catalogItemId: string;
23319
23310
  appId: string;
23320
23311
  }
23312
+ interface PriceNonNullableFields$1 {
23313
+ amount: string;
23314
+ formattedAmount: string;
23315
+ }
23321
23316
  interface PlainTextValueNonNullableFields {
23322
23317
  original: string;
23323
23318
  }
@@ -23946,7 +23941,6 @@ declare function createRESTModule$6<T extends RESTFunctionDescriptor>(descriptor
23946
23941
 
23947
23942
  declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
23948
23943
 
23949
- declare const getPaymentCollectabilityStatus: ReturnType<typeof createRESTModule$6<typeof publicGetPaymentCollectabilityStatus>>;
23950
23944
  declare const getOrder: ReturnType<typeof createRESTModule$6<typeof publicGetOrder>>;
23951
23945
  declare const searchOrders: ReturnType<typeof createRESTModule$6<typeof publicSearchOrders>>;
23952
23946
  declare const createOrder: ReturnType<typeof createRESTModule$6<typeof publicCreateOrder>>;
@@ -24128,7 +24122,6 @@ type index_d$6_GetOrderResponse = GetOrderResponse;
24128
24122
  type index_d$6_GetOrderResponseNonNullableFields = GetOrderResponseNonNullableFields;
24129
24123
  type index_d$6_GetPaymentCollectabilityStatusRequest = GetPaymentCollectabilityStatusRequest;
24130
24124
  type index_d$6_GetPaymentCollectabilityStatusResponse = GetPaymentCollectabilityStatusResponse;
24131
- type index_d$6_GetPaymentCollectabilityStatusResponseNonNullableFields = GetPaymentCollectabilityStatusResponseNonNullableFields;
24132
24125
  type index_d$6_GetRefundOptionsRequest = GetRefundOptionsRequest;
24133
24126
  type index_d$6_GetRefundOptionsResponse = GetRefundOptionsResponse;
24134
24127
  type index_d$6_GetShipmentsRequest = GetShipmentsRequest;
@@ -24425,7 +24418,6 @@ declare const index_d$6_bulkUpdateOrders: typeof bulkUpdateOrders;
24425
24418
  declare const index_d$6_cancelOrder: typeof cancelOrder;
24426
24419
  declare const index_d$6_createOrder: typeof createOrder;
24427
24420
  declare const index_d$6_getOrder: typeof getOrder;
24428
- declare const index_d$6_getPaymentCollectabilityStatus: typeof getPaymentCollectabilityStatus;
24429
24421
  declare const index_d$6_onOrderApproved: typeof onOrderApproved;
24430
24422
  declare const index_d$6_onOrderCanceled: typeof onOrderCanceled;
24431
24423
  declare const index_d$6_onOrderCreated: typeof onOrderCreated;
@@ -24434,7 +24426,7 @@ declare const index_d$6_onOrderUpdated: typeof onOrderUpdated;
24434
24426
  declare const index_d$6_searchOrders: typeof searchOrders;
24435
24427
  declare const index_d$6_updateOrder: typeof updateOrder;
24436
24428
  declare namespace index_d$6 {
24437
- export { type ActionEvent$5 as ActionEvent, type Activity$1 as Activity, type index_d$6_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$6_AddActivitiesRequest as AddActivitiesRequest, type index_d$6_AddActivitiesResponse as AddActivitiesResponse, type index_d$6_AddActivityRequest as AddActivityRequest, type index_d$6_AddActivityResponse as AddActivityResponse, type index_d$6_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$6_AddInternalActivityResponse as AddInternalActivityResponse, type index_d$6_AdditionalFee as AdditionalFee, type index_d$6_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$6_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type index_d$6_AdditionalFeeRefundOption as AdditionalFeeRefundOption, type Address$3 as Address, type index_d$6_AddressDescription as AddressDescription, type AddressLocation$1 as AddressLocation, type index_d$6_AddressWithContact as AddressWithContact, type index_d$6_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$6_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type index_d$6_App as App, type ApplicationError$2 as ApplicationError, type index_d$6_AppliedDiscount as AppliedDiscount, type index_d$6_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$6_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type index_d$6_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type index_d$6_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$6_ArchiveOrderResponse as ArchiveOrderResponse, index_d$6_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 index_d$6_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$6_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$6_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$6_Balance as Balance, type index_d$6_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$6_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$6_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$6_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$6_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$6_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$6_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$6_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$6_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$6_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$6_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$6_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$6_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$6_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$6_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$6_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$6_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$6_BulkOrderResult as BulkOrderResult, type index_d$6_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$6_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$6_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$6_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$6_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$6_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$6_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$6_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$6_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$6_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$6_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$6_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$6_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$6_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$6_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$6_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$6_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$6_CalculateRefundV1Request as CalculateRefundV1Request, type index_d$6_CalculateRefundV1Response as CalculateRefundV1Response, type index_d$6_CalculateRefundV2Request as CalculateRefundV2Request, type index_d$6_CalculateRefundV2Response as CalculateRefundV2Response, type index_d$6_CalculateRefundV2ResponseStatusOneOf as CalculateRefundV2ResponseStatusOneOf, type index_d$6_CalculatedAdditionalFeeRefund as CalculatedAdditionalFeeRefund, type index_d$6_CalculatedLineItemRefund as CalculatedLineItemRefund, type index_d$6_CalculatedRefundDetails as CalculatedRefundDetails, type index_d$6_CalculatedRefundNotAvailableStatus as CalculatedRefundNotAvailableStatus, type index_d$6_CalculatedRefundSummary as CalculatedRefundSummary, type index_d$6_CalculatedShippingRefund as CalculatedShippingRefund, type index_d$6_CalculatedTax as CalculatedTax, type index_d$6_CalculatedTaxes as CalculatedTaxes, type index_d$6_CalculationError as CalculationError, type index_d$6_CalculationErrorItemOneOf as CalculationErrorItemOneOf, type index_d$6_Cancel as Cancel, type index_d$6_CancelOrderOptions as CancelOrderOptions, type index_d$6_CancelOrderRequest as CancelOrderRequest, type index_d$6_CancelOrderResponse as CancelOrderResponse, type index_d$6_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$6_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$6_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$6_CatalogReference as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$6_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$6_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$6_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$6_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$6_ChargedBy as ChargedBy, type index_d$6_Color as Color, type index_d$6_CommitDeltasRequest as CommitDeltasRequest, type index_d$6_CommitDeltasResponse as CommitDeltasResponse, type index_d$6_CommittedDiffs as CommittedDiffs, type index_d$6_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$6_CommonAddress as CommonAddress, type index_d$6_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$6_Company as Company, type index_d$6_Complete as Complete, type index_d$6_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type index_d$6_Coupon as Coupon, type index_d$6_CreateOrderRequest as CreateOrderRequest, type index_d$6_CreateOrderResponse as CreateOrderResponse, type index_d$6_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$6_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$6_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$6_CreatedBy as CreatedBy, type index_d$6_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$4 as Cursors, type index_d$6_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$6_CustomFieldGroup as CustomFieldGroup, type index_d$6_CustomFieldValue as CustomFieldValue, type index_d$6_Customer as Customer, type index_d$6_DecrementData as DecrementData, type index_d$6_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$6_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$6_DeleteActivityRequest as DeleteActivityRequest, type index_d$6_DeleteActivityResponse as DeleteActivityResponse, type index_d$6_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$6_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$6_DeliveryLogistics as DeliveryLogistics, type index_d$6_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$6_DeliveryTimeSlot as DeliveryTimeSlot, index_d$6_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$6_Deposit as Deposit, index_d$6_DepositType as DepositType, type index_d$6_DescriptionLine as DescriptionLine, type index_d$6_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$6_DescriptionLineName as DescriptionLineName, index_d$6_DescriptionLineType as DescriptionLineType, type index_d$6_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$6_Details as Details, type index_d$6_DetailsKindOneOf as DetailsKindOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$6_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$6_DiscountReason as DiscountReason, type index_d$6_DiscountRule as DiscountRule, type index_d$6_DiscountRuleName as DiscountRuleName, index_d$6_DiscountType as DiscountType, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type index_d$6_DownloadLinkSent as DownloadLinkSent, type index_d$6_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$6_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$6_DraftOrderDiffs as DraftOrderDiffs, type index_d$6_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$6_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$6_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$6_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$6_Email as Email, type index_d$6_EmailEdited as EmailEdited, type Empty$3 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$5 as EventMetadata, type ExtendedFields$2 as ExtendedFields, type index_d$6_ExternalUriMapping as ExternalUriMapping, type index_d$6_FieldViolation as FieldViolation, type index_d$6_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$6_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$6_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$6_FullAddressContactDetails as FullAddressContactDetails, type index_d$6_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$6_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$6_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$6_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$6_GetOrderRequest as GetOrderRequest, type index_d$6_GetOrderResponse as GetOrderResponse, type index_d$6_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$6_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$6_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$6_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type index_d$6_GetRefundOptionsRequest as GetRefundOptionsRequest, type index_d$6_GetRefundOptionsResponse as GetRefundOptionsResponse, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$6_GetShipmentsRequest as GetShipmentsRequest, type index_d$6_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type index_d$6_HtmlApplication as HtmlApplication, type index_d$6_IdAndVersion as IdAndVersion, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$6_InternalActivity as InternalActivity, type index_d$6_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$6_InternalDocument as InternalDocument, type index_d$6_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$6_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$6_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$6_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$6_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$6_InventoryAction as InventoryAction, type index_d$6_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$6_InvoiceAdded as InvoiceAdded, type index_d$6_InvoiceDates as InvoiceDates, type index_d$6_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$6_InvoiceFields as InvoiceFields, type index_d$6_InvoiceSent as InvoiceSent, type index_d$6_InvoiceSentEvent as InvoiceSentEvent, index_d$6_InvoiceStatus as InvoiceStatus, type index_d$6_InvoicesPayment as InvoicesPayment, type index_d$6_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type index_d$6_ItemTaxFullDetails as ItemTaxFullDetails, type index_d$6_ItemType as ItemType, index_d$6_ItemTypeItemType as ItemTypeItemType, type index_d$6_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, type index_d$6_ItemizedFee as ItemizedFee, index_d$6_JurisdictionType as JurisdictionType, type LineItem$1 as LineItem, type index_d$6_LineItemAmount as LineItemAmount, type index_d$6_LineItemChanges as LineItemChanges, type index_d$6_LineItemDelta as LineItemDelta, type index_d$6_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type index_d$6_LineItemDiscount as LineItemDiscount, type index_d$6_LineItemExchangeData as LineItemExchangeData, type index_d$6_LineItemMetaData as LineItemMetaData, type index_d$6_LineItemPriceChange as LineItemPriceChange, type index_d$6_LineItemQuantityChange as LineItemQuantityChange, index_d$6_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type index_d$6_LineItemRefundOption as LineItemRefundOption, type index_d$6_LineItemTax as LineItemTax, type index_d$6_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$6_LineItemTaxInfo as LineItemTaxInfo, type index_d$6_LineItemUpdate as LineItemUpdate, type index_d$6_LineItems as LineItems, type index_d$6_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$6_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$6_Locale as Locale, type index_d$6_LocationAndQuantity as LocationAndQuantity, type index_d$6_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$6_ManagedDiscount as ManagedDiscount, type index_d$6_ManagedLineItem as ManagedLineItem, type index_d$6_ManuallyRefundablePaymentStatus as ManuallyRefundablePaymentStatus, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$6_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$6_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$6_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$6_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$6_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$6_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$6_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$6_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$6_MaskedOrder as MaskedOrder, type index_d$6_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$6_MembershipChargeItem as MembershipChargeItem, type MembershipName$1 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type index_d$6_MembershipPaymentSummary as MembershipPaymentSummary, type index_d$6_MerchantComment as MerchantComment, type index_d$6_MerchantDiscount as MerchantDiscount, type index_d$6_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$5 as MessageEnvelope, type index_d$6_MetaData as MetaData, type index_d$6_MetaSite as MetaSite, type index_d$6_MetaTag as MetaTag, type index_d$6_MonetaryPaymentSummary as MonetaryPaymentSummary, index_d$6_Namespace as Namespace, type index_d$6_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$6_NonRefundablePaymentStatus as NonRefundablePaymentStatus, NonRefundableReason$1 as NonRefundableReason, type index_d$6_NotificationSideEffects as NotificationSideEffects, type Order$1 as Order, index_d$6_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$6_OrderApproved as OrderApproved, type index_d$6_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$6_OrderCanceled as OrderCanceled, type index_d$6_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$6_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$6_OrderChange as OrderChange, type index_d$6_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$6_OrderCreateNotifications as OrderCreateNotifications, type index_d$6_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$6_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$6_OrderCreationSettings as OrderCreationSettings, type index_d$6_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$6_OrderFulfilled as OrderFulfilled, type index_d$6_OrderItemsRestocked as OrderItemsRestocked, type index_d$6_OrderLineItem as OrderLineItem, type index_d$6_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$6_OrderNonNullableFields as OrderNonNullableFields, type index_d$6_OrderNotFulfilled as OrderNotFulfilled, type index_d$6_OrderPaid as OrderPaid, type index_d$6_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$6_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$6_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$6_OrderStatus as OrderStatus, type index_d$6_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$6_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type index_d$6_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$6_OrdersExperiments as OrdersExperiments, type index_d$6_OrdersV1RestockItem as OrdersV1RestockItem, type Payment$1 as Payment, type index_d$6_PaymentCapture as PaymentCapture, index_d$6_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$6_PaymentInfo as PaymentInfo, type index_d$6_PaymentInfoPaymentMethodDetailsOneOf as PaymentInfoPaymentMethodDetailsOneOf, type index_d$6_PaymentInfoSummaryOneOf as PaymentInfoSummaryOneOf, index_d$6_PaymentOptionType as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$6_PaymentRefundOption as PaymentRefundOption, type index_d$6_PaymentRefundOptionStatusOneOf as PaymentRefundOptionStatusOneOf, PaymentStatus$1 as PaymentStatus, type index_d$6_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$6_Payments as Payments, type index_d$6_PaymentsSummary as PaymentsSummary, type index_d$6_Phone as Phone, type index_d$6_PhysicalProperties as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$1 as PickupDetails, index_d$6_PickupMethod as PickupMethod, type index_d$6_PickupReadyEmailSent as PickupReadyEmailSent, index_d$6_Placement as Placement, type index_d$6_PlainTextValue as PlainTextValue, type index_d$6_PlatformPaging as PlatformPaging, type index_d$6_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$6_PlatformQuery as PlatformQuery, type index_d$6_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$6_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$6_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$6_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$6_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$6_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$6_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$6_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$6_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$6_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$6_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$6_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$6_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$6_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$6_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$6_PreviewEmailType as PreviewEmailType, type index_d$6_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$6_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$6_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$6_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$6_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$6_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$1 as Price, type index_d$6_PriceDescription as PriceDescription, type index_d$6_PriceSummary as PriceSummary, type index_d$6_ProductName as ProductName, type index_d$6_PublicActivity as PublicActivity, type index_d$6_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$6_QueryOrderRequest as QueryOrderRequest, type index_d$6_QueryOrderResponse as QueryOrderResponse, type index_d$6_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$6_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$6_QuotesAddress as QuotesAddress, type index_d$6_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$6_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$6_RedirectUrls as RedirectUrls, type Refund$1 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, type index_d$6_RefundRequest as RefundRequest, type index_d$6_RefundResponse as RefundResponse, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$6_RefundabilityManuallyRefundableReason as RefundabilityManuallyRefundableReason, index_d$6_RefundabilityNonRefundableReason as RefundabilityNonRefundableReason, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$6_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, type index_d$6_RestockSideEffects as RestockSideEffects, RestockType$1 as RestockType, type RestoreInfo$5 as RestoreInfo, index_d$6_RuleType as RuleType, type index_d$6_SavedPaymentMethod as SavedPaymentMethod, type index_d$6_SearchOrdersOptions as SearchOrdersOptions, type index_d$6_SearchOrdersRequest as SearchOrdersRequest, type index_d$6_SearchOrdersResponse as SearchOrdersResponse, type index_d$6_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$6_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$6_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$6_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$6_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$6_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$6_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$6_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$6_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$6_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$6_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$6_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$6_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$6_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$6_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$6_SeoData as SeoData, type index_d$6_ServiceProperties as ServiceProperties, type index_d$6_ShippingAddressEdited as ShippingAddressEdited, type index_d$6_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type index_d$6_ShippingInformation as ShippingInformation, type index_d$6_ShippingPrice as ShippingPrice, type ShippingRefund$1 as ShippingRefund, type index_d$6_ShippingRefundOption as ShippingRefundOption, type index_d$6_ShippingRegion as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, type index_d$6_Source as Source, index_d$6_SourceType as SourceType, type index_d$6_StandardDetails as StandardDetails, index_d$6_State as State, type StreetAddress$2 as StreetAddress, type index_d$6_Subdivision as Subdivision, index_d$6_SubdivisionType as SubdivisionType, SubscriptionFrequency$1 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$6_SystemError as SystemError, type index_d$6_TagList as TagList, type index_d$6_Tags as Tags, type index_d$6_Task as Task, type index_d$6_TaskAction as TaskAction, type index_d$6_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$6_TaskKey as TaskKey, type index_d$6_TaxSummary as TaxSummary, type index_d$6_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$6_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$6_TotalPrice as TotalPrice, type index_d$6_TotalPriceChange as TotalPriceChange, type index_d$6_TrackingLinkAdded as TrackingLinkAdded, type index_d$6_TrackingNumberAdded as TrackingNumberAdded, type index_d$6_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type index_d$6_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$6_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$6_TriggerReindexRequest as TriggerReindexRequest, type index_d$6_TriggerReindexResponse as TriggerReindexResponse, type index_d$6_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$6_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$6_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$6_UpdateActivityRequest as UpdateActivityRequest, type index_d$6_UpdateActivityResponse as UpdateActivityResponse, type index_d$6_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$6_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$6_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$6_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$6_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$6_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$6_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$6_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$6_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$6_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$6_UpdateOrder as UpdateOrder, type index_d$6_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$6_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$6_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$6_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$6_UpdateOrderRequest as UpdateOrderRequest, type index_d$6_UpdateOrderResponse as UpdateOrderResponse, type index_d$6_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$6_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$6_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$6_UserDataResponse as UserDataResponse, type index_d$6_V1AdditionalFeeRefund as V1AdditionalFeeRefund, type index_d$6_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$6_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$6_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$6_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$6_V1LineItemDelta as V1LineItemDelta, type index_d$6_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$6_V1LineItemRefund as V1LineItemRefund, type index_d$6_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$6_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$6_V1PaymentRefund as V1PaymentRefund, type index_d$6_V1RefundDetails as V1RefundDetails, type index_d$6_V1RefundSideEffects as V1RefundSideEffects, type index_d$6_V1RestockItem as V1RestockItem, type index_d$6_V1ShippingRefund as V1ShippingRefund, type index_d$6_ValidationError as ValidationError, type index_d$6_Value as Value, index_d$6_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$6_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$6_VersionedDocumentId as VersionedDocumentId, type index_d$6_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$6_VersioningMode as VersioningMode, type index_d$6_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$6_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$5 as WebhookIdentityType, WeightUnit$1 as WeightUnit, index_d$6_bulkUpdateOrders as bulkUpdateOrders, index_d$6_cancelOrder as cancelOrder, index_d$6_createOrder as createOrder, index_d$6_getOrder as getOrder, index_d$6_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$6_onOrderApproved as onOrderApproved, index_d$6_onOrderCanceled as onOrderCanceled, index_d$6_onOrderCreated as onOrderCreated, index_d$6_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$6_onOrderUpdated as onOrderUpdated, index_d$6_searchOrders as searchOrders, index_d$6_updateOrder as updateOrder };
24429
+ export { type ActionEvent$5 as ActionEvent, type Activity$1 as Activity, type index_d$6_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$6_AddActivitiesRequest as AddActivitiesRequest, type index_d$6_AddActivitiesResponse as AddActivitiesResponse, type index_d$6_AddActivityRequest as AddActivityRequest, type index_d$6_AddActivityResponse as AddActivityResponse, type index_d$6_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$6_AddInternalActivityResponse as AddInternalActivityResponse, type index_d$6_AdditionalFee as AdditionalFee, type index_d$6_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$6_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type index_d$6_AdditionalFeeRefundOption as AdditionalFeeRefundOption, type Address$3 as Address, type index_d$6_AddressDescription as AddressDescription, type AddressLocation$1 as AddressLocation, type index_d$6_AddressWithContact as AddressWithContact, type index_d$6_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$6_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type index_d$6_App as App, type ApplicationError$2 as ApplicationError, type index_d$6_AppliedDiscount as AppliedDiscount, type index_d$6_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$6_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type index_d$6_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type index_d$6_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$6_ArchiveOrderResponse as ArchiveOrderResponse, index_d$6_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 index_d$6_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$6_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$6_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$6_Balance as Balance, type index_d$6_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$6_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$6_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$6_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$6_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$6_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$6_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$6_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$6_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$6_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$6_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$6_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$6_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$6_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$6_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$6_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$6_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$6_BulkOrderResult as BulkOrderResult, type index_d$6_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$6_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$6_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$6_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$6_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$6_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$6_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$6_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$6_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$6_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$6_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$6_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$6_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$6_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$6_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$6_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$6_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$6_CalculateRefundV1Request as CalculateRefundV1Request, type index_d$6_CalculateRefundV1Response as CalculateRefundV1Response, type index_d$6_CalculateRefundV2Request as CalculateRefundV2Request, type index_d$6_CalculateRefundV2Response as CalculateRefundV2Response, type index_d$6_CalculateRefundV2ResponseStatusOneOf as CalculateRefundV2ResponseStatusOneOf, type index_d$6_CalculatedAdditionalFeeRefund as CalculatedAdditionalFeeRefund, type index_d$6_CalculatedLineItemRefund as CalculatedLineItemRefund, type index_d$6_CalculatedRefundDetails as CalculatedRefundDetails, type index_d$6_CalculatedRefundNotAvailableStatus as CalculatedRefundNotAvailableStatus, type index_d$6_CalculatedRefundSummary as CalculatedRefundSummary, type index_d$6_CalculatedShippingRefund as CalculatedShippingRefund, type index_d$6_CalculatedTax as CalculatedTax, type index_d$6_CalculatedTaxes as CalculatedTaxes, type index_d$6_CalculationError as CalculationError, type index_d$6_CalculationErrorItemOneOf as CalculationErrorItemOneOf, type index_d$6_Cancel as Cancel, type index_d$6_CancelOrderOptions as CancelOrderOptions, type index_d$6_CancelOrderRequest as CancelOrderRequest, type index_d$6_CancelOrderResponse as CancelOrderResponse, type index_d$6_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$6_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$6_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$6_CatalogReference as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$6_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$6_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$6_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$6_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$6_ChargedBy as ChargedBy, type index_d$6_Color as Color, type index_d$6_CommitDeltasRequest as CommitDeltasRequest, type index_d$6_CommitDeltasResponse as CommitDeltasResponse, type index_d$6_CommittedDiffs as CommittedDiffs, type index_d$6_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$6_CommonAddress as CommonAddress, type index_d$6_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$6_Company as Company, type index_d$6_Complete as Complete, type index_d$6_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type index_d$6_Coupon as Coupon, type index_d$6_CreateOrderRequest as CreateOrderRequest, type index_d$6_CreateOrderResponse as CreateOrderResponse, type index_d$6_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$6_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$6_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$6_CreatedBy as CreatedBy, type index_d$6_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$4 as Cursors, type index_d$6_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$6_CustomFieldGroup as CustomFieldGroup, type index_d$6_CustomFieldValue as CustomFieldValue, type index_d$6_Customer as Customer, type index_d$6_DecrementData as DecrementData, type index_d$6_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$6_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$6_DeleteActivityRequest as DeleteActivityRequest, type index_d$6_DeleteActivityResponse as DeleteActivityResponse, type index_d$6_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$6_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$6_DeliveryLogistics as DeliveryLogistics, type index_d$6_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$6_DeliveryTimeSlot as DeliveryTimeSlot, index_d$6_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$6_Deposit as Deposit, index_d$6_DepositType as DepositType, type index_d$6_DescriptionLine as DescriptionLine, type index_d$6_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$6_DescriptionLineName as DescriptionLineName, index_d$6_DescriptionLineType as DescriptionLineType, type index_d$6_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$6_Details as Details, type index_d$6_DetailsKindOneOf as DetailsKindOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$6_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$6_DiscountReason as DiscountReason, type index_d$6_DiscountRule as DiscountRule, type index_d$6_DiscountRuleName as DiscountRuleName, index_d$6_DiscountType as DiscountType, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type index_d$6_DownloadLinkSent as DownloadLinkSent, type index_d$6_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$6_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$6_DraftOrderDiffs as DraftOrderDiffs, type index_d$6_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$6_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$6_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$6_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$6_Email as Email, type index_d$6_EmailEdited as EmailEdited, type Empty$3 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$5 as EventMetadata, type ExtendedFields$2 as ExtendedFields, type index_d$6_ExternalUriMapping as ExternalUriMapping, type index_d$6_FieldViolation as FieldViolation, type index_d$6_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$6_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$6_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$6_FullAddressContactDetails as FullAddressContactDetails, type index_d$6_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$6_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$6_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$6_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$6_GetOrderRequest as GetOrderRequest, type index_d$6_GetOrderResponse as GetOrderResponse, type index_d$6_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$6_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$6_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$6_GetRefundOptionsRequest as GetRefundOptionsRequest, type index_d$6_GetRefundOptionsResponse as GetRefundOptionsResponse, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$6_GetShipmentsRequest as GetShipmentsRequest, type index_d$6_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type index_d$6_HtmlApplication as HtmlApplication, type index_d$6_IdAndVersion as IdAndVersion, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$6_InternalActivity as InternalActivity, type index_d$6_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$6_InternalDocument as InternalDocument, type index_d$6_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$6_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$6_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$6_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$6_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$6_InventoryAction as InventoryAction, type index_d$6_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$6_InvoiceAdded as InvoiceAdded, type index_d$6_InvoiceDates as InvoiceDates, type index_d$6_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$6_InvoiceFields as InvoiceFields, type index_d$6_InvoiceSent as InvoiceSent, type index_d$6_InvoiceSentEvent as InvoiceSentEvent, index_d$6_InvoiceStatus as InvoiceStatus, type index_d$6_InvoicesPayment as InvoicesPayment, type index_d$6_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type index_d$6_ItemTaxFullDetails as ItemTaxFullDetails, type index_d$6_ItemType as ItemType, index_d$6_ItemTypeItemType as ItemTypeItemType, type index_d$6_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, type index_d$6_ItemizedFee as ItemizedFee, index_d$6_JurisdictionType as JurisdictionType, type LineItem$1 as LineItem, type index_d$6_LineItemAmount as LineItemAmount, type index_d$6_LineItemChanges as LineItemChanges, type index_d$6_LineItemDelta as LineItemDelta, type index_d$6_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type index_d$6_LineItemDiscount as LineItemDiscount, type index_d$6_LineItemExchangeData as LineItemExchangeData, type index_d$6_LineItemMetaData as LineItemMetaData, type index_d$6_LineItemPriceChange as LineItemPriceChange, type index_d$6_LineItemQuantityChange as LineItemQuantityChange, index_d$6_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type index_d$6_LineItemRefundOption as LineItemRefundOption, type index_d$6_LineItemTax as LineItemTax, type index_d$6_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$6_LineItemTaxInfo as LineItemTaxInfo, type index_d$6_LineItemUpdate as LineItemUpdate, type index_d$6_LineItems as LineItems, type index_d$6_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$6_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$6_Locale as Locale, type index_d$6_LocationAndQuantity as LocationAndQuantity, type index_d$6_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$6_ManagedDiscount as ManagedDiscount, type index_d$6_ManagedLineItem as ManagedLineItem, type index_d$6_ManuallyRefundablePaymentStatus as ManuallyRefundablePaymentStatus, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$6_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$6_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$6_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$6_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$6_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$6_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$6_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$6_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$6_MaskedOrder as MaskedOrder, type index_d$6_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$6_MembershipChargeItem as MembershipChargeItem, type MembershipName$1 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type index_d$6_MembershipPaymentSummary as MembershipPaymentSummary, type index_d$6_MerchantComment as MerchantComment, type index_d$6_MerchantDiscount as MerchantDiscount, type index_d$6_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$5 as MessageEnvelope, type index_d$6_MetaData as MetaData, type index_d$6_MetaSite as MetaSite, type index_d$6_MetaTag as MetaTag, type index_d$6_MonetaryPaymentSummary as MonetaryPaymentSummary, index_d$6_Namespace as Namespace, type index_d$6_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$6_NonRefundablePaymentStatus as NonRefundablePaymentStatus, NonRefundableReason$1 as NonRefundableReason, type index_d$6_NotificationSideEffects as NotificationSideEffects, type Order$1 as Order, index_d$6_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$6_OrderApproved as OrderApproved, type index_d$6_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$6_OrderCanceled as OrderCanceled, type index_d$6_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$6_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$6_OrderChange as OrderChange, type index_d$6_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$6_OrderCreateNotifications as OrderCreateNotifications, type index_d$6_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$6_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$6_OrderCreationSettings as OrderCreationSettings, type index_d$6_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$6_OrderFulfilled as OrderFulfilled, type index_d$6_OrderItemsRestocked as OrderItemsRestocked, type index_d$6_OrderLineItem as OrderLineItem, type index_d$6_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$6_OrderNonNullableFields as OrderNonNullableFields, type index_d$6_OrderNotFulfilled as OrderNotFulfilled, type index_d$6_OrderPaid as OrderPaid, type index_d$6_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$6_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$6_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$6_OrderStatus as OrderStatus, type index_d$6_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$6_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type index_d$6_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$6_OrdersExperiments as OrdersExperiments, type index_d$6_OrdersV1RestockItem as OrdersV1RestockItem, type Payment$1 as Payment, type index_d$6_PaymentCapture as PaymentCapture, index_d$6_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$6_PaymentInfo as PaymentInfo, type index_d$6_PaymentInfoPaymentMethodDetailsOneOf as PaymentInfoPaymentMethodDetailsOneOf, type index_d$6_PaymentInfoSummaryOneOf as PaymentInfoSummaryOneOf, index_d$6_PaymentOptionType as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$6_PaymentRefundOption as PaymentRefundOption, type index_d$6_PaymentRefundOptionStatusOneOf as PaymentRefundOptionStatusOneOf, PaymentStatus$1 as PaymentStatus, type index_d$6_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$6_Payments as Payments, type index_d$6_PaymentsSummary as PaymentsSummary, type index_d$6_Phone as Phone, type index_d$6_PhysicalProperties as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$1 as PickupDetails, index_d$6_PickupMethod as PickupMethod, type index_d$6_PickupReadyEmailSent as PickupReadyEmailSent, index_d$6_Placement as Placement, type index_d$6_PlainTextValue as PlainTextValue, type index_d$6_PlatformPaging as PlatformPaging, type index_d$6_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$6_PlatformQuery as PlatformQuery, type index_d$6_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$6_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$6_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$6_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$6_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$6_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$6_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$6_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$6_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$6_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$6_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$6_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$6_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$6_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$6_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$6_PreviewEmailType as PreviewEmailType, type index_d$6_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$6_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$6_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$6_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$6_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$6_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$1 as Price, type index_d$6_PriceDescription as PriceDescription, type index_d$6_PriceSummary as PriceSummary, type index_d$6_ProductName as ProductName, type index_d$6_PublicActivity as PublicActivity, type index_d$6_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$6_QueryOrderRequest as QueryOrderRequest, type index_d$6_QueryOrderResponse as QueryOrderResponse, type index_d$6_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$6_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$6_QuotesAddress as QuotesAddress, type index_d$6_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$6_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$6_RedirectUrls as RedirectUrls, type Refund$1 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, type index_d$6_RefundRequest as RefundRequest, type index_d$6_RefundResponse as RefundResponse, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$6_RefundabilityManuallyRefundableReason as RefundabilityManuallyRefundableReason, index_d$6_RefundabilityNonRefundableReason as RefundabilityNonRefundableReason, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$6_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, type index_d$6_RestockSideEffects as RestockSideEffects, RestockType$1 as RestockType, type RestoreInfo$5 as RestoreInfo, index_d$6_RuleType as RuleType, type index_d$6_SavedPaymentMethod as SavedPaymentMethod, type index_d$6_SearchOrdersOptions as SearchOrdersOptions, type index_d$6_SearchOrdersRequest as SearchOrdersRequest, type index_d$6_SearchOrdersResponse as SearchOrdersResponse, type index_d$6_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$6_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$6_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$6_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$6_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$6_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$6_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$6_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$6_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$6_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$6_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$6_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$6_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$6_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$6_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$6_SeoData as SeoData, type index_d$6_ServiceProperties as ServiceProperties, type index_d$6_ShippingAddressEdited as ShippingAddressEdited, type index_d$6_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type index_d$6_ShippingInformation as ShippingInformation, type index_d$6_ShippingPrice as ShippingPrice, type ShippingRefund$1 as ShippingRefund, type index_d$6_ShippingRefundOption as ShippingRefundOption, type index_d$6_ShippingRegion as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, type index_d$6_Source as Source, index_d$6_SourceType as SourceType, type index_d$6_StandardDetails as StandardDetails, index_d$6_State as State, type StreetAddress$2 as StreetAddress, type index_d$6_Subdivision as Subdivision, index_d$6_SubdivisionType as SubdivisionType, SubscriptionFrequency$1 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$6_SystemError as SystemError, type index_d$6_TagList as TagList, type index_d$6_Tags as Tags, type index_d$6_Task as Task, type index_d$6_TaskAction as TaskAction, type index_d$6_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$6_TaskKey as TaskKey, type index_d$6_TaxSummary as TaxSummary, type index_d$6_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$6_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$6_TotalPrice as TotalPrice, type index_d$6_TotalPriceChange as TotalPriceChange, type index_d$6_TrackingLinkAdded as TrackingLinkAdded, type index_d$6_TrackingNumberAdded as TrackingNumberAdded, type index_d$6_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type index_d$6_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$6_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$6_TriggerReindexRequest as TriggerReindexRequest, type index_d$6_TriggerReindexResponse as TriggerReindexResponse, type index_d$6_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$6_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$6_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$6_UpdateActivityRequest as UpdateActivityRequest, type index_d$6_UpdateActivityResponse as UpdateActivityResponse, type index_d$6_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$6_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$6_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$6_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$6_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$6_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$6_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$6_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$6_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$6_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$6_UpdateOrder as UpdateOrder, type index_d$6_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$6_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$6_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$6_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$6_UpdateOrderRequest as UpdateOrderRequest, type index_d$6_UpdateOrderResponse as UpdateOrderResponse, type index_d$6_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$6_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$6_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$6_UserDataResponse as UserDataResponse, type index_d$6_V1AdditionalFeeRefund as V1AdditionalFeeRefund, type index_d$6_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$6_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$6_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$6_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$6_V1LineItemDelta as V1LineItemDelta, type index_d$6_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$6_V1LineItemRefund as V1LineItemRefund, type index_d$6_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$6_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$6_V1PaymentRefund as V1PaymentRefund, type index_d$6_V1RefundDetails as V1RefundDetails, type index_d$6_V1RefundSideEffects as V1RefundSideEffects, type index_d$6_V1RestockItem as V1RestockItem, type index_d$6_V1ShippingRefund as V1ShippingRefund, type index_d$6_ValidationError as ValidationError, type index_d$6_Value as Value, index_d$6_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$6_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$6_VersionedDocumentId as VersionedDocumentId, type index_d$6_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$6_VersioningMode as VersioningMode, type index_d$6_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$6_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$5 as WebhookIdentityType, WeightUnit$1 as WeightUnit, index_d$6_bulkUpdateOrders as bulkUpdateOrders, index_d$6_cancelOrder as cancelOrder, index_d$6_createOrder as createOrder, index_d$6_getOrder as getOrder, index_d$6_onOrderApproved as onOrderApproved, index_d$6_onOrderCanceled as onOrderCanceled, index_d$6_onOrderCreated as onOrderCreated, index_d$6_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$6_onOrderUpdated as onOrderUpdated, index_d$6_searchOrders as searchOrders, index_d$6_updateOrder as updateOrder };
24438
24430
  }
24439
24431
 
24440
24432
  interface OrderTransactions {
@@ -23333,23 +23333,6 @@ interface Cursors$7 {
23333
23333
  /** Cursor pointing to the previous page in the list of results. */
23334
23334
  prev?: string | null;
23335
23335
  }
23336
- interface GetPaymentCollectabilityStatusRequest$1 {
23337
- /** Ecom order ID. */
23338
- ecomOrderId: string;
23339
- }
23340
- interface GetPaymentCollectabilityStatusResponse$1 {
23341
- /** Payment collectability status */
23342
- status?: PaymentCollectabilityStatus$1;
23343
- /** Collectable order amount */
23344
- amount?: Price$3;
23345
- }
23346
- declare enum PaymentCollectabilityStatus$1 {
23347
- UNKNOWN = "UNKNOWN",
23348
- COLLECTABLE = "COLLECTABLE",
23349
- NONCOLLECTABLE_ORDER_IS_CANCELLED = "NONCOLLECTABLE_ORDER_IS_CANCELLED",
23350
- NONCOLLECTABLE_ORDER_IS_PAID = "NONCOLLECTABLE_ORDER_IS_PAID",
23351
- NONCOLLECTABLE_MISSING_PAYMENT_METHOD = "NONCOLLECTABLE_MISSING_PAYMENT_METHOD"
23352
- }
23353
23336
  interface BulkOrderResult$1 {
23354
23337
  /** Item metadata. */
23355
23338
  itemMetadata?: ItemMetadata$3;
@@ -23502,15 +23485,6 @@ interface CancelOrderResponse$1 {
23502
23485
  /** Canceled order. */
23503
23486
  order?: Order$1;
23504
23487
  }
23505
- interface PriceNonNullableFields$3 {
23506
- amount: string;
23507
- formattedAmount: string;
23508
- }
23509
- interface GetPaymentCollectabilityStatusResponseNonNullableFields$1 {
23510
- status: PaymentCollectabilityStatus$1;
23511
- amount?: PriceNonNullableFields$3;
23512
- authorizationSupported: boolean;
23513
- }
23514
23488
  interface ProductNameNonNullableFields$1 {
23515
23489
  original: string;
23516
23490
  }
@@ -23518,6 +23492,10 @@ interface CatalogReferenceNonNullableFields$1 {
23518
23492
  catalogItemId: string;
23519
23493
  appId: string;
23520
23494
  }
23495
+ interface PriceNonNullableFields$3 {
23496
+ amount: string;
23497
+ formattedAmount: string;
23498
+ }
23521
23499
  interface PlainTextValueNonNullableFields$1 {
23522
23500
  original: string;
23523
23501
  }
@@ -25019,23 +24997,6 @@ interface Cursors$6 {
25019
24997
  /** Cursor pointing to the previous page in the list of results. */
25020
24998
  prev?: string | null;
25021
24999
  }
25022
- interface GetPaymentCollectabilityStatusRequest {
25023
- /** Ecom order ID. */
25024
- ecomOrderId: string;
25025
- }
25026
- interface GetPaymentCollectabilityStatusResponse {
25027
- /** Payment collectability status */
25028
- status?: PaymentCollectabilityStatus;
25029
- /** Collectable order amount */
25030
- amount?: Price$2;
25031
- }
25032
- declare enum PaymentCollectabilityStatus {
25033
- UNKNOWN = "UNKNOWN",
25034
- COLLECTABLE = "COLLECTABLE",
25035
- NONCOLLECTABLE_ORDER_IS_CANCELLED = "NONCOLLECTABLE_ORDER_IS_CANCELLED",
25036
- NONCOLLECTABLE_ORDER_IS_PAID = "NONCOLLECTABLE_ORDER_IS_PAID",
25037
- NONCOLLECTABLE_MISSING_PAYMENT_METHOD = "NONCOLLECTABLE_MISSING_PAYMENT_METHOD"
25038
- }
25039
25000
  interface BulkOrderResult {
25040
25001
  /** Item metadata. */
25041
25002
  itemMetadata?: ItemMetadata$2;
@@ -25188,15 +25149,6 @@ interface CancelOrderResponse {
25188
25149
  /** Canceled order. */
25189
25150
  order?: Order;
25190
25151
  }
25191
- interface PriceNonNullableFields$2 {
25192
- amount: string;
25193
- formattedAmount: string;
25194
- }
25195
- interface GetPaymentCollectabilityStatusResponseNonNullableFields {
25196
- status: PaymentCollectabilityStatus;
25197
- amount?: PriceNonNullableFields$2;
25198
- authorizationSupported: boolean;
25199
- }
25200
25152
  interface ProductNameNonNullableFields {
25201
25153
  original: string;
25202
25154
  }
@@ -25204,6 +25156,10 @@ interface CatalogReferenceNonNullableFields {
25204
25156
  catalogItemId: string;
25205
25157
  appId: string;
25206
25158
  }
25159
+ interface PriceNonNullableFields$2 {
25160
+ amount: string;
25161
+ formattedAmount: string;
25162
+ }
25207
25163
  interface PlainTextValueNonNullableFields {
25208
25164
  original: string;
25209
25165
  }
@@ -25613,9 +25569,6 @@ type __PublicMethodMetaInfo$6<K = string, M = unknown, T = unknown, S = unknown,
25613
25569
  __responseType: Q;
25614
25570
  __originalResponseType: R;
25615
25571
  };
25616
- declare function getPaymentCollectabilityStatus(): __PublicMethodMetaInfo$6<'GET', {
25617
- ecomOrderId: string;
25618
- }, GetPaymentCollectabilityStatusRequest, GetPaymentCollectabilityStatusRequest$1, GetPaymentCollectabilityStatusResponse & GetPaymentCollectabilityStatusResponseNonNullableFields, GetPaymentCollectabilityStatusResponse$1 & GetPaymentCollectabilityStatusResponseNonNullableFields$1>;
25619
25572
  declare function getOrder(): __PublicMethodMetaInfo$6<'GET', {
25620
25573
  id: string;
25621
25574
  }, GetOrderRequest, GetOrderRequest$1, GetOrderResponse & GetOrderResponseNonNullableFields, GetOrderResponse$1 & GetOrderResponseNonNullableFields$1>;
@@ -25633,11 +25586,10 @@ declare const meta$6_bulkUpdateOrders: typeof bulkUpdateOrders;
25633
25586
  declare const meta$6_cancelOrder: typeof cancelOrder;
25634
25587
  declare const meta$6_createOrder: typeof createOrder;
25635
25588
  declare const meta$6_getOrder: typeof getOrder;
25636
- declare const meta$6_getPaymentCollectabilityStatus: typeof getPaymentCollectabilityStatus;
25637
25589
  declare const meta$6_searchOrders: typeof searchOrders;
25638
25590
  declare const meta$6_updateOrder: typeof updateOrder;
25639
25591
  declare namespace meta$6 {
25640
- export { type __PublicMethodMetaInfo$6 as __PublicMethodMetaInfo, meta$6_bulkUpdateOrders as bulkUpdateOrders, meta$6_cancelOrder as cancelOrder, meta$6_createOrder as createOrder, meta$6_getOrder as getOrder, meta$6_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, meta$6_searchOrders as searchOrders, meta$6_updateOrder as updateOrder };
25592
+ export { type __PublicMethodMetaInfo$6 as __PublicMethodMetaInfo, meta$6_bulkUpdateOrders as bulkUpdateOrders, meta$6_cancelOrder as cancelOrder, meta$6_createOrder as createOrder, meta$6_getOrder as getOrder, meta$6_searchOrders as searchOrders, meta$6_updateOrder as updateOrder };
25641
25593
  }
25642
25594
 
25643
25595
  interface OrderTransactions$1 {