👋 Welcome to Beatifyy License Automator for shopify! Sign up free to get started.
Enter contract details...
Your combined licenses will appear here once you sign up and add licenses.
Saved Licenses
Please sign up or log in to view saved licenses.
🧰 Drag & Drop Variables into Your License
Grab any variable below and drag it into your editor to insert it!
{{ product.title }}
ℹ️
Name of product( Beat).
{{ order.id }}
ℹ️
Unique order ID (for tracking and reference).
{{ order.name }}
ℹ️
Order number (like #1001).
{{ order.created_at }}
ℹ️
Order date and time.
{{ order.total_price }}
ℹ️
Total paid by the customer.
{{ order.subtotal_price }}
ℹ️
Subtotal before discounts & shipping.
{{ order.total_discounts }}
ℹ️
Total discounts applied.
{{ order.total_tip }}
ℹ️
Tip added to the order (if any).
{{ order.total_refunded_amount }}
ℹ️
Amount refunded (if any).
{{ order.financial_status }}
ℹ️
Payment status (paid, pending, etc.).
{{ order.fulfillment_status }}
ℹ️
Fulfillment status (fulfilled/unfulfilled).
{{ order.tags }}
ℹ️
Tags attached to the order.
{{ order.note }}
ℹ️
Note added by the customer (if any).
{{ line_item.title }}
ℹ️
Product or beat title.
{{ line_item.quantity }}
ℹ️
Quantity purchased.
{{ line_item.final_price }}
ℹ️
Final price after any discounts.
{{ line_item.sku }}
ℹ️
SKU of the product.
{{ line_item.variant.title }}
ℹ️
Variant of the product (e.g., License Type).
{{ line_item.vendor }}
ℹ️
Brand/vendor of the product.
{{ line_item.product_id }}
ℹ️
ID of the product.
{{ shipping_address.address1 }}
ℹ️
Shipping address line 1.
{{ shipping_address.city }}
ℹ️
City for shipping.
{{ shipping_address.country }}
ℹ️
Country of shipping address.
{{ shipping_address.zip }}
ℹ️
ZIP/postal code.
{{ billing_address.address1 }}
ℹ️
Billing address line 1.
{{ customer.first_name }}
ℹ️
Customer's first name.
{{ customer.last_name }}
ℹ️
Customer's last name.
{{ customer.email }}
ℹ️
Customer’s email.
{{ customer.phone }}
ℹ️
Customer's phone number.
{{ customer.orders_count }}
ℹ️
Number of past orders.
{{ customer.total_spent }}
ℹ️
Total amount spent by the customer.
{{ shop.name }}
ℹ️
Your store's name.
{{ shop.email }}
ℹ️
Store email address.
{{ shop.url }}
ℹ️
Store website URL.
{{ shop.currency }}
ℹ️
Currency used in your store.
{{ fulfillment.tracking_number }}
ℹ️
Tracking number for shipping.
{{ fulfillment.tracking_url }}
ℹ️
URL to track the shipment.
{{ fulfillment.created_at }}
ℹ️
Date the fulfillment was created.
{{ discount_application.title }}
ℹ️
Name of the discount code or offer.
{{ discount_application.value }}
ℹ️
Value of the discount (e.g., 10% off).
{{ discount_application.type }}
ℹ️
Type of discount (percentage/fixed amount).
{{ transaction.amount }}
ℹ️
Amount processed in the payment.
{{ transaction.status }}
ℹ️
Payment status (success/pending).
{{ transaction.gateway }}
ℹ️
Payment gateway used (e.g., PayPal, Stripe).