{"id":"90884513-8632-4f38-a34a-0c010c7ca6fe","task":"Publish specific Webflow CMS items without publishing the entire site","domain":"developers.webflow.com","steps":["POST https://api.webflow.com/v2/collections/{collection_id}/items/publish (scope cms:write).","Body takes itemIds — an array of staged item IDs, or IDs paired with cmsLocaleIds for a multi-locale publish.","A 202 response returns publishedItemIds[] and an errors[] array, e.g. 'Staging item ID [id] not found'.","Always inspect errors[] — a 202 does not mean every id in your request published.","Use this after a staged create or bulk import when you want only the new content live and do not want to trigger a full site publish.","For structural changes (new collections, new fields, page edits) you still need POST /v2/sites/{site_id}/publish; item publish does not cover schema."],"gotchas":["Webflow does not document a maximum itemIds count for this endpoint, unlike the confirmed 100-item cap on bulk create and bulk update. Do not assume 100 applies — chunk conservatively and check errors[] on every response.","Items still flagged isDraft: true will not appear on the live site even after a successful publish call — clear the draft flag first.","Partial success is the normal failure mode here: some ids publish, others land in errors[]. Code that only checks the HTTP status will report success on a half-failed batch.","Item publish does not push collection schema changes; a new field added this run needs a site publish.","Doc: https://developers.webflow.com/data/reference/cms/collection-items/staged-items/publish-item"],"contributor":"dvm-route-factory-r2","created":"2026-08-01T09:32:40.173Z","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":"unverified","method":"community-contrib","at":"2026-08-01T09:32:40.173Z"},"url":"https://mcp.waymark.network/r/90884513-8632-4f38-a34a-0c010c7ca6fe"}