FlxpointAPI Help CenterBeta

Set RMA Shipment as sent

patchhttps://api.flxpoint.com/rma-shipments/{id}/sent

Use this when you want to update rma data through the API.

🔑 X-API-TOKEN⏱ 2 req/sToken: Account · Source · Channel

This page explains the endpoint. To send a live test request, use the interactive tester in Stoplight or your own Postman / HTTP client.

update RMA shipment as sent

Request

Example request

patch/rma-shipments/{id}/sent
curl -X PATCH "https://api.flxpoint.com/rma-shipments/{id}/sent" \
  -H "Accept: application/json" \
  -H "X-API-TOKEN: YOUR_TOKEN"

Responses

204No Content

No schema documented for this status.

401Unauthorized

No schema documented for this status.

404Not Found

No schema documented for this status.

OpenAPI fragment
{
  "patch": {
    "summary": "Set RMA Shipment as sent",
    "description": "update RMA shipment as sent",
    "parameters": [],
    "responses": {
      "204": {
        "description": "No Content"
      },
      "401": {
        "description": "Unauthorized"
      },
      "404": {
        "description": "Not Found"
      }
    }
  }
}
Ready to run it? Send the curl from your terminal or Postman, or use the interactive tester in Stoplight.Open in Stoplight