Skip to content

delivery_address

OrderDeliveryAddress dataclass

Python
1
OrderDeliveryAddress(country: str, city: str, house: str | None = None, district: str | None = None, postcode: str | None = None, subway: str | None = None, block: str | None = None, phone: str | None = None, recipient: str | None = None, entrance: str | None = None, entryphone: str | None = None, floor: str | None = None, apartment: str | None = None, street: str | None = None, gps: Gps | None = None)

Bases: MarketApiBaseModel

Адрес доставки.

apartment class-attribute instance-attribute

Python
1
apartment: str | None = None

Квартира или офис.

block class-attribute instance-attribute

Python
1
block: str | None = None

Корпус или строение.

city instance-attribute

Python
1
city: str

Город или населенный пункт.

country instance-attribute

Python
1
country: str

Страна.

district class-attribute instance-attribute

Python
1
district: str | None = None

Район.

entrance class-attribute instance-attribute

Python
1
entrance: str | None = None

Подъезд.

entryphone class-attribute instance-attribute

Python
1
entryphone: str | None = None

Код домофона.

floor class-attribute instance-attribute

Python
1
floor: str | None = None

Этаж.

gps class-attribute instance-attribute

Python
1
gps: Gps | None = None

GPS-координаты.

house class-attribute instance-attribute

Python
1
house: str | None = None

Дом или владение.

phone class-attribute instance-attribute

Python
1
phone: str | None = None

Телефон получателя заказа.

postcode class-attribute instance-attribute

Python
1
postcode: str | None = None

Почтовый индекс.

Указывается, если выбрана доставка почтой (delivery type=POST).

recipient class-attribute instance-attribute

Python
1
recipient: str | None = None

Фамилия, имя и отчество получателя заказа.

street class-attribute instance-attribute

Python
1
street: str | None = None

Улица.

subway class-attribute instance-attribute

Python
1
subway: str | None = None

Станция метро.