Skip to main content
GET
/
commerce
/
inventory
/
v1
/
tagCategory
Error
A valid request URL is required to generate request examples
[
  {
    "tagCategoryID": 123,
    "name": "<string>",
    "created": "<string>",
    "deletion_job_ids": [
      123
    ],
    "tags": [
      {
        "tagID": 123,
        "tagValue": "<string>",
        "isDefault": true,
        "percent": 123,
        "created": "<string>",
        "updated": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Response

Success

tagCategoryID
integer

Tag Category ID

name
string

Tag Category Name

created
string

Date tag category was created.

deletion_job_ids
integer[]

List of deletion job ID's

tags
Tag Response · object[]

Tags within this category