part
A part in the navigation for pagination.
| Properties | Type | Description |
|---|---|---|
is_link | boolean | Returns true if the part is a link. Returns false if not. |
title | string | The page number is associated with the part. |
url | string | The URL of the part. It consists of the current page URL path with the pagination parameter for the current part appended. |
{
"is_link": true,
"title": "2",
"url": "/collections/all-products?preview_theme_id=&page=2"
}