Query Root
The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start.
Anchor to Fields and connectionsFields and connections
- Anchor to abandonedCheckoutsabandoned•Abandoned
Checkouts Checkout Connection! non-null List of abandoned checkouts. Includes checkouts that were recovered after being abandoned.
- Anchor to abandonedCheckoutsCountabandoned•Count
Checkouts Count Returns the count of abandoned checkouts for the given shop. Limited to a maximum of 10000 by default.
- Anchor to abandonmentabandonment•Abandonment
Returns an abandonment by ID.
- Anchor to abandonmentByAbandonedCheckoutIdabandonment•Abandonment
By Abandoned Checkout Id Returns an Abandonment by the Abandoned Checkout ID.
- •App
Lookup an App by ID or return the currently authenticated App.
- Anchor to appByHandleapp•App
By Handle Fetches app by handle. Returns null if the app doesn't exist.
- Anchor to appByKeyapp•App
By Key Fetches an app by its client ID. Returns null if the app doesn't exist.
- Anchor to appCreditsapp•App
Credits Credit Connection! non-null Credits that can be used towards future app purchases.
- Anchor to appDiscountTypeapp•App
Discount Type Discount Type An app discount type.
- Anchor to appDiscountTypesapp•[App
Discount Types Discount Type!]! non-null A list of app discount types installed by apps.
- Anchor to appDiscountTypesNodesapp•App
Discount Types Nodes Discount Type Connection! non-null A list of app discount types installed by apps.
- Anchor to appInstallationapp•App
Installation Installation Lookup an AppInstallation by ID or return the AppInstallation for the currently authenticated App.
- Anchor to appInstallationsapp•App
Installations Installation Connection! non-null A list of app installations. To use this query, you need to contact Shopify Support to grant your custom app the
access scope. Public apps can't be granted this access scope.
- Anchor to articlearticle•Article
Returns an Article resource by ID.
- Anchor to articleAuthorsarticle•Article
Authors Author Connection! non-null List of article authors for the shop.
- Anchor to articlesarticles•Article
Connection! non-null List of the shop's articles.
- Anchor to articleTagsarticle•[String!]!
Tags non-null List of all article tags.
- Anchor to assignedFulfillmentOrdersassigned•Fulfillment
Fulfillment Orders Order Connection! non-null The paginated list of fulfillment orders assigned to the shop locations owned by the app.
Assigned fulfillment orders are fulfillment orders that are set to be fulfilled from locations managed by fulfillment services that are registered by the app. One app (api_client) can host multiple fulfillment services on a shop. Each fulfillment service manages a dedicated location on a shop. Assigned fulfillment orders can have associated fulfillment requests, or might currently not be requested to be fulfilled.
The app must have the
access scope to be able to retrieve the fulfillment orders assigned to its locations.
All assigned fulfillment orders (except those with the
status) will be returned by default. Perform filtering with the
argument to receive only fulfillment orders that have been requested to be fulfilled.
- Anchor to automaticDiscountNodeautomatic•Discount
Discount Node Automatic Node Returns an automatic discount resource by ID.
- Anchor to automaticDiscountNodesautomatic•Discount
Discount Nodes Automatic Node Connection! non-null Returns a list of automatic discounts.
- Anchor to automaticDiscountSavedSearchesautomatic•Saved
Discount Saved Searches Search Connection! non-null List of the shop's automatic discount saved searches.
- Anchor to availableBackupRegionsavailable•[Market
Backup Regions Region!]! non-null The regions that can be used as the backup region of the shop.
- Anchor to availableCarrierServicesavailable•[Delivery
Carrier Services Carrier Service And Locations!]! non-null Returns a list of activated carrier services and associated shop locations that support them.
- Anchor to availableLocalesavailable•[Locale!]!
Locales non-null A list of available locales.
- Anchor to backupRegionbackup•Market
Region Region! non-null The backup region of the shop.
- Anchor to balanceAccountbalance•Balance
Account Account Returns the Balance account information for finance embedded apps.
- Anchor to blogblog•Blog
Returns a Blog resource by ID.
- Anchor to blogsblogs•Blog
Connection! non-null List of the shop's blogs.
- Anchor to blogsCountblogs•Count
Count Count of blogs. Limited to a maximum of 10000 by default.
- Anchor to bundleCountbundle•Int!
Count non-null Returns the number of bundle products that have been created by the current app.
- Anchor to businessEntitiesbusiness•[Business
Entities Entity!]! non-null Returns a list of Business Entities associated with the shop.
- Anchor to businessEntitybusiness•Business
Entity Entity Returns a Business Entity by ID.
- Anchor to carrierServicecarrier•Delivery
Service Carrier Service Returns a
object by ID.
- Anchor to carrierServicescarrier•Delivery
Services Carrier Service Connection! non-null Retrieve a list of CarrierServices.
- Anchor to cartTransformscart•Cart
Transforms Transform Connection! non-null List of Cart transform objects owned by the current API client.
- Anchor to cashTrackingSessioncash•Cash
Tracking Session Tracking Session Lookup a cash tracking session by ID.
- Anchor to cashTrackingSessionscash•Cash
Tracking Sessions Tracking Session Connection! non-null Returns a shop's cash tracking sessions for locations with a POS Pro subscription.
Tip: To query for cash tracking sessions in bulk, you can perform a bulk operation.
- Anchor to catalogcatalog•Catalog
Returns a Catalog resource by ID.
- Anchor to catalogOperationscatalog•[Resource
Operations Operation!]! non-null Returns the most recent catalog operations for the shop.
- Anchor to catalogsCountcatalogs•Count
Count The count of catalogs belonging to the shop. Limited to a maximum of 10000 by default.
- Anchor to checkoutBrandingcheckout•Checkout
Branding Branding Returns the visual customizations for checkout for a given checkout profile.
To learn more about updating checkout branding settings, refer to the checkoutBrandingUpsert mutation and the checkout branding tutorial.
- Anchor to checkoutProfilecheckout•Checkout
Profile Profile A checkout profile on a shop.
- Anchor to checkoutProfilescheckout•Checkout
Profiles Profile Connection! non-null List of checkout profiles on a shop.
- Anchor to codeDiscountNodecode•Discount
Discount Node Code Node Returns a code discount resource by ID.
- Anchor to codeDiscountNodeByCodecode•Discount
Discount Node By Code Code Node Returns a code discount identified by its discount code.
- Anchor to codeDiscountNodescode•Discount
Discount Nodes Code Node Connection! non-null Returns a list of code-based discounts.
- Anchor to codeDiscountSavedSearchescode•Saved
Discount Saved Searches Search Connection! non-null List of the shop's code discount saved searches.
- Anchor to collectioncollection•Collection
Returns a Collection resource by ID.
- Anchor to collectionByIdentifiercollection•Collection
By Identifier Return a collection by an identifier.
- Anchor to collectionRulesConditionscollection•[Collection
Rules Conditions Rule Conditions!]! non-null Lists all rules that can be used to create smart collections.
- Anchor to collectionscollections•Collection
Connection! non-null Retrieves a list of collections in a store. Collections are groups of products that merchants can organize for display in their online store and other sales channels. For example, an athletics store might create different collections for running attire, shoes, and accessories.
Use the
collections
query when you need to:- Build a browsing interface for a store's product groupings.
- Create collection searching, sorting, and filtering experiences (for example, by title, type, or published status).
- Sync collection data with external systems.
- Manage both custom (manual) and smart (automated) collections.
The
collections
query supports pagination for large catalogs and saved searches for frequently used collection queries.The
collections
query returns collections with their associated metadata, including:- Basic collection information (title, description, handle, and type)
- Collection image and SEO metadata
- Product count and product relationships
- Collection rules (for smart collections)
- Publishing status and publication details
- Metafields and custom attributes
Learn more about using metafields with smart collections.
- Anchor to collectionSavedSearchescollection•Saved
Saved Searches Search Connection! non-null Returns a list of the shop's collection saved searches.
- Anchor to collectionsCountcollections•Count
Count Count of collections. Limited to a maximum of 10000 by default.
- Anchor to commentcomment•Comment
Returns a Comment resource by ID.
- Anchor to commentscomments•Comment
Connection! non-null List of the shop's comments.
- Anchor to companiescompanies•Company
Connection! non-null Returns the list of companies in the shop.
- Anchor to companiesCountcompanies•Count
Count The number of companies for a shop. Limited to a maximum of 10000 by default.
- Anchor to companycompany•Company
Returns a
Company
object by ID.- Anchor to companyContactcompany•Company
Contact Contact Returns a
object by ID.
- Anchor to companyContactRolecompany•Company
Contact Role Contact Role Returns a
object by ID.
- Anchor to companyLocationcompany•Company
Location Location Returns a
object by ID.
- Anchor to companyLocationscompany•Company
Locations Location Connection! non-null Returns the list of company locations in the shop.
- Anchor to consentPolicyconsent•[Consent
Policy Policy!]! non-null Returns the customer privacy consent policies of a shop.
- Anchor to consentPolicyRegionsconsent•[Consent
Policy Regions Policy Region!]! non-null List of countries and regions for which consent policies can be created or updated.
- Anchor to currentAppInstallationcurrent•App
App Installation Installation! non-null Return the AppInstallation for the currently authenticated App.
- Anchor to currentBulkOperationcurrent•Bulk
Bulk Operation Operation Returns the current app's most recent BulkOperation. Apps can run one bulk query and one bulk mutation operation at a time, by shop.
- Anchor to currentStaffMembercurrent•Staff
Staff Member Member The staff member making the API request.
- Anchor to customercustomer•Customer
Returns a Customer resource by ID.
- Anchor to customerAccountPagecustomer•Customer
Account Page Account Page Returns a customer account page.
- Anchor to customerByIdentifiercustomer•Customer
By Identifier Return a customer by an identifier.
- Anchor to customerMergeJobStatuscustomer•Customer
Merge Job Status Merge Request Returns the status of a customer merge request job.
- Anchor to customerMergePreviewcustomer•Customer
Merge Preview Merge Preview! non-null Returns a preview of a customer merge request.
- Anchor to customerPaymentMethodcustomer•Customer
Payment Method Payment Method Returns a CustomerPaymentMethod resource by its ID.
- Anchor to customerscustomers•Customer
Connection! non-null Returns a list of customers in your Shopify store, including key information such as name, email, location, and purchase history. Use this query to segment your audience, personalize marketing campaigns, or analyze customer behavior by applying filters based on location, order history, marketing preferences and tags. The
customers
query supports pagination and sorting.- Anchor to customerSavedSearchescustomer•Saved
Saved Searches Search Connection! non-null List of the shop's customer saved searches.
- Anchor to customersCountcustomers•Count
Count The number of customers. Limited to a maximum of 10000 by default.
- Anchor to customerSegmentMemberscustomer•Customer
Segment Members Segment Member Connection! non-null The list of members, such as customers, that's associated with an individual segment. The maximum page size is 1000.
- Anchor to customerSegmentMembersCountcustomer•Count
Segment Members Count The count of customers in a segment.
- Anchor to customerSegmentMembershipcustomer•Segment
Segment Membership Membership Response! non-null Whether a member, which is a customer, belongs to a segment.
- Anchor to customerSegmentMembersQuerycustomer•Customer
Segment Members Query Segment Members Query Returns a segment members query resource by ID.
- Anchor to deliveryCustomizationdelivery•Delivery
Customization Customization The delivery customization.
- Anchor to deliveryCustomizationsdelivery•Delivery
Customizations Customization Connection! non-null The delivery customizations.
- Anchor to deliveryProfiledelivery•Delivery
Profile Profile Returns a Delivery Profile resource by ID.
- Anchor to deliveryProfilesdelivery•Delivery
Profiles Profile Connection! non-null Returns a list of saved delivery profiles.
- Anchor to deliveryPromiseParticipantsdelivery•Delivery
Promise Participants Promise Participant Connection Returns delivery promise participants.
- Anchor to deliveryPromiseProviderdelivery•Delivery
Promise Provider Promise Provider Lookup a delivery promise provider.
- Anchor to deliveryPromiseSettingsdelivery•Delivery
Promise Settings Promise Setting! non-null Represents the delivery promise settings for a shop.
- Anchor to deliveryPromiseSkuSettingdelivery•Delivery
Promise Sku Setting Promise Sku Setting A SKU setting for a delivery promise.
- Anchor to deliverySettingsdelivery•Delivery
Settings Setting Returns the shop-wide shipping settings.
- Anchor to discountCodesCountdiscount•Count
Codes Count The total number of discount codes for the shop. Limited to a maximum of 10000 by default.
- Anchor to discountNodediscount•Discount
Node Node Returns a discount resource by ID.
- Anchor to discountNodesdiscount•Discount
Nodes Node Connection! non-null Returns a list of discounts.
- Anchor to discountNodesCountdiscount•Count
Nodes Count The total number of discounts for the shop. Limited to a maximum of 10000 by default.
- Anchor to discountRedeemCodeBulkCreationdiscount•Discount
Redeem Code Bulk Creation Redeem Code Bulk Creation Returns a bulk code creation resource by ID.
- Anchor to discountRedeemCodeSavedSearchesdiscount•Saved
Redeem Code Saved Searches Search Connection! non-null List of the shop's redeemed discount code saved searches.
- Anchor to discountResourceFeedbackdiscount•Discount
Resource Feedback Resource Feedback Returns the discount resource feedback for the currently authenticated app.
- Anchor to disputedispute•Shopify
Payments Dispute Returns dispute details based on ID.
- Anchor to disputeEvidencedispute•Shopify
Evidence Payments Dispute Evidence Returns dispute evidence details based on ID.
- Anchor to disputesdisputes•Shopify
Payments Dispute Connection! non-null All disputes related to the Shop.
- Anchor to domaindomain•Domain
Lookup a Domain by ID.
- Anchor to draftOrderdraft•Draft
Order Order Returns a DraftOrder resource by ID.
- Anchor to draftOrderAvailableDeliveryOptionsdraft•Draft
Order Available Delivery Options Order Available Delivery Options! non-null Returns a list of available delivery options for a draft order.
- Anchor to draftOrdersdraft•Draft
Orders Order Connection! non-null List of saved draft orders.
- Anchor to draftOrderSavedSearchesdraft•Saved
Order Saved Searches Search Connection! non-null List of the shop's draft order saved searches.
- Anchor to draftOrdersCountdraft•Count
Orders Count Returns the number of draft orders that match the query. Limited to a maximum of 10000 by default.
- Anchor to draftOrderTagdraft•Draft
Order Tag Order Tag Returns a DraftOrderTag resource by ID.
- Anchor to eventevent•Event
Get a single event by its id.
- Anchor to eventsCountevents•Count
Count Count of events. Limited to a maximum of 10000.
- Anchor to fileSavedSearchesfile•Saved
Saved Searches Search Connection! non-null A list of the shop's file saved searches.
- Anchor to financeAppAccessPolicyfinance•Finance
App Access Policy App Access Policy! non-null Returns the access policy for a finance app .
- Anchor to financeKycInformationfinance•Finance
Kyc Information Kyc Information Returns the KYC information for the shop's Shopify Payments account, used in embedded finance apps.
- Anchor to fulfillmentfulfillment•Fulfillment
Returns a Fulfillment resource by ID.
- Anchor to fulfillmentConstraintRulesfulfillment•[Fulfillment
Constraint Rules Constraint Rule!]! non-null The fulfillment constraint rules that belong to a shop.
- Anchor to fulfillmentOrderfulfillment•Fulfillment
Order Order Returns a Fulfillment order resource by ID.
- Anchor to fulfillmentOrdersfulfillment•Fulfillment
Orders Order Connection! non-null The paginated list of all fulfillment orders. The returned fulfillment orders are filtered according to the fulfillment order access scopes granted to the app.
Use this query to retrieve fulfillment orders assigned to merchant-managed locations, third-party fulfillment service locations, or all kinds of locations together.
For fetching only the fulfillment orders assigned to the app's locations, use the assignedFulfillmentOrders connection.
- Anchor to fulfillmentServicefulfillment•Fulfillment
Service Service Returns a FulfillmentService resource by ID.
- Anchor to giftCardgift•Gift
Card Card Returns a gift card resource by ID.
- Anchor to giftCardConfigurationgift•Gift
Card Configuration Card Configuration! non-null The configuration for the shop's gift cards.
- Anchor to giftCardsgift•Gift
Cards Card Connection! non-null Returns a list of gift cards.
- Anchor to giftCardsCountgift•Count
Cards Count The total number of gift cards issued for the shop. Limited to a maximum of 10000 by default.
- Anchor to inventoryIteminventory•Inventory
Item Item Returns an InventoryItem object by ID.
- Anchor to inventoryItemsinventory•Inventory
Items Item Connection! non-null Returns a list of inventory items.
- Anchor to inventoryLevelinventory•Inventory
Level Level Returns an InventoryLevel object by ID.
- Anchor to inventoryPropertiesinventory•Inventory
Properties Properties! non-null General inventory properties for the shop.
- Anchor to inventoryShipmentinventory•Inventory
Shipment Shipment Returns an inventory shipment by ID.
- Anchor to inventoryTransferinventory•Inventory
Transfer Transfer Returns an inventory transfer by ID.
- Anchor to inventoryTransfersinventory•Inventory
Transfers Transfer Connection! non-null Returns a paginated list of transfers.
- •Job
Returns a Job resource by ID. Used to check the status of internal jobs and any applicable changes.
- Anchor to locationlocation•Location
Returns an inventory Location resource by ID.
- Anchor to locationByIdentifierlocation•Location
By Identifier Return a location by an identifier.
- Anchor to locationslocations•Location
Connection! non-null Returns a list of active inventory locations.
- Anchor to locationsAvailableForDeliveryProfilesConnectionlocations•Location
Available For Delivery Profiles Connection Connection! non-null Returns a list of all origin locations available for a delivery profile.
- Anchor to locationsCountlocations•Count
Count Returns the count of locations for the given shop. Limited to a maximum of 10000 by default.
- Anchor to manualHoldsFulfillmentOrdersmanual•Fulfillment
Holds Fulfillment Orders Order Connection! non-null Returns a list of fulfillment orders that are on hold.
- Anchor to marketmarket•Market
Returns a market resource by ID.
- Anchor to marketingActivitiesmarketing•Marketing
Activities Activity Connection! non-null A list of marketing activities associated with the marketing app.
- Anchor to marketingActivitymarketing•Marketing
Activity Activity Returns a MarketingActivity resource by ID.
- Anchor to marketingEventmarketing•Marketing
Event Event Returns a MarketingEvent resource by ID.
- Anchor to marketingEventsmarketing•Marketing
Events Event Connection! non-null A list of marketing events associated with the marketing app.
- Anchor to marketLocalizableResourcemarket•Market
Localizable Resource Localizable Resource A resource that can have localized values for different markets.
- Anchor to marketLocalizableResourcesmarket•Market
Localizable Resources Localizable Resource Connection! non-null Resources that can have localized values for different markets.
- Anchor to marketLocalizableResourcesByIdsmarket•Market
Localizable Resources By Ids Localizable Resource Connection! non-null Resources that can have localized values for different markets.
- Anchor to marketsmarkets•Market
Connection! non-null The markets configured for the shop.
- Anchor to marketsResolvedValuesmarkets•Markets
Resolved Values Resolved Values! non-null The resolved values for a buyer signal.
- •Menu
Returns a Menu resource by ID.
- •Menu
Connection! non-null The shop's menus.
- Anchor to metafieldDefinitionmetafield•Metafield
Definition Definition Returns a metafield definition by identifier.
- Anchor to metafieldDefinitionsmetafield•Metafield
Definitions Definition Connection! non-null Returns a list of metafield definitions.
- Anchor to metafieldDefinitionTypesmetafield•[Metafield
Definition Types Definition Type!]! non-null Each metafield definition has a type, which defines the type of information that it can store. This type is enforced across every instance of the resource that owns the metafield definition.
Refer to the list of supported metafield types.
- Anchor to metafieldsmetafields•Metafield
Connection! non-null A paginated list of metafields.
- Anchor to metaobjectmetaobject•Metaobject
Retrieves a metaobject by ID.
- Anchor to metaobjectByHandlemetaobject•Metaobject
By Handle Retrieves a metaobject by handle.
- Anchor to metaobjectDefinitionmetaobject•Metaobject
Definition Definition Retrieves a metaobject definition by ID.
- Anchor to metaobjectDefinitionByTypemetaobject•Metaobject
Definition By Type Definition Finds a metaobject definition by type.
- Anchor to metaobjectDefinitionsmetaobject•Metaobject
Definitions Definition Connection! non-null All metaobject definitions.
- Anchor to metaobjectsmetaobjects•Metaobject
Connection! non-null All metaobjects for the shop.
- Anchor to mobilePlatformApplicationmobile•Mobile
Platform Application Platform Application Return a mobile platform application by its ID.
- Anchor to mobilePlatformApplicationsmobile•Mobile
Platform Applications Platform Application Connection! non-null List the mobile platform applications.
- Anchor to nftSalesEligibilitynft•Nft
Sales Eligibility Sales Eligibility Result! non-null Determine if a shop is eligibile to sell NFTs.
- Anchor to nodenode•Node
Returns a specific node (any object that implements the Node interface) by ID, in accordance with the Relay specification. This field is commonly used for refetching an object.
- Anchor to nodesnodes•[Node]!non-null
Returns the list of nodes (any objects that implement the Node interface) with the given IDs, in accordance with the Relay specification.
- Anchor to onlineStoreonline•Online
Store Store! non-null The shop's online store channel.
- Anchor to orderorder•Order
The
order
query retrieves an order by its ID. This query provides access to comprehensive order information such as customer details, line items, financial data, and fulfillment status.Use the
order
query to retrieve information associated with the following processes:- Order management and fulfillment
- Financial reporting
- Customer purchase history and transaction analysis
- Shipping and inventory management
You can only retrieve the last 60 days worth of orders from a store by default. If you want to access older orders, then you need to request access to all orders.
For large order datasets, consider using bulk operations. Bulk operations handle pagination automatically and allow you to retrieve data asynchronously without being constrained by API rate limits. Learn more about creating orders and building order management apps.
- Anchor to orderByIdentifierorder•Order
By Identifier Return an order by an identifier.
- Anchor to orderEditSessionorder•Order
Edit Session Edit Session Returns an Order editing session by order ID.
- Anchor to orderPaymentStatusorder•Order
Payment Status Payment Status Returns a payment status by payment reference ID. Used to check the status of a deferred payment.
- Anchor to ordersorders•Order
Connection! non-null Returns a list of orders placed in the store, including data such as order status, customer, and line item details. Use the
orders
query to build reports, analyze sales performance, or automate fulfillment workflows. Theorders
query supports pagination, sorting, and filtering.- Anchor to orderSavedSearchesorder•Saved
Saved Searches Search Connection! non-null List of the shop's order saved searches.
- Anchor to ordersCountorders•Count
Count Returns the count of orders for the given shop. Limited to a maximum of 10000 by default.
- Anchor to pagepage•Page
Returns a Page resource by ID.
- Anchor to pagespages•Page
Connection! non-null List of the shop's pages.
- Anchor to pagesCountpages•Count
Count Count of pages. Limited to a maximum of 10000 by default.
- Anchor to paymentCustomizationpayment•Payment
Customization Customization The payment customization.
- Anchor to paymentCustomizationspayment•Payment
Customizations Customization Connection! non-null The payment customizations.
- Anchor to paymentTermsTemplatespayment•[Payment
Terms Templates Terms Template!]! non-null The list of payment terms templates eligible for all shops and users.
- Anchor to pendingOrdersCountpending•Count
Orders Count The number of pendings orders. Limited to a maximum of 10000.
- Anchor to performanceEventsperformance•[Performance
Events Event!] Events that impact storefront performance, measured via RUM (Real User Monitoring).
- Anchor to performanceMetricsperformance•[Performance
Metrics Metrics!] RUM (Real User Monitoring) performance metrics for a shop.
- Anchor to pointOfSaleDevicepoint•Point
Of Sale Device Of Sale Device Lookup a point of sale device by ID.
- Anchor to priceListprice•Price
List List Returns a price list resource by ID.
- Anchor to priceListsprice•Price
Lists List Connection! non-null All price lists for a shop.
- Anchor to privacySettingsprivacy•Privacy
Settings Settings! non-null Privacy related settings for a shop.
- Anchor to productproduct•Product
Retrieves a product by its ID. A product is an item that a merchant can sell in their store.
Use the
product
query when you need to:- Access essential product data (for example, title, description, price, images, SEO metadata, and metafields).
- Build product detail pages and manage inventory.
- Handle international sales with localized pricing and content.
- Manage product variants and product options.
Learn more about working with Shopify's product model.
- Anchor to productByIdentifierproduct•Product
By Identifier Return a product by an identifier.
- Anchor to productDuplicateJobproduct•Product
Duplicate Job Duplicate Job! non-null Returns the product duplicate job.
- Anchor to productFeedproduct•Product
Feed Feed Returns a ProductFeed resource by ID.
- Anchor to productFeedsproduct•Product
Feeds Feed Connection! non-null The product feeds for the shop.
- Anchor to productOperationproduct•Product
Operation Operation Returns a ProductOperation resource by ID.
This can be used to query the ProductSetOperation, using the ID that was returned when the product was created or updated by the ProductSet mutation.
The
status
field indicates whether the operation is,
, or
.
The
product
field provides the details of the created or updated product.For the ProductSetOperation, the
field provides mutation errors that occurred during the operation.
- Anchor to productResourceFeedbackproduct•Product
Resource Feedback Resource Feedback Returns the product resource feedback for the currently authenticated app.
- Anchor to productsproducts•Product
Connection! non-null Retrieves a list of products in a store. Products are the items that merchants can sell in their store.
Use the
products
query when you need to:- Build a browsing interface for a product catalog.
- Create product searching, sorting, and filtering experiences.
- Implement product recommendations.
- Sync product data with external systems.
The
products
query supports pagination to handle large product catalogs and saved searches for frequently used product queries.The
products
query returns products with their associated metadata, including:- Basic product information (for example, title, description, vendor, and type)
- Product options and product variants, with their prices and inventory
- Media attachments (for example, images and videos)
- SEO metadata
- Product categories and tags
- Product availability and publishing statuses
Learn more about working with Shopify's product model.
- Anchor to productSavedSearchesproduct•Saved
Saved Searches Search Connection! non-null Returns a list of the shop's product saved searches.
- Anchor to productsCountproducts•Count
Count Count of products. Limited to a maximum of 10000 by default.
- Anchor to productTagsproduct•String
Tags Connection A list of tags that have been added to products. The maximum page size is 5000.
- Anchor to productTypesproduct•String
Types Connection The list of types added to products. The maximum page size is 1000.
- Anchor to productVariantproduct•Product
Variant Variant Retrieves a product variant by its ID.
A product variant is a specific version of a product that comes in more than one option, such as size or color. For example, if a merchant sells t-shirts with options for size and color, then a small, blue t-shirt would be one product variant and a large, blue t-shirt would be another.
Use the
query when you need to:
- Access essential product variant data (for example, title, price, image, and metafields).
- Build product detail pages and manage inventory.
- Handle international sales with localized pricing and content.
- Manage product variants that are part of a bundle or selling plan.
Learn more about working with Shopify's product model.
- Anchor to productVariantByIdentifierproduct•Product
Variant By Identifier Variant Return a product variant by an identifier.
- Anchor to productVariantsproduct•Product
Variants Variant Connection! non-null Retrieves a list of product variants associated with a product.
A product variant is a specific version of a product that comes in more than one option, such as size or color. For example, if a merchant sells t-shirts with options for size and color, then a small, blue t-shirt would be one product variant and a large, blue t-shirt would be another.
Use the
query when you need to:
- Search for product variants by attributes such as SKU, barcode, or inventory quantity.
- Filter product variants by attributes, such as whether they're gift cards or have custom metafields.
- Fetch product variants for bulk operations, such as updating prices or inventory.
- Preload data for product variants, such as inventory items, selected options, or associated products.
The
query supports pagination to handle large product catalogs and saved searches for frequently used product variant queries.
The
query returns product variants with their associated metadata, including:
- Basic product variant information (for example, title, SKU, barcode, price, and inventory)
- Media attachments (for example, images and videos)
- Associated products, selling plans, bundles, and metafields
Learn more about working with Shopify's product model.
- Anchor to productVariantsCountproduct•Count
Variants Count Count of product variants. Limited to a maximum of 10000 by default.
- Anchor to productVendorsproduct•String
Vendors Connection The list of vendors added to products. The maximum page size is 1000.
- Anchor to publicApiVersionspublic•[Api
Api Versions Version!]! non-null The list of publicly-accessible Admin API versions, including supported versions, the release candidate, and unstable versions.
- Anchor to publicationpublication•Publication
Lookup a publication by ID.
- Anchor to publicationspublications•Publication
Connection! non-null List of publications.
- Anchor to publicationsCountpublications•Count
Count Count of publications. Limited to a maximum of 10000 by default.
- Anchor to publishedProductsCountpublished•Count
Products Count Returns a count of published products by publication ID. Limited to a maximum of 10000 by default.
- Anchor to refundrefund•Refund
Returns a Refund resource by ID.
- Anchor to returnreturn•Return
Retrieves a return by its ID. A return represents the intent of a buyer to ship one or more items from an order back to a merchant or a third-party fulfillment location.
Use the
return
query to retrieve information associated with the following workflows:A return is associated with an order and can include multiple return line items. Each return has a status, which indicates the state of the return.
- Anchor to returnableFulfillmentreturnable•Returnable
Fulfillment Fulfillment Lookup a returnable fulfillment by ID.
- Anchor to returnableFulfillmentsreturnable•Returnable
Fulfillments Fulfillment Connection! non-null List of returnable fulfillments.
- Anchor to returnCalculatereturn•Calculated
Calculate Return The calculated monetary value to be exchanged due to the return.
- Anchor to reverseDeliveryreverse•Reverse
Delivery Delivery Lookup a reverse delivery by ID.
- Anchor to reverseFulfillmentOrderreverse•Reverse
Fulfillment Order Fulfillment Order Lookup a reverse fulfillment order by ID.
- Anchor to scriptTagscript•Script
Tag Tag Theme app extensions
Your app might not pass App Store review if it uses script tags instead of theme app extensions. All new apps, and apps that integrate with Online Store 2.0 themes, should use theme app extensions, such as app blocks or app embed blocks. Script tags are an alternative you can use with only vintage themes. Learn more.
Script tag deprecation
Script tags will be sunset for the Order status page on August 28, 2025. Upgrade to Checkout Extensibility before this date. Shopify Scripts will continue to work alongside Checkout Extensibility until August 28, 2025.
Lookup a script tag resource by ID.
- Anchor to scriptTagsscript•Script
Tags Tag Connection! non-null Theme app extensions
Your app might not pass App Store review if it uses script tags instead of theme app extensions. All new apps, and apps that integrate with Online Store 2.0 themes, should use theme app extensions, such as app blocks or app embed blocks. Script tags are an alternative you can use with only vintage themes. Learn more.
Script tag deprecation
Script tags will be sunset for the Order status page on August 28, 2025. Upgrade to Checkout Extensibility before this date. Shopify Scripts will continue to work alongside Checkout Extensibility until August 28, 2025.
A list of script tags.
- Anchor to segmentsegment•Segment
The Customer Segment.
- Anchor to segmentMigrationssegment•Segment
Migrations Migration Connection! non-null A list of a shop's segment migrations.
- Anchor to segmentssegments•Segment
Connection! non-null A list of a shop's segments.
- Anchor to segmentsCountsegments•Count
Count The number of segments for a shop. Limited to a maximum of 10000 by default.
- Anchor to segmentValueSuggestionssegment•Segment
Value Suggestions Value Connection! non-null The list of suggested values corresponding to a particular filter for a segment. A segment is a group of members, such as customers, that meet specific criteria.
- Anchor to sellingPlanGroupselling•Selling
Plan Group Plan Group Returns a Selling Plan Group resource by ID.
- Anchor to sellingPlanGroupsselling•Selling
Plan Groups Plan Group Connection! non-null List Selling Plan Groups.
- Anchor to serverPixelserver•Server
Pixel Pixel The server pixel configured by the app.
- Anchor to shopshop•Shop!non-null
Returns the Shop resource corresponding to the access token used in the request. The Shop resource contains business and store management settings for the shop.
- Anchor to shopBillingPreferencesshop•Shop
Billing Preferences Billing Preferences! non-null The shop's billing preferences.
- Anchor to shopifyFunctionshopify•Shopify
Function Function Returns a Shopify Function by its ID. Functions enable you to customize Shopify's backend logic at defined parts of the commerce loop.
- Anchor to shopifyFunctionsshopify•Shopify
Functions Function Connection! non-null Returns the Shopify Functions owned by the querying API client installed on the shop.
- Anchor to shopifyPaymentsAccountshopify•Shopify
Payments Account Payments Account Shopify Payments account information, including balances and payouts.
- Anchor to shopLocalesshop•[Shop
Locales Locale!]! non-null A list of locales available on a shop.
- Anchor to shopPayPaymentRequestReceiptshop•Shop
Pay Payment Request Receipt Pay Payment Request Receipt Returns a Shop Pay payment request receipt.
- Anchor to shopPayPaymentRequestReceiptsshop•Shop
Pay Payment Request Receipts Pay Payment Request Receipt Connection Returns a list of Shop Pay payment request receipts.
- Anchor to staffMemberstaff•Staff
Member Member The StaffMember resource, by ID.
- Anchor to staffMembersstaff•Staff
Members Member Connection The shop staff members.
- Anchor to standardMetafieldDefinitionTemplatesstandard•Standard
Metafield Definition Templates Metafield Definition Template Connection! non-null Standard metafield definitions are intended for specific, common use cases. Their namespace and keys reflect these use cases and are reserved.
Refer to all available
Standard Metafield Definition Templates
.- Anchor to storeCreditAccountstore•Store
Credit Account Credit Account Returns a store credit account resource by ID.
- Anchor to subscriptionBillingAttemptsubscription•Subscription
Billing Attempt Billing Attempt Returns a SubscriptionBillingAttempt by ID.
- Anchor to subscriptionBillingAttemptssubscription•Subscription
Billing Attempts Billing Attempt Connection! non-null Returns subscription billing attempts on a store.
- Anchor to subscriptionBillingCyclesubscription•Subscription
Billing Cycle Billing Cycle Returns a subscription billing cycle found either by cycle index or date.
- Anchor to subscriptionBillingCycleBulkResultssubscription•Subscription
Billing Cycle Bulk Results Billing Cycle Connection! non-null Retrieves the results of the asynchronous job for the subscription billing cycle bulk action based on the specified job ID. This query can be used to obtain the billing cycles that match the criteria defined in the subscriptionBillingCycleBulkSearch and subscriptionBillingCycleBulkCharge mutations.
- Anchor to subscriptionBillingCyclessubscription•Subscription
Billing Cycles Billing Cycle Connection! non-null Returns subscription billing cycles for a contract ID.
- Anchor to subscriptionContractsubscription•Subscription
Contract Contract Returns a Subscription Contract resource by ID.
- Anchor to subscriptionContractssubscription•Subscription
Contracts Contract Connection! non-null List Subscription Contracts.
- Anchor to subscriptionDraftsubscription•Subscription
Draft Draft Returns a Subscription Draft resource by ID.
- Anchor to subscriptionGatewaysubscription•Subscription
Gateway Gateway Gateway used for subscription charges.
- Anchor to subscriptionMigrationGatewayssubscription•[Subscription
Migration Gateways Migration Gateway!]! non-null The list of payment gateways that can be used for subscription contract migrations.
- Anchor to taxonomytaxonomy•Taxonomy
The Taxonomy resource lets you access the categories, attributes and values of the loaded taxonomy tree.
- Anchor to tenderTransactionstender•Tender
Transactions Transaction Connection! non-null Returns a list of TenderTransactions associated with the shop.
- Anchor to themetheme•Online
Store Theme Returns a particular theme for the shop.
- Anchor to themesthemes•Online
Store Theme Connection Returns a paginated list of themes for the shop.
- Anchor to translatableResourcetranslatable•Translatable
Resource Resource A resource that can have localized values for different languages.
- Anchor to translatableResourcestranslatable•Translatable
Resources Resource Connection! non-null Resources that can have localized values for different languages.
- Anchor to translatableResourcesByIdstranslatable•Translatable
Resources By Ids Resource Connection! non-null Resources that can have localized values for different languages.
- Anchor to urlRedirecturl•Url
Redirect Redirect Returns a redirect resource by ID.
- Anchor to urlRedirectImporturl•Url
Redirect Import Redirect Import Returns a redirect import resource by ID.
- Anchor to urlRedirectsurl•Url
Redirects Redirect Connection! non-null A list of redirects for a shop.
- Anchor to urlRedirectSavedSearchesurl•Saved
Redirect Saved Searches Search Connection! non-null A list of the shop's URL redirect saved searches.
- Anchor to urlRedirectsCounturl•Count
Redirects Count Count of redirects. Limited to a maximum of 10000 by default.
- Anchor to validationvalidation•Validation
Validation available on the shop.
- Anchor to validationsvalidations•Validation
Connection! non-null Validations available on the shop.
- Anchor to webhookSubscriptionwebhook•Webhook
Subscription Subscription Returns a webhook subscription by ID.
Building an app? If you only use app-specific webhooks, you won't need this. App-specific webhook subscriptions specified in your
shopify.app.toml
may be easier. They are automatically kept up to date by Shopify & require less maintenance. Please read About managing webhook subscriptions.- Anchor to webhookSubscriptionswebhook•Webhook
Subscriptions Subscription Connection! non-null Returns a list of webhook subscriptions.
Building an app? If you only use app-specific webhooks, you won't need this. App-specific webhook subscriptions specified in your
shopify.app.toml
may be easier. They are automatically kept up to date by Shopify & require less maintenance. Please read About managing webhook subscriptions.- Anchor to webhookSubscriptionsCountwebhook•Count
Subscriptions Count The count of webhook subscriptions.
Building an app? If you only use app-specific webhooks, you won't need this. App-specific webhook subscriptions specified in your
shopify.app.toml
may be easier. They are automatically kept up to date by Shopify & require less maintenance. Please read About managing webhook subscriptions. Limited to a maximum of 10000 by default.- Anchor to webPixelweb•Web
Pixel Pixel Returns a web pixel by ID.
- Anchor to webPresencesweb•Market
Presences Web Presence Connection The web presences for the shop.
Deprecated fields and connections
- Anchor to automaticDiscountautomatic•Discount
Discount Automatic Deprecated - Anchor to automaticDiscountsautomatic•Discount
Discounts Automatic Connection! non-nullDeprecated - Anchor to channelchannel•ChannelDeprecated
- Anchor to channelschannels•Channel
Connection! non-nullDeprecated - Anchor to collectionByHandlecollection•Collection
By Handle Deprecated - Anchor to deletionEventsdeletion•Deletion
Events Event Connection! non-nullDeprecated - Anchor to gateConfigurationgate•Gate
Configuration Configuration Deprecated - Anchor to gateConfigurationsgate•Gate
Configurations Configuration Connection Deprecated - Anchor to locationsAvailableForDeliveryProfileslocations•[Location!]
Available For Delivery Profiles Deprecated - Anchor to marketByGeographymarket•Market
By Geography Deprecated - Anchor to primaryMarketprimary•Market!
Market non-nullDeprecated - Anchor to productByHandleproduct•Product
By Handle Deprecated - Anchor to productTaxonomyNodesproduct•Product
Taxonomy Nodes Taxonomy Node Connection! non-nullDeprecated