post http://localhost:8000/api/v1/products
Creates a new product in the system. When creating a new product will also create 1 variant for that product.
Log in to see full request history
Response
Creates a new product in the system. When creating a new product will also create 1 variant for that product.
xxxxxxxxxx
curl --request POST \
--url http://localhost:8000/api/v1/products \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here! Or choose an example: