Skip to main content

Link Return Receipt to RMA

POST 

/api/returns/reconciliation/:returnReceipt/link

Link an unmatched return receipt to a return authorization (RMA), recording its received quantity without adding inventory a second time (the goods were already received). Provide exactly one of rma_id or sales_order_id; with sales_order_id the single open, unreceived RMA on that order is used. Fails with 422 if the target RMA is already received (which would double-count) or the order has zero/multiple open RMAs.

Requires a Bearer token.

Request

Responses

OK

Response Headers
    Content-Type