Skip to main content

UpdateProductCostsInput

Autogenerated input type of UpdateProductCosts

input UpdateProductCostsInput {
brandId: ID @deprecated
clientMutationId: String
productCosts: [ProductUpdateCostsDataInput!]!
}

Fields

UpdateProductCostsInput.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.

UpdateProductCostsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateProductCostsInput.productCosts ● [ProductUpdateCostsDataInput!]! non-null input products

List of products with their respective cost updates.

Member Of

productUpdateCosts mutation