UpdateProductCostsInput
Autogenerated input type of UpdateProductCosts
input UpdateProductCostsInput {
brandId: ID!
clientMutationId: String
productCosts: [ProductUpdateCostsDataInput!]!
}
Fields
UpdateProductCostsInput.brandId ● ID! non-null scalar
UpdateProductCostsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateProductCostsInput.productCosts ● [ProductUpdateCostsDataInput!]! non-null input
List of products with their respective cost updates.
Member Of
productUpdateCosts mutation