Skip to main content

Update Shipping Details

PUT 

/api/rmas/:rma/shipping

Update shipping details for an RMA. Automatically transitions status based on whether shipping info is added or removed:

  • Adding shipping info: APPROVED → IN_TRANSIT
  • Clearing all shipping info (when no receipts exist): IN_TRANSIT → APPROVED

Authentication: Requires Bearer token.

All fields are nullable — pass null to clear a field.

Request

Responses

Successful response