Receive product data in response to PUT/POST calls
Last updated
Was this helpful?
It became possible to reduce the number of GET calls to the REST API – now, when you make PUT/POST calls, you can receive full or partial product data in the response JSON.
Additional query params added to POST /products and PUT /products/{id} requests:
returnItem when true adds product data to the response JSON instead of its standard fields.
responseFields allows you to limit received fields similarly to how it works with GET requests
Last updated
Was this helpful?
Was this helpful?
