property IntentMandate.merchants

Merchants allowed to fulfill the intent.

If not set, the shopping agent can work with any suitable merchant. When specified, restricts the agent to only shop with the listed merchants.

Examples

Example 1

["nike.com", "adidas.com"]

Example 2

["bestbuy.com"]

Type

readonly string[]

Usage

import { type IntentMandate } from ".";