I have a site with Squarespace. Squarespace allows you to send different confirmation emails for each type of product using:
{.section hasPhysicalProduct}
{.section hasServiceProduct}
{.section hasDigitalProduct}
What I'd like to do is send different confirmation emails based on the quantity of a product that the customer orders. I'm sure there must be a variable for this somewhere, similar to
{order.submittedOn}
But Squarespace doesn't reveal these variables even in its Tag Quick Reference. I've taken a few guesses (order.quantity, order.itemCount) without luck. Does anyone know where to find a list of these JSON variables for a site like Squarespace?