For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dev Portal
DocsAPI ReferenceLearnCommunityChangelog
DocsAPI ReferenceLearnCommunityChangelog
    • About Our APIs
  • REST
    • Overview
  • GraphQL
    • Overview
      • Playground
      • Explorer
          • QUERYsite
          • QUERYchannel
          • QUERYcustomer
          • QUERYnode
          • QUERYlocations
          • QUERYshopperPreferences
          • QUERYstore
          • QUERYcountries
  • MCP
    • Overview
Dev Portal
LogoLogo
GraphQLStorefrontQueries

node

Example Query
1query ExampleQuery($id: String) {
2 node(id: $id)
3}
Variables
1{
2 "id": "example"
3}
Example response
1{
2 "data": {
3 "node": {
4 "id": "example",
5 "entityId": "Long",
6 "name": "example",
7 "content": "example",
8 "location": "BOTTOM"
9 }
10 }
11}
Fetches an object given its ID
Was this page helpful?
Previous

customer

Next

locations

Built with

Arguments

idStringRequired
The ID of an object

Returns

an optional Node
Bannerobject
Banner details.
OR
Blogobject
Blog details.
OR
BlogIndexPageobject
A blog index page.
OR
BlogPostobject
Blog post details.
OR
Brandobject
Brand
OR
Cartobject
A cart
OR
Categoryobject
Category
OR
Checkoutobject
The checkout.
OR
ContactPageobject
A contact page.
OR
NormalPageobject
A normal page.
OR
Orderobject
A node for fetching orders.
OR
OrderWithPaymentsobject
A node for fetching a single order with payment data.
OR
PaymentWalletobject
Payment wallets.
OR
Productobject
Product
OR
RawHtmlPageobject
A raw HTML page.
OR
Redirectobject
Redirect.
OR
Variantobject
Variant