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.

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.

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.

Product modification

You can use the API to customize a specific product.

Endpoint [PUT] /System/Content/Articles on the API you can easily try.

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.

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.

Last updated

Was this helpful?