You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.