spryker/shopping-list
ShoppingList module
Maintainers
Requires
- php: >=8.2
- spryker/cart: ^5.1.0 || ^7.0.0
- spryker/company-business-unit: ^1.0.0 || ^2.0.0
- spryker/company-business-unit-extension: ^1.1.0
- spryker/company-user: ^1.5.0 || ^2.0.0
- spryker/company-user-extension: ^1.1.0
- spryker/customer: ^7.0.0
- spryker/event: ^1.0.0 || ^2.0.0
- spryker/kernel: ^3.30.0
- spryker/messenger: ^3.0.0
- spryker/permission: ^1.1.0
- spryker/permission-extension: ^1.1.0
- spryker/persistent-cart: ^0.1.0 || ^1.0.0 || ^3.0.0
- spryker/price-product: ^1.0.0 || ^2.0.0 || ^4.0.0
- spryker/product: ^6.6.0
- spryker/propel-orm: ^1.0.0
- spryker/session: ^4.0.0
- spryker/shopping-list-extension: ^1.5.0
- spryker/store: ^1.1.0
- spryker/transfer: ^3.27.0
- spryker/zed-request: ^3.6.0
Requires (Dev)
Suggests
- spryker/installer: If ShoppingListPermissionsInstallerPlugin is to be used, minimum version is 4.0.04
Provides
None
Conflicts
None
Replaces
None
proprietary a90b54e049d17e9c21fca8264f9df7a96a391eb2
This package is auto-updated.
Last update: 2026-06-25 13:47:48 UTC
README
👁 Latest Stable Version
👁 Minimum PHP Version
Shopping list provides infrastructure and functionality to handle multiple shopping lists for a customer account as well as manage shopping list items. A customer has a default shopping list, which will be created first time when there is a request made to manage its items. There is only one shopping list per customer by default, however one customer can have multiple named shopping lists, if required. The Shopping list is permanent and persists between sessions. Shopping list can be shared with other company users from the same business unit or with complete business units from the same company as the shopping list owner is assigned to.
Installation
composer require spryker/shopping-list
