How can I add a Shop Tax ID to the Order Printer App?

Topic summary

A user is attempting to add their shop’s Tax ID to the bottom of the company address section in Shopify’s Order Printer App but cannot locate the correct Liquid code to accomplish this.

Key Question:

  • What is the proper Liquid variable to extract and display the shop Tax ID from Shop details?

Attempted Solution:

  • The user speculates the code might be something like {{ shop.tax_id }} but is uncertain if this is correct.

Status:

  • The question remains unanswered, with the user seeking guidance on the appropriate Liquid syntax to pull Tax ID information from their shop settings.
Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

I would like to add the Shop Tax Id to the bottom of the company address in the Order Printer App, but I can’t seem to find the liquid code that would allow me to extract this information from the Shop details. Does anyone know what this is? Is it something like {{ shop.tax_id}}?

Thanks in advance.