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.

circle-info

Endpoint [POST] /System/Content/Articlesarrow-up-right on the API you can easily try.

circle-check

Loading products according to parameters

You can use the API to load products according to certain parameters.

circle-info

Endpoint [GET] /System/Content/Articlesarrow-up-right on the API you can easily try.

circle-check

Load a specific product

You can also use the API to load a specific product by its identifier.

circle-info

Endpoint [GET] /System/Content/Articles/{id}arrow-up-right on the API you can easily try.

circle-check

Product modification

You can use the API to customize a specific product.

circle-info

Endpoint [PUT] /System/Content/Articlesarrow-up-right on the API you can easily try.

circle-check

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.

circle-info

Endpoint [POST] /System/Content/Articles/{id}/variantsarrow-up-right on the API you can easily try.

circle-check

Add images to a specific product

You can use the API to add images to the product.

circle-info

Endpoint [POST] /System/Content/Articles/{id}/imagesarrow-up-right on the API you can easily try.

circle-check

Last updated

Was this helpful?