Skip to content

Edit Delivery

Update an existing delivery that is in Draft status. The edit form uses the same full-page document layout as the create form. Once a delivery is confirmed, line quantities are locked and the form cannot be edited.

Edit Delivery form pre-filled with an existing draft delivery showing customer, dates, carrier, tracking number, and line items

From the Delivery Detail page, click Edit, or navigate directly to /commerce/sales/deliveries/:id/edit. The Edit button only appears for Draft deliveries.

The edit form uses the same structure as the Create Delivery form. All fields and line item columns are identical.

In edit mode:

  • The document number is shown as a read-only reference in the header.
  • The submit button is labeled Save Changes.
  • Existing lines are pre-loaded; deleting a saved line marks it for removal on submit.
  • Version tracking detects concurrent edits.

The Document Number is read-only after creation.


Same fields as Create Delivery.


Same columns as Create Delivery. Batch numbers and serial numbers can be updated until the delivery is confirmed.


Same rules as Create Delivery. Additionally:

RuleBehavior
Version conflictIf another user edited the document concurrently, a conflict error is shown; refresh and retry
Draft-only editingNon-Draft deliveries redirect to the detail page

After saving:

  • The delivery is updated.
  • You are redirected to the Delivery Detail page.
  • A success notification confirms the update.

  1. Open the Delivery Detail for a Draft delivery.
  2. Click Edit in the action bar.
  3. Update carrier details, line quantities, or batch numbers.
  4. Click Save Changes.
  • Editing requires Write permission on the Deliveries module.
  • Only Draft deliveries are editable.