Draft Orders - Cart transformation is missing line item properties #535
gab-sundae-lane
started this conversation in
Feedback: Cart Transform API
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I believe this is a bug with the newly released shopify bundles in draft orders.
We have a bundle builder app and are testing custom bundles in draft orders. (Our apps functions works fine on the frontend when line item properties are successfully returned in the Input (STDIN))
We require line item properties to validate our bundles in functions.
When we attempt to create an order from a draft order it fails.
When we check our functions logs we can see the line item properties are null in our Input (STDIN).
The line item properties do exist in the draft order, and can been seen in this screenshot below:
The draft order page displays the component items as part of their bundle parent product.
When I try to mark the draft order as paid I get an error and when I check our functions logs I can see the line item properties are null.
This leads to no cart transformation operations output and explains why we get the error "This bundle merchandise has no components." (It's trying to add a bundle product that requires components to cart instead of its expanded items.)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions