Skip to main content
How to identify orders generated through Firmhouse in Shopify for easier administration.

First or Recurring Order

Orders generated in Shopify via Firmhouse can be easily recognized. Firmhouse adds a tag to the order, either:
  • Firmhouse-First-Order for the initial order on signup, or
  • Firmhouse-Recurring-Order for all recurring orders
Additionally, we will tag the first recurring subscription order with Firmhouse-First-Recurring-Order. One-off purchases won’t get this tag.

Additional Details

Every order that is created in Shopify will have additional so-called “custom attributes”, containing:
  • firmhouse-order-id
  • firmhouse-invoice-id
  • firmhouse-subscription-id
These IDs correspond to the related Firmhouse Order, Invoice and Subscription. The custom attributes are often visible in the right sidebar when viewing an order.

Extra Fields as Custom Attribute

It’s also possible to mark certain Extra fields to be sent to Shopify as custom attributes. These will be added to all orders as custom attributes for that subscriber. Extra Fields Send to Shopify

Custom Tags

In certain situations, you might want to add additional tags or information to the Shopify Orders. Firmhouse has the “Shopify Order tag” option in the Apps > Shopify menu. Here you can add custom and even dynamic tags, using Liquid code. The order’s payment is available as payment. Use payment.most_recent_attempt when a retry may have used a different provider or payment method than the original payment. The following example adds tags such as mollie-directdebit to recurring Mollie orders created through Firmhouse’s draft-order flow, but not to Shopify-native orders:
Available payment values include payment_type, payment_provider, payment_provider_payment_method, and shopify_native_payment. If a Liquid rule produces no text, Firmhouse skips the custom tag. Shopify Order Tag Settings