Id of the author user.
Represents an author of content.
Property | Type | Description |
---|---|---|
|
|
Id of the author user. |
|
|
Name of the author user. |
|
|
Username of the author user. |
Represents a bulk request to retrieve a list of ContentItems from a commerce-facing context.
Property | Type | Description |
---|---|---|
|
|
The list of requests to get content items from |
Represents a response to fetch bulk CMS content to retrieve for a commerce-facing context.
Property | Type | Description |
---|---|---|
|
|
Map ContentResolverResponse for each ContentResolverRequest mapped by request ID. |
|
|
Any request IDs not returned in the corresponding ContentResolverResponse |
extends ClientCallOptions
Property | Type | Description |
---|---|---|
|
|
Provide Content Context to filter result |
Property | Type | Description |
---|---|---|
|
|
The locale used in the context. |
|
|
Additional, unspecified attributes. |
|
|
Represents the definition of a FieldData. This includes its type and other metadata.
Property | Type | Description |
---|---|---|
|
|
Id of the field. |
|
|
The unique name of the field. |
|
|
The type of this content field such as STRING or HTML. |
|
|
When the |
|
|
When the |
|
|
Whether this field represents a collections |
|
|
Whether the related FieldData requires a value. |
|
|
Help text to display on the field (appears as a ? icon by the field that can be hovered over). |
|
|
Hint text to display below the field in the admin (appears beneath the field, always visible). |
|
|
The display order of this field in relation to other fields. |
|
|
Additional attributes needed to further define this field. |
Represents some content that should be displayed on the associated application.
Property | Type | Description |
---|---|---|
|
|
The item’s ID. |
|
|
A unique name for the item. |
|
|
The content model for this content. |
|
|
SEO-friendly URI to identify this content item. This will be appended to the parent ContentModel’s
|
|
|
The individual field data for this content |
|
|
Defines the beginning time for which this content item is active. |
|
|
Defines the ending time for which this content item is active. |
|
|
Information on the user who created this item. |
Property | Type | Description |
---|---|---|
|
|
Id of the model. |
|
|
The unique name of this model. |
|
|
Whether all of this model can be retrieved by navigating to
|
|
|
SEO-friendly URI to retrieve ContentItems of this model. |
|
|
The list of fields that make up this content model. |
Represents a request to retrieve ContentItems from a commerce-facing context.
Property | Type | Description |
---|---|---|
|
|
The id of this content resolver request |
|
|
Name of the If present, all other request attributes will be ignored. |
|
|
Names of ContentItems to retrieve. If |
|
|
Ids of ContentItems to retrieve. If |
|
|
Name of a ContentModel all of whose ContentItems to retrieve. If present, |
|
|
Id of a ContentModel all of whose ContentItems to retrieve. If present, |
|
|
Pagination options to use on the result set. If not provided, a list of all results will be returned instead. |
|
|
URI of either a ContentModel all of whose ContentItems should be
retrieved or else that of a single ContentItem. In the latter case, the parent
ContentModel’s |
|
|
Any additional params. |
Represents a response to fetch CMS content to retrieve for a commerce-facing context.
Property | Type | Description |
---|---|---|
|
|
Unpaginated list of results. Only present if no pagination params were present in the request. |
|
|
Paginated results. Only present if pagination params were present in the request. |
|
|
Any requested names that did not match active content. |
|
|
Any requested ids that did not match active content. |
|
|
Whether any results are present. |
Default reference types available for ContentFields.
Name | Value | Description |
---|---|---|
|
|
|
|
|
|
|
|
Default types of a ContentField.
Name | Value | Description |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Represents the field data for fields on a ContentItem as defined by a ContentModel (see also ContentField).
Property | Type | Description |
---|---|---|
|
|
Id of the field. |
|
|
The parent ContentItem. Usually this just contains the item’s ID and not the full projection. |
|
|
The name of the field. |
|
|
The value of the field. |