ProductVariation

public class ProductVariation : Codable

Represents variations on a Product

  • id

    The id of this variation

    Declaration

    Swift

    public let id: String
  • The options this variation has

    Declaration

    Swift

    public let options: [ProductVariationOption]