Shoppy User Guide (EN)
  • Getting Started
    • Installing Shoppy
    • Shoppy Mobile App Builder
  • 🖌️Shoppy Dashboard
    • App Builder
      • Homepage
        • Multi homepage
        • Search Bar
        • Text
        • Button
        • Divider
        • Images
        • Images Carousel
        • Videos
        • Collections Slider
        • Single Collection
        • Collections Grid
        • Collections Carousel
        • Circular Collections Carousel
        • Gallery Collections Carousel
        • Single Product
        • Products Grid
        • Products Carousel
        • Circular Products Carousel
        • Gallery Products Carousel
        • Single News
        • News Carousel
        • Promo Banner
        • Newsletter Subscription
        • Countdown Timer
      • Catalogue
      • Product Page
      • Profile Page
      • Navigation
      • Layout
      • Brand Kit
    • Pages
    • Engage
      • Push Notifications
      • Flow Notifications
      • Back in Stock Notifications
      • Notification Settings
    • News
    • Integrations
      • Firebase
      • Facebook ADS
      • Appsflyer
      • Shopify Search & Discovery
      • Algolia
        • Optimize Searches for your app with Algolia
      • Boost AI Search & Filter
      • SoBooster - Ultimate Search & Filter
      • Shopify Tag Filters
      • Whatsapp Business
      • TextYess
      • Facebook Messenger
      • LiveChat
      • Shopify Product Reviews
      • Trustpilot
      • JudgeMe
      • Feedaty
      • Qaplà
      • ShippyPro
      • "Back in Stock" Notifications
      • Live Me Up
      • Storifyme
      • Klaviyo
      • Growave
      • Recharge
      • Google Maps
      • Kiwi Size Chart & Recommender
      • Omnibus Pricing
    • Settings
      • Account
      • App Settings
        • Multi-language and multi-currency
        • App Behavior
        • Payment Methods
        • Check-out options
        • Miscellaneus
      • Legal and data privacy policy
      • Billing and Plans
      • Terms and Conditions
  • 👩‍🚀Developers
    • Developer Pages
      • Get Started
      • Variables
      • Actions
      • Sample
  • 🚀Launch your Mobile App
    • How to launch your app
    • Apple Store Creations
    • Google Play Store Creations
    • Custom Screenshots
  • 🤝Partner Program
    • Partner and affiliate
  • Uninstall Shoppy
    • How to Uninstall Shoppy
Powered by GitBook
On this page

Was this helpful?

  1. Developers
  2. Developer Pages

Variables

PreviousGet StartedNextActions

Last updated 2 months ago

Was this helpful?

Here is a list of all available Dynamic Values that you can use:

Property

Description

Type

{{user_id}}

Customer Shopify ID

ex. 3416346149010

STRING

{{user_email}}

Customer Shopify Email

ex. mybeautiful@developerpage.com

STRING

{{user_first_name}}

Customer Shopify First Name

ex. John

STRING

{{user_last_name}}

Customer Shopify Last Name

ex. Doe

STRING

{{user_token}}

Customer Shopify Token

ex. 13a6caf33cabb5e205a634f89d586801

STRING

{{user_is_logged_in}}

1 if the Customer is logged in the app, 0 if not

BOOLEAN

{{user_phone}}

Customer Shopify Phone

ex. 08 954829382

STRING

{{cart_items}}

List of articles in the cart of the logged in Customer

ex.

ARRAY

{{wishlist_items}}

List of articles in the wishlist if the Customer is logged in

ARRAY

{{locale}}

Language the shop is viewed in

ex. it-IT

STRING

{{country}}

Customer Shopify Country

ex. IT

STRING

{{currency}}

Customer Shopify Currency

ex. EUR

STRING

{{device_id}}

Device ID

ex. EAPD2B3F-AA89-48F5-B71F-99DE7FD9CD9C

STRING

{{device_locale}}

Device Language

ex. it_IT

STRING

{{device_window_height}}

Height of device screen

ex. 844

STRING

{{device_window_width}}

Width of device screen

ex. 390

STRING

👩‍🚀
[
  {
    "product_id": 7418221789368,
    "product_title": "Ski+Goggles",
    "product_image": "https://cdn.shopify.com/s/files/1/0527/8416/9144/files/Shoppyvideoimage_8_9590c1d7-c0dc-4ef2-89e8-feb2cc35449a_1000x1000.png?v=1705053386",
    "variant_id": 42808268193976,
    "variant_title": "Small",
    "variant_image": "https://cdn.shopify.com/s/files/1/0527/8416/9144/files/Shoppyvideoimage_8_9590c1d7-c0dc-4ef2-89e8-feb2cc35449a_1000x1000.png?v=1705053386",
    "variant_price": {
      "amount": 0,
      "currency": "EUR"
    },
    "quantity": 1
  }
]
[
    {
        "product_id": 7418221789368,
        "product_title": "Ski+Goggles",
        "product_image": "https://cdn.shopify.com/s/files/1/0527/8416/9144/files/Shoppyvideoimage_8_9590c1d7-c0dc-4ef2-89e8-feb2cc35449a_1000x1000.png?v=1705053386"
    },
    {
        "product_id": 7418218938552,
        "product_title": "Ski+Boots",
        "product_image": "https://cdn.shopify.com/s/files/1/0527/8416/9144/files/Shoppyvideoimage_4_1000x1000.png?v=1705053206"
    }
]