spryker / availability
Availability module
9.24.0
2024-11-04 14:07 UTC
Requires
- php: >=8.2
- spryker/acl-merchant-portal-extension: ^1.0.0
- spryker/availability-extension: ^1.2.0
- spryker/decimal-object: ^1.0.0
- spryker/dynamic-entity-extension: ^1.0.0
- spryker/event: ^2.3.0
- spryker/kernel: ^3.30.0
- spryker/key-builder: ^1.0.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/oms: ^11.0.0
- spryker/oms-extension: ^1.2.0
- spryker/product: ^5.0.0 || ^6.0.0
- spryker/product-alternative-extension: ^1.0.0
- spryker/product-page-search-extension: ^1.3.0
- spryker/propel-orm: ^1.16.0
- spryker/stock: ^8.1.0
- spryker/stock-extension: ^1.0.0
- spryker/storage: ^3.0.0
- spryker/store: ^1.19.0
- spryker/touch: ^3.0.0 || ^4.0.0
- spryker/transfer: ^3.27.0
- spryker/wishlist-extension: ^1.2.0
- spryker/zed-request: ^3.0.0
Requires (Dev)
Suggests
- spryker/checkout: If you want to use Checkout plugins.
- 9.24.0
- 9.23.0
- 9.22.0
- 9.21.0
- 9.20.0
- 9.19.0
- 9.18.0
- 9.17.0
- 9.16.0
- 9.15.0
- 9.14.0
- 9.13.0
- 9.12.2
- 9.12.1
- 9.12.0
- 9.11.0
- 9.10.0
- 9.9.1
- 9.9.0
- 9.8.0
- 9.7.0
- 9.6.0
- 9.5.0
- 9.4.1
- 9.4.0
- 9.3.0
- 9.2.1
- 9.2.0
- 9.1.0
- dev-master / 9.0.x-dev
- 9.0.0
- 8.0.1
- 8.0.0
- 7.0.0
- 6.4.4
- 6.4.3
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.1
- 6.3.0
- 6.2.0
- 6.1.0
- 6.0.0
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.0
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-RC2
- 2.0.0-RC1
- 1.0.0
- 0.20.0
- dev-beta/frw-8430/master-enable-sniffers-for-3rd-party-modules
- dev-beta/app-store/develop
- dev-hotfix/testing-propel
- dev-beta/poc-contract-tests
- dev-beta/lazy_table_map_instantiation
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/spryker-mini-api-framework
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
This package is auto-updated.
Last update: 2024-11-05 16:33:57 UTC
README
Product availability is calculated based on the current stock and amount of reserved items (items in the current open orders). Availability module calculates the ProductAbstract and ProductConcrete availability, and the calculated availability is persisted. This calculations is crucial to prevent overselling.
Installation
composer require spryker/availability