shopify_get_menu
Fetch a storefront navigation menu before updating it, with up to three item levels and a preimage hash for exact change approval.
Instructions
Fetch a single storefront navigation menu with up to three item levels. Read the menu before updating it — menuUpdate replaces the whole item tree. The governed read returns preimage_sha256 for exact update/delete approval binding. Requires the online-store-navigation scopes; a connection without them returns SHOPIFY_NAVIGATION_SCOPE_REQUIRED.
Args:
menu_id (required): Menu ID (numeric or GID).
project_id: Authenticated Project UUID.
project_ref: Exact project correlation reference.
connector_account_ref: Project-bound connector account alias.
idempotency_key: Stable business-action identity.
effect: Required and must be read; Spring verifies it.
approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | Yes | ||
| menu_id | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |