What does each order status mean?

I see in the docs that there are six possible statuses for each order: processed, disputed, shipped, delivered, pending, and canceled.

  1. What is the definition for each of these statuses?
  2. How would a typical order progress through this list of statuses?

Hi @IsaacD,

  • Processed gets applied when an order is completed, and the payment is processed through the payment gateway.
  • Pending gets applied when an order is completed, but the payment is not fully processed. This will only occur when the order is placed through an asynchronous payment method (e.g., Paypal Express Checkout).
  • Disputed is a status you can apply yourself as a reminder that the payment for the order was disputed. This doesn’t sync automatically with the payment gateway.
  • Shipped is a status you can apply yourself when you have shipped the order. Changing this status also prompts you to enter a tracking number.
  • Delivered is a status you can apply yourself when the order was shipped and fully delivered to the customer.
  • Canceled is a status you can apply yourself if the customer cancels his order. It also gets applied automatically if an order is fully refunded.

For most orders, the status generally gets set to processed, and then you can apply any changes to your liking or workflow.

Let me know if that helps,

Cheers!

2 Likes

Thanks, Michael! That’s exactly the information I was looking for.

1 Like