Skip to main content

OrderStatus

The lifecycle status of an order inside OMS.

enum OrderStatus {
acquiring
cancelled
completed
delivered
processing
ready
refunded
shipped
storage
with_anomalies
}

Values

OrderStatus.acquiring

The order is being acquired; OMS is still processing it. Business rules and amount calculations run after acquisition, so computed values are not final while the order is in this status.

OrderStatus.cancelled

The order was not processed and has been cancelled (payment not yet received).

OrderStatus.completed

The order has been processed but not shipped yet.

OrderStatus.delivered

The order has been processed and delivered.

OrderStatus.processing

The order is confirmed and is being processed to generate the fiscal document.

OrderStatus.ready

The order has been acquired with no anomalies; the order is confirmed.

OrderStatus.refunded

The order was not processed and has been refunded (payment received and refunded).

OrderStatus.shipped

The order has been processed and shipped.

OrderStatus.storage

The order has been processed but the shipment is being held in storage.

OrderStatus.with_anomalies

The order has been acquired, but OMS detected anomalies. Anomalies are handled by the Calicantus customer care; once resolved, the order moves to ready.

Member Of

Order object ● OrderStatusComparisonInput input