Skip to main content
Order Lines on order Overview lists the items that will ship. Edit opens a modal that replaces the full line list for that order. Parcel lines on a shipment (SKU, origin, tariff) are a different editor — Customs and documents. Orders journey: Orders.
Edit is hidden when the order is Fulfilled or Cancelled. There is no lock banner — the button is simply not rendered. The API also rejects updates in those statuses (BAD_REQUEST: Cannot update order with status: …).

Order Lines card

Order detail /dashboard/orders/:id (?tab=overview). Right column. Title: Order Lines.
Order Lines card with item count badge, Edit, and line name SKU quantityOrder Lines card with item count badge, Edit, and line name SKU quantity

Order Lines — item count, Edit, name, SKU, and quantity

Country of origin and tariff number are not on this card or in this modal. They appear on Edit package / create Edit Parcel.

Edit order lines modal

modalId="edit-order-lines". Save is disabled if orderId or orgId is missing. Cancel is disabled while Saving….
Edit order lines modal with Name, SKU, Quantity, Unit price, Weight, Line currency, Line total, Weight unit, and Add lineEdit order lines modal with Name, SKU, Quantity, Unit price, Weight, Line currency, Line total, Weight unit, and Add line

Edit order lines — every visible field on a line, Add line, Save

Per-line fields

Each block is titled Line {n}. Trash (destructive) is shown only when there is more than one line — you cannot remove the last line. Add line appends a row with Name New line, Quantity 1, other fields empty/null. Saving with zero lines is blocked: At least one order line is required.
1

Open the order

Orders → the order. Stay on Overview.
2

Edit

On Order Lines, click Edit.
3

Change fields

Update Name, SKU, Quantity, prices, weight. Use Add line or trash extra lines.
4

Save

Replaces the whole list. Toast Order updated successfully. Lines on still-editable shipments are synced in the same save.

When Edit is locked

No empty-state illustration when there are zero lines on a still-editable order: opening Edit starts with one New line. Fields that exist on the API line (variant, barcode, HS code, origin, vendor, taxable, gift card, image URL) are not in this form. They are preserved if they were already on the line. Toasts: Order updated successfully / Failed to update order.
Split and move change which shipment a line sits on. They do not replace this modal. Split and move parcels.
You are done when Order Lines shows the new names, SKUs, and quantities. If the order already has a pending shipment, open it and confirm Package Details picked up the same lines.