Transformed Cart line_item. No item_components field as the docs say #335
AlexanderLindkjaer
started this conversation in
Feedback: Cart Transform API
Replies: 3 comments 4 replies
-
Hi, thanks for reporting.
To clarify, do you mean the Liquid API field |
Beta Was this translation helpful? Give feedback.
3 replies
-
It would be if item_components include in ajax api too (store_url/cart.js) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is it possible to show this on the product page? so we can see display each item.name and item.quantity associated to each variant? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey :)
I got the cart transform working, both merging and expanding, But i do not se the bundle component data anywhere other than checkout.
The bundle docs says "Cart page shows bundle parent, with the option to return bundle components using item_components."
And the liquid objects docs also clearly says the item_components field should be there.
But the field is not present anywhere in the cart. Neither in the liquid Cart object or through the api.

The bundle line item has a field called
has_components
that is true. I cant find any reference to this field in the docs.Is the
item_components
field not working or am i missing something?Beta Was this translation helpful? Give feedback.
All reactions