What is new in Products API?
Release notes
18. March 2021
Templates information added to Products API
Products attributes are now extended to include not only the construction object of the product, but also the specific template version, on which it is based. The Products API now works with templates and template versions for products for all actions – creating, editing, searching up and getting product data.
Technical details:
- New endpoint
- Extended endpoints:
- Create product | link – new parameters in request body:“templateGuid”: “string”,
“templateVersionGuid”: “string” - Products advanced search | link – new parameters in request body:“templateGuid”: “string”,
“templateVersionGuid”: “string”, - Get components | link – new parameter in request response:“template”: “string”,
- Create product | link – new parameters in request body:“templateGuid”: “string”,