API Reference

Update Characteristic

Updates a product characteristic by its unique ID.

❗️

Take notice!

This request updates all values already set. Pay attention and don't have anything lost!

Request body example

{ "key": "Cor", "value": "Vermelho", "order": 2 }

Fields Description

FieldTypeDescription
keyStringThe characteristic key
valueStringThe defined valur for a characteristic key
orderIntThe order where it appears on catalog

📘

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

Characteristic ID (Guid)

string
required

Product ID (Guid)

Body Params
RAW_BODY
object
required

A characteristic body

Responses

Language
Credentials
:
URL
Choose an example:
application/json