Navlinks
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816Responses
200
OK
application/json
default
Error response
application/json
get
/v1/stores/{storeId}/navlinksGET /v1/stores/{storeId}/navlinks HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"node_id": "text",
"tag_id": "411486491630370816",
"parent_node_id": "text",
"tag_slug": "text",
"name": "text",
"order": 1
}
]Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816Body
tag_idstring · flake-idRequiredExample:
411486491630370816parent_node_idstringOptional
orderinteger · int32Optional
Responses
200
OK
application/json
default
Error response
application/json
post
/v1/stores/{storeId}/navlinksPOST /v1/stores/{storeId}/navlinks HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"tag_id": "411486491630370816",
"parent_node_id": "text",
"order": 1
}{
"node_id": "text",
"tag_id": "411486491630370816",
"parent_node_id": "text",
"tag_slug": "text",
"name": "text",
"order": 1
}Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816navLinkIdstring · flake-idRequiredExample:
411486491630370816Responses
200
OK
application/json
default
Error response
application/json
get
/v1/stores/{storeId}/navlinks/{navLinkId}GET /v1/stores/{storeId}/navlinks/{navLinkId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"node_id": "text",
"tag_id": "411486491630370816",
"parent_node_id": "text",
"tag_slug": "text",
"name": "text",
"order": 1
}Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816navLinkIdstring · flake-idRequiredExample:
411486491630370816Responses
204
No Content
No content
default
Error response
application/json
delete
/v1/stores/{storeId}/navlinks/{navLinkId}DELETE /v1/stores/{storeId}/navlinks/{navLinkId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816navLinkIdstring · flake-idRequiredExample:
411486491630370816Body
tag_idstring · flake-idOptionalExample:
411486491630370816parent_node_idstringOptional
orderinteger · int32Optional
Responses
200
OK
application/json
default
Error response
application/json
patch
/v1/stores/{storeId}/navlinks/{navLinkId}PATCH /v1/stores/{storeId}/navlinks/{navLinkId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"tag_id": "411486491630370816",
"parent_node_id": "text",
"order": 1
}{
"node_id": "text",
"tag_id": "411486491630370816",
"parent_node_id": "text",
"tag_slug": "text",
"name": "text",
"order": 1
}Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816Bodyobject[]
node_idstring · flake-idRequiredExample:
411486491630370816orderinteger · int32Required
Responses
204
No Content
No content
default
Error response
application/json
patch
/v1/stores/{storeId}/navlinks/sort-ordersPATCH /v1/stores/{storeId}/navlinks/sort-orders HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 44
[
{
"node_id": "411486491630370816",
"order": 1
}
]No content
Was this helpful?
