Skip to content

Vendor Returns

The Vendor Returns list shows all vendor return authorization documents. A Vendor Return is a commitment to return goods to a vendor after they were received — the procurement equivalent of an RMA. Vendor Returns are always created from a confirmed Goods Receipt, and serve as the source document for one or more Goods Returns (the physical shipments back to the vendor) and for A/P Credit Memos in finance.

Vendor Returns list page showing document number, date, status, vendor, and grand total columns

Navigate to Commerce → Procurement → Vendor Returns in the sidebar, or go to /commerce/procurement/vendor-returns.

  • A Vendor Return is always created from a confirmed Goods Receipt. The per-line return quantity is capped by the receipt line’s received quantity minus the quantity already committed to other non-cancelled Vendor Returns.
  • A Vendor Return does not move inventory by itself — it is an authorization. Inventory is decremented only when a Goods Return that targets the Vendor Return is confirmed.
  • Confirmed is a terminal status for Vendor Returns — there is no transition out of Confirmed. To stop fulfilling a confirmed Vendor Return, cancel its open Goods Returns instead.
  • The requesting document auto-closes when its fulfillment becomes complete: once all Vendor Return lines are fully fulfilled by confirmed Goods Returns, the document status flips automatically.
  • Browse all vendor return authorizations with filtering by status and date.
  • Search by document number or vendor name.
  • Create a new Vendor Return from a confirmed Goods Receipt.
  • Confirm or cancel vendor returns.
  • Download a PDF copy of the vendor return.
  • Track outstanding fulfillment per line — fulfilled quantity comes from confirmed Goods Returns.
  1. Open Commerce → Procurement → Vendor Returns from the sidebar.
  2. Click New from Goods Receipt, pick the original receipt, choose the lines and return quantities, and save as Draft.
  3. Confirm the Vendor Return.
  4. Create a Goods Return against the Vendor Return to physically ship the goods back and decrement inventory.
ColumnDefault VisibleSortableDescription
Doc #YesYesSystem-generated Vendor Return number
DateYesYesDocument date
StatusYesYesWorkflow status badge
VendorYesNoBusiness partner (vendor) name
Grand TotalYesYesTotal amount including tax
StatusDescription
DraftAuthorization is being prepared; editable and deletable
ConfirmedAuthorization is committed; downstream Goods Returns may be created. Terminal state — to stop fulfilling, cancel the related Goods Returns instead.
CancelledAuthorization was cancelled from Draft
FilterTypeDescription
SearchFree textSearches across document number and vendor name
StatusDropdownFilter by status
Date From / ToDateDocument-date range filter

Click any sortable column header to sort. Default sort: Created descending. The list uses a Load More pattern with 20 records per load.

ActionDescriptionPermission
New from Goods ReceiptOpen a picker to select a confirmed Goods Receipt with returnable lines; the Vendor Return pre-fills with the receipt’s lines and remaining returnable quantitiesWrite
ActionDescriptionPermission
ViewOpen the Vendor Return detail pageRead
EditEdit the authorization — Draft onlyWrite
ConfirmTransition Draft → ConfirmedWrite
CancelTransition Draft → Cancelled. Confirmed Vendor Returns cannot be cancelled directly.Write
Download PDFDownload a PDF copy of the documentRead
DeletePermanently delete — Draft onlyAdmin
SectionFieldNotes
HeaderVendorLocked to the source Goods Receipt’s vendor
HeaderDocument DateDefaults to today
HeaderContactFrom the BP’s contact list
HeaderReturn ReasonFree-text — why the goods are being returned
HeaderBilling / Shipping AddressPre-filled from the vendor
LinesItem, DescriptionLocked to the receipt line
LinesWarehouseSource warehouse for the return
LinesQuantityDefaults to the open returnable quantity; can be reduced
LinesUnit Price, Discount %, Tax CategoryLocked to the receipt line
LinesNotesPer-line free-text
FooterPayment Terms, Price ListLocked to the receipt
FooterReceived ByEmployee who recorded the return
FooterReferenceExternal reference

Each Vendor Return line tracks Fulfilled Quantity, which is updated when a Goods Return targeting the line is confirmed. The fulfillment API exposes the open quantity to A/P Credit Memo creation in finance.

  • Confirming a Vendor Return publishes commerce.vendor-return.confirmed. It has no direct inventory effect — inventory is only moved when a Goods Return is confirmed. The fulfillment API exposes the lines so Finance can create an A/P Credit Memo against the authorization.
  • Cancelling is available from Draft only.