Skip to main content

Update Return Receipt Line

PUT 

/api/return-receipts/:returnReceipt/lines/:returnReceiptLine

Update non-inventory-impacting fields on a return receipt line. Only notes and return_reason_id can be changed after creation. Fields that affect inventory (quantity, action, product_id) cannot be updated — delete and recreate the line to correct those.

Required scope: returns:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Requires permission: returns.receive

Request

Responses

OK

Response Headers
    Content-Type