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
v1alpha now, I see that I can addcustomAttributesto my line items, great!In my liquid template email, can I access these attributes using the
propertiesor thecustomAttributeskey on aline_item?EDIT: I debugged the
line_itemin an email, and it doesn’t seem to have thecustomAttributesI’m setting? Here the code I’m using for testing: