Skip to content

visibility_details

ProductVisibilityDetails dataclass

Python
1
ProductVisibilityDetails(active_product: bool, has_price: bool, has_stock: bool)

Bases: SellerApiBaseModel

Настройки видимости товара.

active_product instance-attribute

Python
1
active_product: bool

Если активный товар — true.

has_price instance-attribute

Python
1
has_price: bool

Если установлена цена — true.

has_stock instance-attribute

Python
1
has_stock: bool

Если есть остаток на складах — true.