Enterprise Theme - Bring in Expected in Stock Date

We use Shopify Purchase Orders to help create our Pre-Orders and in enterprise theme it shows that the product is backordered (as shown below) - How can we bring in the actual date that it’s due in?

On our current site it brings the date through for us:

Hi @Linda_Ladley to expose that in themes that would be the next_incoming_date on variants.

i.e.{{ product.selected_variant.next_incoming_date }}

https://shopify.dev/docs/api/liquid/objects/variant#variant-next_incoming_date

:bomb: Keep in mind if you just put that in a custom-liquid setting/block/section that the info may not automatically update when variants are selected by the customer without a page reload or using javascript, varies by theme though.

If you need this customization then contact me by mail for services.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Contact info in signature.

Note: next_incoming_date is currently only in liquid afaik and not exposed in any other backend apis.