@wix/auto_sdk_ecom_orders 1.0.128 → 1.0.130

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.
Files changed (41) hide show
  1. package/build/cjs/{ecom-v1-order-orders.universal-NMTSUZbl.d.ts → ecom-v1-order-orders.universal-BGvWMrca.d.ts} +21 -9
  2. package/build/cjs/index.d.ts +7 -7
  3. package/build/cjs/index.js +34 -30
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +23 -21
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +13 -7
  9. package/build/cjs/meta.js +23 -21
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{ecom-v1-order-orders.universal-NMTSUZbl.d.mts → ecom-v1-order-orders.universal-BGvWMrca.d.mts} +21 -9
  12. package/build/es/index.d.mts +7 -7
  13. package/build/es/index.mjs +31 -27
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +20 -18
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +13 -7
  19. package/build/es/meta.mjs +20 -18
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{ecom-v1-order-orders.universal-f_0Qlg8r.d.ts → ecom-v1-order-orders.universal-DdaUK3Pv.d.ts} +33 -21
  22. package/build/internal/cjs/index.d.ts +28 -28
  23. package/build/internal/cjs/index.js +34 -30
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +23 -21
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +13 -7
  29. package/build/internal/cjs/meta.js +23 -21
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{ecom-v1-order-orders.universal-f_0Qlg8r.d.mts → ecom-v1-order-orders.universal-DdaUK3Pv.d.mts} +33 -21
  32. package/build/internal/es/index.d.mts +28 -28
  33. package/build/internal/es/index.mjs +31 -27
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +20 -18
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +13 -7
  39. package/build/internal/es/meta.mjs +20 -18
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -283,6 +283,12 @@ interface OrderLineItem {
283
283
  locations?: LocationAndQuantity[];
284
284
  /** Address used for tax calculation. */
285
285
  taxableAddress?: TaxableAddress;
286
+ /**
287
+ * Whether the price is not yet defined, and will be updated after the order is created.
288
+ *
289
+ * Default: `false`
290
+ */
291
+ priceUndetermined?: boolean;
286
292
  /**
287
293
  * Custom extended fields for the line item object.
288
294
  *
@@ -6529,7 +6535,7 @@ type RecordManuallyCollectedPaymentApplicationErrors = {
6529
6535
  data?: Record<string, any>;
6530
6536
  };
6531
6537
  /** @docsIgnore */
6532
- type MarkOrderAsPaidApplicationErrors = {
6538
+ type PaymentCollectionMarkOrderAsPaidApplicationErrors = {
6533
6539
  code?: 'ORDER_ALREADY_PAID';
6534
6540
  description?: string;
6535
6541
  data?: Record<string, any>;
@@ -6543,7 +6549,7 @@ type MarkOrderAsPaidApplicationErrors = {
6543
6549
  data?: Record<string, any>;
6544
6550
  };
6545
6551
  /** @docsIgnore */
6546
- type CreatePaymentGatewayOrderApplicationErrors = {
6552
+ type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors = {
6547
6553
  code?: 'ORDER_ALREADY_PAID';
6548
6554
  description?: string;
6549
6555
  data?: Record<string, any>;
@@ -6933,7 +6939,7 @@ interface PreparePaymentCollectionOptions {
6933
6939
  * @fqn com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.GetPaymentCollectabilityStatus
6934
6940
  */
6935
6941
  declare function getPaymentCollectabilityStatus(ecomOrderId: string): Promise<NonNullablePaths<GetPaymentCollectabilityStatusResponse, `status` | `amount.amount` | `amount.formattedAmount`, 3>>;
6936
- interface CreatePaymentGatewayOrderOptions {
6942
+ interface PaymentCollectionCreatePaymentGatewayOrderOptions {
6937
6943
  /** Information about the user who initiated the payment. */
6938
6944
  chargedBy?: ChargedBy;
6939
6945
  }
@@ -7000,7 +7006,7 @@ declare function captureAuthorizedPayments(ecomOrderId: string, payments: NonNul
7000
7006
  * @returns Fulfilled - The requested order.
7001
7007
  * @fqn com.wix.ecom.orders.v1.Orders.GetOrder
7002
7008
  */
7003
- declare function getOrder(_id: string): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
7009
+ declare function getOrder(_id: string): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `lineItems.${number}.priceUndetermined` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
7004
7010
  __applicationErrorsType?: GetOrderApplicationErrors;
7005
7011
  }>;
7006
7012
  interface OrderSearchSpec extends SearchSpec {
@@ -7156,7 +7162,7 @@ type OrderSearch = {
7156
7162
  * @returns Newly created order.
7157
7163
  * @fqn com.wix.ecom.orders.v1.Orders.CreateOrder
7158
7164
  */
7159
- declare function createOrder(order: NonNullablePaths<Order, `billingInfo.contactDetails` | `channelInfo` | `currencyConversionDetails.conversionRate` | `currencyConversionDetails.originalCurrency` | `lineItems` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.itemType` | `lineItems.${number}.price` | `lineItems.${number}.productName` | `lineItems.${number}.productName.original` | `lineItems.${number}.quantity` | `priceSummary`, 5>, options?: CreateOrderOptions): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
7165
+ declare function createOrder(order: NonNullablePaths<Order, `billingInfo.contactDetails` | `channelInfo` | `currencyConversionDetails.conversionRate` | `currencyConversionDetails.originalCurrency` | `lineItems` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.itemType` | `lineItems.${number}.price` | `lineItems.${number}.productName` | `lineItems.${number}.productName.original` | `lineItems.${number}.quantity` | `priceSummary`, 5>, options?: CreateOrderOptions): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `lineItems.${number}.priceUndetermined` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
7160
7166
  __applicationErrorsType?: CreateOrderApplicationErrors;
7161
7167
  }>;
7162
7168
  interface CreateOrderOptions {
@@ -7199,7 +7205,7 @@ interface CreateOrderOptions {
7199
7205
  * @returns Newly created order.
7200
7206
  * @fqn com.wix.ecom.orders.v1.Orders.UpdateOrder
7201
7207
  */
7202
- declare function updateOrder(_id: string, order: UpdateOrder): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
7208
+ declare function updateOrder(_id: string, order: UpdateOrder): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `lineItems.${number}.priceUndetermined` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
7203
7209
  __applicationErrorsType?: UpdateOrderApplicationErrors;
7204
7210
  }>;
7205
7211
  interface UpdateOrder {
@@ -7559,6 +7565,12 @@ interface UpdateOrderLineItem {
7559
7565
  locations?: LocationAndQuantity[];
7560
7566
  /** Address used for tax calculation. */
7561
7567
  taxableAddress?: TaxableAddress;
7568
+ /**
7569
+ * Whether the price is not yet defined, and will be updated after the order is created.
7570
+ *
7571
+ * Default: `false`
7572
+ */
7573
+ priceUndetermined?: boolean;
7562
7574
  /**
7563
7575
  * Custom extended fields for the line item object.
7564
7576
  *
@@ -7589,7 +7601,7 @@ interface UpdateOrderLineItem {
7589
7601
  * @applicableIdentity APP
7590
7602
  * @fqn com.wix.ecom.orders.v1.Orders.AddActivities
7591
7603
  */
7592
- declare function addActivities(orderId: string, options?: NonNullablePaths<AddActivitiesOptions, `orderActivities.${number}.activityType`, 4>): Promise<NonNullablePaths<AddActivitiesResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.customActivity.appId` | `order.activities.${number}.customActivity.type` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name` | `activityIds`, 7>>;
7604
+ declare function addActivities(orderId: string, options?: NonNullablePaths<AddActivitiesOptions, `orderActivities.${number}.activityType`, 4>): Promise<NonNullablePaths<AddActivitiesResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.lineItems.${number}.priceUndetermined` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.customActivity.appId` | `order.activities.${number}.customActivity.type` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name` | `activityIds`, 7>>;
7593
7605
  interface AddActivitiesOptions {
7594
7606
  /**
7595
7607
  * Activities to add to the order.
@@ -7635,7 +7647,7 @@ interface DeleteActivityIdentifiers {
7635
7647
  * @applicableIdentity APP
7636
7648
  * @fqn com.wix.ecom.orders.v1.Orders.CancelOrder
7637
7649
  */
7638
- declare function cancelOrder(_id: string, options?: CancelOrderOptions): Promise<NonNullablePaths<CancelOrderResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.customActivity.appId` | `order.activities.${number}.customActivity.type` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name`, 7> & {
7650
+ declare function cancelOrder(_id: string, options?: CancelOrderOptions): Promise<NonNullablePaths<CancelOrderResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.lineItems.${number}.priceUndetermined` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.customActivity.appId` | `order.activities.${number}.customActivity.type` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name`, 7> & {
7639
7651
  __applicationErrorsType?: CancelOrderApplicationErrors;
7640
7652
  }>;
7641
7653
  interface CancelOrderOptions {
@@ -7686,4 +7698,4 @@ interface BulkUpdateOrderTagsOptions {
7686
7698
  unassignTags?: Tags;
7687
7699
  }
7688
7700
 
7689
- export { OrderActionType as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentStatus as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, VatType as H, ItemTypePreset as I, JurisdictionType as J, PickupMethod as K, OrderStatus as L, type MaskedOrder as M, DiscountType as N, type Order as O, type Price as P, DiscountReason as Q, LineItemQuantityChangeType as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ActivityType as X, OrderActivityTypeEnumActivityType as Y, AttributionSource as Z, ChannelType as _, type PreparePaymentCollectionOptions as a, type CurrencyConversionDetails as a$, WebhookIdentityType as a0, PreviewEmailType as a1, ScheduledAction as a2, DurationUnit as a3, PaymentCollectabilityStatus as a4, RefundableStatus as a5, NonRefundableReason as a6, ManuallyRefundableReason as a7, RestockType as a8, TransactionStatus as a9, type PlainTextValue as aA, type Color as aB, type FocalPoint as aC, type PhysicalProperties as aD, type ItemType as aE, type ItemTypeItemTypeDataOneOf as aF, type ItemTaxFullDetails as aG, type LineItemTaxInfo as aH, type LineItemTaxBreakdown as aI, type DigitalFile as aJ, type SubscriptionInfo as aK, type SubscriptionTitle as aL, type SubscriptionDescription as aM, type SubscriptionSettings as aN, type FreeTrialPeriod as aO, type BillingAdjustment as aP, type BillingAdjustmentPriceSummary as aQ, type PriceDescription as aR, type LocationAndQuantity as aS, type TaxableAddress as aT, type TaxableAddressTaxableAddressDataOneOf as aU, type ExtendedFields as aV, type ModifierGroup as aW, type TranslatableString as aX, type ItemModifier as aY, type BuyerInfo as aZ, type BuyerInfoIdOneOf as a_, AuthorizationCaptureStatus as aa, AuthorizationVoidStatus as ab, Reason as ac, ActionType as ad, ChargebackStatus as ae, MembershipPaymentStatus as af, RefundStatus as ag, VersioningMode as ah, SortOrder as ai, OrderApprovalStrategy as aj, DeltaPaymentOptionType as ak, InventoryAction as al, Placement as am, SubdivisionType as an, SourceType as ao, CustomFieldGroup as ap, ValueType as aq, DepositType as ar, InvoiceStatus as as, type OrderLineItem as at, type ProductName as au, type CatalogReference as av, type DescriptionLine as aw, type DescriptionLineValueOneOf as ax, type DescriptionLineDescriptionLineValueOneOf as ay, type DescriptionLineName as az, type PreparePaymentCollectionResponse as b, type RefundedAsStoreCredit as b$, type PriceSummary as b0, type AddressWithContact as b1, type Address as b2, type StreetAddress as b3, type AddressLocation as b4, type FullAddressContactDetails as b5, type VatId as b6, type V1ShippingInformation as b7, type DeliveryLogistics as b8, type DeliveryLogisticsAddressOneOf as b9, type OrderChangeValueOneOf as bA, type LineItemChanges as bB, type LineItemQuantityChange as bC, type LineItemPriceChange as bD, type LineItemProductNameChange as bE, type LineItemDescriptionLineChange as bF, type LineItemModifiersChange as bG, type ManagedLineItem as bH, type ManagedDiscount as bI, type TranslatedValue as bJ, type LineItemAmount as bK, type ManagedAdditionalFee as bL, type TotalPriceChange as bM, type ShippingInformationChange as bN, type ShippingInformation as bO, type SavedPaymentMethod as bP, type AuthorizedPaymentCreated as bQ, type AuthorizedPaymentCaptured as bR, type AuthorizedPaymentVoided as bS, type RefundInitiated as bT, type RefundedPayment as bU, type RefundedPaymentKindOneOf as bV, type RegularPaymentRefund as bW, type GiftCardPaymentRefund as bX, type MembershipPaymentRefund as bY, type PaymentRefunded as bZ, type PaymentRefundFailed as b_, type PickupDetails as ba, type PickupAddress as bb, type DeliveryTimeSlot as bc, type ShippingPrice as bd, type ShippingRegion as be, type TaxSummary as bf, type OrderTaxInfo as bg, type OrderTaxBreakdown as bh, type AppliedDiscount as bi, type AppliedDiscountDiscountSourceOneOf as bj, type Coupon as bk, type MerchantDiscount as bl, type MerchantDiscountMerchantDiscountReasonOneOf as bm, type DiscountRule as bn, type DiscountRuleName as bo, type LineItemDiscount as bp, type Activity as bq, type ActivityContentOneOf as br, type CustomActivity as bs, type MerchantComment as bt, type OrderRefunded as bu, type OrderCreatedFromExchange as bv, type NewExchangeOrderCreated as bw, type LineItemExchangeData as bx, type DraftOrderChangesApplied as by, type OrderChange as bz, type PreparePaymentCollectionApplicationErrors as c, type SendBuyerShippingConfirmationEmailResponse as c$, type PaymentPending as c0, type PaymentPendingPaymentDetailsOneOf as c1, type RegularPayment as c2, type RegularPaymentPaymentMethodDetailsOneOf as c3, type CreditCardDetails as c4, type PaymentCanceled as c5, type PaymentCanceledPaymentDetailsOneOf as c6, type PaymentDeclined as c7, type PaymentDeclinedPaymentDetailsOneOf as c8, type ReceiptCreated as c9, type OrderImported as cA, type ImportedOrderDeleted as cB, type ImportOrderRequest as cC, type ImportOrderResponse as cD, type SetOrderNumberCounterRequest as cE, type SetOrderNumberCounterResponse as cF, type BulkDeleteImportedOrdersRequest as cG, type BulkDeleteImportedOrdersResponse as cH, type DomainEvent as cI, type DomainEventBodyOneOf as cJ, type EntityCreatedEvent as cK, type RestoreInfo as cL, type EntityUpdatedEvent as cM, type EntityDeletedEvent as cN, type ActionEvent as cO, type MessageEnvelope as cP, type IdentificationData as cQ, type IdentificationDataIdOneOf as cR, type SendBuyerConfirmationEmailRequest as cS, type SendBuyerConfirmationEmailResponse as cT, type SendBuyerPaymentsReceivedEmailRequest as cU, type SendBuyerPaymentsReceivedEmailResponse as cV, type SendBuyerPickupConfirmationEmailRequest as cW, type SendBuyerPickupConfirmationEmailResponse as cX, type BulkSendBuyerPickupConfirmationEmailsRequest as cY, type BulkSendBuyerPickupConfirmationEmailsResponse as cZ, type SendBuyerShippingConfirmationEmailRequest as c_, type ReceiptCreatedReceiptInfoOneOf as ca, type WixReceipt as cb, type ExternalReceipt as cc, type ReceiptSent as cd, type ReceiptSentReceiptInfoOneOf as ce, type ChargebackCreated as cf, type ChargebackReversed as cg, type CreatedBy as ch, type CreatedByStringOneOf as ci, type ChannelInfo as cj, type CustomField as ck, type BalanceSummary as cl, type Balance as cm, type AdditionalFee as cn, type FulfillmentStatusesAggregate as co, type Tags as cp, type TagList as cq, type Location as cr, type OrderSettings as cs, type OrderSettingsAllowedActionsOneOf as ct, type CustomAllowedActions as cu, type OrderApproved as cv, type OrdersExperiments as cw, type OrderRejectedEventOrderRejected as cx, type OrderItemsRestocked as cy, type V1RestockItem as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type PaymentRefund as d$, type BulkSendBuyerShippingConfirmationEmailsRequest as d0, type BulkSendBuyerShippingConfirmationEmailsResponse as d1, type SendMerchantOrderReceivedNotificationRequest as d2, type SendMerchantOrderReceivedNotificationResponse as d3, type SendCancelRefundEmailRequest as d4, type SendCancelRefundEmailResponse as d5, type SendRefundEmailRequest as d6, type SendRefundEmailResponse as d7, type SendMerchantOrderReceivedPushRequest as d8, type SendMerchantOrderReceivedPushResponse as d9, type RedirectUrls as dA, type DelayedCaptureSettings as dB, type Duration as dC, type GetPaymentCollectabilityStatusRequest as dD, type RecordManuallyCollectedPaymentRequest as dE, type RecordManuallyCollectedPaymentResponse as dF, type MarkOrderAsPaidRequest as dG, type MarkOrderAsPaidResponse as dH, type BulkMarkOrdersAsPaidRequest as dI, type BulkMarkOrdersAsPaidResponse as dJ, type BulkOrderResult as dK, type ItemMetadata as dL, type ApplicationError as dM, type BulkActionMetadata as dN, type GetRefundabilityStatusRequest as dO, type GetRefundabilityStatusResponse as dP, type Refundability as dQ, type RefundabilityAdditionalRefundabilityInfoOneOf as dR, type CreatePaymentGatewayOrderRequest as dS, type ChargedBy as dT, type CreatePaymentGatewayOrderResponse as dU, type ChargeMembershipsRequest as dV, type MembershipChargeItem as dW, type MembershipName as dX, type ServiceProperties as dY, type ChargeMembershipsResponse as dZ, type TriggerRefundRequest as d_, type PreviewEmailByTypeRequest as da, type PreviewEmailByTypeResponse as db, type PreviewRefundEmailRequest as dc, type RefundDetails as dd, type RefundItem as de, type LineItemRefund as df, type AdditionalFeeRefund as dg, type ShippingRefund as dh, type PreviewRefundEmailResponse as di, type PreviewCancelEmailRequest as dj, type PreviewCancelEmailResponse as dk, type PreviewCancelRefundEmailRequest as dl, type PreviewCancelRefundEmailResponse as dm, type PreviewBuyerPaymentsReceivedEmailRequest as dn, type PreviewBuyerPaymentsReceivedEmailResponse as dp, type PreviewBuyerConfirmationEmailRequest as dq, type PreviewBuyerConfirmationEmailResponse as dr, type PreviewBuyerPickupConfirmationEmailRequest as ds, type PreviewBuyerPickupConfirmationEmailResponse as dt, type PreviewShippingConfirmationEmailRequest as du, type PreviewShippingConfirmationEmailResponse as dv, type PreviewResendDownloadLinksEmailRequest as dw, type PreviewResendDownloadLinksEmailResponse as dx, type Empty as dy, type PreparePaymentCollectionRequest as dz, type PaymentCapture as e, type QueryOrderRequest as e$, type RefundSideEffects as e0, type RestockInfo as e1, type RestockItem as e2, type TriggerRefundResponse as e3, type OrderTransactions as e4, type Payment as e5, type PaymentPaymentDetailsOneOf as e6, type PaymentReceiptInfoOneOf as e7, type RegularPaymentDetails as e8, type RegularPaymentDetailsPaymentMethodDetailsOneOf as e9, type UpdateInternalDocumentsEventOperationOneOf as eA, type InternalDocument as eB, type InternalDocumentUpdateOperation as eC, type DeleteByIdsOperation as eD, type DeleteByFilterOperation as eE, type InternalDocumentUpdateByFilterOperation as eF, type InternalUpdateExistingOperation as eG, type VersionedDocumentUpdateOperation as eH, type VersionedDeleteByIdsOperation as eI, type VersionedDocumentId as eJ, type TriggerReindexRequest as eK, type TriggerReindexResponse as eL, type BatchOfTriggerReindexOrderRequest as eM, type TriggerReindexOrderRequest as eN, type DiffmatokyPayload as eO, type ErrorInformation as eP, type GetOrderRequest as eQ, type GetOrderResponse as eR, type InternalQueryOrdersRequest as eS, type PlatformQuery as eT, type PlatformQueryPagingMethodOneOf as eU, type Sorting as eV, type PlatformPaging as eW, type CursorPaging as eX, type InternalQueryOrdersResponse as eY, type PlatformPagingMetadata as eZ, type Cursors as e_, type CreditCardPaymentMethodDetails as ea, type AuthorizationDetails as eb, type AuthorizationCapture as ec, type AuthorizationActionFailureDetails as ed, type AuthorizationVoid as ee, type V1ScheduledAction as ef, type Chargeback as eg, type GiftCardPaymentDetails as eh, type MembershipPaymentDetails as ei, type WixReceiptInfo as ej, type ExternalReceiptInfo as ek, type Refund as el, type RefundTransaction as em, type RefundStatusInfo as en, type AggregatedRefundSummary as eo, type RefundItemsBreakdown as ep, type LineItemRefundSummary as eq, type CalculateRefundRequest as er, type CalculateRefundItemRequest as es, type CalculateRefundResponse as et, type CalculateRefundItemResponse as eu, type VoidAuthorizedPaymentsRequest as ev, type CaptureAuthorizedPaymentsRequest as ew, type ChargeSavedPaymentMethodRequest as ex, type ChargeSavedPaymentMethodResponse as ey, type UpdateInternalDocumentsEvent as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type OrderPlaced as f$, type QueryOrderResponse as f0, type SearchOrdersRequest as f1, type CursorSearch as f2, type CursorSearchPagingMethodOneOf as f3, type CursorPagingMetadata as f4, type CreateOrderRequest as f5, type OrderCreationSettings as f6, type OrderCreateNotifications as f7, type CreateOrderResponse as f8, type UpdateOrderRequest as f9, type BulkArchiveOrdersRequest as fA, type BulkArchiveOrdersResponse as fB, type BulkArchiveOrdersByFilterRequest as fC, type BulkArchiveOrdersByFilterResponse as fD, type UnArchiveOrderRequest as fE, type UnArchiveOrderResponse as fF, type BulkUnArchiveOrdersRequest as fG, type BulkUnArchiveOrdersResponse as fH, type BulkUnArchiveOrdersByFilterRequest as fI, type BulkUnArchiveOrdersByFilterResponse as fJ, type UpdateBuyerInfoRequest as fK, type BuyerInfoUpdate as fL, type UpdateBuyerInfoResponse as fM, type UpdateBuyerEmailRequest as fN, type UpdateBuyerEmailResponse as fO, type UpdateOrderShippingAddressRequest as fP, type UpdateOrderShippingAddressResponse as fQ, type UpdateBillingContactDetailsRequest as fR, type UpdateBillingContactDetailsResponse as fS, type UpdateOrderLineItemRequest as fT, type UpdateOrderLineItemResponse as fU, type UpdateOrderLineItemsRequest as fV, type MaskedOrderLineItem as fW, type UpdateOrderLineItemsResponse as fX, type AddInternalActivityRequest as fY, type InternalActivity as fZ, type InternalActivityContentOneOf as f_, type UpdateOrderResponse as fa, type BulkUpdateOrdersRequest as fb, type CommitDeltasRequest as fc, type DraftOrderDiffs as fd, type DraftOrderDiffsShippingUpdateInfoOneOf as fe, type DraftOrderDiffsBuyerUpdateInfoOneOf as ff, type DraftOrderDiffsBillingUpdateInfoOneOf as fg, type DraftOrderDiffsRecipientUpdateInfoOneOf as fh, type V1LineItemDelta as fi, type V1LineItemDeltaDeltaOneOf as fj, type OrderLineItemChangedDetails as fk, type ItemChangedDetails as fl, type AppliedDiscountDelta as fm, type AppliedDiscountDeltaDeltaOneOf as fn, type AdditionalFeeDelta as fo, type AdditionalFeeDeltaDeltaOneOf as fp, type DraftOrderCommitSettings as fq, type InventoryUpdateDetails as fr, type CommitDeltasResponse as fs, type OrderDeltasCommitted as ft, type CommittedDiffs as fu, type CommittedDiffsShippingUpdateInfoOneOf as fv, type LineItemDelta as fw, type LineItemDeltaDeltaOneOf as fx, type ArchiveOrderRequest as fy, type ArchiveOrderResponse as fz, type GetOrderApplicationErrors as g, type AggregateOrdersResponse as g$, type OrderPaid as g0, type OrderFulfilled as g1, type OrderNotFulfilled as g2, type OrderCanceled as g3, type DownloadLinkSent as g4, type TrackingNumberAdded as g5, type TrackingNumberEdited as g6, type TrackingLinkAdded as g7, type ShippingConfirmationEmailSent as g8, type InvoiceAdded as g9, type UpdateOrderStatusResponse as gA, type MarkAsFulfilledRequest as gB, type MarkAsFulfilledResponse as gC, type FulfillmentStatusUpdated as gD, type BulkMarkAsFulfilledRequest as gE, type BulkMarkAsFulfilledResponse as gF, type BulkMarkAsFulfilledByFilterRequest as gG, type BulkMarkAsFulfilledByFilterResponse as gH, type MarkAsUnfulfilledRequest as gI, type MarkAsUnfulfilledResponse as gJ, type BulkMarkAsUnfulfilledRequest as gK, type BulkMarkAsUnfulfilledResponse as gL, type BulkMarkAsUnfulfilledByFilterRequest as gM, type BulkMarkAsUnfulfilledByFilterResponse as gN, type BulkSetBusinessLocationRequest as gO, type BulkSetBusinessLocationResponse as gP, type BulkSetBusinessLocationResult as gQ, type V1MarkOrderAsPaidRequest as gR, type V1MarkOrderAsPaidResponse as gS, type PaymentStatusUpdated as gT, type V1BulkMarkOrdersAsPaidRequest as gU, type V1BulkMarkOrdersAsPaidResponse as gV, type V1CreatePaymentGatewayOrderRequest as gW, type V1CreatePaymentGatewayOrderResponse as gX, type GetShipmentsRequest as gY, type GetShipmentsResponse as gZ, type AggregateOrdersRequest as g_, type InvoiceSent as ga, type FulfillerEmailSent as gb, type ShippingAddressEdited as gc, type EmailEdited as gd, type PickupReadyEmailSent as ge, type OrderPartiallyPaid as gf, type OrderPending as gg, type OrderRejected as gh, type AddInternalActivityResponse as gi, type AddActivityRequest as gj, type PublicActivity as gk, type PublicActivityContentOneOf as gl, type AddActivityResponse as gm, type AddActivitiesRequest as gn, type UpdateActivityRequest as go, type UpdateActivityResponse as gp, type DeleteActivityRequest as gq, type DeleteActivityResponse as gr, type UpdateLineItemsDescriptionLinesRequest as gs, type LineItemUpdate as gt, type UpdateLineItemsDescriptionLinesResponse as gu, type MarkOrderAsSeenByHumanRequest as gv, type MarkOrderAsSeenByHumanResponse as gw, type CancelOrderRequest as gx, type OrderCanceledEventOrderCanceled as gy, type UpdateOrderStatusRequest as gz, type OrderSearch as h, type JurisdictionTypeWithLiterals as h$, type DecrementItemsQuantityRequest as h0, type DecrementData as h1, type DecrementItemsQuantityResponse as h2, type BulkUpdateOrderTagsRequest as h3, type BulkUpdateOrderTagsResult as h4, type Task as h5, type TaskKey as h6, type TaskAction as h7, type TaskActionActionOneOf as h8, type Complete as h9, type DiscountOneDiscountTypeOneOf as hA, type CalculatedTaxes as hB, type CalculatedTax as hC, type Payments as hD, type InvoicesPayment as hE, type MetaData as hF, type InvoiceDynamicPriceTotals as hG, type CustomFieldValue as hH, type Value as hI, type Deposit as hJ, type BaseEventMetadata as hK, type EventMetadata as hL, type SetOrderNumberCounterOptions as hM, type BulkDeleteImportedOrdersOptions as hN, type CreatePaymentGatewayOrderOptions as hO, type ChargeMembershipsOptions as hP, type TriggerRefundOptions as hQ, type OrderSearchSpec as hR, type CommitDeltasOptions as hS, type UpdateOrderLineItemIdentifiers as hT, type UpdateOrderLineItem as hU, type UpdateActivityIdentifiers as hV, type DeleteActivityIdentifiers as hW, type AggregateOrdersOptions as hX, type DescriptionLineTypeWithLiterals as hY, type ItemTypePresetWithLiterals as hZ, type PaymentOptionTypeWithLiterals as h_, type Cancel as ha, type Reschedule as hb, type InvoiceSentEvent as hc, type IdAndVersion as hd, type InvoiceFields as he, type Customer as hf, type Email as hg, type QuotesAddress as hh, type AddressDescription as hi, type Phone as hj, type Company as hk, type CommonAddress as hl, type CommonAddressStreetOneOf as hm, type Subdivision as hn, type StandardDetails as ho, type InvoiceDates as hp, type LineItems as hq, type LineItem as hr, type BigDecimalWrapper as hs, type LineItemTax as ht, type Source as hu, type LineItemMetaData as hv, type Locale as hw, type TotalPrice as hx, type ItemizedFee as hy, type Discount as hz, type CreateOrderOptions as i, captureAuthorizedPayments as i$, type SubscriptionFrequencyWithLiterals as i0, type AdjustmentTypeWithLiterals as i1, type TaxableAddressTypeWithLiterals as i2, type PaymentStatusWithLiterals as i3, type FulfillmentStatusWithLiterals as i4, type WeightUnitWithLiterals as i5, type VatTypeWithLiterals as i6, type PickupMethodWithLiterals as i7, type OrderStatusWithLiterals as i8, type DiscountTypeWithLiterals as i9, type VersioningModeWithLiterals as iA, type SortOrderWithLiterals as iB, type OrderApprovalStrategyWithLiterals as iC, type DeltaPaymentOptionTypeWithLiterals as iD, type InventoryActionWithLiterals as iE, type PlacementWithLiterals as iF, type SubdivisionTypeWithLiterals as iG, type SourceTypeWithLiterals as iH, type CustomFieldGroupWithLiterals as iI, type ValueTypeWithLiterals as iJ, type DepositTypeWithLiterals as iK, type InvoiceStatusWithLiterals as iL, type RecordManuallyCollectedPaymentApplicationErrors as iM, type MarkOrderAsPaidApplicationErrors as iN, type CreatePaymentGatewayOrderApplicationErrors as iO, type TriggerRefundApplicationErrors as iP, type CommitDeltasApplicationErrors as iQ, type UpdateOrderStatusApplicationErrors as iR, type CommonSearchWithEntityContext as iS, onOrderApproved as iT, onOrderUpdated as iU, onOrderCanceled as iV, onOrderCreated as iW, onOrderPaymentStatusUpdated as iX, preparePaymentCollection as iY, getPaymentCollectabilityStatus as iZ, voidAuthorizedPayments as i_, type DiscountReasonWithLiterals as ia, type LineItemQuantityChangeTypeWithLiterals as ib, type ActivityTypeWithLiterals as ic, type OrderActivityTypeEnumActivityTypeWithLiterals as id, type AttributionSourceWithLiterals as ie, type ChannelTypeWithLiterals as ig, type OrderActionTypeWithLiterals as ih, type WebhookIdentityTypeWithLiterals as ii, type PreviewEmailTypeWithLiterals as ij, type ScheduledActionWithLiterals as ik, type DurationUnitWithLiterals as il, type PaymentCollectabilityStatusWithLiterals as im, type RefundableStatusWithLiterals as io, type NonRefundableReasonWithLiterals as ip, type ManuallyRefundableReasonWithLiterals as iq, type RestockTypeWithLiterals as ir, type TransactionStatusWithLiterals as is, type AuthorizationCaptureStatusWithLiterals as it, type AuthorizationVoidStatusWithLiterals as iu, type ReasonWithLiterals as iv, type ActionTypeWithLiterals as iw, type ChargebackStatusWithLiterals as ix, type MembershipPaymentStatusWithLiterals as iy, type RefundStatusWithLiterals as iz, type CreateOrderApplicationErrors as j, getOrder as j0, createOrder as j1, updateOrder as j2, bulkUpdateOrders as j3, addActivities as j4, cancelOrder as j5, bulkUpdateOrderTags as j6, type UpdateOrderApplicationErrors as k, type BulkUpdateOrdersResponse as l, type AddActivitiesResponse as m, type CancelOrderOptions as n, type CancelOrderResponse as o, type CancelOrderApplicationErrors as p, type BulkUpdateOrderTagsOptions as q, type BulkUpdateOrderTagsResponse as r, type OrderApprovedEnvelope as s, type OrderUpdatedEnvelope as t, type OrderCanceledEnvelope as u, type OrderCreatedEnvelope as v, type OrderPaymentStatusUpdatedEnvelope as w, PaymentOptionType as x, SubscriptionFrequency as y, AdjustmentType as z };
7701
+ export { OrderActionType as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentStatus as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, VatType as H, ItemTypePreset as I, JurisdictionType as J, PickupMethod as K, OrderStatus as L, type MaskedOrder as M, DiscountType as N, type Order as O, type Price as P, DiscountReason as Q, LineItemQuantityChangeType as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ActivityType as X, OrderActivityTypeEnumActivityType as Y, AttributionSource as Z, ChannelType as _, type PreparePaymentCollectionOptions as a, type CurrencyConversionDetails as a$, WebhookIdentityType as a0, PreviewEmailType as a1, ScheduledAction as a2, DurationUnit as a3, PaymentCollectabilityStatus as a4, RefundableStatus as a5, NonRefundableReason as a6, ManuallyRefundableReason as a7, RestockType as a8, TransactionStatus as a9, type PlainTextValue as aA, type Color as aB, type FocalPoint as aC, type PhysicalProperties as aD, type ItemType as aE, type ItemTypeItemTypeDataOneOf as aF, type ItemTaxFullDetails as aG, type LineItemTaxInfo as aH, type LineItemTaxBreakdown as aI, type DigitalFile as aJ, type SubscriptionInfo as aK, type SubscriptionTitle as aL, type SubscriptionDescription as aM, type SubscriptionSettings as aN, type FreeTrialPeriod as aO, type BillingAdjustment as aP, type BillingAdjustmentPriceSummary as aQ, type PriceDescription as aR, type LocationAndQuantity as aS, type TaxableAddress as aT, type TaxableAddressTaxableAddressDataOneOf as aU, type ExtendedFields as aV, type ModifierGroup as aW, type TranslatableString as aX, type ItemModifier as aY, type BuyerInfo as aZ, type BuyerInfoIdOneOf as a_, AuthorizationCaptureStatus as aa, AuthorizationVoidStatus as ab, Reason as ac, ActionType as ad, ChargebackStatus as ae, MembershipPaymentStatus as af, RefundStatus as ag, VersioningMode as ah, SortOrder as ai, OrderApprovalStrategy as aj, DeltaPaymentOptionType as ak, InventoryAction as al, Placement as am, SubdivisionType as an, SourceType as ao, CustomFieldGroup as ap, ValueType as aq, DepositType as ar, InvoiceStatus as as, type OrderLineItem as at, type ProductName as au, type CatalogReference as av, type DescriptionLine as aw, type DescriptionLineValueOneOf as ax, type DescriptionLineDescriptionLineValueOneOf as ay, type DescriptionLineName as az, type PreparePaymentCollectionResponse as b, type RefundedAsStoreCredit as b$, type PriceSummary as b0, type AddressWithContact as b1, type Address as b2, type StreetAddress as b3, type AddressLocation as b4, type FullAddressContactDetails as b5, type VatId as b6, type V1ShippingInformation as b7, type DeliveryLogistics as b8, type DeliveryLogisticsAddressOneOf as b9, type OrderChangeValueOneOf as bA, type LineItemChanges as bB, type LineItemQuantityChange as bC, type LineItemPriceChange as bD, type LineItemProductNameChange as bE, type LineItemDescriptionLineChange as bF, type LineItemModifiersChange as bG, type ManagedLineItem as bH, type ManagedDiscount as bI, type TranslatedValue as bJ, type LineItemAmount as bK, type ManagedAdditionalFee as bL, type TotalPriceChange as bM, type ShippingInformationChange as bN, type ShippingInformation as bO, type SavedPaymentMethod as bP, type AuthorizedPaymentCreated as bQ, type AuthorizedPaymentCaptured as bR, type AuthorizedPaymentVoided as bS, type RefundInitiated as bT, type RefundedPayment as bU, type RefundedPaymentKindOneOf as bV, type RegularPaymentRefund as bW, type GiftCardPaymentRefund as bX, type MembershipPaymentRefund as bY, type PaymentRefunded as bZ, type PaymentRefundFailed as b_, type PickupDetails as ba, type PickupAddress as bb, type DeliveryTimeSlot as bc, type ShippingPrice as bd, type ShippingRegion as be, type TaxSummary as bf, type OrderTaxInfo as bg, type OrderTaxBreakdown as bh, type AppliedDiscount as bi, type AppliedDiscountDiscountSourceOneOf as bj, type Coupon as bk, type MerchantDiscount as bl, type MerchantDiscountMerchantDiscountReasonOneOf as bm, type DiscountRule as bn, type DiscountRuleName as bo, type LineItemDiscount as bp, type Activity as bq, type ActivityContentOneOf as br, type CustomActivity as bs, type MerchantComment as bt, type OrderRefunded as bu, type OrderCreatedFromExchange as bv, type NewExchangeOrderCreated as bw, type LineItemExchangeData as bx, type DraftOrderChangesApplied as by, type OrderChange as bz, type PreparePaymentCollectionApplicationErrors as c, type SendBuyerShippingConfirmationEmailResponse as c$, type PaymentPending as c0, type PaymentPendingPaymentDetailsOneOf as c1, type RegularPayment as c2, type RegularPaymentPaymentMethodDetailsOneOf as c3, type CreditCardDetails as c4, type PaymentCanceled as c5, type PaymentCanceledPaymentDetailsOneOf as c6, type PaymentDeclined as c7, type PaymentDeclinedPaymentDetailsOneOf as c8, type ReceiptCreated as c9, type OrderImported as cA, type ImportedOrderDeleted as cB, type ImportOrderRequest as cC, type ImportOrderResponse as cD, type SetOrderNumberCounterRequest as cE, type SetOrderNumberCounterResponse as cF, type BulkDeleteImportedOrdersRequest as cG, type BulkDeleteImportedOrdersResponse as cH, type DomainEvent as cI, type DomainEventBodyOneOf as cJ, type EntityCreatedEvent as cK, type RestoreInfo as cL, type EntityUpdatedEvent as cM, type EntityDeletedEvent as cN, type ActionEvent as cO, type MessageEnvelope as cP, type IdentificationData as cQ, type IdentificationDataIdOneOf as cR, type SendBuyerConfirmationEmailRequest as cS, type SendBuyerConfirmationEmailResponse as cT, type SendBuyerPaymentsReceivedEmailRequest as cU, type SendBuyerPaymentsReceivedEmailResponse as cV, type SendBuyerPickupConfirmationEmailRequest as cW, type SendBuyerPickupConfirmationEmailResponse as cX, type BulkSendBuyerPickupConfirmationEmailsRequest as cY, type BulkSendBuyerPickupConfirmationEmailsResponse as cZ, type SendBuyerShippingConfirmationEmailRequest as c_, type ReceiptCreatedReceiptInfoOneOf as ca, type WixReceipt as cb, type ExternalReceipt as cc, type ReceiptSent as cd, type ReceiptSentReceiptInfoOneOf as ce, type ChargebackCreated as cf, type ChargebackReversed as cg, type CreatedBy as ch, type CreatedByStringOneOf as ci, type ChannelInfo as cj, type CustomField as ck, type BalanceSummary as cl, type Balance as cm, type AdditionalFee as cn, type FulfillmentStatusesAggregate as co, type Tags as cp, type TagList as cq, type Location as cr, type OrderSettings as cs, type OrderSettingsAllowedActionsOneOf as ct, type CustomAllowedActions as cu, type OrderApproved as cv, type OrdersExperiments as cw, type OrderRejectedEventOrderRejected as cx, type OrderItemsRestocked as cy, type V1RestockItem as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type PaymentRefund as d$, type BulkSendBuyerShippingConfirmationEmailsRequest as d0, type BulkSendBuyerShippingConfirmationEmailsResponse as d1, type SendMerchantOrderReceivedNotificationRequest as d2, type SendMerchantOrderReceivedNotificationResponse as d3, type SendCancelRefundEmailRequest as d4, type SendCancelRefundEmailResponse as d5, type SendRefundEmailRequest as d6, type SendRefundEmailResponse as d7, type SendMerchantOrderReceivedPushRequest as d8, type SendMerchantOrderReceivedPushResponse as d9, type RedirectUrls as dA, type DelayedCaptureSettings as dB, type Duration as dC, type GetPaymentCollectabilityStatusRequest as dD, type RecordManuallyCollectedPaymentRequest as dE, type RecordManuallyCollectedPaymentResponse as dF, type MarkOrderAsPaidRequest as dG, type MarkOrderAsPaidResponse as dH, type BulkMarkOrdersAsPaidRequest as dI, type BulkMarkOrdersAsPaidResponse as dJ, type BulkOrderResult as dK, type ItemMetadata as dL, type ApplicationError as dM, type BulkActionMetadata as dN, type GetRefundabilityStatusRequest as dO, type GetRefundabilityStatusResponse as dP, type Refundability as dQ, type RefundabilityAdditionalRefundabilityInfoOneOf as dR, type CreatePaymentGatewayOrderRequest as dS, type ChargedBy as dT, type CreatePaymentGatewayOrderResponse as dU, type ChargeMembershipsRequest as dV, type MembershipChargeItem as dW, type MembershipName as dX, type ServiceProperties as dY, type ChargeMembershipsResponse as dZ, type TriggerRefundRequest as d_, type PreviewEmailByTypeRequest as da, type PreviewEmailByTypeResponse as db, type PreviewRefundEmailRequest as dc, type RefundDetails as dd, type RefundItem as de, type LineItemRefund as df, type AdditionalFeeRefund as dg, type ShippingRefund as dh, type PreviewRefundEmailResponse as di, type PreviewCancelEmailRequest as dj, type PreviewCancelEmailResponse as dk, type PreviewCancelRefundEmailRequest as dl, type PreviewCancelRefundEmailResponse as dm, type PreviewBuyerPaymentsReceivedEmailRequest as dn, type PreviewBuyerPaymentsReceivedEmailResponse as dp, type PreviewBuyerConfirmationEmailRequest as dq, type PreviewBuyerConfirmationEmailResponse as dr, type PreviewBuyerPickupConfirmationEmailRequest as ds, type PreviewBuyerPickupConfirmationEmailResponse as dt, type PreviewShippingConfirmationEmailRequest as du, type PreviewShippingConfirmationEmailResponse as dv, type PreviewResendDownloadLinksEmailRequest as dw, type PreviewResendDownloadLinksEmailResponse as dx, type Empty as dy, type PreparePaymentCollectionRequest as dz, type PaymentCapture as e, type QueryOrderRequest as e$, type RefundSideEffects as e0, type RestockInfo as e1, type RestockItem as e2, type TriggerRefundResponse as e3, type OrderTransactions as e4, type Payment as e5, type PaymentPaymentDetailsOneOf as e6, type PaymentReceiptInfoOneOf as e7, type RegularPaymentDetails as e8, type RegularPaymentDetailsPaymentMethodDetailsOneOf as e9, type UpdateInternalDocumentsEventOperationOneOf as eA, type InternalDocument as eB, type InternalDocumentUpdateOperation as eC, type DeleteByIdsOperation as eD, type DeleteByFilterOperation as eE, type InternalDocumentUpdateByFilterOperation as eF, type InternalUpdateExistingOperation as eG, type VersionedDocumentUpdateOperation as eH, type VersionedDeleteByIdsOperation as eI, type VersionedDocumentId as eJ, type TriggerReindexRequest as eK, type TriggerReindexResponse as eL, type BatchOfTriggerReindexOrderRequest as eM, type TriggerReindexOrderRequest as eN, type DiffmatokyPayload as eO, type ErrorInformation as eP, type GetOrderRequest as eQ, type GetOrderResponse as eR, type InternalQueryOrdersRequest as eS, type PlatformQuery as eT, type PlatformQueryPagingMethodOneOf as eU, type Sorting as eV, type PlatformPaging as eW, type CursorPaging as eX, type InternalQueryOrdersResponse as eY, type PlatformPagingMetadata as eZ, type Cursors as e_, type CreditCardPaymentMethodDetails as ea, type AuthorizationDetails as eb, type AuthorizationCapture as ec, type AuthorizationActionFailureDetails as ed, type AuthorizationVoid as ee, type V1ScheduledAction as ef, type Chargeback as eg, type GiftCardPaymentDetails as eh, type MembershipPaymentDetails as ei, type WixReceiptInfo as ej, type ExternalReceiptInfo as ek, type Refund as el, type RefundTransaction as em, type RefundStatusInfo as en, type AggregatedRefundSummary as eo, type RefundItemsBreakdown as ep, type LineItemRefundSummary as eq, type CalculateRefundRequest as er, type CalculateRefundItemRequest as es, type CalculateRefundResponse as et, type CalculateRefundItemResponse as eu, type VoidAuthorizedPaymentsRequest as ev, type CaptureAuthorizedPaymentsRequest as ew, type ChargeSavedPaymentMethodRequest as ex, type ChargeSavedPaymentMethodResponse as ey, type UpdateInternalDocumentsEvent as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type OrderPlaced as f$, type QueryOrderResponse as f0, type SearchOrdersRequest as f1, type CursorSearch as f2, type CursorSearchPagingMethodOneOf as f3, type CursorPagingMetadata as f4, type CreateOrderRequest as f5, type OrderCreationSettings as f6, type OrderCreateNotifications as f7, type CreateOrderResponse as f8, type UpdateOrderRequest as f9, type BulkArchiveOrdersRequest as fA, type BulkArchiveOrdersResponse as fB, type BulkArchiveOrdersByFilterRequest as fC, type BulkArchiveOrdersByFilterResponse as fD, type UnArchiveOrderRequest as fE, type UnArchiveOrderResponse as fF, type BulkUnArchiveOrdersRequest as fG, type BulkUnArchiveOrdersResponse as fH, type BulkUnArchiveOrdersByFilterRequest as fI, type BulkUnArchiveOrdersByFilterResponse as fJ, type UpdateBuyerInfoRequest as fK, type BuyerInfoUpdate as fL, type UpdateBuyerInfoResponse as fM, type UpdateBuyerEmailRequest as fN, type UpdateBuyerEmailResponse as fO, type UpdateOrderShippingAddressRequest as fP, type UpdateOrderShippingAddressResponse as fQ, type UpdateBillingContactDetailsRequest as fR, type UpdateBillingContactDetailsResponse as fS, type UpdateOrderLineItemRequest as fT, type UpdateOrderLineItemResponse as fU, type UpdateOrderLineItemsRequest as fV, type MaskedOrderLineItem as fW, type UpdateOrderLineItemsResponse as fX, type AddInternalActivityRequest as fY, type InternalActivity as fZ, type InternalActivityContentOneOf as f_, type UpdateOrderResponse as fa, type BulkUpdateOrdersRequest as fb, type CommitDeltasRequest as fc, type DraftOrderDiffs as fd, type DraftOrderDiffsShippingUpdateInfoOneOf as fe, type DraftOrderDiffsBuyerUpdateInfoOneOf as ff, type DraftOrderDiffsBillingUpdateInfoOneOf as fg, type DraftOrderDiffsRecipientUpdateInfoOneOf as fh, type V1LineItemDelta as fi, type V1LineItemDeltaDeltaOneOf as fj, type OrderLineItemChangedDetails as fk, type ItemChangedDetails as fl, type AppliedDiscountDelta as fm, type AppliedDiscountDeltaDeltaOneOf as fn, type AdditionalFeeDelta as fo, type AdditionalFeeDeltaDeltaOneOf as fp, type DraftOrderCommitSettings as fq, type InventoryUpdateDetails as fr, type CommitDeltasResponse as fs, type OrderDeltasCommitted as ft, type CommittedDiffs as fu, type CommittedDiffsShippingUpdateInfoOneOf as fv, type LineItemDelta as fw, type LineItemDeltaDeltaOneOf as fx, type ArchiveOrderRequest as fy, type ArchiveOrderResponse as fz, type GetOrderApplicationErrors as g, type AggregateOrdersResponse as g$, type OrderPaid as g0, type OrderFulfilled as g1, type OrderNotFulfilled as g2, type OrderCanceled as g3, type DownloadLinkSent as g4, type TrackingNumberAdded as g5, type TrackingNumberEdited as g6, type TrackingLinkAdded as g7, type ShippingConfirmationEmailSent as g8, type InvoiceAdded as g9, type UpdateOrderStatusResponse as gA, type MarkAsFulfilledRequest as gB, type MarkAsFulfilledResponse as gC, type FulfillmentStatusUpdated as gD, type BulkMarkAsFulfilledRequest as gE, type BulkMarkAsFulfilledResponse as gF, type BulkMarkAsFulfilledByFilterRequest as gG, type BulkMarkAsFulfilledByFilterResponse as gH, type MarkAsUnfulfilledRequest as gI, type MarkAsUnfulfilledResponse as gJ, type BulkMarkAsUnfulfilledRequest as gK, type BulkMarkAsUnfulfilledResponse as gL, type BulkMarkAsUnfulfilledByFilterRequest as gM, type BulkMarkAsUnfulfilledByFilterResponse as gN, type BulkSetBusinessLocationRequest as gO, type BulkSetBusinessLocationResponse as gP, type BulkSetBusinessLocationResult as gQ, type V1MarkOrderAsPaidRequest as gR, type V1MarkOrderAsPaidResponse as gS, type PaymentStatusUpdated as gT, type V1BulkMarkOrdersAsPaidRequest as gU, type V1BulkMarkOrdersAsPaidResponse as gV, type V1CreatePaymentGatewayOrderRequest as gW, type V1CreatePaymentGatewayOrderResponse as gX, type GetShipmentsRequest as gY, type GetShipmentsResponse as gZ, type AggregateOrdersRequest as g_, type InvoiceSent as ga, type FulfillerEmailSent as gb, type ShippingAddressEdited as gc, type EmailEdited as gd, type PickupReadyEmailSent as ge, type OrderPartiallyPaid as gf, type OrderPending as gg, type OrderRejected as gh, type AddInternalActivityResponse as gi, type AddActivityRequest as gj, type PublicActivity as gk, type PublicActivityContentOneOf as gl, type AddActivityResponse as gm, type AddActivitiesRequest as gn, type UpdateActivityRequest as go, type UpdateActivityResponse as gp, type DeleteActivityRequest as gq, type DeleteActivityResponse as gr, type UpdateLineItemsDescriptionLinesRequest as gs, type LineItemUpdate as gt, type UpdateLineItemsDescriptionLinesResponse as gu, type MarkOrderAsSeenByHumanRequest as gv, type MarkOrderAsSeenByHumanResponse as gw, type CancelOrderRequest as gx, type OrderCanceledEventOrderCanceled as gy, type UpdateOrderStatusRequest as gz, type OrderSearch as h, type JurisdictionTypeWithLiterals as h$, type DecrementItemsQuantityRequest as h0, type DecrementData as h1, type DecrementItemsQuantityResponse as h2, type BulkUpdateOrderTagsRequest as h3, type BulkUpdateOrderTagsResult as h4, type Task as h5, type TaskKey as h6, type TaskAction as h7, type TaskActionActionOneOf as h8, type Complete as h9, type DiscountOneDiscountTypeOneOf as hA, type CalculatedTaxes as hB, type CalculatedTax as hC, type Payments as hD, type InvoicesPayment as hE, type MetaData as hF, type InvoiceDynamicPriceTotals as hG, type CustomFieldValue as hH, type Value as hI, type Deposit as hJ, type BaseEventMetadata as hK, type EventMetadata as hL, type SetOrderNumberCounterOptions as hM, type BulkDeleteImportedOrdersOptions as hN, type PaymentCollectionCreatePaymentGatewayOrderOptions as hO, type ChargeMembershipsOptions as hP, type TriggerRefundOptions as hQ, type OrderSearchSpec as hR, type CommitDeltasOptions as hS, type UpdateOrderLineItemIdentifiers as hT, type UpdateOrderLineItem as hU, type UpdateActivityIdentifiers as hV, type DeleteActivityIdentifiers as hW, type AggregateOrdersOptions as hX, type DescriptionLineTypeWithLiterals as hY, type ItemTypePresetWithLiterals as hZ, type PaymentOptionTypeWithLiterals as h_, type Cancel as ha, type Reschedule as hb, type InvoiceSentEvent as hc, type IdAndVersion as hd, type InvoiceFields as he, type Customer as hf, type Email as hg, type QuotesAddress as hh, type AddressDescription as hi, type Phone as hj, type Company as hk, type CommonAddress as hl, type CommonAddressStreetOneOf as hm, type Subdivision as hn, type StandardDetails as ho, type InvoiceDates as hp, type LineItems as hq, type LineItem as hr, type BigDecimalWrapper as hs, type LineItemTax as ht, type Source as hu, type LineItemMetaData as hv, type Locale as hw, type TotalPrice as hx, type ItemizedFee as hy, type Discount as hz, type CreateOrderOptions as i, captureAuthorizedPayments as i$, type SubscriptionFrequencyWithLiterals as i0, type AdjustmentTypeWithLiterals as i1, type TaxableAddressTypeWithLiterals as i2, type PaymentStatusWithLiterals as i3, type FulfillmentStatusWithLiterals as i4, type WeightUnitWithLiterals as i5, type VatTypeWithLiterals as i6, type PickupMethodWithLiterals as i7, type OrderStatusWithLiterals as i8, type DiscountTypeWithLiterals as i9, type VersioningModeWithLiterals as iA, type SortOrderWithLiterals as iB, type OrderApprovalStrategyWithLiterals as iC, type DeltaPaymentOptionTypeWithLiterals as iD, type InventoryActionWithLiterals as iE, type PlacementWithLiterals as iF, type SubdivisionTypeWithLiterals as iG, type SourceTypeWithLiterals as iH, type CustomFieldGroupWithLiterals as iI, type ValueTypeWithLiterals as iJ, type DepositTypeWithLiterals as iK, type InvoiceStatusWithLiterals as iL, type RecordManuallyCollectedPaymentApplicationErrors as iM, type PaymentCollectionMarkOrderAsPaidApplicationErrors as iN, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as iO, type TriggerRefundApplicationErrors as iP, type CommitDeltasApplicationErrors as iQ, type UpdateOrderStatusApplicationErrors as iR, type CommonSearchWithEntityContext as iS, onOrderApproved as iT, onOrderUpdated as iU, onOrderCanceled as iV, onOrderCreated as iW, onOrderPaymentStatusUpdated as iX, preparePaymentCollection as iY, getPaymentCollectabilityStatus as iZ, voidAuthorizedPayments as i_, type DiscountReasonWithLiterals as ia, type LineItemQuantityChangeTypeWithLiterals as ib, type ActivityTypeWithLiterals as ic, type OrderActivityTypeEnumActivityTypeWithLiterals as id, type AttributionSourceWithLiterals as ie, type ChannelTypeWithLiterals as ig, type OrderActionTypeWithLiterals as ih, type WebhookIdentityTypeWithLiterals as ii, type PreviewEmailTypeWithLiterals as ij, type ScheduledActionWithLiterals as ik, type DurationUnitWithLiterals as il, type PaymentCollectabilityStatusWithLiterals as im, type RefundableStatusWithLiterals as io, type NonRefundableReasonWithLiterals as ip, type ManuallyRefundableReasonWithLiterals as iq, type RestockTypeWithLiterals as ir, type TransactionStatusWithLiterals as is, type AuthorizationCaptureStatusWithLiterals as it, type AuthorizationVoidStatusWithLiterals as iu, type ReasonWithLiterals as iv, type ActionTypeWithLiterals as iw, type ChargebackStatusWithLiterals as ix, type MembershipPaymentStatusWithLiterals as iy, type RefundStatusWithLiterals as iz, type CreateOrderApplicationErrors as j, getOrder as j0, createOrder as j1, updateOrder as j2, bulkUpdateOrders as j3, addActivities as j4, cancelOrder as j5, bulkUpdateOrderTags as j6, type UpdateOrderApplicationErrors as k, type BulkUpdateOrdersResponse as l, type AddActivitiesResponse as m, type CancelOrderOptions as n, type CancelOrderResponse as o, type CancelOrderApplicationErrors as p, type BulkUpdateOrderTagsOptions as q, type BulkUpdateOrderTagsResponse as r, type OrderApprovedEnvelope as s, type OrderUpdatedEnvelope as t, type OrderCanceledEnvelope as u, type OrderCreatedEnvelope as v, type OrderPaymentStatusUpdatedEnvelope as w, PaymentOptionType as x, SubscriptionFrequency as y, AdjustmentType as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, A as AddActivitiesOptions, m as AddActivitiesResponse, n as CancelOrderOptions, o as CancelOrderResponse, p as CancelOrderApplicationErrors, q as BulkUpdateOrderTagsOptions, r as BulkUpdateOrderTagsResponse, s as OrderApprovedEnvelope, t as OrderUpdatedEnvelope, u as OrderCanceledEnvelope, v as OrderCreatedEnvelope, w as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-NMTSUZbl.mjs';
3
- export { cO as ActionEvent, ad as ActionType, iw as ActionTypeWithLiterals, bq as Activity, br as ActivityContentOneOf, X as ActivityType, ic as ActivityTypeWithLiterals, gn as AddActivitiesRequest, gj as AddActivityRequest, gm as AddActivityResponse, fY as AddInternalActivityRequest, gi as AddInternalActivityResponse, cn as AdditionalFee, fo as AdditionalFeeDelta, fp as AdditionalFeeDeltaDeltaOneOf, dg as AdditionalFeeRefund, b2 as Address, hi as AddressDescription, b4 as AddressLocation, b1 as AddressWithContact, z as AdjustmentType, i1 as AdjustmentTypeWithLiterals, hX as AggregateOrdersOptions, g_ as AggregateOrdersRequest, g$ as AggregateOrdersResponse, eo as AggregatedRefundSummary, dM as ApplicationError, bi as AppliedDiscount, fm as AppliedDiscountDelta, fn as AppliedDiscountDeltaDeltaOneOf, bj as AppliedDiscountDiscountSourceOneOf, fy as ArchiveOrderRequest, fz as ArchiveOrderResponse, Z as AttributionSource, ie as AttributionSourceWithLiterals, ed as AuthorizationActionFailureDetails, ec as AuthorizationCapture, aa as AuthorizationCaptureStatus, it as AuthorizationCaptureStatusWithLiterals, eb as AuthorizationDetails, ee as AuthorizationVoid, ab as AuthorizationVoidStatus, iu as AuthorizationVoidStatusWithLiterals, bR as AuthorizedPaymentCaptured, bQ as AuthorizedPaymentCreated, bS as AuthorizedPaymentVoided, cm as Balance, cl as BalanceSummary, hK as BaseEventMetadata, eM as BatchOfTriggerReindexOrderRequest, hs as BigDecimalWrapper, aP as BillingAdjustment, aQ as BillingAdjustmentPriceSummary, dN as BulkActionMetadata, fC as BulkArchiveOrdersByFilterRequest, fD as BulkArchiveOrdersByFilterResponse, fA as BulkArchiveOrdersRequest, fB as BulkArchiveOrdersResponse, hN as BulkDeleteImportedOrdersOptions, cG as BulkDeleteImportedOrdersRequest, cH as BulkDeleteImportedOrdersResponse, gG as BulkMarkAsFulfilledByFilterRequest, gH as BulkMarkAsFulfilledByFilterResponse, gE as BulkMarkAsFulfilledRequest, gF as BulkMarkAsFulfilledResponse, gM as BulkMarkAsUnfulfilledByFilterRequest, gN as BulkMarkAsUnfulfilledByFilterResponse, gK as BulkMarkAsUnfulfilledRequest, gL as BulkMarkAsUnfulfilledResponse, dI as BulkMarkOrdersAsPaidRequest, dJ as BulkMarkOrdersAsPaidResponse, dK as BulkOrderResult, cY as BulkSendBuyerPickupConfirmationEmailsRequest, cZ as BulkSendBuyerPickupConfirmationEmailsResponse, d0 as BulkSendBuyerShippingConfirmationEmailsRequest, d1 as BulkSendBuyerShippingConfirmationEmailsResponse, gO as BulkSetBusinessLocationRequest, gP as BulkSetBusinessLocationResponse, gQ as BulkSetBusinessLocationResult, fI as BulkUnArchiveOrdersByFilterRequest, fJ as BulkUnArchiveOrdersByFilterResponse, fG as BulkUnArchiveOrdersRequest, fH as BulkUnArchiveOrdersResponse, h3 as BulkUpdateOrderTagsRequest, h4 as BulkUpdateOrderTagsResult, fb as BulkUpdateOrdersRequest, aZ as BuyerInfo, a_ as BuyerInfoIdOneOf, fL as BuyerInfoUpdate, es as CalculateRefundItemRequest, eu as CalculateRefundItemResponse, er as CalculateRefundRequest, et as CalculateRefundResponse, hC as CalculatedTax, hB as CalculatedTaxes, ha as Cancel, gx as CancelOrderRequest, ew as CaptureAuthorizedPaymentsRequest, av as CatalogReference, cj as ChannelInfo, _ as ChannelType, ig as ChannelTypeWithLiterals, hP as ChargeMembershipsOptions, dV as ChargeMembershipsRequest, dZ as ChargeMembershipsResponse, ex as ChargeSavedPaymentMethodRequest, ey as ChargeSavedPaymentMethodResponse, eg as Chargeback, cf as ChargebackCreated, cg as ChargebackReversed, ae as ChargebackStatus, ix as ChargebackStatusWithLiterals, dT as ChargedBy, aB as Color, iQ as CommitDeltasApplicationErrors, hS as CommitDeltasOptions, fc as CommitDeltasRequest, fs as CommitDeltasResponse, fu as CommittedDiffs, fv as CommittedDiffsShippingUpdateInfoOneOf, hl as CommonAddress, hm as CommonAddressStreetOneOf, iS as CommonSearchWithEntityContext, hk as Company, h9 as Complete, bk as Coupon, f5 as CreateOrderRequest, f8 as CreateOrderResponse, iO as CreatePaymentGatewayOrderApplicationErrors, hO as CreatePaymentGatewayOrderOptions, dS as CreatePaymentGatewayOrderRequest, dU as CreatePaymentGatewayOrderResponse, ch as CreatedBy, ci as CreatedByStringOneOf, c4 as CreditCardDetails, ea as CreditCardPaymentMethodDetails, a$ as CurrencyConversionDetails, eX as CursorPaging, f4 as CursorPagingMetadata, f2 as CursorSearch, f3 as CursorSearchPagingMethodOneOf, e_ as Cursors, bs as CustomActivity, cu as CustomAllowedActions, ck as CustomField, ap as CustomFieldGroup, iI as CustomFieldGroupWithLiterals, hH as CustomFieldValue, hf as Customer, h1 as DecrementData, h0 as DecrementItemsQuantityRequest, h2 as DecrementItemsQuantityResponse, dB as DelayedCaptureSettings, hW as DeleteActivityIdentifiers, gq as DeleteActivityRequest, gr as DeleteActivityResponse, eE as DeleteByFilterOperation, eD as DeleteByIdsOperation, b8 as DeliveryLogistics, b9 as DeliveryLogisticsAddressOneOf, bc as DeliveryTimeSlot, ak as DeltaPaymentOptionType, iD as DeltaPaymentOptionTypeWithLiterals, hJ as Deposit, ar as DepositType, iK as DepositTypeWithLiterals, aw as DescriptionLine, ay as DescriptionLineDescriptionLineValueOneOf, az as DescriptionLineName, D as DescriptionLineType, hY as DescriptionLineTypeWithLiterals, ax as DescriptionLineValueOneOf, eO as DiffmatokyPayload, aJ as DigitalFile, hz as Discount, hA as DiscountOneDiscountTypeOneOf, Q as DiscountReason, ia as DiscountReasonWithLiterals, bn as DiscountRule, bo as DiscountRuleName, N as DiscountType, i9 as DiscountTypeWithLiterals, cI as DomainEvent, cJ as DomainEventBodyOneOf, g4 as DownloadLinkSent, by as DraftOrderChangesApplied, fq as DraftOrderCommitSettings, fd as DraftOrderDiffs, fg as DraftOrderDiffsBillingUpdateInfoOneOf, ff as DraftOrderDiffsBuyerUpdateInfoOneOf, fh as DraftOrderDiffsRecipientUpdateInfoOneOf, fe as DraftOrderDiffsShippingUpdateInfoOneOf, dC as Duration, a3 as DurationUnit, il as DurationUnitWithLiterals, hg as Email, gd as EmailEdited, dy as Empty, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, eP as ErrorInformation, hL as EventMetadata, aV as ExtendedFields, cc as ExternalReceipt, ek as ExternalReceiptInfo, aC as FocalPoint, aO as FreeTrialPeriod, gb as FulfillerEmailSent, F as FulfillmentStatus, gD as FulfillmentStatusUpdated, i4 as FulfillmentStatusWithLiterals, co as FulfillmentStatusesAggregate, b5 as FullAddressContactDetails, eQ as GetOrderRequest, eR as GetOrderResponse, dD as GetPaymentCollectabilityStatusRequest, dO as GetRefundabilityStatusRequest, dP as GetRefundabilityStatusResponse, gY as GetShipmentsRequest, gZ as GetShipmentsResponse, eh as GiftCardPaymentDetails, bX as GiftCardPaymentRefund, hd as IdAndVersion, cQ as IdentificationData, cR as IdentificationDataIdOneOf, cC as ImportOrderRequest, cD as ImportOrderResponse, cB as ImportedOrderDeleted, fZ as InternalActivity, f_ as InternalActivityContentOneOf, eB as InternalDocument, eF as InternalDocumentUpdateByFilterOperation, eC as InternalDocumentUpdateOperation, eS as InternalQueryOrdersRequest, eY as InternalQueryOrdersResponse, eG as InternalUpdateExistingOperation, al as InventoryAction, iE as InventoryActionWithLiterals, fr as InventoryUpdateDetails, g9 as InvoiceAdded, hp as InvoiceDates, hG as InvoiceDynamicPriceTotals, he as InvoiceFields, ga as InvoiceSent, hc as InvoiceSentEvent, as as InvoiceStatus, iL as InvoiceStatusWithLiterals, hE as InvoicesPayment, fl as ItemChangedDetails, dL as ItemMetadata, aY as ItemModifier, aG as ItemTaxFullDetails, aE as ItemType, aF as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, hZ as ItemTypePresetWithLiterals, hy as ItemizedFee, J as JurisdictionType, h$ as JurisdictionTypeWithLiterals, hr as LineItem, bK as LineItemAmount, bB as LineItemChanges, fw as LineItemDelta, fx as LineItemDeltaDeltaOneOf, bF as LineItemDescriptionLineChange, bp as LineItemDiscount, bx as LineItemExchangeData, hv as LineItemMetaData, bG as LineItemModifiersChange, bD as LineItemPriceChange, bE as LineItemProductNameChange, bC as LineItemQuantityChange, R as LineItemQuantityChangeType, ib as LineItemQuantityChangeTypeWithLiterals, df as LineItemRefund, eq as LineItemRefundSummary, ht as LineItemTax, aI as LineItemTaxBreakdown, aH as LineItemTaxInfo, gt as LineItemUpdate, hq as LineItems, hw as Locale, cr as Location, aS as LocationAndQuantity, bL as ManagedAdditionalFee, bI as ManagedDiscount, bH as ManagedLineItem, a7 as ManuallyRefundableReason, iq as ManuallyRefundableReasonWithLiterals, gB as MarkAsFulfilledRequest, gC as MarkAsFulfilledResponse, gI as MarkAsUnfulfilledRequest, gJ as MarkAsUnfulfilledResponse, iN as MarkOrderAsPaidApplicationErrors, dG as MarkOrderAsPaidRequest, dH as MarkOrderAsPaidResponse, gv as MarkOrderAsSeenByHumanRequest, gw as MarkOrderAsSeenByHumanResponse, fW as MaskedOrderLineItem, dW as MembershipChargeItem, dX as MembershipName, ei as MembershipPaymentDetails, bY as MembershipPaymentRefund, af as MembershipPaymentStatus, iy as MembershipPaymentStatusWithLiterals, bt as MerchantComment, bl as MerchantDiscount, bm as MerchantDiscountMerchantDiscountReasonOneOf, cP as MessageEnvelope, hF as MetaData, aW as ModifierGroup, bw as NewExchangeOrderCreated, a6 as NonRefundableReason, ip as NonRefundableReasonWithLiterals, $ as OrderActionType, ih as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, id as OrderActivityTypeEnumActivityTypeWithLiterals, aj as OrderApprovalStrategy, iC as OrderApprovalStrategyWithLiterals, cv as OrderApproved, g3 as OrderCanceled, gy as OrderCanceledEventOrderCanceled, bz as OrderChange, bA as OrderChangeValueOneOf, f7 as OrderCreateNotifications, bv as OrderCreatedFromExchange, f6 as OrderCreationSettings, ft as OrderDeltasCommitted, g1 as OrderFulfilled, cA as OrderImported, cy as OrderItemsRestocked, at as OrderLineItem, fk as OrderLineItemChangedDetails, g2 as OrderNotFulfilled, g0 as OrderPaid, gf as OrderPartiallyPaid, gg as OrderPending, f$ as OrderPlaced, bu as OrderRefunded, gh as OrderRejected, cx as OrderRejectedEventOrderRejected, hR as OrderSearchSpec, cs as OrderSettings, ct as OrderSettingsAllowedActionsOneOf, L as OrderStatus, i8 as OrderStatusWithLiterals, bh as OrderTaxBreakdown, bg as OrderTaxInfo, e4 as OrderTransactions, cw as OrdersExperiments, e5 as Payment, c5 as PaymentCanceled, c6 as PaymentCanceledPaymentDetailsOneOf, a4 as PaymentCollectabilityStatus, im as PaymentCollectabilityStatusWithLiterals, c7 as PaymentDeclined, c8 as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, h_ as PaymentOptionTypeWithLiterals, e6 as PaymentPaymentDetailsOneOf, c0 as PaymentPending, c1 as PaymentPendingPaymentDetailsOneOf, e7 as PaymentReceiptInfoOneOf, d$ as PaymentRefund, b_ as PaymentRefundFailed, bZ as PaymentRefunded, E as PaymentStatus, gT as PaymentStatusUpdated, i3 as PaymentStatusWithLiterals, hD as Payments, hj as Phone, aD as PhysicalProperties, bb as PickupAddress, ba as PickupDetails, K as PickupMethod, i7 as PickupMethodWithLiterals, ge as PickupReadyEmailSent, am as Placement, iF as PlacementWithLiterals, aA as PlainTextValue, eW as PlatformPaging, eZ as PlatformPagingMetadata, eT as PlatformQuery, eU as PlatformQueryPagingMethodOneOf, dz as PreparePaymentCollectionRequest, dq as PreviewBuyerConfirmationEmailRequest, dr as PreviewBuyerConfirmationEmailResponse, dn as PreviewBuyerPaymentsReceivedEmailRequest, dp as PreviewBuyerPaymentsReceivedEmailResponse, ds as PreviewBuyerPickupConfirmationEmailRequest, dt as PreviewBuyerPickupConfirmationEmailResponse, dj as PreviewCancelEmailRequest, dk as PreviewCancelEmailResponse, dl as PreviewCancelRefundEmailRequest, dm as PreviewCancelRefundEmailResponse, da as PreviewEmailByTypeRequest, db as PreviewEmailByTypeResponse, a1 as PreviewEmailType, ij as PreviewEmailTypeWithLiterals, dc as PreviewRefundEmailRequest, di as PreviewRefundEmailResponse, dw as PreviewResendDownloadLinksEmailRequest, dx as PreviewResendDownloadLinksEmailResponse, du as PreviewShippingConfirmationEmailRequest, dv as PreviewShippingConfirmationEmailResponse, aR as PriceDescription, b0 as PriceSummary, au as ProductName, gk as PublicActivity, gl as PublicActivityContentOneOf, e$ as QueryOrderRequest, f0 as QueryOrderResponse, hh as QuotesAddress, ac as Reason, iv as ReasonWithLiterals, c9 as ReceiptCreated, ca as ReceiptCreatedReceiptInfoOneOf, cd as ReceiptSent, ce as ReceiptSentReceiptInfoOneOf, iM as RecordManuallyCollectedPaymentApplicationErrors, dE as RecordManuallyCollectedPaymentRequest, dF as RecordManuallyCollectedPaymentResponse, dA as RedirectUrls, el as Refund, dd as RefundDetails, bT as RefundInitiated, de as RefundItem, ep as RefundItemsBreakdown, e0 as RefundSideEffects, ag as RefundStatus, en as RefundStatusInfo, iz as RefundStatusWithLiterals, em as RefundTransaction, dQ as Refundability, dR as RefundabilityAdditionalRefundabilityInfoOneOf, a5 as RefundableStatus, io as RefundableStatusWithLiterals, b$ as RefundedAsStoreCredit, bU as RefundedPayment, bV as RefundedPaymentKindOneOf, c2 as RegularPayment, e8 as RegularPaymentDetails, e9 as RegularPaymentDetailsPaymentMethodDetailsOneOf, c3 as RegularPaymentPaymentMethodDetailsOneOf, bW as RegularPaymentRefund, hb as Reschedule, e1 as RestockInfo, e2 as RestockItem, a8 as RestockType, ir as RestockTypeWithLiterals, cL as RestoreInfo, bP as SavedPaymentMethod, a2 as ScheduledAction, ik as ScheduledActionWithLiterals, f1 as SearchOrdersRequest, cS as SendBuyerConfirmationEmailRequest, cT as SendBuyerConfirmationEmailResponse, cU as SendBuyerPaymentsReceivedEmailRequest, cV as SendBuyerPaymentsReceivedEmailResponse, cW as SendBuyerPickupConfirmationEmailRequest, cX as SendBuyerPickupConfirmationEmailResponse, c_ as SendBuyerShippingConfirmationEmailRequest, c$ as SendBuyerShippingConfirmationEmailResponse, d4 as SendCancelRefundEmailRequest, d5 as SendCancelRefundEmailResponse, d2 as SendMerchantOrderReceivedNotificationRequest, d3 as SendMerchantOrderReceivedNotificationResponse, d8 as SendMerchantOrderReceivedPushRequest, d9 as SendMerchantOrderReceivedPushResponse, d6 as SendRefundEmailRequest, d7 as SendRefundEmailResponse, dY as ServiceProperties, hM as SetOrderNumberCounterOptions, cE as SetOrderNumberCounterRequest, cF as SetOrderNumberCounterResponse, gc as ShippingAddressEdited, g8 as ShippingConfirmationEmailSent, bO as ShippingInformation, bN as ShippingInformationChange, bd as ShippingPrice, dh as ShippingRefund, be as ShippingRegion, ai as SortOrder, iB as SortOrderWithLiterals, eV as Sorting, hu as Source, ao as SourceType, iH as SourceTypeWithLiterals, ho as StandardDetails, b3 as StreetAddress, hn as Subdivision, an as SubdivisionType, iG as SubdivisionTypeWithLiterals, aM as SubscriptionDescription, y as SubscriptionFrequency, i0 as SubscriptionFrequencyWithLiterals, aK as SubscriptionInfo, aN as SubscriptionSettings, aL as SubscriptionTitle, cq as TagList, cp as Tags, h5 as Task, h7 as TaskAction, h8 as TaskActionActionOneOf, h6 as TaskKey, bf as TaxSummary, aT as TaxableAddress, aU as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, i2 as TaxableAddressTypeWithLiterals, hx as TotalPrice, bM as TotalPriceChange, g7 as TrackingLinkAdded, g5 as TrackingNumberAdded, g6 as TrackingNumberEdited, a9 as TransactionStatus, is as TransactionStatusWithLiterals, aX as TranslatableString, bJ as TranslatedValue, iP as TriggerRefundApplicationErrors, hQ as TriggerRefundOptions, d_ as TriggerRefundRequest, e3 as TriggerRefundResponse, eN as TriggerReindexOrderRequest, eK as TriggerReindexRequest, eL as TriggerReindexResponse, fE as UnArchiveOrderRequest, fF as UnArchiveOrderResponse, hV as UpdateActivityIdentifiers, go as UpdateActivityRequest, gp as UpdateActivityResponse, fR as UpdateBillingContactDetailsRequest, fS as UpdateBillingContactDetailsResponse, fN as UpdateBuyerEmailRequest, fO as UpdateBuyerEmailResponse, fK as UpdateBuyerInfoRequest, fM as UpdateBuyerInfoResponse, ez as UpdateInternalDocumentsEvent, eA as UpdateInternalDocumentsEventOperationOneOf, gs as UpdateLineItemsDescriptionLinesRequest, gu as UpdateLineItemsDescriptionLinesResponse, hU as UpdateOrderLineItem, hT as UpdateOrderLineItemIdentifiers, fT as UpdateOrderLineItemRequest, fU as UpdateOrderLineItemResponse, fV as UpdateOrderLineItemsRequest, fX as UpdateOrderLineItemsResponse, f9 as UpdateOrderRequest, fa as UpdateOrderResponse, fP as UpdateOrderShippingAddressRequest, fQ as UpdateOrderShippingAddressResponse, iR as UpdateOrderStatusApplicationErrors, gz as UpdateOrderStatusRequest, gA as UpdateOrderStatusResponse, gU as V1BulkMarkOrdersAsPaidRequest, gV as V1BulkMarkOrdersAsPaidResponse, gW as V1CreatePaymentGatewayOrderRequest, gX as V1CreatePaymentGatewayOrderResponse, fi as V1LineItemDelta, fj as V1LineItemDeltaDeltaOneOf, gR as V1MarkOrderAsPaidRequest, gS as V1MarkOrderAsPaidResponse, cz as V1RestockItem, ef as V1ScheduledAction, b7 as V1ShippingInformation, hI as Value, aq as ValueType, iJ as ValueTypeWithLiterals, b6 as VatId, H as VatType, i6 as VatTypeWithLiterals, eI as VersionedDeleteByIdsOperation, eJ as VersionedDocumentId, eH as VersionedDocumentUpdateOperation, ah as VersioningMode, iA as VersioningModeWithLiterals, ev as VoidAuthorizedPaymentsRequest, a0 as WebhookIdentityType, ii as WebhookIdentityTypeWithLiterals, W as WeightUnit, i5 as WeightUnitWithLiterals, cb as WixReceipt, ej as WixReceiptInfo } from './ecom-v1-order-orders.universal-NMTSUZbl.mjs';
2
+ import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, A as AddActivitiesOptions, m as AddActivitiesResponse, n as CancelOrderOptions, o as CancelOrderResponse, p as CancelOrderApplicationErrors, q as BulkUpdateOrderTagsOptions, r as BulkUpdateOrderTagsResponse, s as OrderApprovedEnvelope, t as OrderUpdatedEnvelope, u as OrderCanceledEnvelope, v as OrderCreatedEnvelope, w as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-BGvWMrca.mjs';
3
+ export { cO as ActionEvent, ad as ActionType, iw as ActionTypeWithLiterals, bq as Activity, br as ActivityContentOneOf, X as ActivityType, ic as ActivityTypeWithLiterals, gn as AddActivitiesRequest, gj as AddActivityRequest, gm as AddActivityResponse, fY as AddInternalActivityRequest, gi as AddInternalActivityResponse, cn as AdditionalFee, fo as AdditionalFeeDelta, fp as AdditionalFeeDeltaDeltaOneOf, dg as AdditionalFeeRefund, b2 as Address, hi as AddressDescription, b4 as AddressLocation, b1 as AddressWithContact, z as AdjustmentType, i1 as AdjustmentTypeWithLiterals, hX as AggregateOrdersOptions, g_ as AggregateOrdersRequest, g$ as AggregateOrdersResponse, eo as AggregatedRefundSummary, dM as ApplicationError, bi as AppliedDiscount, fm as AppliedDiscountDelta, fn as AppliedDiscountDeltaDeltaOneOf, bj as AppliedDiscountDiscountSourceOneOf, fy as ArchiveOrderRequest, fz as ArchiveOrderResponse, Z as AttributionSource, ie as AttributionSourceWithLiterals, ed as AuthorizationActionFailureDetails, ec as AuthorizationCapture, aa as AuthorizationCaptureStatus, it as AuthorizationCaptureStatusWithLiterals, eb as AuthorizationDetails, ee as AuthorizationVoid, ab as AuthorizationVoidStatus, iu as AuthorizationVoidStatusWithLiterals, bR as AuthorizedPaymentCaptured, bQ as AuthorizedPaymentCreated, bS as AuthorizedPaymentVoided, cm as Balance, cl as BalanceSummary, hK as BaseEventMetadata, eM as BatchOfTriggerReindexOrderRequest, hs as BigDecimalWrapper, aP as BillingAdjustment, aQ as BillingAdjustmentPriceSummary, dN as BulkActionMetadata, fC as BulkArchiveOrdersByFilterRequest, fD as BulkArchiveOrdersByFilterResponse, fA as BulkArchiveOrdersRequest, fB as BulkArchiveOrdersResponse, hN as BulkDeleteImportedOrdersOptions, cG as BulkDeleteImportedOrdersRequest, cH as BulkDeleteImportedOrdersResponse, gG as BulkMarkAsFulfilledByFilterRequest, gH as BulkMarkAsFulfilledByFilterResponse, gE as BulkMarkAsFulfilledRequest, gF as BulkMarkAsFulfilledResponse, gM as BulkMarkAsUnfulfilledByFilterRequest, gN as BulkMarkAsUnfulfilledByFilterResponse, gK as BulkMarkAsUnfulfilledRequest, gL as BulkMarkAsUnfulfilledResponse, dI as BulkMarkOrdersAsPaidRequest, dJ as BulkMarkOrdersAsPaidResponse, dK as BulkOrderResult, cY as BulkSendBuyerPickupConfirmationEmailsRequest, cZ as BulkSendBuyerPickupConfirmationEmailsResponse, d0 as BulkSendBuyerShippingConfirmationEmailsRequest, d1 as BulkSendBuyerShippingConfirmationEmailsResponse, gO as BulkSetBusinessLocationRequest, gP as BulkSetBusinessLocationResponse, gQ as BulkSetBusinessLocationResult, fI as BulkUnArchiveOrdersByFilterRequest, fJ as BulkUnArchiveOrdersByFilterResponse, fG as BulkUnArchiveOrdersRequest, fH as BulkUnArchiveOrdersResponse, h3 as BulkUpdateOrderTagsRequest, h4 as BulkUpdateOrderTagsResult, fb as BulkUpdateOrdersRequest, aZ as BuyerInfo, a_ as BuyerInfoIdOneOf, fL as BuyerInfoUpdate, es as CalculateRefundItemRequest, eu as CalculateRefundItemResponse, er as CalculateRefundRequest, et as CalculateRefundResponse, hC as CalculatedTax, hB as CalculatedTaxes, ha as Cancel, gx as CancelOrderRequest, ew as CaptureAuthorizedPaymentsRequest, av as CatalogReference, cj as ChannelInfo, _ as ChannelType, ig as ChannelTypeWithLiterals, hP as ChargeMembershipsOptions, dV as ChargeMembershipsRequest, dZ as ChargeMembershipsResponse, ex as ChargeSavedPaymentMethodRequest, ey as ChargeSavedPaymentMethodResponse, eg as Chargeback, cf as ChargebackCreated, cg as ChargebackReversed, ae as ChargebackStatus, ix as ChargebackStatusWithLiterals, dT as ChargedBy, aB as Color, iQ as CommitDeltasApplicationErrors, hS as CommitDeltasOptions, fc as CommitDeltasRequest, fs as CommitDeltasResponse, fu as CommittedDiffs, fv as CommittedDiffsShippingUpdateInfoOneOf, hl as CommonAddress, hm as CommonAddressStreetOneOf, iS as CommonSearchWithEntityContext, hk as Company, h9 as Complete, bk as Coupon, f5 as CreateOrderRequest, f8 as CreateOrderResponse, dS as CreatePaymentGatewayOrderRequest, dU as CreatePaymentGatewayOrderResponse, ch as CreatedBy, ci as CreatedByStringOneOf, c4 as CreditCardDetails, ea as CreditCardPaymentMethodDetails, a$ as CurrencyConversionDetails, eX as CursorPaging, f4 as CursorPagingMetadata, f2 as CursorSearch, f3 as CursorSearchPagingMethodOneOf, e_ as Cursors, bs as CustomActivity, cu as CustomAllowedActions, ck as CustomField, ap as CustomFieldGroup, iI as CustomFieldGroupWithLiterals, hH as CustomFieldValue, hf as Customer, h1 as DecrementData, h0 as DecrementItemsQuantityRequest, h2 as DecrementItemsQuantityResponse, dB as DelayedCaptureSettings, hW as DeleteActivityIdentifiers, gq as DeleteActivityRequest, gr as DeleteActivityResponse, eE as DeleteByFilterOperation, eD as DeleteByIdsOperation, b8 as DeliveryLogistics, b9 as DeliveryLogisticsAddressOneOf, bc as DeliveryTimeSlot, ak as DeltaPaymentOptionType, iD as DeltaPaymentOptionTypeWithLiterals, hJ as Deposit, ar as DepositType, iK as DepositTypeWithLiterals, aw as DescriptionLine, ay as DescriptionLineDescriptionLineValueOneOf, az as DescriptionLineName, D as DescriptionLineType, hY as DescriptionLineTypeWithLiterals, ax as DescriptionLineValueOneOf, eO as DiffmatokyPayload, aJ as DigitalFile, hz as Discount, hA as DiscountOneDiscountTypeOneOf, Q as DiscountReason, ia as DiscountReasonWithLiterals, bn as DiscountRule, bo as DiscountRuleName, N as DiscountType, i9 as DiscountTypeWithLiterals, cI as DomainEvent, cJ as DomainEventBodyOneOf, g4 as DownloadLinkSent, by as DraftOrderChangesApplied, fq as DraftOrderCommitSettings, fd as DraftOrderDiffs, fg as DraftOrderDiffsBillingUpdateInfoOneOf, ff as DraftOrderDiffsBuyerUpdateInfoOneOf, fh as DraftOrderDiffsRecipientUpdateInfoOneOf, fe as DraftOrderDiffsShippingUpdateInfoOneOf, dC as Duration, a3 as DurationUnit, il as DurationUnitWithLiterals, hg as Email, gd as EmailEdited, dy as Empty, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, eP as ErrorInformation, hL as EventMetadata, aV as ExtendedFields, cc as ExternalReceipt, ek as ExternalReceiptInfo, aC as FocalPoint, aO as FreeTrialPeriod, gb as FulfillerEmailSent, F as FulfillmentStatus, gD as FulfillmentStatusUpdated, i4 as FulfillmentStatusWithLiterals, co as FulfillmentStatusesAggregate, b5 as FullAddressContactDetails, eQ as GetOrderRequest, eR as GetOrderResponse, dD as GetPaymentCollectabilityStatusRequest, dO as GetRefundabilityStatusRequest, dP as GetRefundabilityStatusResponse, gY as GetShipmentsRequest, gZ as GetShipmentsResponse, eh as GiftCardPaymentDetails, bX as GiftCardPaymentRefund, hd as IdAndVersion, cQ as IdentificationData, cR as IdentificationDataIdOneOf, cC as ImportOrderRequest, cD as ImportOrderResponse, cB as ImportedOrderDeleted, fZ as InternalActivity, f_ as InternalActivityContentOneOf, eB as InternalDocument, eF as InternalDocumentUpdateByFilterOperation, eC as InternalDocumentUpdateOperation, eS as InternalQueryOrdersRequest, eY as InternalQueryOrdersResponse, eG as InternalUpdateExistingOperation, al as InventoryAction, iE as InventoryActionWithLiterals, fr as InventoryUpdateDetails, g9 as InvoiceAdded, hp as InvoiceDates, hG as InvoiceDynamicPriceTotals, he as InvoiceFields, ga as InvoiceSent, hc as InvoiceSentEvent, as as InvoiceStatus, iL as InvoiceStatusWithLiterals, hE as InvoicesPayment, fl as ItemChangedDetails, dL as ItemMetadata, aY as ItemModifier, aG as ItemTaxFullDetails, aE as ItemType, aF as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, hZ as ItemTypePresetWithLiterals, hy as ItemizedFee, J as JurisdictionType, h$ as JurisdictionTypeWithLiterals, hr as LineItem, bK as LineItemAmount, bB as LineItemChanges, fw as LineItemDelta, fx as LineItemDeltaDeltaOneOf, bF as LineItemDescriptionLineChange, bp as LineItemDiscount, bx as LineItemExchangeData, hv as LineItemMetaData, bG as LineItemModifiersChange, bD as LineItemPriceChange, bE as LineItemProductNameChange, bC as LineItemQuantityChange, R as LineItemQuantityChangeType, ib as LineItemQuantityChangeTypeWithLiterals, df as LineItemRefund, eq as LineItemRefundSummary, ht as LineItemTax, aI as LineItemTaxBreakdown, aH as LineItemTaxInfo, gt as LineItemUpdate, hq as LineItems, hw as Locale, cr as Location, aS as LocationAndQuantity, bL as ManagedAdditionalFee, bI as ManagedDiscount, bH as ManagedLineItem, a7 as ManuallyRefundableReason, iq as ManuallyRefundableReasonWithLiterals, gB as MarkAsFulfilledRequest, gC as MarkAsFulfilledResponse, gI as MarkAsUnfulfilledRequest, gJ as MarkAsUnfulfilledResponse, dG as MarkOrderAsPaidRequest, dH as MarkOrderAsPaidResponse, gv as MarkOrderAsSeenByHumanRequest, gw as MarkOrderAsSeenByHumanResponse, fW as MaskedOrderLineItem, dW as MembershipChargeItem, dX as MembershipName, ei as MembershipPaymentDetails, bY as MembershipPaymentRefund, af as MembershipPaymentStatus, iy as MembershipPaymentStatusWithLiterals, bt as MerchantComment, bl as MerchantDiscount, bm as MerchantDiscountMerchantDiscountReasonOneOf, cP as MessageEnvelope, hF as MetaData, aW as ModifierGroup, bw as NewExchangeOrderCreated, a6 as NonRefundableReason, ip as NonRefundableReasonWithLiterals, $ as OrderActionType, ih as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, id as OrderActivityTypeEnumActivityTypeWithLiterals, aj as OrderApprovalStrategy, iC as OrderApprovalStrategyWithLiterals, cv as OrderApproved, g3 as OrderCanceled, gy as OrderCanceledEventOrderCanceled, bz as OrderChange, bA as OrderChangeValueOneOf, f7 as OrderCreateNotifications, bv as OrderCreatedFromExchange, f6 as OrderCreationSettings, ft as OrderDeltasCommitted, g1 as OrderFulfilled, cA as OrderImported, cy as OrderItemsRestocked, at as OrderLineItem, fk as OrderLineItemChangedDetails, g2 as OrderNotFulfilled, g0 as OrderPaid, gf as OrderPartiallyPaid, gg as OrderPending, f$ as OrderPlaced, bu as OrderRefunded, gh as OrderRejected, cx as OrderRejectedEventOrderRejected, hR as OrderSearchSpec, cs as OrderSettings, ct as OrderSettingsAllowedActionsOneOf, L as OrderStatus, i8 as OrderStatusWithLiterals, bh as OrderTaxBreakdown, bg as OrderTaxInfo, e4 as OrderTransactions, cw as OrdersExperiments, e5 as Payment, c5 as PaymentCanceled, c6 as PaymentCanceledPaymentDetailsOneOf, a4 as PaymentCollectabilityStatus, im as PaymentCollectabilityStatusWithLiterals, iO as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, hO as PaymentCollectionCreatePaymentGatewayOrderOptions, iN as PaymentCollectionMarkOrderAsPaidApplicationErrors, c7 as PaymentDeclined, c8 as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, h_ as PaymentOptionTypeWithLiterals, e6 as PaymentPaymentDetailsOneOf, c0 as PaymentPending, c1 as PaymentPendingPaymentDetailsOneOf, e7 as PaymentReceiptInfoOneOf, d$ as PaymentRefund, b_ as PaymentRefundFailed, bZ as PaymentRefunded, E as PaymentStatus, gT as PaymentStatusUpdated, i3 as PaymentStatusWithLiterals, hD as Payments, hj as Phone, aD as PhysicalProperties, bb as PickupAddress, ba as PickupDetails, K as PickupMethod, i7 as PickupMethodWithLiterals, ge as PickupReadyEmailSent, am as Placement, iF as PlacementWithLiterals, aA as PlainTextValue, eW as PlatformPaging, eZ as PlatformPagingMetadata, eT as PlatformQuery, eU as PlatformQueryPagingMethodOneOf, dz as PreparePaymentCollectionRequest, dq as PreviewBuyerConfirmationEmailRequest, dr as PreviewBuyerConfirmationEmailResponse, dn as PreviewBuyerPaymentsReceivedEmailRequest, dp as PreviewBuyerPaymentsReceivedEmailResponse, ds as PreviewBuyerPickupConfirmationEmailRequest, dt as PreviewBuyerPickupConfirmationEmailResponse, dj as PreviewCancelEmailRequest, dk as PreviewCancelEmailResponse, dl as PreviewCancelRefundEmailRequest, dm as PreviewCancelRefundEmailResponse, da as PreviewEmailByTypeRequest, db as PreviewEmailByTypeResponse, a1 as PreviewEmailType, ij as PreviewEmailTypeWithLiterals, dc as PreviewRefundEmailRequest, di as PreviewRefundEmailResponse, dw as PreviewResendDownloadLinksEmailRequest, dx as PreviewResendDownloadLinksEmailResponse, du as PreviewShippingConfirmationEmailRequest, dv as PreviewShippingConfirmationEmailResponse, aR as PriceDescription, b0 as PriceSummary, au as ProductName, gk as PublicActivity, gl as PublicActivityContentOneOf, e$ as QueryOrderRequest, f0 as QueryOrderResponse, hh as QuotesAddress, ac as Reason, iv as ReasonWithLiterals, c9 as ReceiptCreated, ca as ReceiptCreatedReceiptInfoOneOf, cd as ReceiptSent, ce as ReceiptSentReceiptInfoOneOf, iM as RecordManuallyCollectedPaymentApplicationErrors, dE as RecordManuallyCollectedPaymentRequest, dF as RecordManuallyCollectedPaymentResponse, dA as RedirectUrls, el as Refund, dd as RefundDetails, bT as RefundInitiated, de as RefundItem, ep as RefundItemsBreakdown, e0 as RefundSideEffects, ag as RefundStatus, en as RefundStatusInfo, iz as RefundStatusWithLiterals, em as RefundTransaction, dQ as Refundability, dR as RefundabilityAdditionalRefundabilityInfoOneOf, a5 as RefundableStatus, io as RefundableStatusWithLiterals, b$ as RefundedAsStoreCredit, bU as RefundedPayment, bV as RefundedPaymentKindOneOf, c2 as RegularPayment, e8 as RegularPaymentDetails, e9 as RegularPaymentDetailsPaymentMethodDetailsOneOf, c3 as RegularPaymentPaymentMethodDetailsOneOf, bW as RegularPaymentRefund, hb as Reschedule, e1 as RestockInfo, e2 as RestockItem, a8 as RestockType, ir as RestockTypeWithLiterals, cL as RestoreInfo, bP as SavedPaymentMethod, a2 as ScheduledAction, ik as ScheduledActionWithLiterals, f1 as SearchOrdersRequest, cS as SendBuyerConfirmationEmailRequest, cT as SendBuyerConfirmationEmailResponse, cU as SendBuyerPaymentsReceivedEmailRequest, cV as SendBuyerPaymentsReceivedEmailResponse, cW as SendBuyerPickupConfirmationEmailRequest, cX as SendBuyerPickupConfirmationEmailResponse, c_ as SendBuyerShippingConfirmationEmailRequest, c$ as SendBuyerShippingConfirmationEmailResponse, d4 as SendCancelRefundEmailRequest, d5 as SendCancelRefundEmailResponse, d2 as SendMerchantOrderReceivedNotificationRequest, d3 as SendMerchantOrderReceivedNotificationResponse, d8 as SendMerchantOrderReceivedPushRequest, d9 as SendMerchantOrderReceivedPushResponse, d6 as SendRefundEmailRequest, d7 as SendRefundEmailResponse, dY as ServiceProperties, hM as SetOrderNumberCounterOptions, cE as SetOrderNumberCounterRequest, cF as SetOrderNumberCounterResponse, gc as ShippingAddressEdited, g8 as ShippingConfirmationEmailSent, bO as ShippingInformation, bN as ShippingInformationChange, bd as ShippingPrice, dh as ShippingRefund, be as ShippingRegion, ai as SortOrder, iB as SortOrderWithLiterals, eV as Sorting, hu as Source, ao as SourceType, iH as SourceTypeWithLiterals, ho as StandardDetails, b3 as StreetAddress, hn as Subdivision, an as SubdivisionType, iG as SubdivisionTypeWithLiterals, aM as SubscriptionDescription, y as SubscriptionFrequency, i0 as SubscriptionFrequencyWithLiterals, aK as SubscriptionInfo, aN as SubscriptionSettings, aL as SubscriptionTitle, cq as TagList, cp as Tags, h5 as Task, h7 as TaskAction, h8 as TaskActionActionOneOf, h6 as TaskKey, bf as TaxSummary, aT as TaxableAddress, aU as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, i2 as TaxableAddressTypeWithLiterals, hx as TotalPrice, bM as TotalPriceChange, g7 as TrackingLinkAdded, g5 as TrackingNumberAdded, g6 as TrackingNumberEdited, a9 as TransactionStatus, is as TransactionStatusWithLiterals, aX as TranslatableString, bJ as TranslatedValue, iP as TriggerRefundApplicationErrors, hQ as TriggerRefundOptions, d_ as TriggerRefundRequest, e3 as TriggerRefundResponse, eN as TriggerReindexOrderRequest, eK as TriggerReindexRequest, eL as TriggerReindexResponse, fE as UnArchiveOrderRequest, fF as UnArchiveOrderResponse, hV as UpdateActivityIdentifiers, go as UpdateActivityRequest, gp as UpdateActivityResponse, fR as UpdateBillingContactDetailsRequest, fS as UpdateBillingContactDetailsResponse, fN as UpdateBuyerEmailRequest, fO as UpdateBuyerEmailResponse, fK as UpdateBuyerInfoRequest, fM as UpdateBuyerInfoResponse, ez as UpdateInternalDocumentsEvent, eA as UpdateInternalDocumentsEventOperationOneOf, gs as UpdateLineItemsDescriptionLinesRequest, gu as UpdateLineItemsDescriptionLinesResponse, hU as UpdateOrderLineItem, hT as UpdateOrderLineItemIdentifiers, fT as UpdateOrderLineItemRequest, fU as UpdateOrderLineItemResponse, fV as UpdateOrderLineItemsRequest, fX as UpdateOrderLineItemsResponse, f9 as UpdateOrderRequest, fa as UpdateOrderResponse, fP as UpdateOrderShippingAddressRequest, fQ as UpdateOrderShippingAddressResponse, iR as UpdateOrderStatusApplicationErrors, gz as UpdateOrderStatusRequest, gA as UpdateOrderStatusResponse, gU as V1BulkMarkOrdersAsPaidRequest, gV as V1BulkMarkOrdersAsPaidResponse, gW as V1CreatePaymentGatewayOrderRequest, gX as V1CreatePaymentGatewayOrderResponse, fi as V1LineItemDelta, fj as V1LineItemDeltaDeltaOneOf, gR as V1MarkOrderAsPaidRequest, gS as V1MarkOrderAsPaidResponse, cz as V1RestockItem, ef as V1ScheduledAction, b7 as V1ShippingInformation, hI as Value, aq as ValueType, iJ as ValueTypeWithLiterals, b6 as VatId, H as VatType, i6 as VatTypeWithLiterals, eI as VersionedDeleteByIdsOperation, eJ as VersionedDocumentId, eH as VersionedDocumentUpdateOperation, ah as VersioningMode, iA as VersioningModeWithLiterals, ev as VoidAuthorizedPaymentsRequest, a0 as WebhookIdentityType, ii as WebhookIdentityTypeWithLiterals, W as WeightUnit, i5 as WeightUnitWithLiterals, cb as WixReceipt, ej as WixReceiptInfo } from './ecom-v1-order-orders.universal-BGvWMrca.mjs';
4
4
 
5
5
  declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
6
6
  interface PreparePaymentCollectionSignature {
@@ -63,7 +63,7 @@ interface GetOrderSignature {
63
63
  * @param - ID of the order to retrieve.
64
64
  * @returns Fulfilled - The requested order.
65
65
  */
66
- (_id: string): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
66
+ (_id: string): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `lineItems.${number}.priceUndetermined` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
67
67
  __applicationErrorsType?: GetOrderApplicationErrors;
68
68
  }>;
69
69
  }
@@ -102,7 +102,7 @@ interface CreateOrderSignature {
102
102
  * @param - Order info.
103
103
  * @returns Newly created order.
104
104
  */
105
- (order: NonNullablePaths<Order, `billingInfo.contactDetails` | `channelInfo` | `currencyConversionDetails.conversionRate` | `currencyConversionDetails.originalCurrency` | `lineItems` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.itemType` | `lineItems.${number}.price` | `lineItems.${number}.productName` | `lineItems.${number}.productName.original` | `lineItems.${number}.quantity` | `priceSummary`, 5>, options?: CreateOrderOptions): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
105
+ (order: NonNullablePaths<Order, `billingInfo.contactDetails` | `channelInfo` | `currencyConversionDetails.conversionRate` | `currencyConversionDetails.originalCurrency` | `lineItems` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.itemType` | `lineItems.${number}.price` | `lineItems.${number}.productName` | `lineItems.${number}.productName.original` | `lineItems.${number}.quantity` | `priceSummary`, 5>, options?: CreateOrderOptions): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `lineItems.${number}.priceUndetermined` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
106
106
  __applicationErrorsType?: CreateOrderApplicationErrors;
107
107
  }>;
108
108
  }
@@ -137,7 +137,7 @@ interface UpdateOrderSignature {
137
137
  * @param - Order ID.
138
138
  * @returns Newly created order.
139
139
  */
140
- (_id: string, order: UpdateOrder): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
140
+ (_id: string, order: UpdateOrder): Promise<NonNullablePaths<Order, `number` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.productName.original` | `lineItems.${number}.catalogReference.catalogItemId` | `lineItems.${number}.catalogReference.appId` | `lineItems.${number}.quantity` | `lineItems.${number}.totalDiscount.amount` | `lineItems.${number}.totalDiscount.formattedAmount` | `lineItems.${number}.physicalProperties.shippable` | `lineItems.${number}.itemType.preset` | `lineItems.${number}.itemType.custom` | `lineItems.${number}.paymentOption` | `lineItems.${number}.taxDetails.taxRate` | `lineItems.${number}.taxInfo.taxIncludedInPrice` | `lineItems.${number}.digitalFile.fileId` | `lineItems.${number}.subscriptionInfo.cycleNumber` | `lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `lineItems.${number}.priceDescription.original` | `lineItems.${number}.taxableAddress.addressType` | `lineItems.${number}.priceUndetermined` | `buyerInfo.visitorId` | `buyerInfo.memberId` | `paymentStatus` | `fulfillmentStatus` | `weightUnit` | `taxIncludedInPrices` | `billingInfo.address.streetAddress.number` | `billingInfo.address.streetAddress.name` | `billingInfo.contactDetails.vatId._id` | `billingInfo.contactDetails.vatId.type` | `shippingInfo.title` | `shippingInfo.logistics.pickupDetails.pickupMethod` | `status` | `taxInfo.taxBreakdown` | `taxInfo.taxBreakdown.${number}.taxName` | `taxInfo.taxBreakdown.${number}.taxType` | `taxInfo.taxBreakdown.${number}.jurisdiction` | `taxInfo.taxBreakdown.${number}.jurisdictionType` | `taxInfo.taxBreakdown.${number}.rate` | `appliedDiscounts` | `appliedDiscounts.${number}.coupon._id` | `appliedDiscounts.${number}.coupon.code` | `appliedDiscounts.${number}.coupon.name` | `appliedDiscounts.${number}.merchantDiscount.discountReason` | `appliedDiscounts.${number}.discountRule._id` | `appliedDiscounts.${number}.discountRule.name.original` | `appliedDiscounts.${number}.discountType` | `activities` | `activities.${number}.customActivity.appId` | `activities.${number}.customActivity.type` | `activities.${number}.merchantComment.message` | `activities.${number}.orderRefunded.manual` | `activities.${number}.orderRefunded.reason` | `activities.${number}.draftOrderChangesApplied.draftOrderId` | `activities.${number}.savedPaymentMethod.name` | `activities.${number}.authorizedPaymentCreated.paymentId` | `activities.${number}.authorizedPaymentCaptured.paymentId` | `activities.${number}.authorizedPaymentVoided.paymentId` | `activities.${number}.refundInitiated.refundId` | `activities.${number}.paymentRefunded.refundId` | `activities.${number}.paymentRefundFailed.refundId` | `activities.${number}.paymentPending.paymentId` | `activities.${number}.paymentCanceled.paymentId` | `activities.${number}.paymentDeclined.paymentId` | `activities.${number}.receiptCreated.wixReceipt.receiptId` | `activities.${number}.receiptCreated.paymentId` | `activities.${number}.receiptSent.paymentId` | `activities.${number}.chargebackCreated.paymentId` | `activities.${number}.chargebackCreated.chargebackId` | `activities.${number}.chargebackReversed.paymentId` | `activities.${number}.chargebackReversed.chargebackId` | `activities.${number}.type` | `activities.${number}.activityType` | `attributionSource` | `createdBy.userId` | `createdBy.memberId` | `createdBy.visitorId` | `createdBy.appId` | `channelInfo.type` | `customFields` | `customFields.${number}.title` | `balanceSummary.balance.amount` | `balanceSummary.balance.formattedAmount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}._id` | `tags.privateTags.tagIds` | `businessLocation._id` | `businessLocation.name`, 6> & {
141
141
  __applicationErrorsType?: UpdateOrderApplicationErrors;
142
142
  }>;
143
143
  }
@@ -185,7 +185,7 @@ interface AddActivitiesSignature {
185
185
  * + Order operations, customer communications, and other order-related actions.
186
186
  * @param - ID of the order to add activities to.
187
187
  */
188
- (orderId: string, options?: NonNullablePaths<AddActivitiesOptions, `orderActivities.${number}.activityType`, 4>): Promise<NonNullablePaths<AddActivitiesResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.customActivity.appId` | `order.activities.${number}.customActivity.type` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name` | `activityIds`, 7>>;
188
+ (orderId: string, options?: NonNullablePaths<AddActivitiesOptions, `orderActivities.${number}.activityType`, 4>): Promise<NonNullablePaths<AddActivitiesResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.lineItems.${number}.priceUndetermined` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.customActivity.appId` | `order.activities.${number}.customActivity.type` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name` | `activityIds`, 7>>;
189
189
  }
190
190
  declare function cancelOrder$1(httpClient: HttpClient): CancelOrderSignature;
191
191
  interface CancelOrderSignature {
@@ -196,7 +196,7 @@ interface CancelOrderSignature {
196
196
  * The `cancelOrder()` function returns a Promise that resolves when the specified order is canceled and the `order.status` field changes to `CANCELED`.
197
197
  * @param - Order ID.
198
198
  */
199
- (_id: string, options?: CancelOrderOptions): Promise<NonNullablePaths<CancelOrderResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.customActivity.appId` | `order.activities.${number}.customActivity.type` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name`, 7> & {
199
+ (_id: string, options?: CancelOrderOptions): Promise<NonNullablePaths<CancelOrderResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.lineItems.${number}.priceUndetermined` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.customActivity.appId` | `order.activities.${number}.customActivity.type` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name`, 7> & {
200
200
  __applicationErrorsType?: CancelOrderApplicationErrors;
201
201
  }>;
202
202
  }