Home > @infiniteobjects/shopify-data-manager > AdminTypes > OnlineStorePage
A custom page on the Online Store.
Signature:
export interface OnlineStorePage extends HasPublishedTranslations, Navigable, Node
Extends: HasPublishedTranslations, Navigable, Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| defaultCursor | Scalars[‘String’][‘output’] | A default cursor that returns the single next record, sorted ascending by ID. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| translations | Array<Translation> | The translations associated with the resource. |