The Page Design noun represents the layout of a page in a storefront. This noun is used in the store and contains only information that is needed by the store to draw the page layout.
BOD | Action Code / Access Profile | Action Expression | Service Provided | Sample XML Message | Client Library / Expression Builder |
---|---|---|---|---|---|
GetPageDesign | IBM_Store_Details | /PageDesign[(ObjectIdentifier='$ObjectIdentifier$') and @deviceClass='$deviceClass$' and @pageGroup='$pageGroup$'] |
Gets a page design for a page group, device class and the object identifier of the object that is being rendered on the
store page. @pageGroup is the page group of the current page, for example Category or Product. @objectIdentifier is the unique identifier of the primary object on the page. For example if the current page is a product, the object identifier is the unique ID of the product which could look like: 10008. @deviceClass is the device classes the is making the request, for example Mobile. |
Request
Response |
fetchPageDesign |
IBM_Store_Summary | /PageDesign[@layoutId='$layoutId$'] | Gets a page design by unique ID. |
Request
Response |
getPageDesign | |
IBM_Store_Summary | /PageDesign[@layoutActivityId='$layoutActivityId$'] | Gets the page design by a layout activity ID. |
Request
Response |
getPageDesign |
Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.
Access Profile | Data Returned | |
---|---|---|
IBM_Store_Summary |
|
This access profile is used to get basic information for a page layout. |
IBM_Store_Details |
IBM_Store_Summary +
|
This access profile is designed for the Store to return the details of a page design so the page can be rendered and displayed to a shopper. |