ProductMeta

public class ProductMeta : Codable

Represents the meta properties of a Product

  • The timestamps of this product

    Declaration

    Swift

    public let timestamps: Timestamps
  • The stock information of this product

    Declaration

    Swift

    public let stock: ProductStock
  • The display price information of this product

    Declaration

    Swift

    public let displayPrice: DisplayPrices?
  • The variations this product has

    Declaration

    Swift

    public let variations: [ProductVariation]?
  • The variation matrix of this product

    Declaration

    Swift

    public let variationMatrix: [[String : String]]?