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

Navlinks

get
Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
node_idstringRequired
tag_idstring · flake-idRequiredExample: 411486491630370816
parent_node_idstring · nullableOptional
tag_slugstringRequired
namestringRequired
orderinteger · nullableOptional
get/v1/stores/{storeId}/navlinks

Create a new NavLink for a store

post
Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Body
tag_idstring · flake-idRequiredExample: 411486491630370816
parent_node_idstringOptional
orderinteger · nullableOptional
Responses
200

OK

application/json
node_idstringRequired
tag_idstring · flake-idRequiredExample: 411486491630370816
parent_node_idstring · nullableOptional
tag_slugstringRequired
namestringRequired
orderinteger · nullableOptional
post/v1/stores/{storeId}/navlinks
get
Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
navLinkIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
node_idstringRequired
tag_idstring · flake-idRequiredExample: 411486491630370816
parent_node_idstring · nullableOptional
tag_slugstringRequired
namestringRequired
orderinteger · nullableOptional
get/v1/stores/{storeId}/navlinks/{navLinkId}
delete
Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
navLinkIdstring · flake-idRequiredExample: 411486491630370816
Responses
204

No Content

No content

delete/v1/stores/{storeId}/navlinks/{navLinkId}

No content

patch
Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
navLinkIdstring · flake-idRequiredExample: 411486491630370816
Body
tag_idstring · flake-idOptionalExample: 411486491630370816
parent_node_idstringOptional
orderinteger · nullableOptional
Responses
200

OK

application/json
node_idstringRequired
tag_idstring · flake-idRequiredExample: 411486491630370816
parent_node_idstring · nullableOptional
tag_slugstringRequired
namestringRequired
orderinteger · nullableOptional
patch/v1/stores/{storeId}/navlinks/{navLinkId}
patch
Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Bodyobject · UpdateNavLinkOrderChangeDto[]
node_idstring · flake-idRequiredExample: 411486491630370816
orderinteger · int32Required
Responses
204

No Content

No content

patch/v1/stores/{storeId}/navlinks/sort-orders

No content

Last updated

Was this helpful?