Menu
Get Live Menu For A Channel
Authentication v1
- Identity APIs
- User
- Address
- Auth
User Self Service APIs
- Introduction
- User Self Service APIs
- Authentication APIs
Experiences v2 (XM v2)
- XM
- Pages
- Global Components
- Menu
Experiences v1 (XM v1)
- XM
- Pages
- Global Components
- Menu
Product Catalog
- Product Catalog
- Category
- Product
- Attributes
- Bulk Import
Orders v2 (OMS v2)
- Order Management System
- Order
- Order Attribute
- Developer Guide
- Order Return
- Payment Status
- Package Tracking
- Cross Border
- Order Cancellation
- Appeasement
- Allocation
- Configuration
- Fraud Configuration
- Target Configuration
- Location
- Location Attribute
- Inventory Network
- Inventory
- Inventory Counter
- Inventory Bulk Operation
- Inventory Attribute
- Inventory Upload Log
- Shipment
- Shipping Method
- Webhook
- Notification
- Export
- Invoice
- Fraud
- Backorder Preorder Reservation
- List
Orders v1 (OMS v1)
- Order Management System
- Cart
- Bill To
- Ship To
- Wishlist
- Cart Decoupled
- Warehouse
- Inventory
- Attributes
- List
- Tax/Address Validate
- Shipping
- Payments
- Order
Offers v2
- Offers
- Developer Guide
- Promotion
- Price Kind
- Dynamic Pricing Engine
- Segment
- Coupon
- Coupon Codes
- Product
- Price List
- Attributes
- Item
- Price Guard
- Global Exclusion
- Upload Price CSV
- Pricing
- Redemption
- Exports
Offers v1
- Offers
- Login API
- Promotions
- Pricing
Subscriptions (SMT API)
- Subscriptions API
- Cancellation Reasons
- Subscription Discounts
- Subscriptions
- Subscribers
- Orders
Loyalty (Member)
- Member APIs
- Inquire
- Discounts
- Redeem
- Earn
- Members
Dropship
- Dropship API
- Shipments
- Products
- Invoices
- Connections
- Inventory
- Developer Guide
- Returns
- Orders
Cart API
- Cart
- Order Draft
- Attribute
- Adjustments
- Shipping
- Cart
Checkout API
- Checkout
- Checkout
Customer
- Core Concepts
- Customer Service
- Organization
- User Party
- Organization Group Addresses
- User Internal Party
- Organization Contracts
- Party
- Party Contracts
- Contracts
- User
- Search
- User Trait
- Organization Users
- Address
- User Address
- Trait
- Party Address
- Party Trait
- Organization Group Users
- Internal Party
- Contract Pricelist
- Internal Parties Party
- Account
- Party Account
- Organization Addresses
- Organization Groups
- Individual Addresses
- Users Organization
- Individual
Menu
Get Live Menu For A Channel
Gets live menu of the specified channel along with all its menu items
GET
/
v2
/
menu
/
live
nodeId
string
nodeId
string
ID of a specific menu item, associated with a live menu
parentId
string
parentId
string
ID of parent menu item, associated with a live menu, to retrieve its sub-menu items
depth
integer
depth
integer
Depth to traverse when returning menu items
channels
string
channels
string
Comma-separated list of channel IDs
name
string
name
string
Name of a specific menu item, associated with a live menu
{
"query": {
"channelId": "02SZCA"
},
"menu": {
"name": "Default",
"channels": [
"02SZCA"
],
"children": [
{
"url": "/books",
"name": "Books",
"order": 0,
"images": [],
"nodeId": "6171d995bfdcf11c02a6177f",
"parentId": "6171d977bfdcf11c02a61771",
"children": [
{
"url": "/books/mystery",
"name": "Mystery",
"order": 0,
"nodeId": "6171d9ecbfdcf11c02a617a7",
"parentId": "6171d995bfdcf11c02a6177f"
},
{
"url": "/books/sci-fi",
"name": "Sci-fi",
"order": 1,
"nodeId": "6171d9f2bfdcf11c02a617ac",
"parentId": "6171d995bfdcf11c02a6177f"
},
{
"url": "/books/education",
"name": "Education",
"order": 2,
"nodeId": "6171da2fbfdcf11c02a617ba",
"parentId": "6171d995bfdcf11c02a6177f"
}
]
},
{
"url": "/health-household",
"name": "Health & Household",
"order": 1,
"images": [
{
"_id": "6171db97bfdcf11c02a6181c",
"order": 1,
"url": "https://imageUrl.com/myImage.jpg",
"meta": "Custom image"
}
],
"params": [
{
"_id": "6171db97bfdcf11c02a6181d",
"kind": "Category",
"value": "Health & Household"
}
],
"nodeId": "6171d9b9bfdcf11c02a61791",
"parentId": "6171d977bfdcf11c02a61771",
"children": [
{
"url": "/health-household/household-supplies",
"name": "Household Supplies",
"order": 0,
"nodeId": "6171da4fbfdcf11c02a617ca",
"parentId": "6171d9b9bfdcf11c02a61791"
},
{
"url": "/health-household/vision-care",
"name": "Vision Care",
"order": 1,
"nodeId": "6171da5bbfdcf11c02a617cf",
"parentId": "6171d9b9bfdcf11c02a61791",
"children": [
{
"url": "/health-household/vision-care/glasses",
"name": "Reading Glasses",
"order": 0,
"nodeId": "6171da7ebfdcf11c02a617e0",
"parentId": "6171da5bbfdcf11c02a617cf"
},
{
"url": "/health-household/vision-care/contacts",
"name": "Contact Lenses",
"order": 1,
"nodeId": "6171da8abfdcf11c02a617e5",
"parentId": "6171da5bbfdcf11c02a617cf"
},
{
"url": "/health-household/vision-care/contacts-care",
"name": "Contact Lens Care",
"order": 2,
"nodeId": "6171da90bfdcf11c02a617ea",
"parentId": "6171da5bbfdcf11c02a617cf"
}
]
},
{
"url": "/health-household/medical",
"name": "Medical Supplies & Equipment",
"order": 2,
"nodeId": "6171da67bfdcf11c02a617d4",
"parentId": "6171d9b9bfdcf11c02a61791"
}
]
}
],
"menuId": "6171d977bfdcf11c02a61771"
}
}
Query Parameters
nodeId
string
ID of a specific menu item, associated with a live menu
parentId
string
ID of parent menu item, associated with a live menu, to retrieve its sub-menu items
depth
integer
Depth to traverse when returning menu items
channels
string
default: 12Comma-separated list of channel IDs
name
string
Name of a specific menu item, associated with a live menu
Response
200 - application/json
200 response object
query
object
Details of request query
menu
object[]
List of menu items and their details
{
"query": {
"channelId": "02SZCA"
},
"menu": {
"name": "Default",
"channels": [
"02SZCA"
],
"children": [
{
"url": "/books",
"name": "Books",
"order": 0,
"images": [],
"nodeId": "6171d995bfdcf11c02a6177f",
"parentId": "6171d977bfdcf11c02a61771",
"children": [
{
"url": "/books/mystery",
"name": "Mystery",
"order": 0,
"nodeId": "6171d9ecbfdcf11c02a617a7",
"parentId": "6171d995bfdcf11c02a6177f"
},
{
"url": "/books/sci-fi",
"name": "Sci-fi",
"order": 1,
"nodeId": "6171d9f2bfdcf11c02a617ac",
"parentId": "6171d995bfdcf11c02a6177f"
},
{
"url": "/books/education",
"name": "Education",
"order": 2,
"nodeId": "6171da2fbfdcf11c02a617ba",
"parentId": "6171d995bfdcf11c02a6177f"
}
]
},
{
"url": "/health-household",
"name": "Health & Household",
"order": 1,
"images": [
{
"_id": "6171db97bfdcf11c02a6181c",
"order": 1,
"url": "https://imageUrl.com/myImage.jpg",
"meta": "Custom image"
}
],
"params": [
{
"_id": "6171db97bfdcf11c02a6181d",
"kind": "Category",
"value": "Health & Household"
}
],
"nodeId": "6171d9b9bfdcf11c02a61791",
"parentId": "6171d977bfdcf11c02a61771",
"children": [
{
"url": "/health-household/household-supplies",
"name": "Household Supplies",
"order": 0,
"nodeId": "6171da4fbfdcf11c02a617ca",
"parentId": "6171d9b9bfdcf11c02a61791"
},
{
"url": "/health-household/vision-care",
"name": "Vision Care",
"order": 1,
"nodeId": "6171da5bbfdcf11c02a617cf",
"parentId": "6171d9b9bfdcf11c02a61791",
"children": [
{
"url": "/health-household/vision-care/glasses",
"name": "Reading Glasses",
"order": 0,
"nodeId": "6171da7ebfdcf11c02a617e0",
"parentId": "6171da5bbfdcf11c02a617cf"
},
{
"url": "/health-household/vision-care/contacts",
"name": "Contact Lenses",
"order": 1,
"nodeId": "6171da8abfdcf11c02a617e5",
"parentId": "6171da5bbfdcf11c02a617cf"
},
{
"url": "/health-household/vision-care/contacts-care",
"name": "Contact Lens Care",
"order": 2,
"nodeId": "6171da90bfdcf11c02a617ea",
"parentId": "6171da5bbfdcf11c02a617cf"
}
]
},
{
"url": "/health-household/medical",
"name": "Medical Supplies & Equipment",
"order": 2,
"nodeId": "6171da67bfdcf11c02a617d4",
"parentId": "6171d9b9bfdcf11c02a61791"
}
]
}
],
"menuId": "6171d977bfdcf11c02a61771"
}
}