Hi there,
we are using cart attributes in our apps, and we make them private following the documentation (https://shopify.dev/docs/api/ajax/reference/cart#private-cart-attributes)). So far everything is perfect: we use those attributes for business needs and nobody see them because they are private.
However, we have realized that the merchants can see these attributes in the Shopify Admin orders, in the “Additional details” section, as it is documented on https://shopify.dev/docs/api/ajax/reference/cart#private-properties-and-attributes.
The question is: assuming that these attributes are private, shouldn’t they not be displayed to the merchant? Or at least, is there a way to hide them from the merchant? Although they indirectly add value to merchants, they can be annoying as order details.
Thanks in advance!