@wix/auto_sdk_ecom_cart 1.0.87 → 1.0.89

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.
@@ -7,7 +7,9 @@ interface CreateCartSignature {
7
7
  /**
8
8
  * Creates a cart.
9
9
  *
10
- * > **Note:** When adding catalog line items, the `lineItems.catalogReference.appId` and `lineItems.catalogReference.catalogItemId` fields are required.
10
+ * > **Notes:**
11
+ * > + When adding catalog line items, the `lineItems.catalogReference.appId` and `lineItems.catalogReference.catalogItemId` fields are required.
12
+ * > + This method requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
11
13
  * @param - Cart creation options.
12
14
  * @returns Cart.
13
15
  */