Name | Type | Description | Notes |
---|---|---|---|
product_ids | string[] | An ID filter for products. | [optional] |
search_text | string | A search filter, used for searching by term. | [optional] |
category_ids | int[] | A list of category IDs to filter by. | [optional] |
sub_category_ids | int[] | A list of subcategory IDs to filter by. | [optional] |
sell_online | bool | When `true`, only products that can be sold online are returned.<br /> When `false`, all products are returned.<br /> Default: false | [optional] |
location_id | int | The location ID to use to determine the tax for the products that this request returns.<br /> Default: online store | [optional] |
limit | int | Number of results to include, defaults to 100 | [optional] |
offset | int | Page offset, defaults to 0. | [optional] |