Skip to main content

Create Return Receipt from RMA

POST 

/api/rmas/:rma/receipts

Record a return receipt against an RMA (items physically received at the warehouse).

Authentication: Requires Bearer token.

Action values: return_to_stock, dispose, refurbish, new_blemished_sku

  • For new_blemished_sku: provide blemished_configurations array with sku, condition, and reference fields
  • product_id: the product being received back (can differ from original if substituted)
  • original_product_id: the original product (if product_id differs)

Request

Responses

Successful response