Order States
ROIVENUE status recognizes seven possible values and two outcomes (represented by 0 and 1). If an order has been delivered, the outcome of the parameter is 1. If an order was declined, undelivered, etc; the final outcome is 0. Check out our structure to see this parameter in action.
Values and states identified in ROIVENUE:
Status | Description | Outcome |
Created | status, when the order was initialized (put in the cart) | 0 |
Ordered | accepted/created order | 0 |
Canceled | Cancellation (test or duplicate order) | 0 |
Shipped | Forwarded to dispatch | 0 |
Delivered | Delivered / Paid-in order | 1 |
Returned | Returned order, must be paired with original Order ID | 0 |
Undelivered | Order was not delivered or picked up | 0 |

Last modified 2yr ago