Skip to content

Update Store Settings

PATCH
/api/v1/tenants/{tenant_id}/store-settings

Toggle product-lookup flags on the tenant.

Only fields explicitly supplied in the payload are written — omitting a
field leaves its current value alone so the UI can PATCH one toggle at
a time.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

tenant_id*
Type
integer
Required

Request Body

application/json
JSON
{
  
"product_lookup_enabled": true,
  
"product_lookup_include_oos": true
}

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": true
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation