ProductStock

public struct ProductStock : Codable

Represents stock levels on a Product

  • The level of stock a product has

    Declaration

    Swift

    public let level: Int
  • in-stock / out-stock

    Declaration

    Swift

    public let availability: String