enums ¶
AsyncLabelGetStatus ¶
Bases: StrEnum
Статус формирования этикеток
COMPLETED class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
файл с этикетками готов
ERROR class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
при формировании файла произошла ошибка
FAILED class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
при формировании файла произошла ошибка
CancellationType ¶
Bases: StrEnum
Тип отмены отправления:
client
— клиентская.ozon
— отменено Ozon.seller
— отменено продавцом.
PostingStatus ¶
Bases: StrEnum
Статус отправления:
acceptance_in_progress
— идёт приёмка,arbitration
— арбитраж,awaiting_approve
— ожидает подтверждения,awaiting_deliver
— ожидает отгрузки,awaiting_packaging
— ожидает упаковки,awaiting_registration
— ожидает регистрации,awaiting_verification
— создано,cancelled
— отменено,cancelled_from_split_pending
— отменено,client_arbitration
— клиентский арбитраж доставки,delivered
— доставлено,delivering
— доставляется,driver_pickup
— у водителя,not_accepted
— не принят на сортировочном центре,sent_by_seller
— отправлено продавцом.
ACCEPTANCE_IN_PROGRESS class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
идёт приёмка
AWAITING_APPROVE class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
ожидает подтверждения
AWAITING_DELIVER class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
ожидает отгрузки
AWAITING_PACKAGING class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
ожидает упаковки
AWAITING_REGISTRATION class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
ожидает регистрации
AWAITING_VERIFICATION class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
создано
CANCELLED_FROM_SPLIT_PENDING class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
отменено
CLIENT_ARBITRATION class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
клиентский арбитраж доставки
DRIVER_PICKUP class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
у водителя
NOT_ACCEPTED class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
не принят на сортировочном центре
SENT_BY_SELLER class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
отправлено продавцом
PostingSubstatus ¶
Bases: StrEnum
Подстатус отправления:
posting_acceptance_in_progress
— идёт приёмка,posting_in_arbitration
— арбитраж,posting_created
— создано,posting_in_carriage
— в перевозке,posting_not_in_carriage
— не добавлено в перевозку,posting_registered
— зарегистрировано,posting_transferring_to_delivery
(status=awaiting_deliver)
— передаётся в доставку,posting_awaiting_passport_data
— ожидает паспортных данных,posting_awaiting_registration
— ожидает регистрации,posting_registration_error
— ошибка регистрации,posting_transferring_to_delivery
(status=awaiting_registration)
— передаётся курьеру,posting_split_pending
— создано,posting_canceled
— отменено,posting_in_client_arbitration
— клиентский арбитраж доставки,posting_delivered
— доставлено,posting_received
— получено,posting_conditionally_delivered
— условно доставлено,posting_in_courier_service
— курьер в пути,posting_in_pickup_point
— в пункте выдачи,posting_on_way_to_city
— в пути в ваш город,posting_on_way_to_pickup_point
— в пути в пункт выдачи,posting_returned_to_warehouse
— возвращено на склад,posting_transferred_to_courier_service
— передаётся в службу доставки,posting_driver_pick_up
— у водителя,posting_not_in_sort_center
— не принято на сортировочном центре,sent_by_seller
— отправлено продавцом.
POSTING_ACCEPTANCE_IN_PROGRESS class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
идёт приёмка
POSTING_AWAITING_PASSPORT_DATA class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
ожидает паспортных данных
POSTING_AWAITING_REGISTRATION class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
ожидает регистрации
POSTING_CANCELED class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
отменено
POSTING_CONDITIONALLY_DELIVERED class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
условно доставлено
POSTING_CREATED class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
создано
POSTING_DELIVERED class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
доставлено
POSTING_DRIVER_PICK_UP class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
у водителя
POSTING_IN_ARBITRATION class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
арбитраж
POSTING_IN_CARRIAGE class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
в перевозке
POSTING_IN_CLIENT_ARBITRATION class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
клиентский арбитраж доставки
POSTING_IN_COURIER_SERVICE class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
курьер в пути
POSTING_IN_PICKUP_POINT class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
в пункте выдачи
POSTING_NOT_IN_CARRIAGE class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
не добавлено в перевозку
POSTING_NOT_IN_SORT_CENTER class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
не принято на сортировочном центре
POSTING_ON_WAY_TO_CITY class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
в пути в ваш город
POSTING_ON_WAY_TO_PICKUP_POINT class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
в пути в пункт выдачи
POSTING_RECEIVED class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
получено
POSTING_REGISTERED class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
зарегистрировано
POSTING_REGISTRATION_ERROR class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
ошибка регистрации
POSTING_RETURNED_TO_WAREHOUSE class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
возвращено на склад
POSTING_SPLIT_PENDING class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
создано
POSTING_TRANSFERRED_TO_COURIER_SERVICE class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
передаётся в службу доставки
POSTING_TRANSFERRING_TO_DELIVERY class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
передаётся в доставку или передается курьеру
SENT_BY_SELLER class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
отправлено продавцом
SHIP_PENDING class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
в процессе сборки
PrrOptionEnum ¶
Bases: StrEnum
Код услуги погрузочно-разгрузочных работ:
lift
— подъём на лифте.stairs
— подъём по лестнице.none
— покупатель отказался от услуги, поднимать товары не нужно.delivery_default
— доставка включена в стоимость, по условиям оферты нужно доставить товар на этаж. Параметр актуален для КГТ-отправлений с доставкой силами продавца или интегрированной службой.
TplIntegrationType ¶
Bases: StrEnum
Тип интеграции со службой доставки:
ozon
— доставка службой Ozon.3pl_tracking
— доставка интегрированной службой.non_integrated
— доставка сторонней службой.aggregator
— доставка через партнёрскую доставку Ozon.
AGGREGATOR class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
доставка через партнёрскую доставку Ozon
NON_INTEGRATED class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
доставка сторонней службой
THIRD_PL_TRACKING class-attribute
instance-attribute
¶
Python | |
---|---|
1 |
|
доставка интегрированной службой