Microsoft Copilot shopping results
Product cards and map results inside Copilot answers, as structured records.
Commerce and local answers carry `shoppingCards` and `map` entries alongside the text — products, prices and places the response recommends.
Returned in result
| Field |
|---|
shoppingCards |
map |
Request
curl -X POST "https://api.answerline.dev/v1/monitor/copilot" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"Cheapest way to send money abroad","country":"US","state":"NY"}'