@wix/auto_sdk_ecom_draft-orders 1.0.82 → 1.0.84

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.
@@ -461,6 +461,12 @@ interface OrderLineItem {
461
461
  locations?: LocationAndQuantity[];
462
462
  /** Address used for tax calculation. */
463
463
  taxableAddress?: TaxableAddress;
464
+ /**
465
+ * Whether the price is not yet defined, and will be updated after the order is created.
466
+ *
467
+ * Default: `false`
468
+ */
469
+ priceUndetermined?: boolean;
464
470
  /**
465
471
  * Custom extended fields for the line item object.
466
472
  *