ProductCost
Represents a single cost component for a product.
type ProductCost {
name: CostType!
price: Price!
}
Fields
ProductCost.name ● CostType! non-null enum
The classification of the cost component.
ProductCost.price ● Price! non-null object
Monetary value of this cost component.
Member Of
ProductCosts object