Skip to main content

Publish menus to a target

Push menus from Menus Manager to another integrated service Otter supports for the store.

Before you begin

Steps

Publish Menus To Target Flow

  1. Fetch publish targets for the store (lists services and last publish status).
  2. Call publish-to-targets with the target ids you want. Response includes a job id.
  3. Poll async job status until SUCCESS or FAILED.

Verify

Publish to one test target; confirm target menus match and job ends in SUCCESS.

Common failures

SymptomLikely causeFix
No targets returnedStore not linked to target integrationCheck store pairing
Publish FAILEDTarget rejected menu shapeInspect job error; fix upsert payload

Next