extensions / Returns
PATCH/api/projects/{project_id}/sales/rma/requests/{rma_id}

PATCH /api/projects/{project_id}/sales/rma/requests/{rma_id}

A description is not available in the current release metadata.

GETPATCH
Code examples
Integration
PATCH /api/projects/{project_id}/sales/rma/requests/{rma_id}
EnvironmentBASE_URL
Request
curl --request PATCH \
  --url "${BASE_URL}/api/projects/example_project_id/sales/rma/requests/example_rma_id" \
  --header "Content-Type: application/json" \
  --data @request.json
Response

Response examples are not available in the current release metadata.

Authentication

Authentication requirements are not specified for this operation.

Authentication

Requirement
Not specified
Credential type
Not specified
Scopes
Not specified

Headers

Path Parameters

NameRequiredType
project_idYesNot specified
rma_idYesNot specified

Query Parameters

Request Body

Schema: UpdateRmaRequestPayload

FieldRequiredType
statusNoNot specified
admin_noteNoNot specified
resolution_noteNoNot specified
return_label_urlNoNot specified
return_tracking_numberNoNot specified
return_carrierNoNot specified
return_address_idNoNot specified
return_address_jsonNoNot specified
requested_info_messageNoNot specified
customer_replyNoNot specified

Response Body

Errors

Availability

Available in
v0.1.0
Available since
v0.1.0
Implementation
Available
Deprecation
Not specified
Rate limits
Not specified