No content to show
User Activity
Ah I knew theres probably a GraphQL solution to this. Thanks! The use case:On the frontend, we hit an API for a third party feed of products that users can select to add to their order. So I created a generic product that is set to a $1,000,000 price...
12-13-2022
Hey Nick,
How come you can only get one cart line item attribute? Is there a way to get all attributes for the line item?
attribute(key: "_isProduct") {
value
}
Thanks!
Where do you add this mutation?