Skip to main content

AddProductCostsInput

Autogenerated input type of AddProductCosts

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

Fields

AddProductCostsInput.brandId ● ID deprecated scalar common

DEPRECATED

This argument will be removed in the future. Brand is becoming a product-only attribute. Use company context instead.

The ID of the brand to which the product belongs.

AddProductCostsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

Details of the product costs to be added.

Member Of

productAddCosts mutation