companyLocation - customer - QUERY
Version: 2025-01
Description:
The Location corresponding to the provided ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).
Access Scopes
Arguments
id :
ID! -
The ID of the Location.
Returns
billingAddress :
CompanyAddress
The billing address of the company location.
buyerExperienceConfiguration :
BuyerExperienceConfiguration
The configuration of the buyer's B2B checkout.
externalId :
String
A unique externally-supplied ID for the location.
id :
ID!
A globally-unique ID.
market :
Market!
The market that includes the location's shipping address. If the shipping address is empty, the shop's primary market is returned.
metafield :
Metafield
A metafield found by namespace and key.
metafields :
Metafield!
The metafields associated with the resource matching the
supplied list of namespaces and keys.
name :
String!
The name of the company location.
shippingAddress :
CompanyAddress
The shipping address of the company location.
taxIdentifier :
String
The tax id of the company location.
Examples