Skip to main content

AssignSupplyShipmentCostsInput

Autogenerated input type of AssignSupplyShipmentCosts

input AssignSupplyShipmentCostsInput {
clientMutationId: String
costType: ShipmentCostTypeEnum!
method: CostAllocationMethodEnum!
shipmentId: ID!
}

Fields

AssignSupplyShipmentCostsInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

AssignSupplyShipmentCostsInput.costType ● ShipmentCostTypeEnum! non-null enum

The type of cost to distribute (shipping or duties).

AssignSupplyShipmentCostsInput.method ● CostAllocationMethodEnum! non-null enum

The allocation method to use for distribution.

AssignSupplyShipmentCostsInput.shipmentId ● ID! non-null scalar

The ID of the shipment to distribute costs for.

Member Of

supplyAssignShipmentCosts mutation