Skip to main content
PATCH
Update policy settings

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
cancellationPolicyText
object
required

An object containing the text of the cancellation policy.

refundPolicyText
object
required

An object containing the text of the refund policy.

termsOfServiceUrl
object
required

An object representing the URL for the terms of service.

acknowledgementRequired
boolean

A boolean that specifies if acknowledgement is required for the policy.

customPolicyEnabled
boolean

A boolean indicating whether a custom policy is enabled.

Response

successful operation

acknowledgementRequired
boolean
required

A boolean indicating whether an acknowledgement is required for the policy.

customPolicyEnabled
boolean
required

A boolean indicating whether a custom policy is enabled.

cancellationPolicyText
string

A string containing the text of the cancellation policy.

refundPolicyText
string

A string containing the text of the refund policy.

termsOfServiceUrl
string

A string representing the URL of the terms of service.

Last modified on September 11, 2026