Can you edit a BigCommerce order after payment?

Yes — you can edit a BigCommerce order after payment, but only certain fields, and only from the staff control panel. You can change the shipping address, contact details, quantities and variants. What you can't do after a payment is captured: add new items that require an extra charge, re-authorize or re-charge the card, or have shipping and tax recalculate against the original transaction. For those, BigCommerce's own documentation recommends creating a brand-new order.
What you CAN edit after payment
- Billing and shipping address (note: shipping cost and tax do not recalculate)
- Customer email and contact information
- Product quantities and options on existing line items
- Order comments, staff notes, coupon display
What you CAN'T do — and why
Once a payment is approved or captured, BigCommerce cannot reuse that authorization. So anything that increases the total — adding a product, adding shipping charges, upgrading the shipping method — has no way to collect the difference. The official guidance is to create a new order for the extra items. Removing value is also messy: applying a discount after capture does not automatically refund the difference; you process that refund yourself.
The three workarounds merchants actually use
- Create a second order for the added items (official route) — works, but the customer pays shipping again unless you zero it manually, and you now reconcile two orders.
- Refund the delta at your payment gateway (Stripe, PayPal…) and edit the order to match — for swaps or removals.
- Issue store credit for any difference — avoids touching the original charge entirely.
A warning if you use the API
The Orders API can technically add or modify line items (omit the product id to add, set quantity to 0 to remove). But a PUT update clears all discounts and promotions on the changed line items — so editing a discounted order via API silently breaks its pricing. Handle with care.
The version of this that doesn't involve you at all
Most "edit my order" requests arrive minutes after checkout. OrderEdit.io gives your customers a bounded self-service window to fix the address, swap variants, adjust quantities, add products (and pay for them properly), or cancel — with your refund rule enforced automatically. The request never becomes a ticket, and the edit never breaks your books.
Try it free on your store
Install OrderEdit.io from the BigCommerce Marketplace and let customers edit and upsell themselves. 21-day free trial.
Start free trial