dominos_coupons
Retrieve available coupons and deals for a Domino's US store using its store ID. Get standalone coupon codes, descriptions, prices, service methods, and tiered volume discounts.
Instructions
Get one Domino's store's available coupons and deals. Returns one Domino's US store's available coupons and deals: standalone coupons (code, name, description, price, valid service methods, and any alternate promo/marketing codes that resolve to the same coupon), plus tiered volume-discount coupon groups (e.g. "order 7+ pizzas, get 15% off"). Reads the same structured menu response as GET /dominos/menu, so it costs no additional upstream request. A store can genuinely have zero active coupons -- an empty list is not an error. Store ids come from GET /dominos/store-locator. An unknown store id returns 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | Domino's store id, from /dominos/store-locator |