Skip to content

cancellation

Cancellation dataclass

Python
1
Cancellation(affect_cancellation_rating: bool, cancel_reason: str, cancel_reason_id: int, cancellation_initiator: str, cancellation_type: CancellationType, cancelled_after_ship: bool)

Bases: SellerApiBaseModel

Информация об отмене.

affect_cancellation_rating instance-attribute

Python
1
affect_cancellation_rating: bool

Если отмена влияет на рейтинг продавца — true.

cancel_reason instance-attribute

Python
1
cancel_reason: str

Причина отмены.

cancel_reason_id instance-attribute

Python
1
cancel_reason_id: int

Идентификатор причины отмены отправления.

cancellation_initiator instance-attribute

Python
1
cancellation_initiator: str

Инициатор отмены отправления:

  • Клиент,
  • Ozon,
  • Продавец.

cancellation_type instance-attribute

Python
1
cancellation_type: CancellationType

Тип отмены отправления:

  • client — клиентская.
  • ozon — отменено Ozon.
  • seller — отменено продавцом.

cancelled_after_ship instance-attribute

Python
1
cancelled_after_ship: bool

Если отмена произошла после сборки отправления — true.