ProductCostsDataInput
No description
input ProductCostsDataInput {
costStructure: [ProductCostInput!]!
costableId: ID!
costableType: ProductCostableTypeEnum!
productId: ID!
}
Fields
ProductCostsDataInput.costStructure ● [ProductCostInput!]! non-null input
An array of cost entries to be added.
ProductCostsDataInput.costableId ● ID! non-null scalar
The ID of the entity the cost is associated with. Must correspond to an existing supplier.
ProductCostsDataInput.costableType ● ProductCostableTypeEnum! non-null enum
The type of entity the cost is associated with. Currently, only SUPPLIER is supported.
ProductCostsDataInput.productId ● ID! non-null scalar
Member Of
AddProductCostsInput input