Skip to main content

ProductUpdateCostInput

Input type for updating product cost details

input ProductUpdateCostInput {
costId: ID!
costType: CostTypeEnum
dutiesCost: BigDecimal
effectiveDate: ISO8601DateTime
freightCost: BigDecimal
laborCost: BigDecimal
leadTime: Int
materialsCost: BigDecimal
orderQuantity: Decimal
packagingCost: BigDecimal
unitCost: BigDecimal
}

Fields

ProductUpdateCostInput.costId ● ID! non-null scalar common

ProductUpdateCostInput.costType ● CostTypeEnum enum products

ProductUpdateCostInput.dutiesCost ● BigDecimal scalar common

Duties and tariffs. Counts towards the landed cost.

ProductUpdateCostInput.effectiveDate ● ISO8601DateTime scalar common

ProductUpdateCostInput.freightCost ● BigDecimal scalar common

Inbound freight. Counts towards the landed cost.

ProductUpdateCostInput.laborCost ● BigDecimal scalar common

Informational. Nothing sums this into the unit cost.

ProductUpdateCostInput.leadTime ● Int scalar common

ProductUpdateCostInput.materialsCost ● BigDecimal scalar common

Informational. Nothing sums this into the unit cost.

ProductUpdateCostInput.orderQuantity ● Decimal scalar common

ProductUpdateCostInput.packagingCost ● BigDecimal scalar common

Informational. Nothing sums this into the unit cost.

ProductUpdateCostInput.unitCost ● BigDecimal scalar common

Member Of

ProductUpdateCostsDataInput input