API Reference

Update Collection

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

FieldTypeDescription
nameStringThe collection name
urlStringThe collection address
imageUrlStringThe collection image address
hexColorHexadecimalCollection defined color
hexTextColorHexadecimalCollection defined text color
productsArray ObjectProducts on collection

📘

Result

A 204- No Content result means that the stock was successfully updated.

Path Params
string
required

Use "api" for production environment or "hlg-api" for homolog

string
required

Collection ID (Guid)

Body Params
RAW_BODY
object
required

A collection body

Responses

Language
Credentials
:
URL
Choose an example:
application/json