Skip to main content

BulkUpdateProductPriceInput

type BulkUpdateProductPriceInput {
buyPrice: Float
currencyCode: String
discountPrice: Float
priceListId: String
sellPrice: Float!
}

Fields

buyPriceFloat

Buy price of product.

currencyCodeString

Currency code for the price of product.

discountPriceFloat

Discount price of product.

priceListIdString

Id of the price list that the product belongs to.

sellPriceFloat!required

Sell price of product.