RejectionReason
Describes the reason why an order was rejected, in case of rejection: OrderStatus::Rejected
.
enum RejectionReason {
INVALID_ORDER_DATA
INVENTORY_RESERVATION_FAILED
}
Values
RejectionReason.INVALID_ORDER_DATA
The order was rejected due to its invalid content.
RejectionReason.INVENTORY_RESERVATION_FAILED
The inventory service was not able to reserve inventory items according to the order.
Member Of
Order
object