product templates
Number of APIs: 8
-
Access Token POST {{api-url}}/{{oauth}}/token
-
Creating a new product template POST {{api-url}}/product/{{tenant}}/product-templates
-
Getting a list of product templates GET {{api-url}}/product/{{tenant}}/product-templates?q=attributes.type:DATETIME
-
Updating a product template PUT {{api-url}}/product/{{tenant}}/product-templates/{{product-template-id}}
-
Deleting a product template DELETE {{api-url}}/product/{{tenant}}/product-templates/{{product-template-id}}
-
Creating product with template POST {{api-url}}/product/{{tenant}}/products/
-
Retrieving a product's details GET {{api-url}}/product/{{tenant}}/products/{{productId}}?fields=name,mixins.productTemplateAttributes
-
Getting a single product template GET {{api-url}}/product/{{tenant}}/product-templates/{{product-template-id}}?version=1