Hi there,
According to the documentation, the only connection from an Order to a SubscriptionContract is through LineItem. This makes sense to me, as single order might start a new subscription but still include additional non-subscription items. Yet, it’s pretty crucial to be able to differentiate between regular orders created by a customer and recurring orders created by Shopify from a subscription contract.
Is there any efficient way to do so, without querying an order’s line items / first line item? For instance, does Shopify set a tag for recurring orders?