Skip to content
Quadrollopo edited this page Oct 29, 2020 · 3 revisions

Create a product

Request:

PUT /v2/products/{brand}/{model}/{variant}

Where brand, model and variant are the parameter of the new product.
In the body you must put a json array with the features of the product.
Add ?loopback=yes a the end if you want the product created as a JSON response.

Clone this wiki locally