link
A link in a menu.
Properties | Type | Description |
---|---|---|
id | string | The id of the link item. |
levels | number | The number of nested levels under the link. |
object | - | The object associated with the link. |
title | string | The title of the link item. |
type | string from a set of values, refer to type values | The type of the link item. |
url | string | The URL of the link item. |
type values
Possible values | Description |
---|---|
article | The link points to an article. |
blog | The link points to a blog. |
collection | The link points to a collection. |
home | The link points to an index page. |
order_lookup | The link points to order verification and lookup. |
page | The link points to a page. |
product | The link points to a product page. |
web | The link points to an external web page, a product type, or a vendor collection. |
{
"type": "collection",
"source_id": "fee44eea-db43-466e-a57b-5ece05e830ee",
"url": "/collections/all-collections",
"title": "Shop",
"id": "46943745",
"levels": 2,
"object": {
"type": "collection",
"source_id": "275cefa9-db7e-4192-99be-0748b45f1a4a",
"url": "/collections/all-collections",
"title":"All Collections"
}
}
Updated over 1 year ago