Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated field on Metafield object #656

Closed
Stefano0871 opened this issue Jul 30, 2021 · 1 comment
Closed

Deprecated field on Metafield object #656

Stefano0871 opened this issue Jul 30, 2021 · 1 comment

Comments

@Stefano0871
Copy link

As of API version 2021-07, the value_type field on the Metafield object was deprecated.

You should use the type field instead of the value_type field to access or set the type of a Metafield object. For more information about this transition, refer to this changelog entry.

Your Metafiled entity does not respect this change.

///


/// States whether the information in the value is stored as a 'string' or 'integer.'
///

[JsonProperty("value_type")]
public string ValueType { get; set; }

@nozzlegear
Copy link
Owner

Marked as deprecated in v5.14.0 on nuget. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants