My Snippets
My Collections
Search Engine
Pricing
GraphQL Query to Fetch Customer Cart ID
This snippet demonstrates a GraphQL query named 'CustomerCart' that retrieves the ID of the customer's cart. It’s useful for applications that manage shopping carts.
unknown
graphqlschema
2 months ago
42 B
2
Indexable
query CustomerCart { customerCart { id } }
Editor is loading...
Leave a Comment