Skip to main content
GET
/
api
/
property-definitions
/
{key}
/
enrichment-overrides
Get all product-type enrichment overrides for a property
curl --request GET \
  --url https://api.merchantops.ai/api/property-definitions/{key}/enrichment-overrides
{
  "override_count": 123,
  "overrides": [
    {
      "product_type_key": "<string>",
      "product_type_name": "<string>",
      "ai_matching_guidance": "<string>",
      "enrichment_config": {},
      "prompt_name": "<string>"
    }
  ],
  "property_key": "<string>",
  "category_overrides": [
    {
      "category_key": "<string>",
      "category_name": "<string>",
      "ai_matching_guidance": "<string>",
      "enrichment_config": {},
      "prompt_name": "<string>"
    }
  ],
  "default_enrichment_config": {},
  "default_prompt_name": "<string>"
}

Headers

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

Path Parameters

key
string
required

Cookies

stytch_session
string | null

Response

Successful Response

override_count
integer
required
overrides
EnrichmentOverrideItem · object[]
required
property_key
string
required
category_overrides
CategoryOverrideItem · object[]
default_enrichment_config
Default Enrichment Config · object
default_prompt_name
string | null