@wix/auto_sdk_ecom_orders 1.0.173 → 1.0.174

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.
@@ -14,8 +14,6 @@ type OrderSearch = {};
14
14
  * - `cursorPaging.limit` is `100`
15
15
  * - `filter: {"status": {"$ne": "INITIALIZED"}}` - other order statuses can be queried, but orders with `status: "INITIALIZED"` are never returned
16
16
  *
17
- * For field support for filters and sorting, see [Orders: Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/orders/supported-filters-and-sorting).
18
- *
19
17
  * To learn about working with _Search_ endpoints, see
20
18
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language), and
21
19
  * [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).