Skip to main content

Add Line to Return Receipt

POST 

/api/return-receipts/:returnReceipt/lines

Add a new line to an existing return receipt. Creates an inventory movement for the specified action.

Authentication: Requires Bearer token.

Fields:

  • product_id (required): Product being returned
  • original_product_id (optional): Original product if different (e.g., substituted)
  • rma_line_id (optional): Link to specific RMA line
  • quantity (required): Quantity received (min: 1)
  • action (required): One of: return_to_stock, dispose, refurbish
  • return_reason_id (optional): ID of return reason
  • notes (optional): Notes (max 500 chars)

Request

Responses

Successful response