Last update:
May 22, 2025
SlugInfo query¶
This connection allows you to retrieve information about a slug or permalink.
Arguments¶
Argument | Description |
---|---|
slug String |
The SEO-friendly identifier (slug) to look up. |
permalink String |
A permalink URL to resolve and retrieve the related entity information. |
storeId String |
The ID of the store context for the lookup. |
userId String |
The ID of the current user (if applicable). |
cultureName String |
The culture or language code to retrieve localized slug information. |
Possible returns¶
Possible return | Description |
---|---|
SlugInfoResponseType |
Information about the resolved slug or permalink. |