Skip to content

Goods Returns

The Goods Returns list shows all outbound vendor return shipment documents. A Goods Return is the physical shipment of items back to a vendor and fulfills a confirmed Vendor Return authorization. Confirming a Goods Return decrements inventory in the source warehouse, increments the Vendor Return line’s fulfilled quantity, and exposes the document for A/P Credit Memo creation in finance.

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

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

  • A Goods Return is always created from a confirmed Vendor Return. The Vendor Return — not the original Purchase Order or Goods Receipt — is the source.
  • Confirming a Goods Return is the moment inventory is removed. The transition publishes commerce.goods-return.confirmed, which the inventory service consumes to decrement stock, and increments the source Vendor Return line’s Fulfilled Quantity.
  • Goods Return cancellation does not require a reason (unlike Goods Receipts).
  • Browse all goods returns with filtering by status and date range.
  • Create a new Goods Return from a confirmed Vendor Return.
  • Confirm or cancel goods returns.
  • Download a PDF copy of a Goods Return.
  1. Open Commerce → Procurement → Goods Returns from the sidebar.
  2. Click New from Vendor Return, pick a confirmed Vendor Return with open lines, and confirm the shipping quantities per line.
  3. Confirm the Goods Return — inventory is decremented and the Vendor Return line’s fulfilled quantity updates.
ColumnDefault VisibleSortableDescription
Doc #YesYesSystem-generated Goods Return number
DateYesYesDocument date
StatusYesYesWorkflow status badge
VendorYesNoBusiness partner (vendor) name
Grand TotalYesYesTotal amount including tax
StatusDescription
DraftDocument is being prepared; editable and deletable
ConfirmedShipment is posted; inventory is decremented and the Vendor Return line is fulfilled
CancelledDocument was cancelled
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 Vendor ReturnOpen a picker to select a confirmed Vendor Return with open lines; the document pre-fills with the authorization’s lines and remaining quantitiesWrite
ActionDescriptionPermission
ViewOpen the Goods Return detail pageRead
EditEdit the document — Draft onlyWrite
ConfirmTransition Draft → Confirmed; inventory is decrementedWrite
CancelTransition Draft or Confirmed → CancelledWrite
Download PDFDownload a PDF copyRead
DeletePermanently delete — Draft onlyAdmin
SectionFieldNotes
HeaderVendorLocked to the source Vendor Return’s vendor
HeaderDocument DateDefaults to today
HeaderContactFrom the BP’s contact list
HeaderBilling / Shipping AddressPre-filled from the vendor
LinesItem, DescriptionLocked to the Vendor Return line
LinesWarehouseSource warehouse from which goods leave
LinesQuantityDefaults to the Vendor Return line’s open quantity; can be reduced
LinesUnit Price, Discount %, Tax CategoryLocked to the Vendor Return line
LinesBatch Number, NotesPer-line where applicable
FooterPayment Terms, Price ListLocked to the Vendor Return
FooterShipped ByEmployee who shipped the goods
FooterRemarksFree-text
  • Confirming a Goods Return publishes commerce.goods-return.confirmed, which the inventory service consumes to decrement stock in the source warehouse, and increments the source Vendor Return line’s Fulfilled Quantity. The fulfillment API exposes the document for A/P Credit Memo creation in finance — the physical proof that the goods left the warehouse.