phpclassic / php-shopify

PHP SDK for Shopify API
Apache License 2.0
568 stars 211 forks source link

Migrating from value_type to type #255

Closed anikghosh256 closed 2 years ago

anikghosh256 commented 2 years ago

In API version 2021-07, Shopify introduced a commerce-oriented type system:

https://shopify.dev/apps/metafields/types

anikghosh256 commented 2 years ago

@tareqtms, please review this pull request.

iamgerardm commented 2 years ago

Is this in relation to the notifications I have seen in the Partner App Portal such as this?

Metafield.valueType has been removed. See Metafield.type for type information. View change

@anikghosh256 Have you implemented your change locally - did this remove the warning for you?