Skip to main content

Get All Product Tags

GET 

/pcm/tags

Retrieves all product tags 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.

Responses

Returns all the product tags.

Schema
    data object[]

    An array of tags.

  • Array [
  • 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.

  • ]
  • meta object
    results object

    Contains the results for the entire collection.

    total integer

    Total number of results for the entire collection.

Loading...