Skip to main content
PUT
/
commerce
/
inventory
/
v1
/
tagCategory
/
{tagCategoryName}
/
tag
/
{tagValue}
Error
A valid request URL is required to generate request examples
{
  "tagID": 123,
  "tagValue": "<string>",
  "isDefault": true,
  "percent": 123,
  "created": "<string>",
  "updated": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

tagCategoryName
string
required

Tag Category Name

tagValue
string
required

Tag Value

Body

application/json

Request create or modify Tag

Request/Response object for a tag

tagID
integer

Tag ID

tagValue
string

Tag Value

isDefault
boolean

Whether or not this tag is the default tag for its category.

percent
integer

Percentage of available inventory this tag will get when the percentage update is performed. Must be between 0 and 100 (inclusive).

created
string

Date this tag was created

updated
string

Date this tag was last updated

Response

Success

Request/Response object for a tag

tagID
integer

Tag ID

tagValue
string

Tag Value

isDefault
boolean

Whether or not this tag is the default tag for its category.

percent
integer

Percentage of available inventory this tag will get when the percentage update is performed. Must be between 0 and 100 (inclusive).

created
string

Date this tag was created

updated
string

Date this tag was last updated