Logo
Emporix Digital Commerce Platform API Documentation

product

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


1. product templates - Access Token

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



2. product templates - Creating a new product template

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



3. product templates - Getting a list of product templates

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



4. product templates - Updating a product template

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



5. product templates - Deleting a product template

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



6. product templates - Creating product with template

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



7. product templates - Retrieving a product's details

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



8. products - Creating a bundle product

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



9. products - Creating a variant product

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



10. products - Retrieving a product

API Documentation

ENDPOINTS