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

Catalog Rules

Manage catalog availability and exclusion rules for a merchant. Rules are grouped by type and keyed by tag or vendor.

Available endpoints:

GET /v1/merchants/{merchant_id}/catalog-rules
PUT /v1/merchants/{merchant_id}/catalog-rules/availability/{dimension}/{key}
DELETE /v1/merchants/{merchant_id}/catalog-rules/availability/{dimension}/{key}
PUT /v1/merchants/{merchant_id}/catalog-rules/exclusions/{dimension}/{key}
DELETE /v1/merchants/{merchant_id}/catalog-rules/exclusions/{dimension}/{key}

Last updated

Was this helpful?