Publish Menu
You call vGrubsPOST
https://sandbox.vgrubs.com/partner/publish-menu/{webhookPath}{webhookPath} Your webhook path segment - the partner identifier provisioned during onboarding.Use this endpoint to trigger a menu publish from the vGrubs side. Call it whenever you want to force a fresh menu sync for a specific merchant.
The production URL is provided by vGrubs once the integration is fully tested and ready to go live.
Request body
merchant_idstringrequired
The partner's store ID.
Responses
200OK
successboolean
Whether the menu publish was successfully triggered.
is_virtualboolean
true if the store is a virtual store (a vGrubs brand that is not a physical location).
400Bad Request
Missing or invalid fields in the request body.
401Unauthorized
Invalid or missing x-api-key header.