ProductCostsDataInput
No description
input ProductCostsDataInput {
costStructure: [ProductCostInput!]!
productId: ID!
supplierId: ID
}
Fields
ProductCostsDataInput.costStructure ● [ProductCostInput!]! non-null input products
An array of cost entries to be added.
ProductCostsDataInput.productId ● ID! non-null scalar common
ProductCostsDataInput.supplierId ● ID scalar common
The supplier the cost belongs to. Omit it for your own estimate rather than a supplier quote.
Member Of
AddProductCostsInput input