Out-of-cycle changes.
Starting March 3, 2022, we have changed how certain filters work for creating product sets in your catalog. These changes affect which items go into a product set when you create one.
Timeline
Field and operator behavior will change in 90 days. If any sets in your catalog are using the affected filters after June 1, 2022, the items in those sets may change. This means that different items could display in your ads or shops that use those sets. In addition, any requests using the filters could return a different set of items.
More information about product set filters can be found here.
Which operators are changing
Operator | Change |
---|---|
| Your query must now match an entire word, not just part of a word. For example, Hyphenated words are considered separate words. For example, if you query Every word in your query must appear in the field you're trying to match, but they don't need to be in consecutive order. For example, if you query |
| This filter option is no longer available for |
| This filter option is no longer available for |
| This filter option is no longer available for |
| This filter option is no longer available for |
| This filter option is now only available for the product category field. For other fields, you should use the |
Which fields are changing
Field | Description |
---|---|
| The value for a custom label of a product item, hotel, destination, vehicle, or home listing. The value is treated as a string. Numeric operators ( |
| The value for a custom label of a product item, hotel, destination, vehicle, or home listing. The value is treated as a string. Numeric operators ( |
| The value for a custom label of a product item, hotel, destination, vehicle, or home listing. The value is treated as a string. Numeric operators ( |
| The value for a custom label of a product item, hotel, destination, vehicle, or home listing. The value is treated as a string. Numeric operators ( |
| The value for a custom label of a product item, hotel, destination, vehicle, or home listing. The value is treated as a string. Numeric operators ( |
| Custom integer value for a product item, hotel, destination, vehicle or home listing. |
| Custom integer value for a product item, hotel, destination, vehicle or home listing. |
| Custom integer value for a product item, hotel, destination, vehicle or home listing. |
| Custom integer value for a product item, hotel, destination, vehicle or home listing. |
| Custom integer value for a product item, hotel, destination, vehicle or home listing. |
The GET /{product-catalog-id}/products?filter=.....&offset=...&limit=...&bulk_pagination=false
endpoint is now limited to 2000 results.
What is changing
We do not currently impose any limits on offset + limit size. Starting today, when bulk_pagination = false
, offset + limit cannot be greater than 2000. For example:
To paginate over a catalog without limits, bulk_pagination = true
should be used.