Skip to main content

VariantSupplierVariantHandlingCostInput

Input object to indicate both amount and unit of handling cost.

input VariantSupplierVariantHandlingCostInput {
amount: Float!
unit: VariantHandlingCost!
}

Fields

VariantSupplierVariantHandlingCostInput.amount ● Float! non-null scalar

The amount in currency or as a percentage of the cost

VariantSupplierVariantHandlingCostInput.unit ● VariantHandlingCost! non-null enum

The unit of the amount - currency or percentage of cost

Member of

VariantSupplierVariantCreateInput input