PUT https://api.storenvy.com/v1/collections/:id
Update a Collection by ID.
Required Parameters
| name |
The name of your Collection. |
Optional Parameters
| description |
A description of your collection. |
| photo |
A remote image file URL that will be uploaded to and used in your collection. |
| position |
Move to the top or bottom of list. Accepted values: "top" or "bottom". Defaults to last position. |
| products |
An array of Product IDs you want in your Collection. The order of the IDs is obeyed. |
| hide_in_storefront_navigation |
A boolean (true or false) to determine whether the collection should be shown in storefront navigation. |