Navlinks

get

Retrieves the store's navlink structure used for navigation.

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

PayNow Store Identifier (Store ID) available in Store Settings

Responses
chevron-right
200

OK

application/json

Represents a navigation link in the storefront's hierarchical navigation structure.

node_idstringRequired

The unique identifier for this navigation node in the navigation tree.

parent_node_idstring · nullableOptional

The identifier of the parent navigation node, if this is a child node.

tag_idstring · flake-idRequiredExample: 411486491630370816
tag_slugstringRequired

The URL-friendly slug for the tag associated with this navigation link.

Example: perks
tag_querystring[]Required

A list containing all parent tags and this node's tag, representing the complete path in the tag hierarchy.

Example: ["perks","vip"]
namestringRequired

The display name of the associated tag shown to users in the UI.

Example: Perks
orderinteger · int32Required

The display order of this navigation link relative to its siblings.

get
/v1/store/navlinks

Last updated

Was this helpful?