PUT https://api.storenvy.com/v1/products/:id
Update a Product.
Optional Parameters
name |
The name of your Product. |
cents |
The price of your Product in cents. |
description |
The description of your Product. |
shipping_group_id |
The ID of the Shipping Group for your product. Defaults to first Shipping Group. |
status |
"active", "hidden", or "coming soon". Defaults to "active". |
photos |
An array of image file URLs to fetch and use for your Product. You may send up to 5. Please note, photo URLs are fetched and processed asynchronously via a background job. Your photos may not appear right away depending on the current API traffic level. |
position |
Move to the top or bottom of list. Accepted values: "top" or "bottom". Defaults to last position. |
preorder |
true or false. Defaults to false. |
on_sale |
true or false. Defaults to false. |
marketplace_category_id |
The ID of the Storenvy Marketplace Category. See Marketplace Categories for list of IDs. |
tag_list |
An comma-seperated list of keywords used for searching for you product. Abuse of this will result in store removal. |
shipping_notes |
A string of text visible only you, the store owner, to remind yourself of important info during the shipping process. |