Skip to content

stock

ProductStock dataclass

Python
1
ProductStock(coming: int, present: int, reserved: int)

Bases: SellerApiBaseModel

coming instance-attribute

Python
1
coming: int

Количество товара, ожидаемого при поставке.

present instance-attribute

Python
1
present: int

Количество товара на складе.

reserved instance-attribute

Python
1
reserved: int

Количество зарезервированного товара.