You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; }
The text was updated successfully, but these errors were encountered:
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; }
The text was updated successfully, but these errors were encountered: