Closed c9845 closed 1 year ago
See list of fields supported for Metafields at the Shopify API docs: https://shopify.dev/docs/api/admin-rest/2022-10/resources/metafield
Patch and project coverage have no change.
Comparison is base (
933070b
) 100.00% compared to head (ea10b2f
) 100.00%.:exclamation: Current head ea10b2f differs from pull request most recent head 3b878db. Consider uploading reports for the commit 3b878db to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
The
ValueType
field of a Metafield was deprecated some time long ago (2021?). As of API version 2023-07 it is no longer supported. TheType
field should be used instead. This removes theValueType
field from theMetafield
type.