For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tags

Get tags

get

Retrieves the store's tags.

Authorizations
AuthorizationstringOptional

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

AuthorizationstringOptional

A Customer token generated using an API Key in the format 'Customer TOKEN_HERE'.

Header parameters
x-paynow-store-idstring · flake-idRequired

PayNow Store Identifier (Store ID) available in Store Settings

Responses
200

OK

application/json

Represents a tag entity used for categorizing and filtering products within a store.

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
slugstringRequired

The URL-friendly identifier for the tag, used in category URLs.

namestringRequired

The display name of the tag shown to customers.

descriptionstring · nullableOptional

A detailed description of the tag's purpose or the category it represents.

image_urlstring · nullableOptional

The URL to the tag image.

Example: https://cdn.paynow.gg/logo/full/logotype-color.svg
enabledbooleanRequired

Indicates whether the tag is active and should be included in navigation and filtering.

created_atstring · date-timeRequired

The date and time when the tag was created.

updated_atstring · nullableOptional

The date and time when the tag was last updated, if applicable.

get/v1/store/tags

Last updated

Was this helpful?