Skip to main content

UpdateProductCostAnalysisInput

Autogenerated input type of UpdateProductCostAnalysis

input UpdateProductCostAnalysisInput {
clientMutationId: String
landedCostComponents: [ProductCostAnalysisComponentInput!]
msrp: BigDecimal
productId: ID!
unitCostComponents: [ProductCostAnalysisComponentInput!]
}

Fields

UpdateProductCostAnalysisInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateProductCostAnalysisInput.landedCostComponents ● [ProductCostAnalysisComponentInput!] list input

UpdateProductCostAnalysisInput.msrp ● BigDecimal scalar

UpdateProductCostAnalysisInput.productId ● ID! non-null scalar

UpdateProductCostAnalysisInput.unitCostComponents ● [ProductCostAnalysisComponentInput!] list input

Member Of

productUpdateCostAnalysis mutation