Skip to main content

Update Return Shipment Status

PATCH 

/api/vendor-credits/:vendor_credit/shipments/:vendor_credit_shipment/status

Update only the status of a return shipment. Lightweight — no inventory/allocation side effects.

Body: status (required, one of: pending, shipped, delivered, cancelled).

Authentication: Requires Bearer token (PAT).

Required scope: accounting:write

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

Request

Responses

OK

Response Headers
    Content-Type