shuup.core.stocks package

Module contents

class shuup.core.stocks.ProductStockStatus(product=None, product_id=None, logical_count=0, physical_count=0, message=None, error=None, stock_managed=False, handled=True, *args, **kwargs)[source]

Bases: ProductCachingObject

__init__(product=None, product_id=None, logical_count=0, physical_count=0, message=None, error=None, stock_managed=False, handled=True, *args, **kwargs)[source]
logical_count = 0
physical_count = 0
message = None
error = None
stock_managed = False
handled = False