SAP Commerce的Content Page,Conten
2021-02-26 本文已影响0人
_扫地僧_
按照这篇文章SAP Spartacus的自定义路由里介绍的方式,在SAP Spartacus里创建自定义路由,使用如下url访问:
后台会观察到一个HTTP 404错误:
{
"errors" : [ {
"message" : "No content page found matching the provided label or id: /custom",
"type" : "CMSItemNotFoundError"
} ]
}
这里错误类型CMSItemNotFoundError里包含的CMSItem,UML图如下:
http请求参数:pageLabelOrId
这个参数的值在Commerce CMS cockpit里此处能够找到:
看一个请求成功的例子:
一个page属于某一个template,一个page包含多个contentSlots,每个slot包含多个Components:
更多Jerry的原创文章,尽在:"汪子熙":