ReturnOrderStatus

Enumeration Members

Cancelled

Cancelled: "CANCELLED";

The return order has been cancelled


Completed

Completed: "COMPLETED";

The return order has been completed, the products has been returned.


InProgress

InProgress: "IN_PROGRESS";

The return order is progress and awaiting products to be returned.

Last updated