Logo
Emporix Digital Commerce Platform API Documentation

product templates

Number of APIs: 8


1. Access Token

POST {{api-url}}/{{oauth}}/token



2. Creating a new product template

POST {{api-url}}/product/{{tenant}}/product-templates



3. Getting a list of product templates

GET {{api-url}}/product/{{tenant}}/product-templates?q=attributes.type:DATETIME



4. Updating a product template

PUT {{api-url}}/product/{{tenant}}/product-templates/{{product-template-id}}



5. Deleting a product template

DELETE {{api-url}}/product/{{tenant}}/product-templates/{{product-template-id}}



6. Creating product with template

POST {{api-url}}/product/{{tenant}}/products/



7. Retrieving a product's details

GET {{api-url}}/product/{{tenant}}/products/{{productId}}?fields=name,mixins.productTemplateAttributes



8. Getting a single product template

GET {{api-url}}/product/{{tenant}}/product-templates/{{product-template-id}}?version=1



ENDPOINTS