Update Characteristic

Updates a product characteristic by its unique ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

❗️

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
enum
required

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

Allowed:
string
required

Characteristic ID (Guid)

string
required

Product ID (Guid)

Body Params
RAW_BODY
object
required

A characteristic body

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Choose an example:
application/json