@wix/ecom 1.0.682 → 1.0.683
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.683",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@wix/ecom_order-fulfillments": "1.0.39",
|
|
39
39
|
"@wix/ecom_order-invoices": "1.0.32",
|
|
40
40
|
"@wix/ecom_order-transactions": "1.0.53",
|
|
41
|
-
"@wix/ecom_orders": "1.0.
|
|
41
|
+
"@wix/ecom_orders": "1.0.88",
|
|
42
42
|
"@wix/ecom_orders-settings": "1.0.38",
|
|
43
43
|
"@wix/ecom_payment-settings": "1.0.20",
|
|
44
44
|
"@wix/ecom_pickup-locations": "1.0.0",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"fqdn": ""
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"falconPackageHash": "
|
|
72
|
+
"falconPackageHash": "cc8119d530a88e77c27f0d8a0d4801eeb2b6501ab5b7d13f79ab80f9"
|
|
73
73
|
}
|
|
@@ -21649,27 +21649,6 @@ interface CalculateRefundV1Response {
|
|
|
21649
21649
|
/** The refundable items of that order */
|
|
21650
21650
|
items?: CalculateRefundItemResponse$1[];
|
|
21651
21651
|
}
|
|
21652
|
-
interface VoidAuthorizedPaymentRequest {
|
|
21653
|
-
/** Wix eCommerce order ID */
|
|
21654
|
-
ecomOrderId?: string;
|
|
21655
|
-
/** Payment ID */
|
|
21656
|
-
paymentId?: string | null;
|
|
21657
|
-
}
|
|
21658
|
-
interface VoidAuthorizedPaymentResponse {
|
|
21659
|
-
}
|
|
21660
|
-
interface CaptureAuthorizedPaymentRequest {
|
|
21661
|
-
/** Wix eCommerce order ID */
|
|
21662
|
-
ecomOrderId?: string;
|
|
21663
|
-
/** Payment ID */
|
|
21664
|
-
paymentId?: string | null;
|
|
21665
|
-
/**
|
|
21666
|
-
* Capture amount.
|
|
21667
|
-
* Currently we support only full payment amount capture.
|
|
21668
|
-
*/
|
|
21669
|
-
amount?: Price$1;
|
|
21670
|
-
}
|
|
21671
|
-
interface CaptureAuthorizedPaymentResponse {
|
|
21672
|
-
}
|
|
21673
21652
|
interface VoidAuthorizedPaymentsRequest {
|
|
21674
21653
|
/** Wix eCommerce order ID */
|
|
21675
21654
|
ecomOrderId?: string;
|
|
@@ -24064,8 +24043,6 @@ type index_d$5_CancelOrderOptions = CancelOrderOptions;
|
|
|
24064
24043
|
type index_d$5_CancelOrderRequest = CancelOrderRequest;
|
|
24065
24044
|
type index_d$5_CancelOrderResponse = CancelOrderResponse;
|
|
24066
24045
|
type index_d$5_CancelOrderResponseNonNullableFields = CancelOrderResponseNonNullableFields;
|
|
24067
|
-
type index_d$5_CaptureAuthorizedPaymentRequest = CaptureAuthorizedPaymentRequest;
|
|
24068
|
-
type index_d$5_CaptureAuthorizedPaymentResponse = CaptureAuthorizedPaymentResponse;
|
|
24069
24046
|
type index_d$5_CaptureAuthorizedPaymentsRequest = CaptureAuthorizedPaymentsRequest;
|
|
24070
24047
|
type index_d$5_CaptureAuthorizedPaymentsResponse = CaptureAuthorizedPaymentsResponse;
|
|
24071
24048
|
type index_d$5_CatalogReference = CatalogReference;
|
|
@@ -24443,8 +24420,6 @@ type index_d$5_VersionedDocumentId = VersionedDocumentId;
|
|
|
24443
24420
|
type index_d$5_VersionedDocumentUpdateOperation = VersionedDocumentUpdateOperation;
|
|
24444
24421
|
type index_d$5_VersioningMode = VersioningMode;
|
|
24445
24422
|
declare const index_d$5_VersioningMode: typeof VersioningMode;
|
|
24446
|
-
type index_d$5_VoidAuthorizedPaymentRequest = VoidAuthorizedPaymentRequest;
|
|
24447
|
-
type index_d$5_VoidAuthorizedPaymentResponse = VoidAuthorizedPaymentResponse;
|
|
24448
24423
|
type index_d$5_VoidAuthorizedPaymentsRequest = VoidAuthorizedPaymentsRequest;
|
|
24449
24424
|
type index_d$5_VoidAuthorizedPaymentsResponse = VoidAuthorizedPaymentsResponse;
|
|
24450
24425
|
declare const index_d$5_bulkUpdateOrders: typeof bulkUpdateOrders;
|
|
@@ -24460,7 +24435,7 @@ declare const index_d$5_onOrderUpdated: typeof onOrderUpdated;
|
|
|
24460
24435
|
declare const index_d$5_searchOrders: typeof searchOrders;
|
|
24461
24436
|
declare const index_d$5_updateOrder: typeof updateOrder;
|
|
24462
24437
|
declare namespace index_d$5 {
|
|
24463
|
-
export { type ActionEvent$4 as ActionEvent, type Activity$1 as Activity, type index_d$5_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$5_AddActivitiesRequest as AddActivitiesRequest, type index_d$5_AddActivitiesResponse as AddActivitiesResponse, type index_d$5_AddActivityRequest as AddActivityRequest, type index_d$5_AddActivityResponse as AddActivityResponse, type index_d$5_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$5_AddInternalActivityResponse as AddInternalActivityResponse, type index_d$5_AdditionalFee as AdditionalFee, type index_d$5_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$5_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type index_d$5_AdditionalFeeRefundOption as AdditionalFeeRefundOption, type Address$3 as Address, type index_d$5_AddressDescription as AddressDescription, type AddressLocation$1 as AddressLocation, type index_d$5_AddressWithContact as AddressWithContact, type index_d$5_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$5_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type index_d$5_App as App, type ApplicationError$2 as ApplicationError, type index_d$5_AppliedDiscount as AppliedDiscount, type index_d$5_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$5_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type index_d$5_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type index_d$5_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$5_ArchiveOrderResponse as ArchiveOrderResponse, index_d$5_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$5_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$5_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$5_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$5_Balance as Balance, type index_d$5_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$5_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$5_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$5_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$5_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$5_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$5_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$5_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$5_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$5_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$5_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$5_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$5_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$5_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$5_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$5_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$5_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$5_BulkOrderResult as BulkOrderResult, type index_d$5_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$5_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$5_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$5_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$5_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$5_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$5_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$5_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$5_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$5_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$5_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$5_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$5_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$5_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$5_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$5_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$5_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$5_CalculateRefundV1Request as CalculateRefundV1Request, type index_d$5_CalculateRefundV1Response as CalculateRefundV1Response, type index_d$5_CalculateRefundV2Request as CalculateRefundV2Request, type index_d$5_CalculateRefundV2Response as CalculateRefundV2Response, type index_d$5_CalculateRefundV2ResponseStatusOneOf as CalculateRefundV2ResponseStatusOneOf, type index_d$5_CalculatedAdditionalFeeRefund as CalculatedAdditionalFeeRefund, type index_d$5_CalculatedLineItemRefund as CalculatedLineItemRefund, type index_d$5_CalculatedRefundDetails as CalculatedRefundDetails, type index_d$5_CalculatedRefundNotAvailableStatus as CalculatedRefundNotAvailableStatus, type index_d$5_CalculatedRefundSummary as CalculatedRefundSummary, type index_d$5_CalculatedShippingRefund as CalculatedShippingRefund, type index_d$5_CalculatedTax as CalculatedTax, type index_d$5_CalculatedTaxes as CalculatedTaxes, type index_d$5_CalculationError as CalculationError, type index_d$5_CalculationErrorItemOneOf as CalculationErrorItemOneOf, type index_d$5_Cancel as Cancel, type index_d$5_CancelOrderOptions as CancelOrderOptions, type index_d$5_CancelOrderRequest as CancelOrderRequest, type index_d$5_CancelOrderResponse as CancelOrderResponse, type index_d$5_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$5_CaptureAuthorizedPaymentRequest as CaptureAuthorizedPaymentRequest, type index_d$5_CaptureAuthorizedPaymentResponse as CaptureAuthorizedPaymentResponse, type index_d$5_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$5_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$5_CatalogReference as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$5_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$5_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$5_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$5_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$5_ChargedBy as ChargedBy, type index_d$5_Color as Color, type index_d$5_CommitDeltasRequest as CommitDeltasRequest, type index_d$5_CommitDeltasResponse as CommitDeltasResponse, type index_d$5_CommittedDiffs as CommittedDiffs, type index_d$5_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$5_CommonAddress as CommonAddress, type index_d$5_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$5_Company as Company, type index_d$5_Complete as Complete, type index_d$5_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type index_d$5_Coupon as Coupon, type index_d$5_CreateOrderRequest as CreateOrderRequest, type index_d$5_CreateOrderResponse as CreateOrderResponse, type index_d$5_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$5_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$5_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$5_CreatedBy as CreatedBy, type index_d$5_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type index_d$5_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$5_CustomFieldGroup as CustomFieldGroup, type index_d$5_CustomFieldValue as CustomFieldValue, type index_d$5_Customer as Customer, type index_d$5_DecrementData as DecrementData, type index_d$5_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$5_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$5_DeleteActivityRequest as DeleteActivityRequest, type index_d$5_DeleteActivityResponse as DeleteActivityResponse, type index_d$5_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$5_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$5_DeliveryLogistics as DeliveryLogistics, type index_d$5_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$5_DeliveryTimeSlot as DeliveryTimeSlot, index_d$5_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$5_Deposit as Deposit, index_d$5_DepositType as DepositType, type index_d$5_DescriptionLine as DescriptionLine, type index_d$5_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$5_DescriptionLineName as DescriptionLineName, index_d$5_DescriptionLineType as DescriptionLineType, type index_d$5_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$5_Details as Details, type index_d$5_DetailsKindOneOf as DetailsKindOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$5_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$5_DiscountReason as DiscountReason, type index_d$5_DiscountRule as DiscountRule, type index_d$5_DiscountRuleName as DiscountRuleName, index_d$5_DiscountType as DiscountType, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$5_DownloadLinkSent as DownloadLinkSent, type index_d$5_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$5_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$5_DraftOrderDiffs as DraftOrderDiffs, type index_d$5_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$5_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$5_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$5_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$5_Email as Email, type index_d$5_EmailEdited as EmailEdited, type Empty$2 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type index_d$5_ExternalUriMapping as ExternalUriMapping, type index_d$5_FieldViolation as FieldViolation, type index_d$5_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$5_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$5_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$5_FullAddressContactDetails as FullAddressContactDetails, type index_d$5_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$5_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$5_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$5_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$5_GetOrderRequest as GetOrderRequest, type index_d$5_GetOrderResponse as GetOrderResponse, type index_d$5_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$5_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$5_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$5_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type index_d$5_GetRefundOptionsRequest as GetRefundOptionsRequest, type index_d$5_GetRefundOptionsResponse as GetRefundOptionsResponse, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$5_GetShipmentsRequest as GetShipmentsRequest, type index_d$5_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type index_d$5_HtmlApplication as HtmlApplication, type index_d$5_IdAndVersion as IdAndVersion, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$5_InternalActivity as InternalActivity, type index_d$5_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$5_InternalDocument as InternalDocument, type index_d$5_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$5_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$5_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$5_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$5_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$5_InventoryAction as InventoryAction, type index_d$5_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$5_InvoiceAdded as InvoiceAdded, type index_d$5_InvoiceDates as InvoiceDates, type index_d$5_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$5_InvoiceFields as InvoiceFields, type index_d$5_InvoiceSent as InvoiceSent, type index_d$5_InvoiceSentEvent as InvoiceSentEvent, index_d$5_InvoiceStatus as InvoiceStatus, type index_d$5_InvoicesPayment as InvoicesPayment, type index_d$5_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemTaxFullDetails as ItemTaxFullDetails, type index_d$5_ItemType as ItemType, index_d$5_ItemTypeItemType as ItemTypeItemType, type index_d$5_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, type index_d$5_ItemizedFee as ItemizedFee, index_d$5_JurisdictionType as JurisdictionType, type LineItem$1 as LineItem, type index_d$5_LineItemAmount as LineItemAmount, type index_d$5_LineItemChanges as LineItemChanges, type index_d$5_LineItemDelta as LineItemDelta, type index_d$5_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type index_d$5_LineItemDiscount as LineItemDiscount, type index_d$5_LineItemExchangeData as LineItemExchangeData, type index_d$5_LineItemMetaData as LineItemMetaData, type index_d$5_LineItemPriceChange as LineItemPriceChange, type index_d$5_LineItemQuantityChange as LineItemQuantityChange, index_d$5_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type index_d$5_LineItemRefundOption as LineItemRefundOption, type index_d$5_LineItemTax as LineItemTax, type index_d$5_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$5_LineItemTaxInfo as LineItemTaxInfo, type index_d$5_LineItemUpdate as LineItemUpdate, type index_d$5_LineItems as LineItems, type index_d$5_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$5_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$5_Locale as Locale, type index_d$5_LocationAndQuantity as LocationAndQuantity, type index_d$5_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$5_ManagedDiscount as ManagedDiscount, type index_d$5_ManagedLineItem as ManagedLineItem, type index_d$5_ManuallyRefundablePaymentStatus as ManuallyRefundablePaymentStatus, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$5_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$5_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$5_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$5_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$5_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$5_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$5_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$5_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$5_MaskedOrder as MaskedOrder, type index_d$5_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$5_MembershipChargeItem as MembershipChargeItem, type MembershipName$1 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type index_d$5_MembershipPaymentSummary as MembershipPaymentSummary, type index_d$5_MerchantComment as MerchantComment, type index_d$5_MerchantDiscount as MerchantDiscount, type index_d$5_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_MetaData as MetaData, type index_d$5_MetaSite as MetaSite, type index_d$5_MetaTag as MetaTag, type index_d$5_MonetaryPaymentSummary as MonetaryPaymentSummary, index_d$5_Namespace as Namespace, type index_d$5_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$5_NonRefundablePaymentStatus as NonRefundablePaymentStatus, NonRefundableReason$1 as NonRefundableReason, type index_d$5_NotificationSideEffects as NotificationSideEffects, type Order$1 as Order, index_d$5_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$5_OrderApproved as OrderApproved, type index_d$5_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$5_OrderCanceled as OrderCanceled, type index_d$5_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$5_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$5_OrderChange as OrderChange, type index_d$5_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$5_OrderCreateNotifications as OrderCreateNotifications, type index_d$5_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$5_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$5_OrderCreationSettings as OrderCreationSettings, type index_d$5_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$5_OrderFulfilled as OrderFulfilled, type index_d$5_OrderItemsRestocked as OrderItemsRestocked, type index_d$5_OrderLineItem as OrderLineItem, type index_d$5_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$5_OrderNonNullableFields as OrderNonNullableFields, type index_d$5_OrderNotFulfilled as OrderNotFulfilled, type index_d$5_OrderPaid as OrderPaid, type index_d$5_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$5_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$5_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$5_OrderStatus as OrderStatus, type index_d$5_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$5_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type index_d$5_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$5_OrdersExperiments as OrdersExperiments, type index_d$5_OrdersV1RestockItem as OrdersV1RestockItem, type Payment$1 as Payment, type index_d$5_PaymentCapture as PaymentCapture, index_d$5_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$5_PaymentInfo as PaymentInfo, type index_d$5_PaymentInfoPaymentMethodDetailsOneOf as PaymentInfoPaymentMethodDetailsOneOf, type index_d$5_PaymentInfoSummaryOneOf as PaymentInfoSummaryOneOf, index_d$5_PaymentOptionType as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$5_PaymentRefundOption as PaymentRefundOption, type index_d$5_PaymentRefundOptionStatusOneOf as PaymentRefundOptionStatusOneOf, PaymentStatus$1 as PaymentStatus, type index_d$5_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$5_Payments as Payments, type index_d$5_PaymentsSummary as PaymentsSummary, type index_d$5_Phone as Phone, type index_d$5_PhysicalProperties as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$1 as PickupDetails, index_d$5_PickupMethod as PickupMethod, type index_d$5_PickupReadyEmailSent as PickupReadyEmailSent, index_d$5_Placement as Placement, type index_d$5_PlainTextValue as PlainTextValue, type index_d$5_PlatformPaging as PlatformPaging, type index_d$5_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$5_PlatformQuery as PlatformQuery, type index_d$5_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$5_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$5_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$5_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$5_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$5_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$5_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$5_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$5_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$5_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$5_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$5_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$5_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$5_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$5_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$5_PreviewEmailType as PreviewEmailType, type index_d$5_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$5_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$5_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$5_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$5_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$5_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$1 as Price, type index_d$5_PriceDescription as PriceDescription, type index_d$5_PriceSummary as PriceSummary, type index_d$5_ProductName as ProductName, type index_d$5_PublicActivity as PublicActivity, type index_d$5_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$5_QueryOrderRequest as QueryOrderRequest, type index_d$5_QueryOrderResponse as QueryOrderResponse, type index_d$5_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$5_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$5_QuotesAddress as QuotesAddress, type index_d$5_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$5_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$5_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$5_RefundRequest as RefundRequest, type index_d$5_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$5_RefundabilityManuallyRefundableReason as RefundabilityManuallyRefundableReason, index_d$5_RefundabilityNonRefundableReason as RefundabilityNonRefundableReason, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$5_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, type index_d$5_RestockSideEffects as RestockSideEffects, RestockType$1 as RestockType, type RestoreInfo$4 as RestoreInfo, index_d$5_RuleType as RuleType, type index_d$5_SavedPaymentMethod as SavedPaymentMethod, type index_d$5_SearchOrdersOptions as SearchOrdersOptions, type index_d$5_SearchOrdersRequest as SearchOrdersRequest, type index_d$5_SearchOrdersResponse as SearchOrdersResponse, type index_d$5_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$5_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$5_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$5_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$5_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$5_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$5_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$5_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$5_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$5_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$5_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$5_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$5_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$5_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$5_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$5_SeoData as SeoData, type index_d$5_ServiceProperties as ServiceProperties, type index_d$5_ShippingAddressEdited as ShippingAddressEdited, type index_d$5_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type index_d$5_ShippingInformation as ShippingInformation, type index_d$5_ShippingPrice as ShippingPrice, type ShippingRefund$1 as ShippingRefund, type index_d$5_ShippingRefundOption as ShippingRefundOption, type index_d$5_ShippingRegion as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type index_d$5_Source as Source, index_d$5_SourceType as SourceType, type index_d$5_StandardDetails as StandardDetails, index_d$5_State as State, type StreetAddress$2 as StreetAddress, type index_d$5_Subdivision as Subdivision, index_d$5_SubdivisionType as SubdivisionType, SubscriptionFrequency$1 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$5_SystemError as SystemError, type index_d$5_TagList as TagList, type index_d$5_Tags as Tags, type index_d$5_Task as Task, type index_d$5_TaskAction as TaskAction, type index_d$5_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$5_TaskKey as TaskKey, type index_d$5_TaxSummary as TaxSummary, type index_d$5_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$5_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$5_TotalPrice as TotalPrice, type index_d$5_TotalPriceChange as TotalPriceChange, type index_d$5_TrackingLinkAdded as TrackingLinkAdded, type index_d$5_TrackingNumberAdded as TrackingNumberAdded, type index_d$5_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type index_d$5_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$5_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$5_TriggerReindexRequest as TriggerReindexRequest, type index_d$5_TriggerReindexResponse as TriggerReindexResponse, type index_d$5_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$5_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$5_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$5_UpdateActivityRequest as UpdateActivityRequest, type index_d$5_UpdateActivityResponse as UpdateActivityResponse, type index_d$5_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$5_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$5_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$5_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$5_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$5_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$5_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$5_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$5_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$5_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$5_UpdateOrder as UpdateOrder, type index_d$5_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$5_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$5_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$5_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$5_UpdateOrderRequest as UpdateOrderRequest, type index_d$5_UpdateOrderResponse as UpdateOrderResponse, type index_d$5_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$5_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$5_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$5_UserDataResponse as UserDataResponse, type index_d$5_V1AdditionalFeeRefund as V1AdditionalFeeRefund, type index_d$5_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$5_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$5_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$5_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$5_V1LineItemDelta as V1LineItemDelta, type index_d$5_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$5_V1LineItemRefund as V1LineItemRefund, type index_d$5_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$5_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$5_V1PaymentRefund as V1PaymentRefund, type index_d$5_V1RefundDetails as V1RefundDetails, type index_d$5_V1RefundSideEffects as V1RefundSideEffects, type index_d$5_V1RestockItem as V1RestockItem, type index_d$5_V1ShippingRefund as V1ShippingRefund, type index_d$5_ValidationError as ValidationError, type index_d$5_Value as Value, index_d$5_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$5_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$5_VersionedDocumentId as VersionedDocumentId, type index_d$5_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$5_VersioningMode as VersioningMode, type index_d$5_VoidAuthorizedPaymentRequest as VoidAuthorizedPaymentRequest, type index_d$5_VoidAuthorizedPaymentResponse as VoidAuthorizedPaymentResponse, type index_d$5_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$5_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, index_d$5_bulkUpdateOrders as bulkUpdateOrders, index_d$5_cancelOrder as cancelOrder, index_d$5_createOrder as createOrder, index_d$5_getOrder as getOrder, index_d$5_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$5_onOrderApproved as onOrderApproved, index_d$5_onOrderCanceled as onOrderCanceled, index_d$5_onOrderCreated as onOrderCreated, index_d$5_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$5_onOrderUpdated as onOrderUpdated, index_d$5_searchOrders as searchOrders, index_d$5_updateOrder as updateOrder };
|
|
24438
|
+
export { type ActionEvent$4 as ActionEvent, type Activity$1 as Activity, type index_d$5_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$5_AddActivitiesRequest as AddActivitiesRequest, type index_d$5_AddActivitiesResponse as AddActivitiesResponse, type index_d$5_AddActivityRequest as AddActivityRequest, type index_d$5_AddActivityResponse as AddActivityResponse, type index_d$5_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$5_AddInternalActivityResponse as AddInternalActivityResponse, type index_d$5_AdditionalFee as AdditionalFee, type index_d$5_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$5_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type index_d$5_AdditionalFeeRefundOption as AdditionalFeeRefundOption, type Address$3 as Address, type index_d$5_AddressDescription as AddressDescription, type AddressLocation$1 as AddressLocation, type index_d$5_AddressWithContact as AddressWithContact, type index_d$5_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$5_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type index_d$5_App as App, type ApplicationError$2 as ApplicationError, type index_d$5_AppliedDiscount as AppliedDiscount, type index_d$5_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$5_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type index_d$5_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type index_d$5_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$5_ArchiveOrderResponse as ArchiveOrderResponse, index_d$5_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$5_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$5_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$5_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$5_Balance as Balance, type index_d$5_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$5_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$5_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$5_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$5_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$5_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$5_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$5_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$5_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$5_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$5_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$5_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$5_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$5_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$5_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$5_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$5_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$5_BulkOrderResult as BulkOrderResult, type index_d$5_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$5_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$5_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$5_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$5_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$5_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$5_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$5_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$5_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$5_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$5_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$5_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$5_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$5_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$5_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$5_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$5_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$5_CalculateRefundV1Request as CalculateRefundV1Request, type index_d$5_CalculateRefundV1Response as CalculateRefundV1Response, type index_d$5_CalculateRefundV2Request as CalculateRefundV2Request, type index_d$5_CalculateRefundV2Response as CalculateRefundV2Response, type index_d$5_CalculateRefundV2ResponseStatusOneOf as CalculateRefundV2ResponseStatusOneOf, type index_d$5_CalculatedAdditionalFeeRefund as CalculatedAdditionalFeeRefund, type index_d$5_CalculatedLineItemRefund as CalculatedLineItemRefund, type index_d$5_CalculatedRefundDetails as CalculatedRefundDetails, type index_d$5_CalculatedRefundNotAvailableStatus as CalculatedRefundNotAvailableStatus, type index_d$5_CalculatedRefundSummary as CalculatedRefundSummary, type index_d$5_CalculatedShippingRefund as CalculatedShippingRefund, type index_d$5_CalculatedTax as CalculatedTax, type index_d$5_CalculatedTaxes as CalculatedTaxes, type index_d$5_CalculationError as CalculationError, type index_d$5_CalculationErrorItemOneOf as CalculationErrorItemOneOf, type index_d$5_Cancel as Cancel, type index_d$5_CancelOrderOptions as CancelOrderOptions, type index_d$5_CancelOrderRequest as CancelOrderRequest, type index_d$5_CancelOrderResponse as CancelOrderResponse, type index_d$5_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$5_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$5_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$5_CatalogReference as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$5_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$5_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$5_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$5_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$5_ChargedBy as ChargedBy, type index_d$5_Color as Color, type index_d$5_CommitDeltasRequest as CommitDeltasRequest, type index_d$5_CommitDeltasResponse as CommitDeltasResponse, type index_d$5_CommittedDiffs as CommittedDiffs, type index_d$5_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$5_CommonAddress as CommonAddress, type index_d$5_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$5_Company as Company, type index_d$5_Complete as Complete, type index_d$5_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type index_d$5_Coupon as Coupon, type index_d$5_CreateOrderRequest as CreateOrderRequest, type index_d$5_CreateOrderResponse as CreateOrderResponse, type index_d$5_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$5_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$5_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$5_CreatedBy as CreatedBy, type index_d$5_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type index_d$5_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$5_CustomFieldGroup as CustomFieldGroup, type index_d$5_CustomFieldValue as CustomFieldValue, type index_d$5_Customer as Customer, type index_d$5_DecrementData as DecrementData, type index_d$5_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$5_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$5_DeleteActivityRequest as DeleteActivityRequest, type index_d$5_DeleteActivityResponse as DeleteActivityResponse, type index_d$5_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$5_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$5_DeliveryLogistics as DeliveryLogistics, type index_d$5_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$5_DeliveryTimeSlot as DeliveryTimeSlot, index_d$5_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$5_Deposit as Deposit, index_d$5_DepositType as DepositType, type index_d$5_DescriptionLine as DescriptionLine, type index_d$5_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$5_DescriptionLineName as DescriptionLineName, index_d$5_DescriptionLineType as DescriptionLineType, type index_d$5_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$5_Details as Details, type index_d$5_DetailsKindOneOf as DetailsKindOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$5_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$5_DiscountReason as DiscountReason, type index_d$5_DiscountRule as DiscountRule, type index_d$5_DiscountRuleName as DiscountRuleName, index_d$5_DiscountType as DiscountType, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$5_DownloadLinkSent as DownloadLinkSent, type index_d$5_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$5_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$5_DraftOrderDiffs as DraftOrderDiffs, type index_d$5_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$5_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$5_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$5_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$5_Email as Email, type index_d$5_EmailEdited as EmailEdited, type Empty$2 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type index_d$5_ExternalUriMapping as ExternalUriMapping, type index_d$5_FieldViolation as FieldViolation, type index_d$5_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$5_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$5_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$5_FullAddressContactDetails as FullAddressContactDetails, type index_d$5_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$5_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$5_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$5_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$5_GetOrderRequest as GetOrderRequest, type index_d$5_GetOrderResponse as GetOrderResponse, type index_d$5_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$5_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$5_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$5_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type index_d$5_GetRefundOptionsRequest as GetRefundOptionsRequest, type index_d$5_GetRefundOptionsResponse as GetRefundOptionsResponse, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$5_GetShipmentsRequest as GetShipmentsRequest, type index_d$5_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type index_d$5_HtmlApplication as HtmlApplication, type index_d$5_IdAndVersion as IdAndVersion, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$5_InternalActivity as InternalActivity, type index_d$5_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$5_InternalDocument as InternalDocument, type index_d$5_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$5_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$5_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$5_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$5_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$5_InventoryAction as InventoryAction, type index_d$5_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$5_InvoiceAdded as InvoiceAdded, type index_d$5_InvoiceDates as InvoiceDates, type index_d$5_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$5_InvoiceFields as InvoiceFields, type index_d$5_InvoiceSent as InvoiceSent, type index_d$5_InvoiceSentEvent as InvoiceSentEvent, index_d$5_InvoiceStatus as InvoiceStatus, type index_d$5_InvoicesPayment as InvoicesPayment, type index_d$5_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemTaxFullDetails as ItemTaxFullDetails, type index_d$5_ItemType as ItemType, index_d$5_ItemTypeItemType as ItemTypeItemType, type index_d$5_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, type index_d$5_ItemizedFee as ItemizedFee, index_d$5_JurisdictionType as JurisdictionType, type LineItem$1 as LineItem, type index_d$5_LineItemAmount as LineItemAmount, type index_d$5_LineItemChanges as LineItemChanges, type index_d$5_LineItemDelta as LineItemDelta, type index_d$5_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type index_d$5_LineItemDiscount as LineItemDiscount, type index_d$5_LineItemExchangeData as LineItemExchangeData, type index_d$5_LineItemMetaData as LineItemMetaData, type index_d$5_LineItemPriceChange as LineItemPriceChange, type index_d$5_LineItemQuantityChange as LineItemQuantityChange, index_d$5_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type index_d$5_LineItemRefundOption as LineItemRefundOption, type index_d$5_LineItemTax as LineItemTax, type index_d$5_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$5_LineItemTaxInfo as LineItemTaxInfo, type index_d$5_LineItemUpdate as LineItemUpdate, type index_d$5_LineItems as LineItems, type index_d$5_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$5_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$5_Locale as Locale, type index_d$5_LocationAndQuantity as LocationAndQuantity, type index_d$5_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$5_ManagedDiscount as ManagedDiscount, type index_d$5_ManagedLineItem as ManagedLineItem, type index_d$5_ManuallyRefundablePaymentStatus as ManuallyRefundablePaymentStatus, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$5_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$5_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$5_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$5_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$5_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$5_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$5_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$5_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$5_MaskedOrder as MaskedOrder, type index_d$5_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$5_MembershipChargeItem as MembershipChargeItem, type MembershipName$1 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type index_d$5_MembershipPaymentSummary as MembershipPaymentSummary, type index_d$5_MerchantComment as MerchantComment, type index_d$5_MerchantDiscount as MerchantDiscount, type index_d$5_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_MetaData as MetaData, type index_d$5_MetaSite as MetaSite, type index_d$5_MetaTag as MetaTag, type index_d$5_MonetaryPaymentSummary as MonetaryPaymentSummary, index_d$5_Namespace as Namespace, type index_d$5_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$5_NonRefundablePaymentStatus as NonRefundablePaymentStatus, NonRefundableReason$1 as NonRefundableReason, type index_d$5_NotificationSideEffects as NotificationSideEffects, type Order$1 as Order, index_d$5_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$5_OrderApproved as OrderApproved, type index_d$5_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$5_OrderCanceled as OrderCanceled, type index_d$5_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$5_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$5_OrderChange as OrderChange, type index_d$5_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$5_OrderCreateNotifications as OrderCreateNotifications, type index_d$5_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$5_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$5_OrderCreationSettings as OrderCreationSettings, type index_d$5_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$5_OrderFulfilled as OrderFulfilled, type index_d$5_OrderItemsRestocked as OrderItemsRestocked, type index_d$5_OrderLineItem as OrderLineItem, type index_d$5_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$5_OrderNonNullableFields as OrderNonNullableFields, type index_d$5_OrderNotFulfilled as OrderNotFulfilled, type index_d$5_OrderPaid as OrderPaid, type index_d$5_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$5_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$5_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$5_OrderStatus as OrderStatus, type index_d$5_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$5_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type index_d$5_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$5_OrdersExperiments as OrdersExperiments, type index_d$5_OrdersV1RestockItem as OrdersV1RestockItem, type Payment$1 as Payment, type index_d$5_PaymentCapture as PaymentCapture, index_d$5_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$5_PaymentInfo as PaymentInfo, type index_d$5_PaymentInfoPaymentMethodDetailsOneOf as PaymentInfoPaymentMethodDetailsOneOf, type index_d$5_PaymentInfoSummaryOneOf as PaymentInfoSummaryOneOf, index_d$5_PaymentOptionType as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$5_PaymentRefundOption as PaymentRefundOption, type index_d$5_PaymentRefundOptionStatusOneOf as PaymentRefundOptionStatusOneOf, PaymentStatus$1 as PaymentStatus, type index_d$5_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$5_Payments as Payments, type index_d$5_PaymentsSummary as PaymentsSummary, type index_d$5_Phone as Phone, type index_d$5_PhysicalProperties as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$1 as PickupDetails, index_d$5_PickupMethod as PickupMethod, type index_d$5_PickupReadyEmailSent as PickupReadyEmailSent, index_d$5_Placement as Placement, type index_d$5_PlainTextValue as PlainTextValue, type index_d$5_PlatformPaging as PlatformPaging, type index_d$5_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$5_PlatformQuery as PlatformQuery, type index_d$5_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$5_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$5_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$5_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$5_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$5_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$5_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$5_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$5_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$5_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$5_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$5_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$5_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$5_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$5_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$5_PreviewEmailType as PreviewEmailType, type index_d$5_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$5_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$5_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$5_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$5_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$5_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$1 as Price, type index_d$5_PriceDescription as PriceDescription, type index_d$5_PriceSummary as PriceSummary, type index_d$5_ProductName as ProductName, type index_d$5_PublicActivity as PublicActivity, type index_d$5_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$5_QueryOrderRequest as QueryOrderRequest, type index_d$5_QueryOrderResponse as QueryOrderResponse, type index_d$5_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$5_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$5_QuotesAddress as QuotesAddress, type index_d$5_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$5_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$5_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$5_RefundRequest as RefundRequest, type index_d$5_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$5_RefundabilityManuallyRefundableReason as RefundabilityManuallyRefundableReason, index_d$5_RefundabilityNonRefundableReason as RefundabilityNonRefundableReason, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$5_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, type index_d$5_RestockSideEffects as RestockSideEffects, RestockType$1 as RestockType, type RestoreInfo$4 as RestoreInfo, index_d$5_RuleType as RuleType, type index_d$5_SavedPaymentMethod as SavedPaymentMethod, type index_d$5_SearchOrdersOptions as SearchOrdersOptions, type index_d$5_SearchOrdersRequest as SearchOrdersRequest, type index_d$5_SearchOrdersResponse as SearchOrdersResponse, type index_d$5_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$5_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$5_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$5_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$5_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$5_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$5_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$5_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$5_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$5_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$5_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$5_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$5_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$5_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$5_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$5_SeoData as SeoData, type index_d$5_ServiceProperties as ServiceProperties, type index_d$5_ShippingAddressEdited as ShippingAddressEdited, type index_d$5_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type index_d$5_ShippingInformation as ShippingInformation, type index_d$5_ShippingPrice as ShippingPrice, type ShippingRefund$1 as ShippingRefund, type index_d$5_ShippingRefundOption as ShippingRefundOption, type index_d$5_ShippingRegion as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type index_d$5_Source as Source, index_d$5_SourceType as SourceType, type index_d$5_StandardDetails as StandardDetails, index_d$5_State as State, type StreetAddress$2 as StreetAddress, type index_d$5_Subdivision as Subdivision, index_d$5_SubdivisionType as SubdivisionType, SubscriptionFrequency$1 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$5_SystemError as SystemError, type index_d$5_TagList as TagList, type index_d$5_Tags as Tags, type index_d$5_Task as Task, type index_d$5_TaskAction as TaskAction, type index_d$5_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$5_TaskKey as TaskKey, type index_d$5_TaxSummary as TaxSummary, type index_d$5_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$5_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$5_TotalPrice as TotalPrice, type index_d$5_TotalPriceChange as TotalPriceChange, type index_d$5_TrackingLinkAdded as TrackingLinkAdded, type index_d$5_TrackingNumberAdded as TrackingNumberAdded, type index_d$5_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type index_d$5_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$5_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$5_TriggerReindexRequest as TriggerReindexRequest, type index_d$5_TriggerReindexResponse as TriggerReindexResponse, type index_d$5_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$5_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$5_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$5_UpdateActivityRequest as UpdateActivityRequest, type index_d$5_UpdateActivityResponse as UpdateActivityResponse, type index_d$5_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$5_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$5_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$5_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$5_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$5_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$5_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$5_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$5_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$5_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$5_UpdateOrder as UpdateOrder, type index_d$5_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$5_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$5_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$5_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$5_UpdateOrderRequest as UpdateOrderRequest, type index_d$5_UpdateOrderResponse as UpdateOrderResponse, type index_d$5_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$5_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$5_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$5_UserDataResponse as UserDataResponse, type index_d$5_V1AdditionalFeeRefund as V1AdditionalFeeRefund, type index_d$5_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$5_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$5_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$5_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$5_V1LineItemDelta as V1LineItemDelta, type index_d$5_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$5_V1LineItemRefund as V1LineItemRefund, type index_d$5_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$5_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$5_V1PaymentRefund as V1PaymentRefund, type index_d$5_V1RefundDetails as V1RefundDetails, type index_d$5_V1RefundSideEffects as V1RefundSideEffects, type index_d$5_V1RestockItem as V1RestockItem, type index_d$5_V1ShippingRefund as V1ShippingRefund, type index_d$5_ValidationError as ValidationError, type index_d$5_Value as Value, index_d$5_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$5_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$5_VersionedDocumentId as VersionedDocumentId, type index_d$5_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$5_VersioningMode as VersioningMode, type index_d$5_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$5_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, index_d$5_bulkUpdateOrders as bulkUpdateOrders, index_d$5_cancelOrder as cancelOrder, index_d$5_createOrder as createOrder, index_d$5_getOrder as getOrder, index_d$5_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$5_onOrderApproved as onOrderApproved, index_d$5_onOrderCanceled as onOrderCanceled, index_d$5_onOrderCreated as onOrderCreated, index_d$5_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$5_onOrderUpdated as onOrderUpdated, index_d$5_searchOrders as searchOrders, index_d$5_updateOrder as updateOrder };
|
|
24464
24439
|
}
|
|
24465
24440
|
|
|
24466
24441
|
interface OrderTransactions {
|