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 common

A unique identifier for the client performing the mutation.

UpdateProductCostAnalysisInput.landedCostComponents ● [ProductCostAnalysisComponentInput!] list input products

UpdateProductCostAnalysisInput.msrp ● BigDecimal scalar common

UpdateProductCostAnalysisInput.productId ● ID! non-null scalar common

UpdateProductCostAnalysisInput.unitCostComponents ● [ProductCostAnalysisComponentInput!] list input products

Member Of

productUpdateCostAnalysis mutation