Skip to main content

ProductCostInput

Input type for product cost details

input ProductCostInput {
costType: CostTypeEnum
dutiesCost: BigDecimal
effectiveDate: ISO8601DateTime
freightCost: BigDecimal
laborCost: BigDecimal
leadTime: Int
materialsCost: BigDecimal
orderQuantity: Int
packagingCost: BigDecimal
unitCost: BigDecimal
}

Fields

ProductCostInput.costType ● CostTypeEnum enum products

ProductCostInput.dutiesCost ● BigDecimal scalar common

Duties and tariffs. Counts towards the landed cost.

ProductCostInput.effectiveDate ● ISO8601DateTime scalar common

ProductCostInput.freightCost ● BigDecimal scalar common

Inbound freight. Counts towards the landed cost.

ProductCostInput.laborCost ● BigDecimal scalar common

Informational. Nothing sums this into the unit cost.

ProductCostInput.leadTime ● Int scalar common

ProductCostInput.materialsCost ● BigDecimal scalar common

Informational. Nothing sums this into the unit cost.

ProductCostInput.orderQuantity ● Int scalar common

ProductCostInput.packagingCost ● BigDecimal scalar common

Informational. Nothing sums this into the unit cost.

ProductCostInput.unitCost ● BigDecimal scalar common

The cost of the goods. Omit it to record only a breakdown.

Member Of

ProductCostsDataInput input