POST https://api.storenvy.com/v1/products
Create a Product. After a product is created, you must use the resulting id to create Variants for
the product.
Note: A "default" Variant will be created for this product automatically
after it is created. Update the Variant to change the name or inventory levels.
In the future, we will provide a way to create all Product Variants in this call.
Required Parameters
name |
The name of your Product. |
cents |
The price of your Product in cents. |
Optional Parameters
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. |