Skip to main content

ShipmentStatus

Represents a shipment status.

enum ShipmentStatus {
IN_PROGRESS
PREPARED_BY_SELLER
PICKUP_PENDING
PICKED_UP
ON_ROUTE
DROPPED_OFF_AT_ORIGIN_PICKING_POINT
BEING_DELIVERED
DELIVERED
DELIVERED_AT_PICKING_POINT
FAILED_DELIVERY_AND_RETURNED_TO_SELLER
CANCELED
COURIER_DELIVERY_ISSUE
CUSTOMER_DELIVERY_ISSUE
DELIVERY_POSTPONED_BY_RECIPIENT
INCORRECT_ADDRESS
MISSING_RECIPIENT
UNKNOWN_RECIPIENT
INCOMPLETE_ADDRESS
}

Values

ShipmentStatus.IN_PROGRESS

Order preparation in progress. No shipment yet.

ShipmentStatus.PREPARED_BY_SELLER

Order prepared by seller. No shipment yet.

ShipmentStatus.PICKUP_PENDING

Pickup request done. The seller is waiting for the package to be picked up by the courier.

ShipmentStatus.PICKED_UP

The package has been picked up from the seller by the courier. The shipment has already been sent

ShipmentStatus.ON_ROUTE

The shipment is on route, it is being transported by the courier.

ShipmentStatus.DROPPED_OFF_AT_ORIGIN_PICKING_POINT

The package has been deposited at the origin picking point, waiting to be picked up by the courier.

ShipmentStatus.BEING_DELIVERED

The package is in delivery, its delivery is imminent.

ShipmentStatus.DELIVERED

The package has been delivered

ShipmentStatus.DELIVERED_AT_PICKING_POINT

The package has been deposited at the customer's picking point.

ShipmentStatus.FAILED_DELIVERY_AND_RETURNED_TO_SELLER

The package could not be delivered to the customer and is returned to the seller.

ShipmentStatus.CANCELED

The order shipment has been cancelled.

ShipmentStatus.COURIER_DELIVERY_ISSUE

There has been an incident on the part of the courier.

ShipmentStatus.CUSTOMER_DELIVERY_ISSUE

There has been an incident in the delivery of the package to the customer.

ShipmentStatus.DELIVERY_POSTPONED_BY_RECIPIENT

The delivery has been postponed by the customer.

ShipmentStatus.INCORRECT_ADDRESS

Delivery could not be made due to an incorrect address.

ShipmentStatus.MISSING_RECIPIENT

The delivery could not be made due to the absence of the customer.

ShipmentStatus.UNKNOWN_RECIPIENT

Delivery could not be made due to an unknown customer.

ShipmentStatus.INCOMPLETE_ADDRESS

Delivery could not be made due to an incomplete address.

Member Of

Shipment object