Appearance
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
Requiredinteger
Request Body
application/json
JSON "product_lookup_enabled": true, "product_lookup_include_oos": true
{
}
Responses
Successful Response
application/json
JSON "additionalProperties": true
{
}