Is it possible to create a product using Rest API?

Hey!

Is it possible to create a product in my CS Cart store by Rest API?

I do not find any endpoint in docs related to it.

Thx in advance

Hello

It is possible

https://docs.cs-cart.com/latest/developer_guide/api/entities/products.html

Best regards
Robert

2 Likes

Hey Robert! Thank you for your answer but I do not see there an endpoint for creating a product. Can you show me it?

You should use POST method for the http://example.com/api/products endpoint

1 Like