BulkUpdateProductPriceInput
type BulkUpdateProductPriceInput {
buyPrice: Float
currencyCode: String
discountPrice: Float
priceListId: String
sellPrice: Float!
}
Fields
buyPriceFloatBuy price of product.
currencyCodeStringCurrency code for the price of product.
discountPriceFloatDiscount price of product.
priceListIdStringId of the price list that the product belongs to.
Sell price of product.