Skip to content

Edit Customer Return

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

Edit Customer Return form pre-filled with an existing draft return showing customer, dates, return reason, and line items

From the Customer Return Detail page, click Edit, or navigate directly to /commerce/sales/customer-returns/:id/edit. The Edit button only appears for Draft returns.

The edit form uses the same structure as the Create Customer Return 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 Customer Return.


Same columns and behavior as Create Customer Return.


Same rules as Create Customer Return. Additionally:

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

After saving:

  • The return is updated.
  • You are redirected to the Customer Return Detail page.
  • A success notification confirms the update.

  1. Open the Customer Return Detail for a Draft return.
  2. Click Edit in the action bar.
  3. Update the return reason, line quantities, or other fields.
  4. Click Save Changes.
  • Editing requires Write permission on the Customer Returns module.
  • Only Draft returns are editable.