search-policies
Search store policies on any UCP-enabled Shopify store. Query return policies, shipping policies, refund policies, privacy policies, terms of service, or any other store policy. Returns the matching policy text. Use this when a user asks about a store's policies before or after purchase — e.g., "what is the return policy?", "do they offer free shipping?", "refund window?" Example: domain: "allbirds.com", query: "return policy"
Input Schema
{
"type": "object",
"required": [
"domain",
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Policy search term (e.g., \"return policy\", \"shipping\", \"refund window\", \"privacy policy\")"
},
"domain": {
"type": "string",
"description": "The store domain (e.g., \"allbirds.com\")"
}
}
}
Stores exposing the search-policies tool
Get the agentic commerce digest every Monday
Real adoption data, ecosystem trends, new spec versions, and the stores that broke or recovered this week. Read by founders and engineers building the next generation of commerce.
