Action RequiredAdmin GraphQL API2024-04
Inventory Item new fields and ProductVariant deprecations
As of Admin GraphQL API 2024-04, there will be new fields exposed on (and related input types) and some fields on
(and related input types) that were marked as deprecated.
For and related input types:
and
were added as new types, with a single field:
weight
(which is aWeight
type).measurement
was added as a field to.
,
measurement
, andwere all added as input fields to
.
For and related input types:
,
weight
, andwere all marked as deprecated on
.
,
,
weight
, andwere all marked as deprecated on
and
.
These changes are all in support of removing long-deprecated fields on and removing the duplicated fields between
and
.
Was this section helpful?