Skip to main content

Add Line to RMA

POST 

/api/rmas/:rma/lines

Add a new line to an existing RMA. Cannot add lines to terminal (closed/canceled) RMAs.

Required scope: returns:write

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

Authentication: Requires Bearer token.

Validation: Same quantity rules as creating an RMA — cannot exceed fulfilled minus already RMA'd.

Requires permission: returns.update

Request

Responses

Created

Response Headers
    Content-Type