Skip to content

file

ProductFile dataclass

Python
1
ProductFile(file_name: str, index: str)

Bases: SellerApiBaseModel

file_name instance-attribute

Python
1
file_name: str

Ссылка на файл

index instance-attribute

Python
1
index: str

Порядковый номер файла

ProductImage dataclass

Python
1
ProductImage(file_name: str, index: str, default: bool | None = None)

Bases: ProductFile

default class-attribute instance-attribute

Python
1
default: bool | None = None

Главное ли изображение

file_name instance-attribute

Python
1
file_name: str

Ссылка на файл

index instance-attribute

Python
1
index: str

Порядковый номер файла

ProductPDF dataclass

Python
1
ProductPDF(file_name: str, index: str, name: str)

Bases: ProductFile

file_name instance-attribute

Python
1
file_name: str

Ссылка на файл

index instance-attribute

Python
1
index: str

Порядковый номер файла

name instance-attribute

Python
1
name: str

Название файла.