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