post https://{environment}.neomode.com.br/management/catalog/collections
Creates a new collection of products.
Request body example:
{
"Name": "Teste Collection",
"clientId": "qaneo1",
"Url": " ",
"ImageUrl":"https://www.petlove.com.br/dicas/gatinhos-fofos-veja-fotos",
"HexColor":"#FFFFFF",
"HexTextColor": "#000000",
"isDeleted":"false",
"products":[
{
"productId":"91F254D4-33C7-4B62-820C-000B9F351348"
}
]
}
Fields description:
Field | Type | Description |
---|---|---|
id | Guid | Collection ID |
productId | Guid | Product ID |
name | String | Collection name |
url | String | Collection address |
hexColor | Hexadecimal | Collection color defined |
hexColor | Hexadecimal | Collection text color defined |
isDeleted | Boolean | If the collection is deleted or not |
lastUpdate | Date | Category last update |
products | Array Object | The products inside this collection |
clientId | String | The client ID. |