// Decompiled with JetBrains decompiler // Type: PartSource.Entities.Shopify.Product // Assembly: PartSource.Entities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 3EDAB3F5-83E7-4F65-906E-B40192014C57 // Assembly location: C:\Users\Tommy\Desktop\PS temp\PartSource.Entities.dll using System; namespace PartSource.Entities.Shopify { public class Product : BaseShopifyModel { public string BodyHtml { get; set; } public string Handle { get; set; } public string MetafieldsGlobalTitleTag { get; set; } public string MetafieldsGlobalDescriptionTag { get; set; } public string ProductType { get; set; } public string Tags { get; set; } public string TemplateSuffix { get; set; } public string Title { get; set; } public string Vendor { get; set; } public bool Published { get; set; } public DateTime? PublishedAt { get; set; } public ProductImage[] Images { get; set; } public ProductVariant[] Variants { get; set; } public PartSource.Entities.Shopify.PublishedScope? PublishedScope { get; set; } } }