BulkUpdateProductPriceInput
type BulkUpdateProductPriceInput {
buyPrice: Float
currencyCode: String
discountPrice: Float
priceListId: String
sellPrice: Float!
}
Fields
buyPrice
FloatBuy price of product.
currencyCode
StringCurrency code for the price of product.
discountPrice
FloatDiscount price of product.
priceListId
StringId of the price list that the product belongs to.
Sell price of product.