Update Product
Updates a products attributes
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
This is the name of the product.
"123456"
Status of the variant
"ACTIVE"
This is the description of the product. This will help with making sure the correct product is chosen
"This product is super awesome and will solve all of your problems"
SKU of the product
"123456"
Price of the product
22.22
Unique ID for the product
"123456"
What kind of inventory tracking we will do
FULL
, SIMPLE
"FULL"
This is the amount remaining in stock. This is used if you are using the FULL inventory type
"123456"
This is the url to show a product image.
"https://somedomain.com/image.png"
This tells us if this product is a bundle or a simple product with variants
FULL
, SIMPLE
"SIMPLE"
If using the SIMPLE mode you just simply tell us if the product is in stock or not
true
Response
"ok"