We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef783d commit bac5822Copy full SHA for bac5822
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/order/enums/OrderFulfillmentStatus.kt
@@ -8,5 +8,6 @@ enum class OrderFulfillmentStatus {
8
DELIVERED,
9
WILL_NOT_DELIVER,
10
RETURNED,
11
- READY_FOR_PICKUP
+ READY_FOR_PICKUP,
12
+ OUT_FOR_DELIVERY,
13
}
0 commit comments