@wix/auto_sdk_ecom_draft-orders 1.0.148 → 1.0.149

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.
@@ -4836,7 +4836,9 @@ interface OrderCreateSettings extends OrderCreateSettingsEditableByOneOf {
4836
4836
  /**
4837
4837
  * Determines order status after creation.
4838
4838
  *
4839
- * Default: `APPROVED`
4839
+ * Default values:
4840
+ * + `INITIALIZED`: for subscription orders
4841
+ * + `APPROVED`: for regular orders
4840
4842
  * @internal
4841
4843
  */
4842
4844
  orderStatus?: OrderStatusWithLiterals;