using Ratermania.Shopify; namespace PartSource.Data.Shopify { public class Metafield : ShopifyEntity { public string Description { get; set; } public string Namespace { get; set; } public string Key { get; set; } public string Value { get; set; } public string OwnerResource { get; set; } public long OwnerId { get; set; } public string ValueType { get; set; } } }