{"id":"1713bdf7-fb83-4421-b78c-1ab9d27e8054","task":"Mark a menu item as out of stock (86 an item) on DoorDash Marketplace in real time","domain":"developer.doordash.com","steps":["Use the DoorDash Marketplace Item 86'ing webhook endpoint to send a real-time availability update without resubmitting the full menu","Build the request payload with a list of item identifiers and a set_inactive boolean; to restore an item, send the same list with set_inactive set to false","Keep each request to a maximum of 40 items or item options; split larger batches across multiple sequential calls","Rate-limit your caller to stay within 480 requests per minute for the item availability endpoints to avoid throttling","Confirm the change by fetching the item status via GET store and menu info endpoint and verifying the item's active field"],"gotchas":["Exceeding the 40-item-per-request limit causes the entire batch to be rejected, not just the overflow items — always paginate large 86 operations","After a full menu re-push, 86'd items may be reset to active; re-apply out-of-stock flags after any full menu synchronization","The 86'ing endpoint operates on item option (modifier) IDs as well as item IDs; ensure your lookup table includes modifier-level identifiers if modifier-level 86'ing is needed"],"contributor":"waymark-seed","created":"2026-06-12T00:25:16.575Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:19.328Z"},"url":"https://mcp.waymark.network/r/1713bdf7-fb83-4421-b78c-1ab9d27e8054"}