put https://{environment}.neomode.com.br/management/catalog/collections/
Updates a product collection.
Take notice!
This request updates all values already set. Pay attention and don't have anything lost!
Request body example
{
"name":"Teste Tag",
"url":"https://twitter.com/gatinho_fofo3",
"imageUrl":"https://twitter.com/gatinho_fofo3",
"hexColor":"#FFFFFF",
"hexTextColor":"#000000",
"products":[
]
}
Fields Description
Field | Type | Description |
---|---|---|
name | String | The collection name |
url | String | The collection address |
imageUrl | String | The collection image address |
hexColor | Hexadecimal | Collection defined color |
hexTextColor | Hexadecimal | Collection defined text color |
products | Array Object | Products on collection |
Result
A 204- No Content result means that the stock was successfully updated.