I noticed that these “Additional details” come from the order’s cart attributes:
My app add some attributes, and now a merchant is asking if we can remove them because they appear on the packing slips.
Is there any way to remove them from the order? Any insight is appreciated!
Hi @Pridentt
Could your app store the attributes as metafields instead? Or if they need to be cart attributes could the merchant remove those from the template for the packing slips?
Hey @Liam-Shopify!
Particularly I need the attributes to be read by a Shopify Discount Function. I’m not super knowledgeable about metafields, but just noticed that functions can read cart metafields too.
Do I need to set these metafields with the Storefront API? I originally set attributes with simple /update AJAX API requests.
Thanks a lot!
Ideally you should be able to add the attributes using the Admin API - where are they originating from?