@wix/auto_sdk_ecom_orders 1.0.175 → 1.0.176

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.
@@ -79,8 +79,6 @@ interface SearchOrdersSignature {
79
79
  * - `cursorPaging.limit` is `100`
80
80
  * - `filter: {"status": {"$ne": "INITIALIZED"}}` - other order statuses can be queried, but orders with `status: "INITIALIZED"` are never returned
81
81
  *
82
- * 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).
83
- *
84
82
  * To learn about working with _Search_ endpoints, see
85
83
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language), and
86
84
  * [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).