Skip to main content

AddProductCostsInput

Autogenerated input type of AddProductCosts

input AddProductCostsInput {
brandId: ID!
clientMutationId: String
productCosts: [ProductCostsDataInput!]!
}

Fields

AddProductCostsInput.brandId ● ID! non-null scalar

The ID of the brand to which the product belongs.

AddProductCostsInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

AddProductCostsInput.productCosts ● [ProductCostsDataInput!]! non-null input

Details of the product costs to be added.

Member Of

productAddCosts mutation