Fulfill, ship, and refund orders

4 min read

Order states

State Meaning
pending_payment Order created, awaiting Stripe checkout completion
paid Payment cleared. Inventory decremented. Customer + dealer received emails.
fulfilled You've packed it / pulled inventory
shipped Tracking info added
delivered Customer has it
refunded Money returned to customer
cancelled Pre-payment cancellation

Move an order forward

  1. Admin → Store → Orders → click order.
  2. Click Mark as fulfilled when ready to ship.
  3. Click Add tracking — paste a carrier + tracking number. Customer is emailed automatically.
  4. After tracking is added, status auto-flips to shipped.
  5. Click Mark as delivered when the customer confirms (or trust the tracking carrier).

Issue a refund

  1. Open the order.
  2. Click Refund — full or partial.
  3. We call Stripe's refund API. Funds are returned to the customer's card in 5-10 business days.
  4. Status flips to refunded and inventory is not automatically restored — that's a judgement call (might be damaged in return). Restock manually if appropriate.
Didn't answer your question?

Send us a note — we usually reply within a few hours.

Email support