This API specification is available for download as an Open API 3.0 YAML file:
The following page lists available REST APIs for ICM 7.10 and their version dependencies:
This section covers retrieving a list of available CMS sub-resources.
{loc}/cms{pgid}
This operation returns a list of CMS sub resources.
This includes view contexts, includes, pagelets, pages and pagetree.
public com.intershop.component.rest.capi.resourceobject.ResourceCollectionRO com.intershop.sellside.rest.pmc.capi.resource.CmsParentResource.getCMSResources()
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. |
200 - OK
This section covers retrieving includes.
An include can be conceived as a specific storefront "entry point" for individual content components. There are specific include types which specify the structure and parameters required for rendering. Includes can have multiple content components assigned. There should be at least one component assigned.
{loc}/cms{pgid}/includes
This operation returns a list of all includes. Includes are PageletEntryPoint
objects with page-flag
set to false
.
public com.intershop.component.rest.capi.resourceobject.ResourceCollectionRO com.intershop.sellside.rest.pmc.capi.resource.pep.IncludeListResource.getIncludes(java.lang.Integer,java.lang.Integer,java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in query | offset | integer int64 | 0 | The pageable offset | Min Value: 0 | |
in query | amount | integer int64 | 50 | The pageable amount | Min Value: 1 | |
in query | pageable | string | The ID of the respective pageable |
200 - OK
ResourceCollectionROLinkRO -> elements -> [..] -> itemId
can be used as {includesKey}
in subsequent requests. Links to item of type PageletEntryPointRO.400 - Bad Request
{loc}/cms{pgid}/includes/{includesKey}
This operation returns a specific include. The include must be published at the time of the request.
public com.intershop.sellside.rest.pmc.capi.resourceobject.PageletEntryPointRO com.intershop.sellside.rest.pmc.capi.resource.pep.IncludeResource.getInclude(java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in path | includesKey | string | ExampleKey | Required | The key or UUID to resolve a single item | |
in query | depth | integer int64 | 2147483647 | The depth limit of how far a given include composition should be resolved. Further on from this depth links are used instead of resource objects. | Min Value: 0 |
200 - OK
400 - Bad Request
404 - Not Found
This section covers retrieving pages and page trees.
A page can be conceived as an "entry point" to the storefront used to collect page variants. There are specific page types (defined by a pagelet) which specify parameters required for rendering the web page. Pages can have multiple page variants assigned. When a page is rendered, one of its page variants is chosen based on various conditions.
{loc}/cms{pgid}/pages
This operation returns a list of all pages. Pages are PageletEntryPoint
objects with page-flag
set to true
.
public com.intershop.component.rest.capi.resourceobject.ResourceCollectionRO com.intershop.sellside.rest.pmc.capi.resource.pep.PageListResource.getPages(java.lang.Integer,java.lang.Integer,java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in query | offset | integer int64 | 0 | The pageable offset | Min Value: 0 | |
in query | amount | integer int64 | 50 | The pageable amount | Min Value: 1 | |
in query | pageable | string | The ID of the respective pageable |
200 - OK
ResourceCollectionROLinkRO -> elements -> [..] -> itemId
can be used as {pagesKey}
in subsequent requests. Links to item of type PageletEntryPointRO.400 - Bad Request
{loc}/cms{pgid}/pages/{pagesKey}
This operation returns a specific page. The page must be published at the time of the request.
public com.intershop.sellside.rest.pmc.capi.resourceobject.PageletEntryPointRO com.intershop.sellside.rest.pmc.capi.resource.pep.PageResource.getPage(java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in path | pagesKey | string | ExampleKey | Required | The key or UUID to resolve a single item | |
in query | depth | integer int64 | 2147483647 | The depth limit of how far a given page composition should be resolved. Further on from this depth links are used instead of resource objects. | Min Value: 0 |
200 - OK
400 - Bad Request
404 - Not Found
{loc}/cms{pgid}/pagetree
This operation returns a list of all pages that are included in the domain.
Each element can have a hierarchy of subpages.
The recursion depth can be limited by providing a depth
value.
public com.intershop.sellside.rest.pmc.capi.resourceobject.PageTreeRO com.intershop.sellside.rest.pmc.capi.resource.pep.PageTreeResource.getPageTree(java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in query | depth | integer int64 | 2147483647 | The limit of how far a given page tree should be resolved. Further on from this depth, links are used instead of resource objects. | Min Value: 0 |
200 - OK
400 - Bad Request
{loc}/cms{pgid}/pagetree/{pagesKey}
This operation returns a page found in the domain with the given identifier.
It can contain a hierarchy of subpages.
The recursion depth can be limited by providing a depth
value.
public com.intershop.sellside.rest.pmc.capi.resourceobject.PageTreeRO com.intershop.sellside.rest.pmc.capi.resource.pep.PageTreeResource.getPageTree(java.lang.String,java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in path | pagesKey | string | page.content | Required | The unique identifier of the requested page or a path of page identifier | |
in query | depth | integer int64 | 2147483647 | The limit of how far a given page tree should be resolved. Further on from this depth, links are used instead of resource objects. | Min Value: 0 |
200 - OK
400 - Bad Request
404 - Not Found - No page has been found for the given page Id.
This section covers retrieving pagelets and pagelet slots.
Pagelets are development artifacts that constitute the meta model for pages, page variants, content components, page templates, component templates, includes and view contexts. They are managed via Intershop Commerce Management to compose storefronts (or other front ends).
{loc}/cms{pgid}/pagelets
This operation returns a list of all published pagelets of the domain. Pagelets which are shared to this domain will be shown as well.
public com.intershop.component.rest.capi.resourceobject.ResourceCollectionRO com.intershop.sellside.rest.pmc.capi.resource.PageletListResource.getPagelets(java.lang.Integer,java.lang.Integer,java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in query | offset | integer int64 | 0 | The pageable offset | Min Value: 0 | |
in query | amount | integer int64 | 50 | The pageable amount | Min Value: 1 | |
in query | pageable | string | The ID of the respective pageable |
200 - OK
400 - Bad Request
{loc}/cms{pgid}/pagelets/{pageletsKey}
This operation returns a specific pagelet of the domain. The pagelet must be published at the time of the request.
public com.intershop.sellside.rest.pmc.capi.resourceobject.PageletRO com.intershop.sellside.rest.pmc.capi.resource.PageletResource.getPagelet(java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in path | pageletsKey | string | ExampleKey | Required | The key or UUID to resolve a single item | |
in query | depth | integer int64 | 2147483647 | The depth of how far the slot/pagelet relations should be resolved. Further on from this depth links are used instead of resource objects. | Min Value: 0 |
200 - OK
400 - Bad Request
404 - Not Found
{loc}/cms{pgid}/pagelets/{pageletsKey}/{slotsKey}
This operation returns a specific slot of a pagelet.
The pagelet must be published at the time of the request and the slot must exist.
public com.intershop.sellside.rest.pmc.capi.resourceobject.slot.SlotRO com.intershop.sellside.rest.pmc.capi.resource.SlotResource.getSlot(java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in path | pageletsKey | string | ExampleKey | Required | The key or UUID to resolve a single item | |
in path | slotsKey | string | ExampleKey | Required | The key or UUID to resolve a single item | |
in query | depth | integer int64 | 2147483647 | The depth of how far the slot/pagelet relations should be resolved. Further on from this depth links are used instead of resource objects. | Min Value: 0 |
200 - OK
400 - Bad Request
404 - Not Found
This section covers retrieving view contexts and pages for view contexts.
View contexts relate business objects like products or categories with pages or includes for a given context like category browsing or checkout. That is, they represent an environment where given objects are to be displayed in a certain way.
{loc}/cms{pgid}/viewcontexts
This operation returns all view contexts of the domain.
public com.intershop.component.rest.capi.resourceobject.ResourceCollectionRO com.intershop.sellside.rest.pmc.capi.resource.ViewContextResource.getViewContexts(java.lang.Integer,java.lang.Integer,java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in query | offset | integer int64 | 0 | The pageable offset | Min Value: 0 | |
in query | amount | integer int64 | 50 | The pageable amount | Min Value: 1 | |
in query | pageable | string | The ID of the respective pageable |
200 - OK
ResourceCollectionROLinkRO -> elements -> [..] -> itemId
can be used as {viewContextID}
in subsequent requests. Links to item of type ViewContextRO.400 - Bad Request
{loc}/cms{pgid}/viewcontexts/{viewContextID}
This operation returns a specific view context of the domain. By calling a specific view context, a field called callParameters
is returned in the response.
This is a list of objects that contains name, description and information on whether this specific parameter is optional or not.
public com.intershop.sellside.rest.pmc.capi.resourceobject.viewcontext.ViewContextRO com.intershop.sellside.rest.pmc.capi.resource.ViewContextResource.getViewContext(java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in path | viewContextID | string | vc_productList | Required | The view context Id. Can be qualified with the resource-set Id. |
200 - OK
400 - Bad Request
404 - Not Found
{loc}/cms{pgid}/viewcontexts/{viewContextID}/entrypoint
This operation resolves a page for a view context. Depending on the type of view context query-parameters have to be specified.
To resolve this call, you need all required call parameters.
Example: How to get a view context for the catalog Cameras-Camcorder
and
the category Cameras-Camcorders@inSPIRED-inTRONICS-Cameras-Camcorders
Step 1: Find out which parameters are required to resolve the view context:
curl /cms/viewcontexts/viewcontext.page.category.pagelet2-ViewContext
---
Response:
{
...
callParameter: [
{ name: "CatalogBO", optional: false },
{ name: "CategoryBO", optional: false },
...
]
}
Step 2: Call this resource with at least the required parameters to receive the pagelet entry point for this view context.
curl /cms/viewcontexts/viewcontext.page.category.pagelet2-ViewContext/entrypoint?CatalogBO=Cameras-Camcorders&CategoryBO=Cameras-Camcorders@inSPIRED-inTRONICS-Cameras-Camcorders
---
Response:
see PageletEntryPointRO
public com.intershop.sellside.rest.pmc.capi.resourceobject.PageletEntryPointRO com.intershop.sellside.rest.pmc.capi.resource.ViewContextResource.resolvePageletEntryPoint(javax.ws.rs.core.UriInfo,java.lang.String,java.lang.String)
Location | Name | Format | Default | Example | Description |
---|---|---|---|---|---|
in path | loc | string | en_US | The locale ID (submitted as optional matrix parameter ;loc=<LOCALE> ). If omitted, the priority is as follows (from high to low): Locale ID parameter, user's default locale, site's default locale. The available locales depend on your individual Intershop Commerce Management installation. Use IANA language definitions for languages and regions and combine them using a underscore, e. g. en_US . | |
in path | pgid | string | FUOGrzQ_VjORpGaN8DRGmLLE0000 | The personalization group identifier, submitted as matrix parameter ;pgid=<PGID> . Required if you want to work with customer-specific content. | |
in path | viewContextID | string | vc_productList | Required | The view context Id. Can be qualified with the resource-set Id. | |
in query | depth | integer int64 | 2147483647 | The depth of how far the slot/pagelet relations should be resolved. Further on from this depth links are used instead of resource objects. | Min Value: 0 |
200 - OK
400 - Bad Request
404 - Not Found
ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
PageTreeLinkRO
object.ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
PageTreeLinkRO
objects.PageTreeLinkRO
ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
PageletEntryPointLinkRO
object.ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
PageTreeLinkRO
object.ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
PageTreeAdaptable
objects. The list of elementsPageTreeAdaptable
ResourceAttribute
object. An attributeResourceAttribute
LinkRO
object. A Link pointing to a resourceLink
ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
PageletAdaptable
objects. The collection of pagelets refered by the requested PageletEntryPointPageletAdaptable
: The collection of pagelets refered by the requested PageletEntryPointResourceAttribute
object. An attributeResourceAttribute
LinkRO
object. A Link pointing to a resourceLink
ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
ResourceAttribute
object. An attributeResourceAttribute
int32
int32
int32
LinkRO
objects. The list of elementsLinkRO
: A Link pointing to a resourceLink
ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
ResourceCollection
string
literals. The keys to sort forint32
int32
int32
PageletLinkRO
objects. The list of elementsPageletLinkRO
: The list of elementsResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
string
literals. The keys to sort forLinkRO
object. A Link pointing to a resourceLink
ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
PageletAdaptable
objects. The collection of PageletROs (or links to them) assigned to this slotPageletAdaptable
: The collection of pagelets refered by the requested PageletEntryPointResourceAttribute
object. An attributeResourceAttribute
LinkRO
object. A Link pointing to a resourceLink
ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
LinkRO
object. A Link pointing to a resourceLink
ResourceAttribute
objects. The list of attributesResourceAttribute
: An attributeResourceAttribute
about
alternate
appendix
archives
author
bookmark
canonical
chapter
collection
contents
copyright
create-form
current
describedby
describes
disclosure
duplicate
edit
edit-form
edit-media
enclosure
first
glossary
help
hosts
hub
icon
index
item
last
latest-version
license
lrdd
monitor
monitor-group
next
next-archive
nofollow
noreferrer
payment
predecessor-version
prefetch
prev
preview
previous
prev-archive
privacy-policy
profile
related
replies
search
section
self
service
start
stylesheet
subsection
successor-version
tag
terms-of-service
type
up
version-history
via
working-copy
working-copy-of
ResourceAttribute
object. An attributeResourceAttribute
CallParameterDefinitionRO
objects. The parameters that have to be used to denote the objects this context belongs toCallParameterDefinitionRO
: A call parameter used to define particular view context objectsResourceAttribute
object. An attributeResourceAttribute
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.