@wix/auto_sdk_ecom_cart 1.0.98 → 1.0.99

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.
@@ -1168,10 +1168,17 @@ interface CustomLineItem {
1168
1168
  */
1169
1169
  media?: string;
1170
1170
  /**
1171
- * Custom line item ID. If passed, `id` must be unique.
1171
+ * Deprecated. Custom line item ID.
1172
1172
  *
1173
- * Default: auto-generated ID
1173
+ * To maintain a unique value for a custom line item across multiple carts and orders, pass `catalogReference` instead.
1174
+ * Learn more about [custom items with catalog reference](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/catalogs/catalog-and-custom-items#custom-item-with-catalog-reference).
1174
1175
  * @format GUID
1176
+ * @readonly
1177
+ * @deprecated Deprecated. Custom line item ID.
1178
+ *
1179
+ * To maintain a unique value for a custom line item across multiple carts and orders, pass `catalogReference` instead.
1180
+ * Learn more about [custom items with catalog reference](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/catalogs/catalog-and-custom-items#custom-item-with-catalog-reference).
1181
+ * @targetRemovalDate 2026-05-01
1175
1182
  */
1176
1183
  _id?: string | null;
1177
1184
  /**