Products
Creating product
You can use the API to create a new product and set up data for it. Multidata here contains information such as title, price, description, keywords.
Endpoint [POST] /System/Content/Articles on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Loading products according to parameters
You can use the API to load products according to certain parameters.
Endpoint [GET] /System/Content/Articles on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Load a specific product
You can also use the API to load a specific product by its identifier.
Endpoint [GET] /System/Content/Articles/{id} on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Product modification
You can use the API to customize a specific product.
Endpoint [PUT] /System/Content/Articles on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Add a variation to a specific product on a specific sales channel
Using the API, you can add a variation to a specific product using its identifier and sales channel identifier.
Endpoint [POST] /System/Content/Articles/{id}/variants on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Add images to a specific product
You can use the API to add images to the product.
Endpoint [POST] /System/Content/Articles/{id}/images on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Last updated