extensions / Returns
PUT/api/projects/{project_id}/sales/rma/settings

PUT /api/projects/{project_id}/sales/rma/settings

A description is not available in the current release metadata.

GETPUT
Code examples
Integration
PUT /api/projects/{project_id}/sales/rma/settings
EnvironmentBASE_URL
Request
curl --request PUT \
  --url "${BASE_URL}/api/projects/example_project_id/sales/rma/settings" \
  --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

Query Parameters

Request Body

Schema: RmaSettingsPayload

FieldRequiredType
enabledYesNot specified
return_window_daysYesNot specified
require_approvalYesNot specified
allow_more_infoYesNot specified
auto_approveYesNot specified
allowed_statusesYesNot specified
default_return_address_idNoNot specified

Response Body

Errors

Availability

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