Have you taken a look at the API docs for this? https://shopify.dev/docs/admin-api/rest/reference/metafield That gives you a pretty good starting place for any calls you need to make. I can understand if you don’t want to use existing apps given that you’re a dev but you will need to use the API a… Answer from Jason on community.shopify.com
Discussions

How to access liquid objects with JavaScript / JQuery
Hi there, My question might be easy to answer, but I could not find a solution after searching and trying things for hours now. So this is what I would like to do: My Status: Using Shopify Plus, I have access to the checkout.liquid which allows me to use Javascript/Jquery during the checkout ... More on community.shopify.com
🌐 community.shopify.com
1
0
July 14, 2019
GraphQL Admin API: Getting Customer object from CustomerSegmentMember
Hi, I’m looking to get a way to access the Customer Object from CustomerSegmentMember (https://shopify.dev/api/admin-graphql/2022-04/objects/CustomerSegmentMember#queries) This must somehow be possible because inside Shopify you can also click on the list of members inside a Customer Segment ... More on community.shopify.com
🌐 community.shopify.com
1
0
April 20, 2022
Customer liquid object always null with new customer account settings
I developped a theme app extension that strongly relied on customer liquid object. However, since my merchants upgraded their store to new customer accounts, the customer liquid object always returns null, even if the customer is logged in. Is there any object I can access to replace this ... More on community.shopify.com
🌐 community.shopify.com
1
April 16, 2025
design and develop customers/order template by using liquid
Hi, I’ve built a Shopify theme from scratch and am currently working on designing the customer orders page. I’ve placed test orders using the Bogus payment gateway, but when I try to display the orders using Liquid (e.g., customer.orders_count), it always shows 0. Could you guide me on ... More on community.shopify.com
🌐 community.shopify.com
1
0
December 11, 2024
🌐
Shopify
shopify.dev › docs › api › customer › latest › objects › Customer
Customer - Customer API
Anchor to Customer · object · Copy page MD · Represents the personal information of a customer. Apps using the Customer Account API must meet the protected customer data requirements.
🌐
Helpjuice
help.helpjuice.com › en_US › liquid-template-basics › juicers-liquid-global-objects
Shopify/Liquid Global Objects - Helpjuice
August 17, 2022 - account: Object that returns a list of properties related to the KB account;
🌐
Shopify
shopify.dev › docs › api › storefront › latest › objects › customer
Customer - Storefront API
A customer represents a customer account with the shop. Customer accounts store contact information for the customer, saving logged-in customers the trouble of having to provide it at every checkout.
🌐
Shopify Community
community.shopify.com › technical q&a
How to access liquid objects with JavaScript / JQuery
July 14, 2019 - Hi there, My question might be easy to answer, but I could not find a solution after searching and trying things for hours now. So this is what I would like to do: My Status: Using Shopify Plus, I have access to the checkout.liquid which allows me to use Javascript/Jquery during the checkout process.
Find elsewhere
🌐
Shopify
shopify.com › partners › blog › customer-object
How to Personalize Shopify Themes with the customer Object - Shopify
November 5, 2020 - Become a Shopify Partner. ... The customer Liquid object allows you to access different properties associated with a particular customer. You can use it to display customer-specific content to personalize the checkout experience, which can help ...
🌐
YouTube
youtube.com › watch
Shopify API Update: How to Access Customer Object in Your App (Fix Inside) - YouTube
Are you struggling to access the Customer object in your Shopify app after the recent Shopify API update? You're not alone! In this video, I’ll walk you thro...
Published   June 23, 2025
🌐
Shopify Community
community.shopify.com › shopify apps
Customer liquid object always null with new customer account settings
April 16, 2025 - I developped a theme app extension that strongly relied on customer liquid object. However, since my merchants upgraded their store to new customer accounts, the customer liquid object always returns null, even if the customer is logged in. Is there any object I can access to replace this ...
🌐
Stripe
docs.stripe.com › testing-use-cases
Testing use cases | Stripe Documentation
Other variables are populated by scripts during the runtime of the collection. For example, when creating a customer, price, charge or PaymentIntent, the system saves that ID through a script in the collection, which is then accessible for later requests, like issuing a refund.
🌐
Shopify Community
community.shopify.com › retired boards › appdev › customers discounts and orders
Issue with a customer. Liquid object {{ customer.tags | json }}
January 19, 2024 - Hi there. We are suddenly not getting the customer object on proxy pages and it’s causing a major outage for our app. If we put the {{ customer.tags | json }} into the theme files, we get the customer tags, but if we r…
🌐
Klaviyo
developers.klaviyo.com › en › docs › collect_email_and_sms_consent_via_api
Collect email and SMS consent via API
Note that subscriptions objects are always associated with a profile object. ... curl --request GET \ --url 'https://a.klaviyo.com/api/profiles/?additional-fields[profile]=subscriptions' \ --header 'Authorization: Klaviyo-API-Key your-private-api-key' \ --header 'accept: application/json' \ --header 'revision: 2023-10-15' { "data": [ { "type": "profile", "id": "01EFPSGTVXBGERQPGM3VQ734KS", "attributes": { "email": "str", ... "location": {...}, "properties": { "Shopify Tags": [], "Accepts Marketing": true, "$city__transformed": "Norwalk", "$country__transformed": "United States", "$first_name__
🌐
Shopify Community
community.shopify.com › technical q&a
How can I access the Shopify object in JavaScript?
December 8, 2015 - Hi Is there any docs regarding the ‘Shopify’ object available in javascript? I keep seeing functions in theme docs for example Shopify.money_format() but no specific reference? Thanks for any advice. Joe
🌐
HulkApps
hulkapps.com › home › shopify hub › mastering shopify's liquid: understanding the shopify order object
Mastering Shopify's Liquid: Understanding the Shopify Order Object
February 16, 2024 - Liquid plays a pivotal role as a bridge between your Shopify store data and the HTML rendered in browsers. It utilizes objects, tags, and filters to load dynamic content. Among these is the order object, which contains invaluable details about a customer's order.
🌐
Shopify Community
community.shopify.com › shopify plus
Getting a specific customer data in Shopify flow
September 23, 2024 - What is the best way to retrieve a specific customer data in Shopify flow? For my purpose, I am working on a reference program. When a customer requests a shareable link, the customer.id is added to the register url of …