unit_price and unit_price_measurement not accessible via api please guide me
Topic summary
A developer is seeking guidance on accessing unit_price and unit_price_measurement fields through Shopify’s API, as these properties are not currently accessible via their implementation.
Solution Provided:
- Another user points to a relevant community thread discussing updates to the
unitPriceMeasurementobject via GraphQL API - As of API version 2025-07, the
unitPriceMeasurementfield is now available through the ProductVariantsBulkInput object in the Admin GraphQL API - Documentation link provided showing the field is accessible for bulk product variant operations
Status: The issue appears resolved with the availability of this field in the latest API version, though the original poster has not confirmed whether this solution meets their needs.
In version 2025-07, the **unitPriceMeasurement** is available for “ProductVariantsBulkInput” https://shopify.dev/docs/api/admin-graphql/2025-07/input-objects/ProductVariantsBulkInput#fields-unitPriceMeasurement