js-buy-sdk: Custom Attributes are not saved to Line Item
When sending a mutation to add a line_item
to a checkout with some customAttributes
, the customAttributes
are not saved to the line item or returned.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 19 (10 by maintainers)
We have a fix in our API that should be rolling out soon.
@minasmart Using
v1
alpha now, I see that I can addcustomAttributes
to my line items, great!In my liquid template email, can I access these attributes using the
properties
or thecustomAttributes
key on aline_item
?EDIT: I debugged the
line_item
in an email, and it doesn’t seem to have thecustomAttributes
I’m setting? Here the code I’m using for testing: