Online documentation - Websydian v6.0 |
Users Guide | Patterns Reference | WebsydianExpress | Search |
The Item entity describes the Items that can be ordered in the shop.
The Item entity is scoped under Cart. Refer to the introduction to the Cart Entity for further details.
In the WebShop pattern, the Item entity has no key and no attributes. During implementation, the Item entity should either be replaced with an implemented entity, or key fields and attribute fields should be specified.
The Item entity does not inherit from any pattern.