@wix/auto_sdk_ecom_orders 1.0.123 → 1.0.124

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.
@@ -1,4 +1,4 @@
1
- import { cC as ImportOrderRequest$1, cD as ImportOrderResponse$1, cE as SetOrderNumberCounterRequest$1, cF as SetOrderNumberCounterResponse$1, cG as BulkDeleteImportedOrdersRequest$1, cH as BulkDeleteImportedOrdersResponse$1, dz as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, dD as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, dE as RecordManuallyCollectedPaymentRequest$1, dF as RecordManuallyCollectedPaymentResponse$1, dG as MarkOrderAsPaidRequest$1, dH as MarkOrderAsPaidResponse$1, dI as BulkMarkOrdersAsPaidRequest$1, dJ as BulkMarkOrdersAsPaidResponse$1, dO as GetRefundabilityStatusRequest$1, dP as GetRefundabilityStatusResponse$1, dS as CreatePaymentGatewayOrderRequest$1, dU as CreatePaymentGatewayOrderResponse$1, dV as ChargeMembershipsRequest$1, dZ as ChargeMembershipsResponse$1, d_ as TriggerRefundRequest$1, e3 as TriggerRefundResponse$1, ev as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, ew as CaptureAuthorizedPaymentsRequest$1, C as CaptureAuthorizedPaymentsResponse$1, eQ as GetOrderRequest$1, eR as GetOrderResponse$1, f1 as SearchOrdersRequest$1, S as SearchOrdersResponse$1, f5 as CreateOrderRequest$1, f8 as CreateOrderResponse$1, f9 as UpdateOrderRequest$1, fa as UpdateOrderResponse$1, fb as BulkUpdateOrdersRequest$1, l as BulkUpdateOrdersResponse$1, fc as CommitDeltasRequest$1, fs as CommitDeltasResponse$1, fT as UpdateOrderLineItemRequest$1, fU as UpdateOrderLineItemResponse$1, gj as AddActivityRequest$1, gm as AddActivityResponse$1, gn as AddActivitiesRequest$1, m as AddActivitiesResponse$1, go as UpdateActivityRequest$1, gp as UpdateActivityResponse$1, gq as DeleteActivityRequest$1, gr as DeleteActivityResponse$1, gx as CancelOrderRequest$1, o as CancelOrderResponse$1, gz as UpdateOrderStatusRequest$1, gA as UpdateOrderStatusResponse$1, g_ as AggregateOrdersRequest$1, g$ as AggregateOrdersResponse$1, h3 as BulkUpdateOrderTagsRequest$1, r as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-ItGbHg3q.mjs';
1
+ import { cC as ImportOrderRequest$1, cD as ImportOrderResponse$1, cE as SetOrderNumberCounterRequest$1, cF as SetOrderNumberCounterResponse$1, cG as BulkDeleteImportedOrdersRequest$1, cH as BulkDeleteImportedOrdersResponse$1, dz as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, dD as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, dE as RecordManuallyCollectedPaymentRequest$1, dF as RecordManuallyCollectedPaymentResponse$1, dG as MarkOrderAsPaidRequest$1, dH as MarkOrderAsPaidResponse$1, dI as BulkMarkOrdersAsPaidRequest$1, dJ as BulkMarkOrdersAsPaidResponse$1, dO as GetRefundabilityStatusRequest$1, dP as GetRefundabilityStatusResponse$1, dS as CreatePaymentGatewayOrderRequest$1, dU as CreatePaymentGatewayOrderResponse$1, dV as ChargeMembershipsRequest$1, dZ as ChargeMembershipsResponse$1, d_ as TriggerRefundRequest$1, e3 as TriggerRefundResponse$1, ev as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, ew as CaptureAuthorizedPaymentsRequest$1, C as CaptureAuthorizedPaymentsResponse$1, eQ as GetOrderRequest$1, eR as GetOrderResponse$1, f1 as SearchOrdersRequest$1, S as SearchOrdersResponse$1, f5 as CreateOrderRequest$1, f8 as CreateOrderResponse$1, f9 as UpdateOrderRequest$1, fa as UpdateOrderResponse$1, fb as BulkUpdateOrdersRequest$1, l as BulkUpdateOrdersResponse$1, fc as CommitDeltasRequest$1, fs as CommitDeltasResponse$1, fT as UpdateOrderLineItemRequest$1, fU as UpdateOrderLineItemResponse$1, gj as AddActivityRequest$1, gm as AddActivityResponse$1, gn as AddActivitiesRequest$1, m as AddActivitiesResponse$1, go as UpdateActivityRequest$1, gp as UpdateActivityResponse$1, gq as DeleteActivityRequest$1, gr as DeleteActivityResponse$1, gx as CancelOrderRequest$1, o as CancelOrderResponse$1, gz as UpdateOrderStatusRequest$1, gA as UpdateOrderStatusResponse$1, g_ as AggregateOrdersRequest$1, g$ as AggregateOrdersResponse$1, h3 as BulkUpdateOrderTagsRequest$1, r as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-DC5vd1yo.mjs';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  interface Order {
@@ -6999,7 +6999,10 @@ interface OrderApprovedEnvelope {
6999
6999
  data: OrderApproved;
7000
7000
  metadata: EventMetadata;
7001
7001
  }
7002
- /** @permissionScope Manage Stores - all permissions
7002
+ /**
7003
+ * Triggered when an order is created and its status is updated to `"APPROVED"`.
7004
+ * Learn more about [eCommerce webhook payload structure](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/orders/order-object-conversion#webhook-conversion-table).
7005
+ * @permissionScope Manage Stores - all permissions
7003
7006
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
7004
7007
  * @permissionScope Manage Stores
7005
7008
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
@@ -7025,7 +7028,9 @@ interface OrderUpdatedEnvelope {
7025
7028
  entity: Order;
7026
7029
  metadata: EventMetadata;
7027
7030
  }
7028
- /** @permissionScope Manage Stores - all permissions
7031
+ /**
7032
+ * Triggered when an order is updated.
7033
+ * @permissionScope Manage Stores - all permissions
7029
7034
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
7030
7035
  * @permissionScope Manage Stores
7031
7036
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { O as Order, I as ImportOrderResponse, S as SetOrderNumberCounterOptions, a as SetOrderNumberCounterResponse, B as BulkDeleteImportedOrdersOptions, b as BulkDeleteImportedOrdersResponse, P as Price, c as PreparePaymentCollectionOptions, d as PreparePaymentCollectionResponse, e as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentApplicationErrors, M as MarkOrderAsPaidResponse, f as PaymentCollectionMarkOrderAsPaidApplicationErrors, g as BulkMarkOrdersAsPaidResponse, h as GetRefundabilityStatusResponse, i as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, j as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, k as ChargeMembershipsOptions, l as PaymentRefund, T as TriggerRefundOptions, m as TriggerRefundResponse, n as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, o as VoidAuthorizedPaymentsApplicationErrors, p as PaymentCapture, q as CaptureAuthorizedPaymentsResponse, r as CaptureAuthorizedPaymentsApplicationErrors, s as GetOrderApplicationErrors, t as OrderSearch, u as SearchOrdersResponse, v as CreateOrderOptions, w as CreateOrderApplicationErrors, U as UpdateOrder, x as UpdateOrderApplicationErrors, y as MaskedOrder, z as BulkUpdateOrdersOptions, A as BulkUpdateOrdersResponse, D as CommitDeltasOptions, E as CommitDeltasResponse, F as CommitDeltasApplicationErrors, H as UpdateOrderLineItemIdentifiers, J as UpdateOrderLineItem, K as UpdateOrderLineItemResponse, L as PublicActivity, N as AddActivityResponse, Q as AddActivitiesOptions, W as AddActivitiesResponse, X as UpdateActivityIdentifiers, Y as UpdateActivityResponse, Z as DeleteActivityIdentifiers, _ as DeleteActivityResponse, $ as CancelOrderOptions, a0 as CancelOrderResponse, a1 as CancelOrderApplicationErrors, a2 as OrderStatusWithLiterals, a3 as UpdateOrderStatusResponse, a4 as UpdateOrderStatusApplicationErrors, a5 as AggregateOrdersOptions, a6 as AggregateOrdersResponse, a7 as BulkUpdateOrderTagsOptions, a8 as BulkUpdateOrderTagsResponse, a9 as OrderApprovedEnvelope, aa as OrderUpdatedEnvelope, ab as OrderCanceledEnvelope, ac as OrderCreatedEnvelope, ad as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-1_2ITIjv.js';
3
- export { di as ActionEvent, aM as ActionType, iC as ActionTypeWithLiterals, bZ as Activity, b_ as ActivityContentOneOf, au as ActivityType, ij as ActivityTypeWithLiterals, gJ as AddActivitiesRequest, gH as AddActivityRequest, gk as AddInternalActivityRequest, gG as AddInternalActivityResponse, cW as AdditionalFee, fO as AdditionalFeeDelta, fP as AdditionalFeeDeltaDeltaOneOf, dN as AdditionalFeeRefund, bB as Address, hA as AddressDescription, bD as AddressLocation, bA as AddressWithContact, aj as AdjustmentType, i8 as AdjustmentTypeWithLiterals, hh as AggregateOrdersRequest, eO as AggregatedRefundSummary, ee as ApplicationError, bR as AppliedDiscount, fM as AppliedDiscountDelta, fN as AppliedDiscountDeltaDeltaOneOf, bS as AppliedDiscountDiscountSourceOneOf, fX as ArchiveOrderRequest, fY as ArchiveOrderResponse, aw as AttributionSource, il as AttributionSourceWithLiterals, eD as AuthorizationActionFailureDetails, eC as AuthorizationCapture, aJ as AuthorizationCaptureStatus, iz as AuthorizationCaptureStatusWithLiterals, eB as AuthorizationDetails, eE as AuthorizationVoid, aK as AuthorizationVoidStatus, iA as AuthorizationVoidStatusWithLiterals, co as AuthorizedPaymentCaptured, cn as AuthorizedPaymentCreated, cp as AuthorizedPaymentVoided, cV as Balance, cU as BalanceSummary, i0 as BaseEventMetadata, fa as BatchOfTriggerReindexOrderRequest, hK as BigDecimalWrapper, bm as BillingAdjustment, bn as BillingAdjustmentPriceSummary, ef as BulkActionMetadata, f$ as BulkArchiveOrdersByFilterRequest, g0 as BulkArchiveOrdersByFilterResponse, fZ as BulkArchiveOrdersRequest, f_ as BulkArchiveOrdersResponse, db as BulkDeleteImportedOrdersRequest, gZ as BulkMarkAsFulfilledByFilterRequest, g_ as BulkMarkAsFulfilledByFilterResponse, gX as BulkMarkAsFulfilledRequest, gY as BulkMarkAsFulfilledResponse, h3 as BulkMarkAsUnfulfilledByFilterRequest, h4 as BulkMarkAsUnfulfilledByFilterResponse, h1 as BulkMarkAsUnfulfilledRequest, h2 as BulkMarkAsUnfulfilledResponse, eb as BulkMarkOrdersAsPaidRequest, ec as BulkOrderResult, dt as BulkSendBuyerPickupConfirmationEmailsRequest, du as BulkSendBuyerPickupConfirmationEmailsResponse, dx as BulkSendBuyerShippingConfirmationEmailsRequest, dy as BulkSendBuyerShippingConfirmationEmailsResponse, h5 as BulkSetBusinessLocationRequest, h6 as BulkSetBusinessLocationResponse, h7 as BulkSetBusinessLocationResult, g5 as BulkUnArchiveOrdersByFilterRequest, g6 as BulkUnArchiveOrdersByFilterResponse, g3 as BulkUnArchiveOrdersRequest, g4 as BulkUnArchiveOrdersResponse, hl as BulkUpdateOrderTagsRequest, hm as BulkUpdateOrderTagsResult, fB as BulkUpdateOrdersRequest, bw as BuyerInfo, bx as BuyerInfoIdOneOf, g8 as BuyerInfoUpdate, eS as CalculateRefundItemRequest, eU as CalculateRefundItemResponse, eR as CalculateRefundRequest, eT as CalculateRefundResponse, hU as CalculatedTax, hT as CalculatedTaxes, hs as Cancel, gR as CancelOrderRequest, eW as CaptureAuthorizedPaymentsRequest, b2 as CatalogReference, cS as ChannelInfo, ax as ChannelType, im as ChannelTypeWithLiterals, el as ChargeMembershipsRequest, ep as ChargeMembershipsResponse, eX as ChargeSavedPaymentMethodRequest, eY as ChargeSavedPaymentMethodResponse, eG as Chargeback, cO as ChargebackCreated, cP as ChargebackReversed, aN as ChargebackStatus, iD as ChargebackStatusWithLiterals, ek as ChargedBy, b8 as Color, fC as CommitDeltasRequest, fT as CommittedDiffs, fU as CommittedDiffsShippingUpdateInfoOneOf, hD as CommonAddress, hE as CommonAddressStreetOneOf, iS as CommonSearchWithEntityContext, hC as Company, hr as Complete, bT as Coupon, fv as CreateOrderRequest, fy as CreateOrderResponse, ej as CreatePaymentGatewayOrderRequest, cQ as CreatedBy, cR as CreatedByStringOneOf, cD as CreditCardDetails, eA as CreditCardPaymentMethodDetails, by as CurrencyConversionDetails, fl as CursorPaging, fu as CursorPagingMetadata, fs as CursorSearch, ft as CursorSearchPagingMethodOneOf, fo as Cursors, b$ as CustomActivity, d1 as CustomAllowedActions, cT as CustomField, aY as CustomFieldGroup, iO as CustomFieldGroupWithLiterals, hZ as CustomFieldValue, hx as Customer, hj as DecrementData, hi as DecrementItemsQuantityRequest, hk as DecrementItemsQuantityResponse, e5 as DelayedCaptureSettings, gL as DeleteActivityRequest, f2 as DeleteByFilterOperation, f1 as DeleteByIdsOperation, bH as DeliveryLogistics, bI as DeliveryLogisticsAddressOneOf, bL as DeliveryTimeSlot, aT as DeltaPaymentOptionType, iJ as DeltaPaymentOptionTypeWithLiterals, h$ as Deposit, a_ as DepositType, iQ as DepositTypeWithLiterals, b3 as DescriptionLine, b5 as DescriptionLineDescriptionLineValueOneOf, b6 as DescriptionLineName, ae as DescriptionLineType, i3 as DescriptionLineTypeWithLiterals, b4 as DescriptionLineValueOneOf, fc as DiffmatokyPayload, bg as DigitalFile, hR as Discount, hS as DiscountOneDiscountTypeOneOf, as as DiscountReason, ih as DiscountReasonWithLiterals, bW as DiscountRule, bX as DiscountRuleName, ar as DiscountType, ig as DiscountTypeWithLiterals, dc as DomainEvent, dd as DomainEventBodyOneOf, gs as DownloadLinkSent, c5 as DraftOrderChangesApplied, fQ as DraftOrderCommitSettings, fD as DraftOrderDiffs, fG as DraftOrderDiffsBillingUpdateInfoOneOf, fF as DraftOrderDiffsBuyerUpdateInfoOneOf, fH as DraftOrderDiffsRecipientUpdateInfoOneOf, fE as DraftOrderDiffsShippingUpdateInfoOneOf, e6 as Duration, aC as DurationUnit, is as DurationUnitWithLiterals, hy as Email, gB as EmailEdited, e2 as Empty, de as EntityCreatedEvent, dh as EntityDeletedEvent, dg as EntityUpdatedEvent, fd as ErrorInformation, i1 as EventMetadata, bs as ExtendedFields, cL as ExternalReceipt, eK as ExternalReceiptInfo, b9 as FocalPoint, bl as FreeTrialPeriod, gz as FulfillerEmailSent, am as FulfillmentStatus, gW as FulfillmentStatusUpdated, ib as FulfillmentStatusWithLiterals, cX as FulfillmentStatusesAggregate, bE as FullAddressContactDetails, fe as GetOrderRequest, ff as GetOrderResponse, e7 as GetPaymentCollectabilityStatusRequest, eg as GetRefundabilityStatusRequest, hf as GetShipmentsRequest, hg as GetShipmentsResponse, eH as GiftCardPaymentDetails, cu as GiftCardPaymentRefund, hv as IdAndVersion, dk as IdentificationData, dl as IdentificationDataIdOneOf, d9 as ImportOrderRequest, d8 as ImportedOrderDeleted, gl as InternalActivity, gm as InternalActivityContentOneOf, e$ as InternalDocument, f3 as InternalDocumentUpdateByFilterOperation, f0 as InternalDocumentUpdateOperation, fg as InternalQueryOrdersRequest, fm as InternalQueryOrdersResponse, f4 as InternalUpdateExistingOperation, aU as InventoryAction, iK as InventoryActionWithLiterals, fR as InventoryUpdateDetails, gx as InvoiceAdded, hH as InvoiceDates, hY as InvoiceDynamicPriceTotals, hw as InvoiceFields, gy as InvoiceSent, hu as InvoiceSentEvent, a$ as InvoiceStatus, iR as InvoiceStatusWithLiterals, hW as InvoicesPayment, fL as ItemChangedDetails, ed as ItemMetadata, bv as ItemModifier, bd as ItemTaxFullDetails, bb as ItemType, bc as ItemTypeItemTypeDataOneOf, af as ItemTypePreset, i4 as ItemTypePresetWithLiterals, hQ as ItemizedFee, ah as JurisdictionType, i6 as JurisdictionTypeWithLiterals, hJ as LineItem, ch as LineItemAmount, c8 as LineItemChanges, fV as LineItemDelta, fW as LineItemDeltaDeltaOneOf, cc as LineItemDescriptionLineChange, bY as LineItemDiscount, c4 as LineItemExchangeData, hN as LineItemMetaData, cd as LineItemModifiersChange, ca as LineItemPriceChange, cb as LineItemProductNameChange, c9 as LineItemQuantityChange, at as LineItemQuantityChangeType, ii as LineItemQuantityChangeTypeWithLiterals, dM as LineItemRefund, eQ as LineItemRefundSummary, hL as LineItemTax, bf as LineItemTaxBreakdown, be as LineItemTaxInfo, gN as LineItemUpdate, hI as LineItems, hO as Locale, c_ as Location, bp as LocationAndQuantity, ci as ManagedAdditionalFee, cf as ManagedDiscount, ce as ManagedLineItem, aG as ManuallyRefundableReason, iw as ManuallyRefundableReasonWithLiterals, gU as MarkAsFulfilledRequest, gV as MarkAsFulfilledResponse, g$ as MarkAsUnfulfilledRequest, h0 as MarkAsUnfulfilledResponse, ea as MarkOrderAsPaidRequest, gP as MarkOrderAsSeenByHumanRequest, gQ as MarkOrderAsSeenByHumanResponse, gi as MaskedOrderLineItem, em as MembershipChargeItem, en as MembershipName, eI as MembershipPaymentDetails, cv as MembershipPaymentRefund, aO as MembershipPaymentStatus, iE as MembershipPaymentStatusWithLiterals, c0 as MerchantComment, bU as MerchantDiscount, bV as MerchantDiscountMerchantDiscountReasonOneOf, dj as MessageEnvelope, hX as MetaData, bt as ModifierGroup, c3 as NewExchangeOrderCreated, aF as NonRefundableReason, iv as NonRefundableReasonWithLiterals, ay as OrderActionType, io as OrderActionTypeWithLiterals, av as OrderActivityTypeEnumActivityType, ik as OrderActivityTypeEnumActivityTypeWithLiterals, aS as OrderApprovalStrategy, iI as OrderApprovalStrategyWithLiterals, d2 as OrderApproved, gr as OrderCanceled, gS as OrderCanceledEventOrderCanceled, c6 as OrderChange, c7 as OrderChangeValueOneOf, fx as OrderCreateNotifications, c2 as OrderCreatedFromExchange, fw as OrderCreationSettings, fS as OrderDeltasCommitted, gp as OrderFulfilled, d7 as OrderImported, d5 as OrderItemsRestocked, b0 as OrderLineItem, fK as OrderLineItemChangedDetails, gq as OrderNotFulfilled, go as OrderPaid, gD as OrderPartiallyPaid, gE as OrderPending, gn as OrderPlaced, c1 as OrderRefunded, gF as OrderRejected, d4 as OrderRejectedEventOrderRejected, i2 as OrderSearchSpec, c$ as OrderSettings, d0 as OrderSettingsAllowedActionsOneOf, aq as OrderStatus, bQ as OrderTaxBreakdown, bP as OrderTaxInfo, eu as OrderTransactions, d3 as OrdersExperiments, ev as Payment, cE as PaymentCanceled, cF as PaymentCanceledPaymentDetailsOneOf, aD as PaymentCollectabilityStatus, it as PaymentCollectabilityStatusWithLiterals, cG as PaymentDeclined, cH as PaymentDeclinedPaymentDetailsOneOf, ag as PaymentOptionType, i5 as PaymentOptionTypeWithLiterals, ew as PaymentPaymentDetailsOneOf, cz as PaymentPending, cA as PaymentPendingPaymentDetailsOneOf, ex as PaymentReceiptInfoOneOf, cx as PaymentRefundFailed, cw as PaymentRefunded, al as PaymentStatus, ha as PaymentStatusUpdated, ia as PaymentStatusWithLiterals, hV as Payments, hB as Phone, ba as PhysicalProperties, bK as PickupAddress, bJ as PickupDetails, ap as PickupMethod, ie as PickupMethodWithLiterals, gC as PickupReadyEmailSent, aV as Placement, iL as PlacementWithLiterals, b7 as PlainTextValue, fk as PlatformPaging, fn as PlatformPagingMetadata, fh as PlatformQuery, fi as PlatformQueryPagingMethodOneOf, e3 as PreparePaymentCollectionRequest, dW as PreviewBuyerConfirmationEmailRequest, dX as PreviewBuyerConfirmationEmailResponse, dU as PreviewBuyerPaymentsReceivedEmailRequest, dV as PreviewBuyerPaymentsReceivedEmailResponse, dY as PreviewBuyerPickupConfirmationEmailRequest, dZ as PreviewBuyerPickupConfirmationEmailResponse, dQ as PreviewCancelEmailRequest, dR as PreviewCancelEmailResponse, dS as PreviewCancelRefundEmailRequest, dT as PreviewCancelRefundEmailResponse, dH as PreviewEmailByTypeRequest, dI as PreviewEmailByTypeResponse, aA as PreviewEmailType, iq as PreviewEmailTypeWithLiterals, dJ as PreviewRefundEmailRequest, dP as PreviewRefundEmailResponse, e0 as PreviewResendDownloadLinksEmailRequest, e1 as PreviewResendDownloadLinksEmailResponse, d_ as PreviewShippingConfirmationEmailRequest, d$ as PreviewShippingConfirmationEmailResponse, bo as PriceDescription, bz as PriceSummary, b1 as ProductName, gI as PublicActivityContentOneOf, fp as QueryOrderRequest, fq as QueryOrderResponse, hz as QuotesAddress, aL as Reason, iB as ReasonWithLiterals, cI as ReceiptCreated, cJ as ReceiptCreatedReceiptInfoOneOf, cM as ReceiptSent, cN as ReceiptSentReceiptInfoOneOf, e8 as RecordManuallyCollectedPaymentRequest, e9 as RecordManuallyCollectedPaymentResponse, e4 as RedirectUrls, eL as Refund, dK as RefundDetails, cq as RefundInitiated, dL as RefundItem, eP as RefundItemsBreakdown, er as RefundSideEffects, aP as RefundStatus, eN as RefundStatusInfo, iF as RefundStatusWithLiterals, eM as RefundTransaction, eh as Refundability, ei as RefundabilityAdditionalRefundabilityInfoOneOf, aE as RefundableStatus, iu as RefundableStatusWithLiterals, cy as RefundedAsStoreCredit, cr as RefundedPayment, cs as RefundedPaymentKindOneOf, cB as RegularPayment, ey as RegularPaymentDetails, ez as RegularPaymentDetailsPaymentMethodDetailsOneOf, cC as RegularPaymentPaymentMethodDetailsOneOf, ct as RegularPaymentRefund, ht as Reschedule, es as RestockInfo, et as RestockItem, aH as RestockType, ix as RestockTypeWithLiterals, df as RestoreInfo, cm as SavedPaymentMethod, aB as ScheduledAction, ir as ScheduledActionWithLiterals, fr as SearchOrdersRequest, dm as SendBuyerConfirmationEmailRequest, dn as SendBuyerConfirmationEmailResponse, dp as SendBuyerPaymentsReceivedEmailRequest, dq as SendBuyerPaymentsReceivedEmailResponse, dr as SendBuyerPickupConfirmationEmailRequest, ds as SendBuyerPickupConfirmationEmailResponse, dv as SendBuyerShippingConfirmationEmailRequest, dw as SendBuyerShippingConfirmationEmailResponse, dB as SendCancelRefundEmailRequest, dC as SendCancelRefundEmailResponse, dz as SendMerchantOrderReceivedNotificationRequest, dA as SendMerchantOrderReceivedNotificationResponse, dF as SendMerchantOrderReceivedPushRequest, dG as SendMerchantOrderReceivedPushResponse, dD as SendRefundEmailRequest, dE as SendRefundEmailResponse, eo as ServiceProperties, da as SetOrderNumberCounterRequest, gA as ShippingAddressEdited, gw as ShippingConfirmationEmailSent, cl as ShippingInformation, ck as ShippingInformationChange, bM as ShippingPrice, dO as ShippingRefund, bN as ShippingRegion, aR as SortOrder, iH as SortOrderWithLiterals, fj as Sorting, hM as Source, aX as SourceType, iN as SourceTypeWithLiterals, hG as StandardDetails, bC as StreetAddress, hF as Subdivision, aW as SubdivisionType, iM as SubdivisionTypeWithLiterals, bj as SubscriptionDescription, ai as SubscriptionFrequency, i7 as SubscriptionFrequencyWithLiterals, bh as SubscriptionInfo, bk as SubscriptionSettings, bi as SubscriptionTitle, cZ as TagList, cY as Tags, hn as Task, hp as TaskAction, hq as TaskActionActionOneOf, ho as TaskKey, bO as TaxSummary, bq as TaxableAddress, br as TaxableAddressTaxableAddressDataOneOf, ak as TaxableAddressType, i9 as TaxableAddressTypeWithLiterals, hP as TotalPrice, cj as TotalPriceChange, gv as TrackingLinkAdded, gt as TrackingNumberAdded, gu as TrackingNumberEdited, aI as TransactionStatus, iy as TransactionStatusWithLiterals, bu as TranslatableString, cg as TranslatedValue, eq as TriggerRefundRequest, fb as TriggerReindexOrderRequest, f8 as TriggerReindexRequest, f9 as TriggerReindexResponse, g1 as UnArchiveOrderRequest, g2 as UnArchiveOrderResponse, gK as UpdateActivityRequest, ge as UpdateBillingContactDetailsRequest, gf as UpdateBillingContactDetailsResponse, ga as UpdateBuyerEmailRequest, gb as UpdateBuyerEmailResponse, g7 as UpdateBuyerInfoRequest, g9 as UpdateBuyerInfoResponse, eZ as UpdateInternalDocumentsEvent, e_ as UpdateInternalDocumentsEventOperationOneOf, gM as UpdateLineItemsDescriptionLinesRequest, gO as UpdateLineItemsDescriptionLinesResponse, gg as UpdateOrderLineItemRequest, gh as UpdateOrderLineItemsRequest, gj as UpdateOrderLineItemsResponse, fz as UpdateOrderRequest, fA as UpdateOrderResponse, gc as UpdateOrderShippingAddressRequest, gd as UpdateOrderShippingAddressResponse, gT as UpdateOrderStatusRequest, hb as V1BulkMarkOrdersAsPaidRequest, hc as V1BulkMarkOrdersAsPaidResponse, hd as V1CreatePaymentGatewayOrderRequest, he as V1CreatePaymentGatewayOrderResponse, fI as V1LineItemDelta, fJ as V1LineItemDeltaDeltaOneOf, h8 as V1MarkOrderAsPaidRequest, h9 as V1MarkOrderAsPaidResponse, d6 as V1RestockItem, eF as V1ScheduledAction, bG as V1ShippingInformation, h_ as Value, aZ as ValueType, iP as ValueTypeWithLiterals, bF as VatId, ao as VatType, id as VatTypeWithLiterals, f6 as VersionedDeleteByIdsOperation, f7 as VersionedDocumentId, f5 as VersionedDocumentUpdateOperation, aQ as VersioningMode, iG as VersioningModeWithLiterals, eV as VoidAuthorizedPaymentsRequest, az as WebhookIdentityType, ip as WebhookIdentityTypeWithLiterals, an as WeightUnit, ic as WeightUnitWithLiterals, cK as WixReceipt, eJ as WixReceiptInfo } from './ecom-v1-order-orders.universal-1_2ITIjv.js';
2
+ import { O as Order, I as ImportOrderResponse, S as SetOrderNumberCounterOptions, a as SetOrderNumberCounterResponse, B as BulkDeleteImportedOrdersOptions, b as BulkDeleteImportedOrdersResponse, P as Price, c as PreparePaymentCollectionOptions, d as PreparePaymentCollectionResponse, e as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentApplicationErrors, M as MarkOrderAsPaidResponse, f as PaymentCollectionMarkOrderAsPaidApplicationErrors, g as BulkMarkOrdersAsPaidResponse, h as GetRefundabilityStatusResponse, i as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, j as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, k as ChargeMembershipsOptions, l as PaymentRefund, T as TriggerRefundOptions, m as TriggerRefundResponse, n as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, o as VoidAuthorizedPaymentsApplicationErrors, p as PaymentCapture, q as CaptureAuthorizedPaymentsResponse, r as CaptureAuthorizedPaymentsApplicationErrors, s as GetOrderApplicationErrors, t as OrderSearch, u as SearchOrdersResponse, v as CreateOrderOptions, w as CreateOrderApplicationErrors, U as UpdateOrder, x as UpdateOrderApplicationErrors, y as MaskedOrder, z as BulkUpdateOrdersOptions, A as BulkUpdateOrdersResponse, D as CommitDeltasOptions, E as CommitDeltasResponse, F as CommitDeltasApplicationErrors, H as UpdateOrderLineItemIdentifiers, J as UpdateOrderLineItem, K as UpdateOrderLineItemResponse, L as PublicActivity, N as AddActivityResponse, Q as AddActivitiesOptions, W as AddActivitiesResponse, X as UpdateActivityIdentifiers, Y as UpdateActivityResponse, Z as DeleteActivityIdentifiers, _ as DeleteActivityResponse, $ as CancelOrderOptions, a0 as CancelOrderResponse, a1 as CancelOrderApplicationErrors, a2 as OrderStatusWithLiterals, a3 as UpdateOrderStatusResponse, a4 as UpdateOrderStatusApplicationErrors, a5 as AggregateOrdersOptions, a6 as AggregateOrdersResponse, a7 as BulkUpdateOrderTagsOptions, a8 as BulkUpdateOrderTagsResponse, a9 as OrderApprovedEnvelope, aa as OrderUpdatedEnvelope, ab as OrderCanceledEnvelope, ac as OrderCreatedEnvelope, ad as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-BSyIRD55.js';
3
+ export { di as ActionEvent, aM as ActionType, iC as ActionTypeWithLiterals, bZ as Activity, b_ as ActivityContentOneOf, au as ActivityType, ij as ActivityTypeWithLiterals, gJ as AddActivitiesRequest, gH as AddActivityRequest, gk as AddInternalActivityRequest, gG as AddInternalActivityResponse, cW as AdditionalFee, fO as AdditionalFeeDelta, fP as AdditionalFeeDeltaDeltaOneOf, dN as AdditionalFeeRefund, bB as Address, hA as AddressDescription, bD as AddressLocation, bA as AddressWithContact, aj as AdjustmentType, i8 as AdjustmentTypeWithLiterals, hh as AggregateOrdersRequest, eO as AggregatedRefundSummary, ee as ApplicationError, bR as AppliedDiscount, fM as AppliedDiscountDelta, fN as AppliedDiscountDeltaDeltaOneOf, bS as AppliedDiscountDiscountSourceOneOf, fX as ArchiveOrderRequest, fY as ArchiveOrderResponse, aw as AttributionSource, il as AttributionSourceWithLiterals, eD as AuthorizationActionFailureDetails, eC as AuthorizationCapture, aJ as AuthorizationCaptureStatus, iz as AuthorizationCaptureStatusWithLiterals, eB as AuthorizationDetails, eE as AuthorizationVoid, aK as AuthorizationVoidStatus, iA as AuthorizationVoidStatusWithLiterals, co as AuthorizedPaymentCaptured, cn as AuthorizedPaymentCreated, cp as AuthorizedPaymentVoided, cV as Balance, cU as BalanceSummary, i0 as BaseEventMetadata, fa as BatchOfTriggerReindexOrderRequest, hK as BigDecimalWrapper, bm as BillingAdjustment, bn as BillingAdjustmentPriceSummary, ef as BulkActionMetadata, f$ as BulkArchiveOrdersByFilterRequest, g0 as BulkArchiveOrdersByFilterResponse, fZ as BulkArchiveOrdersRequest, f_ as BulkArchiveOrdersResponse, db as BulkDeleteImportedOrdersRequest, gZ as BulkMarkAsFulfilledByFilterRequest, g_ as BulkMarkAsFulfilledByFilterResponse, gX as BulkMarkAsFulfilledRequest, gY as BulkMarkAsFulfilledResponse, h3 as BulkMarkAsUnfulfilledByFilterRequest, h4 as BulkMarkAsUnfulfilledByFilterResponse, h1 as BulkMarkAsUnfulfilledRequest, h2 as BulkMarkAsUnfulfilledResponse, eb as BulkMarkOrdersAsPaidRequest, ec as BulkOrderResult, dt as BulkSendBuyerPickupConfirmationEmailsRequest, du as BulkSendBuyerPickupConfirmationEmailsResponse, dx as BulkSendBuyerShippingConfirmationEmailsRequest, dy as BulkSendBuyerShippingConfirmationEmailsResponse, h5 as BulkSetBusinessLocationRequest, h6 as BulkSetBusinessLocationResponse, h7 as BulkSetBusinessLocationResult, g5 as BulkUnArchiveOrdersByFilterRequest, g6 as BulkUnArchiveOrdersByFilterResponse, g3 as BulkUnArchiveOrdersRequest, g4 as BulkUnArchiveOrdersResponse, hl as BulkUpdateOrderTagsRequest, hm as BulkUpdateOrderTagsResult, fB as BulkUpdateOrdersRequest, bw as BuyerInfo, bx as BuyerInfoIdOneOf, g8 as BuyerInfoUpdate, eS as CalculateRefundItemRequest, eU as CalculateRefundItemResponse, eR as CalculateRefundRequest, eT as CalculateRefundResponse, hU as CalculatedTax, hT as CalculatedTaxes, hs as Cancel, gR as CancelOrderRequest, eW as CaptureAuthorizedPaymentsRequest, b2 as CatalogReference, cS as ChannelInfo, ax as ChannelType, im as ChannelTypeWithLiterals, el as ChargeMembershipsRequest, ep as ChargeMembershipsResponse, eX as ChargeSavedPaymentMethodRequest, eY as ChargeSavedPaymentMethodResponse, eG as Chargeback, cO as ChargebackCreated, cP as ChargebackReversed, aN as ChargebackStatus, iD as ChargebackStatusWithLiterals, ek as ChargedBy, b8 as Color, fC as CommitDeltasRequest, fT as CommittedDiffs, fU as CommittedDiffsShippingUpdateInfoOneOf, hD as CommonAddress, hE as CommonAddressStreetOneOf, iS as CommonSearchWithEntityContext, hC as Company, hr as Complete, bT as Coupon, fv as CreateOrderRequest, fy as CreateOrderResponse, ej as CreatePaymentGatewayOrderRequest, cQ as CreatedBy, cR as CreatedByStringOneOf, cD as CreditCardDetails, eA as CreditCardPaymentMethodDetails, by as CurrencyConversionDetails, fl as CursorPaging, fu as CursorPagingMetadata, fs as CursorSearch, ft as CursorSearchPagingMethodOneOf, fo as Cursors, b$ as CustomActivity, d1 as CustomAllowedActions, cT as CustomField, aY as CustomFieldGroup, iO as CustomFieldGroupWithLiterals, hZ as CustomFieldValue, hx as Customer, hj as DecrementData, hi as DecrementItemsQuantityRequest, hk as DecrementItemsQuantityResponse, e5 as DelayedCaptureSettings, gL as DeleteActivityRequest, f2 as DeleteByFilterOperation, f1 as DeleteByIdsOperation, bH as DeliveryLogistics, bI as DeliveryLogisticsAddressOneOf, bL as DeliveryTimeSlot, aT as DeltaPaymentOptionType, iJ as DeltaPaymentOptionTypeWithLiterals, h$ as Deposit, a_ as DepositType, iQ as DepositTypeWithLiterals, b3 as DescriptionLine, b5 as DescriptionLineDescriptionLineValueOneOf, b6 as DescriptionLineName, ae as DescriptionLineType, i3 as DescriptionLineTypeWithLiterals, b4 as DescriptionLineValueOneOf, fc as DiffmatokyPayload, bg as DigitalFile, hR as Discount, hS as DiscountOneDiscountTypeOneOf, as as DiscountReason, ih as DiscountReasonWithLiterals, bW as DiscountRule, bX as DiscountRuleName, ar as DiscountType, ig as DiscountTypeWithLiterals, dc as DomainEvent, dd as DomainEventBodyOneOf, gs as DownloadLinkSent, c5 as DraftOrderChangesApplied, fQ as DraftOrderCommitSettings, fD as DraftOrderDiffs, fG as DraftOrderDiffsBillingUpdateInfoOneOf, fF as DraftOrderDiffsBuyerUpdateInfoOneOf, fH as DraftOrderDiffsRecipientUpdateInfoOneOf, fE as DraftOrderDiffsShippingUpdateInfoOneOf, e6 as Duration, aC as DurationUnit, is as DurationUnitWithLiterals, hy as Email, gB as EmailEdited, e2 as Empty, de as EntityCreatedEvent, dh as EntityDeletedEvent, dg as EntityUpdatedEvent, fd as ErrorInformation, i1 as EventMetadata, bs as ExtendedFields, cL as ExternalReceipt, eK as ExternalReceiptInfo, b9 as FocalPoint, bl as FreeTrialPeriod, gz as FulfillerEmailSent, am as FulfillmentStatus, gW as FulfillmentStatusUpdated, ib as FulfillmentStatusWithLiterals, cX as FulfillmentStatusesAggregate, bE as FullAddressContactDetails, fe as GetOrderRequest, ff as GetOrderResponse, e7 as GetPaymentCollectabilityStatusRequest, eg as GetRefundabilityStatusRequest, hf as GetShipmentsRequest, hg as GetShipmentsResponse, eH as GiftCardPaymentDetails, cu as GiftCardPaymentRefund, hv as IdAndVersion, dk as IdentificationData, dl as IdentificationDataIdOneOf, d9 as ImportOrderRequest, d8 as ImportedOrderDeleted, gl as InternalActivity, gm as InternalActivityContentOneOf, e$ as InternalDocument, f3 as InternalDocumentUpdateByFilterOperation, f0 as InternalDocumentUpdateOperation, fg as InternalQueryOrdersRequest, fm as InternalQueryOrdersResponse, f4 as InternalUpdateExistingOperation, aU as InventoryAction, iK as InventoryActionWithLiterals, fR as InventoryUpdateDetails, gx as InvoiceAdded, hH as InvoiceDates, hY as InvoiceDynamicPriceTotals, hw as InvoiceFields, gy as InvoiceSent, hu as InvoiceSentEvent, a$ as InvoiceStatus, iR as InvoiceStatusWithLiterals, hW as InvoicesPayment, fL as ItemChangedDetails, ed as ItemMetadata, bv as ItemModifier, bd as ItemTaxFullDetails, bb as ItemType, bc as ItemTypeItemTypeDataOneOf, af as ItemTypePreset, i4 as ItemTypePresetWithLiterals, hQ as ItemizedFee, ah as JurisdictionType, i6 as JurisdictionTypeWithLiterals, hJ as LineItem, ch as LineItemAmount, c8 as LineItemChanges, fV as LineItemDelta, fW as LineItemDeltaDeltaOneOf, cc as LineItemDescriptionLineChange, bY as LineItemDiscount, c4 as LineItemExchangeData, hN as LineItemMetaData, cd as LineItemModifiersChange, ca as LineItemPriceChange, cb as LineItemProductNameChange, c9 as LineItemQuantityChange, at as LineItemQuantityChangeType, ii as LineItemQuantityChangeTypeWithLiterals, dM as LineItemRefund, eQ as LineItemRefundSummary, hL as LineItemTax, bf as LineItemTaxBreakdown, be as LineItemTaxInfo, gN as LineItemUpdate, hI as LineItems, hO as Locale, c_ as Location, bp as LocationAndQuantity, ci as ManagedAdditionalFee, cf as ManagedDiscount, ce as ManagedLineItem, aG as ManuallyRefundableReason, iw as ManuallyRefundableReasonWithLiterals, gU as MarkAsFulfilledRequest, gV as MarkAsFulfilledResponse, g$ as MarkAsUnfulfilledRequest, h0 as MarkAsUnfulfilledResponse, ea as MarkOrderAsPaidRequest, gP as MarkOrderAsSeenByHumanRequest, gQ as MarkOrderAsSeenByHumanResponse, gi as MaskedOrderLineItem, em as MembershipChargeItem, en as MembershipName, eI as MembershipPaymentDetails, cv as MembershipPaymentRefund, aO as MembershipPaymentStatus, iE as MembershipPaymentStatusWithLiterals, c0 as MerchantComment, bU as MerchantDiscount, bV as MerchantDiscountMerchantDiscountReasonOneOf, dj as MessageEnvelope, hX as MetaData, bt as ModifierGroup, c3 as NewExchangeOrderCreated, aF as NonRefundableReason, iv as NonRefundableReasonWithLiterals, ay as OrderActionType, io as OrderActionTypeWithLiterals, av as OrderActivityTypeEnumActivityType, ik as OrderActivityTypeEnumActivityTypeWithLiterals, aS as OrderApprovalStrategy, iI as OrderApprovalStrategyWithLiterals, d2 as OrderApproved, gr as OrderCanceled, gS as OrderCanceledEventOrderCanceled, c6 as OrderChange, c7 as OrderChangeValueOneOf, fx as OrderCreateNotifications, c2 as OrderCreatedFromExchange, fw as OrderCreationSettings, fS as OrderDeltasCommitted, gp as OrderFulfilled, d7 as OrderImported, d5 as OrderItemsRestocked, b0 as OrderLineItem, fK as OrderLineItemChangedDetails, gq as OrderNotFulfilled, go as OrderPaid, gD as OrderPartiallyPaid, gE as OrderPending, gn as OrderPlaced, c1 as OrderRefunded, gF as OrderRejected, d4 as OrderRejectedEventOrderRejected, i2 as OrderSearchSpec, c$ as OrderSettings, d0 as OrderSettingsAllowedActionsOneOf, aq as OrderStatus, bQ as OrderTaxBreakdown, bP as OrderTaxInfo, eu as OrderTransactions, d3 as OrdersExperiments, ev as Payment, cE as PaymentCanceled, cF as PaymentCanceledPaymentDetailsOneOf, aD as PaymentCollectabilityStatus, it as PaymentCollectabilityStatusWithLiterals, cG as PaymentDeclined, cH as PaymentDeclinedPaymentDetailsOneOf, ag as PaymentOptionType, i5 as PaymentOptionTypeWithLiterals, ew as PaymentPaymentDetailsOneOf, cz as PaymentPending, cA as PaymentPendingPaymentDetailsOneOf, ex as PaymentReceiptInfoOneOf, cx as PaymentRefundFailed, cw as PaymentRefunded, al as PaymentStatus, ha as PaymentStatusUpdated, ia as PaymentStatusWithLiterals, hV as Payments, hB as Phone, ba as PhysicalProperties, bK as PickupAddress, bJ as PickupDetails, ap as PickupMethod, ie as PickupMethodWithLiterals, gC as PickupReadyEmailSent, aV as Placement, iL as PlacementWithLiterals, b7 as PlainTextValue, fk as PlatformPaging, fn as PlatformPagingMetadata, fh as PlatformQuery, fi as PlatformQueryPagingMethodOneOf, e3 as PreparePaymentCollectionRequest, dW as PreviewBuyerConfirmationEmailRequest, dX as PreviewBuyerConfirmationEmailResponse, dU as PreviewBuyerPaymentsReceivedEmailRequest, dV as PreviewBuyerPaymentsReceivedEmailResponse, dY as PreviewBuyerPickupConfirmationEmailRequest, dZ as PreviewBuyerPickupConfirmationEmailResponse, dQ as PreviewCancelEmailRequest, dR as PreviewCancelEmailResponse, dS as PreviewCancelRefundEmailRequest, dT as PreviewCancelRefundEmailResponse, dH as PreviewEmailByTypeRequest, dI as PreviewEmailByTypeResponse, aA as PreviewEmailType, iq as PreviewEmailTypeWithLiterals, dJ as PreviewRefundEmailRequest, dP as PreviewRefundEmailResponse, e0 as PreviewResendDownloadLinksEmailRequest, e1 as PreviewResendDownloadLinksEmailResponse, d_ as PreviewShippingConfirmationEmailRequest, d$ as PreviewShippingConfirmationEmailResponse, bo as PriceDescription, bz as PriceSummary, b1 as ProductName, gI as PublicActivityContentOneOf, fp as QueryOrderRequest, fq as QueryOrderResponse, hz as QuotesAddress, aL as Reason, iB as ReasonWithLiterals, cI as ReceiptCreated, cJ as ReceiptCreatedReceiptInfoOneOf, cM as ReceiptSent, cN as ReceiptSentReceiptInfoOneOf, e8 as RecordManuallyCollectedPaymentRequest, e9 as RecordManuallyCollectedPaymentResponse, e4 as RedirectUrls, eL as Refund, dK as RefundDetails, cq as RefundInitiated, dL as RefundItem, eP as RefundItemsBreakdown, er as RefundSideEffects, aP as RefundStatus, eN as RefundStatusInfo, iF as RefundStatusWithLiterals, eM as RefundTransaction, eh as Refundability, ei as RefundabilityAdditionalRefundabilityInfoOneOf, aE as RefundableStatus, iu as RefundableStatusWithLiterals, cy as RefundedAsStoreCredit, cr as RefundedPayment, cs as RefundedPaymentKindOneOf, cB as RegularPayment, ey as RegularPaymentDetails, ez as RegularPaymentDetailsPaymentMethodDetailsOneOf, cC as RegularPaymentPaymentMethodDetailsOneOf, ct as RegularPaymentRefund, ht as Reschedule, es as RestockInfo, et as RestockItem, aH as RestockType, ix as RestockTypeWithLiterals, df as RestoreInfo, cm as SavedPaymentMethod, aB as ScheduledAction, ir as ScheduledActionWithLiterals, fr as SearchOrdersRequest, dm as SendBuyerConfirmationEmailRequest, dn as SendBuyerConfirmationEmailResponse, dp as SendBuyerPaymentsReceivedEmailRequest, dq as SendBuyerPaymentsReceivedEmailResponse, dr as SendBuyerPickupConfirmationEmailRequest, ds as SendBuyerPickupConfirmationEmailResponse, dv as SendBuyerShippingConfirmationEmailRequest, dw as SendBuyerShippingConfirmationEmailResponse, dB as SendCancelRefundEmailRequest, dC as SendCancelRefundEmailResponse, dz as SendMerchantOrderReceivedNotificationRequest, dA as SendMerchantOrderReceivedNotificationResponse, dF as SendMerchantOrderReceivedPushRequest, dG as SendMerchantOrderReceivedPushResponse, dD as SendRefundEmailRequest, dE as SendRefundEmailResponse, eo as ServiceProperties, da as SetOrderNumberCounterRequest, gA as ShippingAddressEdited, gw as ShippingConfirmationEmailSent, cl as ShippingInformation, ck as ShippingInformationChange, bM as ShippingPrice, dO as ShippingRefund, bN as ShippingRegion, aR as SortOrder, iH as SortOrderWithLiterals, fj as Sorting, hM as Source, aX as SourceType, iN as SourceTypeWithLiterals, hG as StandardDetails, bC as StreetAddress, hF as Subdivision, aW as SubdivisionType, iM as SubdivisionTypeWithLiterals, bj as SubscriptionDescription, ai as SubscriptionFrequency, i7 as SubscriptionFrequencyWithLiterals, bh as SubscriptionInfo, bk as SubscriptionSettings, bi as SubscriptionTitle, cZ as TagList, cY as Tags, hn as Task, hp as TaskAction, hq as TaskActionActionOneOf, ho as TaskKey, bO as TaxSummary, bq as TaxableAddress, br as TaxableAddressTaxableAddressDataOneOf, ak as TaxableAddressType, i9 as TaxableAddressTypeWithLiterals, hP as TotalPrice, cj as TotalPriceChange, gv as TrackingLinkAdded, gt as TrackingNumberAdded, gu as TrackingNumberEdited, aI as TransactionStatus, iy as TransactionStatusWithLiterals, bu as TranslatableString, cg as TranslatedValue, eq as TriggerRefundRequest, fb as TriggerReindexOrderRequest, f8 as TriggerReindexRequest, f9 as TriggerReindexResponse, g1 as UnArchiveOrderRequest, g2 as UnArchiveOrderResponse, gK as UpdateActivityRequest, ge as UpdateBillingContactDetailsRequest, gf as UpdateBillingContactDetailsResponse, ga as UpdateBuyerEmailRequest, gb as UpdateBuyerEmailResponse, g7 as UpdateBuyerInfoRequest, g9 as UpdateBuyerInfoResponse, eZ as UpdateInternalDocumentsEvent, e_ as UpdateInternalDocumentsEventOperationOneOf, gM as UpdateLineItemsDescriptionLinesRequest, gO as UpdateLineItemsDescriptionLinesResponse, gg as UpdateOrderLineItemRequest, gh as UpdateOrderLineItemsRequest, gj as UpdateOrderLineItemsResponse, fz as UpdateOrderRequest, fA as UpdateOrderResponse, gc as UpdateOrderShippingAddressRequest, gd as UpdateOrderShippingAddressResponse, gT as UpdateOrderStatusRequest, hb as V1BulkMarkOrdersAsPaidRequest, hc as V1BulkMarkOrdersAsPaidResponse, hd as V1CreatePaymentGatewayOrderRequest, he as V1CreatePaymentGatewayOrderResponse, fI as V1LineItemDelta, fJ as V1LineItemDeltaDeltaOneOf, h8 as V1MarkOrderAsPaidRequest, h9 as V1MarkOrderAsPaidResponse, d6 as V1RestockItem, eF as V1ScheduledAction, bG as V1ShippingInformation, h_ as Value, aZ as ValueType, iP as ValueTypeWithLiterals, bF as VatId, ao as VatType, id as VatTypeWithLiterals, f6 as VersionedDeleteByIdsOperation, f7 as VersionedDocumentId, f5 as VersionedDocumentUpdateOperation, aQ as VersioningMode, iG as VersioningModeWithLiterals, eV as VoidAuthorizedPaymentsRequest, az as WebhookIdentityType, ip as WebhookIdentityTypeWithLiterals, an as WeightUnit, ic as WeightUnitWithLiterals, cK as WixReceipt, eJ as WixReceiptInfo } from './ecom-v1-order-orders.universal-BSyIRD55.js';
4
4
 
5
5
  /** @internal */
6
6
  declare function importOrder$1(httpClient: HttpClient): ImportOrderSignature;
@@ -458,9 +458,14 @@ declare const updateOrderStatus: MaybeContext<BuildRESTFunction<typeof updateOrd
458
458
  /** @internal */
459
459
  declare const aggregateOrders: MaybeContext<BuildRESTFunction<typeof aggregateOrders$1> & typeof aggregateOrders$1>;
460
460
  declare const bulkUpdateOrderTags: MaybeContext<BuildRESTFunction<typeof bulkUpdateOrderTags$1> & typeof bulkUpdateOrderTags$1>;
461
- /** */
461
+ /**
462
+ * Triggered when an order is created and its status is updated to `"APPROVED"`.
463
+ * Learn more about [eCommerce webhook payload structure](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/orders/order-object-conversion#webhook-conversion-table).
464
+ */
462
465
  declare const onOrderApproved: BuildEventDefinition<typeof onOrderApproved$1> & typeof onOrderApproved$1;
463
- /** */
466
+ /**
467
+ * Triggered when an order is updated.
468
+ */
464
469
  declare const onOrderUpdated: BuildEventDefinition<typeof onOrderUpdated$1> & typeof onOrderUpdated$1;
465
470
  /**
466
471
  * Triggered when an order is canceled.