Class: Spree::ReservedStockItem
- Inherits:
-
StockItem
- Object
- StockItem
- Spree::ReservedStockItem
- Includes:
- ActiveModel::Validations
- Defined in:
- app/models/spree/reserved_stock_item.rb
Overview
A StockItem that’s been reserved by a customer. It will be stored in a dedicated StockLocation, but rmembers the original StockLocation for the items, so the can be restored if the reservation expiresor is cancelled.