For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings

Endpoints related to managing Okendo settings

Review Translation Settings

Update Subscriber Review Translation Settings

post
Authorizations
AuthorizationstringRequired
Body
isGlobalTermsBlocklistEnabledbooleanRequired

A flag which is used to determine whether the Subscriber Review Translation Blocklist will be used when translating Reviews

isProductTermsBlocklistEnabledbooleanRequired

A flag which is used to determine whether Product Review Translation Blocklist will be used when translating Reviews

Responses
200

Updated Subscriber Review Translation Settings Object

application/json
isGlobalTermsBlocklistEnabledbooleanOptional

A flag which is used to determine whether the Subscriber Review Translation Blocklist will be used when translating Reviews

isProductTermsBlocklistEnabledbooleanOptional

A flag which is used to determine whether Product Review Translation Blocklist will be used when translating Reviews

post
/review_translation_settings

Retrieve a Subscriber Review Translation Blocklist

get
Authorizations
AuthorizationstringRequired
Responses
200

A Translation Blocklist Object

application/json
blocklistedTermsstring[] · max: 100Optional

Array of blocklisted terms.

get
/review_translation_blocklist

Create/Update a Subscriber Review Translation Blocklist with provided terms

put
Authorizations
AuthorizationstringRequired
Body
blocklistedTermsstring[] · max: 100Optional

Array of blocklisted terms.

Responses
200

A Translation Blocklist Object

application/json
blocklistedTermsstring[] · max: 100Optional

Array of blocklisted terms.

put
/review_translation_blocklist

Append a list of terms to the Subscriber Review Translation Blocklist

patch
Authorizations
AuthorizationstringRequired
Body
blocklistedTermsstring[] · max: 100Optional

Array of blocklisted terms.

Responses
200

A Translation Blocklist Object

application/json
blocklistedTermsstring[] · max: 100Optional

Array of blocklisted terms.

patch
/review_translation_blocklist

Delete the Subscriber Review Translation Blocklist

delete
Authorizations
AuthorizationstringRequired
Responses
delete
/review_translation_blocklist

No content

Retrieve a Product Review Translation Blocklist

get
Authorizations
AuthorizationstringRequired
Path parameters
productIdstringRequired

The product ID prefixed by a platform identifier.

Example: shopify-123456789
Responses
200

A Translation Blocklist Object

application/json
blocklistedTermsstring[] · max: 100Optional

Array of blocklisted terms.

get
/products/{productId}/review_translation_blocklist

Create/Update a Product Review Translation Blocklist with provided terms

put
Authorizations
AuthorizationstringRequired
Path parameters
productIdstringRequired

The product ID prefixed by a platform identifier.

Example: shopify-123456789
Body
blocklistedTermsstring[] · max: 100Optional

Array of blocklisted terms.

Responses
200

A Translation Blocklist Object

application/json
blocklistedTermsstring[] · max: 100Optional

Array of blocklisted terms.

put
/products/{productId}/review_translation_blocklist

Append a list of terms to the Product Review Translation Blocklist

patch
Authorizations
AuthorizationstringRequired
Path parameters
productIdstringRequired

The product ID prefixed by a platform identifier.

Example: shopify-123456789
Body
blocklistedTermsstring[] · max: 100Optional

Array of blocklisted terms.

Responses
200

A Translation Blocklist Object

application/json
blocklistedTermsstring[] · max: 100Optional

Array of blocklisted terms.

patch
/products/{productId}/review_translation_blocklist

Delete the Product Review Translation Blocklist

delete
Authorizations
AuthorizationstringRequired
Path parameters
productIdstringRequired

The product ID prefixed by a platform identifier.

Example: shopify-123456789
Responses
delete
/products/{productId}/review_translation_blocklist

No content

Last updated