Skip to main content
GET
/
api
/
catalog
/
review-preferences
/
{product_type_key}
Get Review Preferences
curl --request GET \
  --url https://api.merchantops.ai/api/catalog/review-preferences/{product_type_key}
{
  "product_type_key": "<string>",
  "is_default": false,
  "updated_at": "<string>",
  "updated_by": "<string>",
  "visible_property_keys": [
    "<string>"
  ]
}

Headers

authorization
string | null
X-Organization-ID
string | null

Path Parameters

product_type_key
string
required

Cookies

stytch_session
string | null

Response

Successful Response

Resolved review-field config for a ProductType.

is_default is True when no type-specific override exists and the response came from the org-wide __default__ fallback (which itself may be empty if the org hasn't configured a default yet).

product_type_key
string
required
is_default
boolean
default:false
updated_at
string | null
updated_by
string | null
visible_property_keys
string[]