Admin GraphQL API
Location ID Queryable with Inventory Scopes
The access scopes for the id
field in the Location object have been updated. You can now query this field using either the or
scopes.
Key changes include:
- The
location.id
field in GraphQL can now be queried with just theor
scope.
Please note the following restriction:
- All other fields of the
Location
object, such asname
andaddress
, still require thescope for querying.
These updates apply to all API versions.
Was this section helpful?