For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
query Input { cart { buyerIdentity { customer { id hasAnyTag(tags: ["prime"]) } } lines { quantity cost { amountPerQuantity { amount } } merchandise { __typename ...on ProductVariant { id product { hasAnyTag(tags: ["prime"]) } } } } } }