Description Fields currency: String! Currency code Example: "USD" min_price: Int! Minimum price of all product variants for given currency Example: 0 Used By Types StorefrontProduct Preview (typescript) interface MinCurrencyPrice {currency: stringmin_price: number}