Hi All,
We are currently building our storefront using the Hydrogen framework and would like to pass some additional information at the line item level in our Shopify store.
To achieve this, we are adding custom data under line item properties, which is later consumed by our internal order maintenance system via Shopify webhooks and GraphQL queries.
However, we’ve noticed that these properties are displayed on the Shopify checkout page under each product, which is not desirable as the data is intended solely for internal processing. Since Shopify does not allow customization of the standard checkout page, we’re exploring alternative approaches.
Our main requirement follows:
- The custom data should be attached to the order (at the item level),
- It should be retrievable through webhooks and GraphQL,
- But it should not be visible to the customer during checkout.
Is there a recommended approach or workaround for this?