get_product_portal_config
Retrieve per-product portal customization including business name, logo, primary color, and custom messages. Returns null to indicate fallback to seller-level config.
Instructions
Get the per-product portal customization (business name, logo, primary color, cancellation policy, custom welcome / success / cancellation messages). Returns null when no per-product config exists — the product falls back to the seller-level portal config. Used by B2B2C platforms that model their professionals/coaches as Products under a single seller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | Product identifier — accepts the UUID (preferred — same id returned by list_products and webhook payloads) or the legacy positive integer id. UUID support added in Garu v0.10.0. |