Number of APIs: 17
Manage structured product information. Key Features:
* Support for different product types - physical, digital or services
* Extensible / customizable product configuration
* Attach media such as pictures, videos, manuals, etc.
* Tax class configuration
* Localization of production information (i18n), including language localisation such as enEN, enUS, deDE, deCH or de_AT Key Benefits:
* Create a rich, golden record of all product information to help customers to make a better-informed purchase decision
* Correctly associated products with tax information depending on the market it is sold in => create tax reports faster and more accurately
* Use rich media to present and demo products better online
* Quickly create comparison charts
* Use correct product attribute names rather than re-use existing names that may not mean the same or are just generic placeholders
* Create localized content, e.g. warning / legal information, different configuration (e.g. supported power plugs), etc.
* Fully internationalize product information without duplicating a product record
POST {{api-url}}/{{oauth}}/token
POST {{api-url}}/product/{{tenant}}/product-templates
GET {{api-url}}/product/{{tenant}}/product-templates?q=attributes.type:DATETIME
PUT {{api-url}}/product/{{tenant}}/product-templates/{{product-template-id}}
DELETE {{api-url}}/product/{{tenant}}/product-templates/{{product-template-id}}
POST {{api-url}}/product/{{tenant}}/products/
GET {{api-url}}/product/{{tenant}}/products/{{productId}}?fields=name,mixins.productTemplateAttributes
POST {{api-url}}/product/{{tenant}}/products/
POST {{api-url}}/product/{{tenant}}/products
ENDPOINTS