Skip to main content

Get a Product Tag

GET 

/pcm/tags/:tagID

Retrieves a product tag for a store. A store can view the tags associated with the organization to which the store belongs. However, an organization can only view the tags associated with the organization.

Request

Path Parameters

    tagID stringrequired

    A unique identifier for the tag.

Responses

Returns a product tag with the following attributes.

Schema
    data object
    id string

    A unique identifier generated when a tag is created.

    type string

    Possible values: [tag]

    This represents the type of resource object being returned. Always tag.

    attributes object
    value string

    The text value of the tag.

    meta object
    x_request_id string

    A unique request ID is generated when a tag is created.

    created_at date-time

    The date and time a tag is created.

    updated_at date-time

    The date and time a tag is updated.

    owner string

    Possible values: [store, organization]

    The owner of a resource, either organization or store.

Loading...