PurchasePriceInput
One purchase-price entry (gross + net) for a single currency. Multiple instances can be passed together as the purchasePrices list to set per-currency prices in a single call.
input PurchasePriceInput {
currencyId: ID!
gross: Float!
net: Float!
}
Fields
PurchasePriceInput.currencyId ● ID! non-null scalar
ID of the currency the gross/net pair is denominated in.
PurchasePriceInput.gross ● Float! non-null scalar
Gross unit purchase price in the chosen currency.
PurchasePriceInput.net ● Float! non-null scalar
Net unit purchase price in the chosen currency.
Member Of
AddProductSupplierConfigurationInput input ● UpdateProductSupplierConfigurationInput input