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
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
ordernull | integerOptional
Responses
200

OK

application/json
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
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
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
ordernull | integerOptional
Responses
200

OK

application/json
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[]
node_idstring · flake-idRequiredExample: 411486491630370816
orderinteger · int32Required
Responses
patch
/v1/stores/{storeId}/navlinks/sort-orders

No content

Last updated

Was this helpful?