Contents
Changelog
ADDED
Effective from:
October 2nd, 2024
New custom fields selector in Products endpoint
Announced: October 1, 2024
Effective from:
October 2nd, 2024
October 2nd, 2024
New custom fields selector in Products endpoint
What is changing?
We’ve added a new query parameter - custom_fields
- to the GET /api/v2/products endpoint that can be used if you are only interested in a particular set of custom fields.
The query parameter is a comma separated string of custom field keys. When included the endpoint response will only include the custom fields defined in the query parameter.
If you have any questions or comments, feel free to let us know in the Developer’s Community.