Skip to main content

CostAllocationMethodEnum

The method used to distribute costs across shipment line items.

enum CostAllocationMethodEnum {
COST
DUTY_RATE
VOLUME
WEIGHT
}

Values

CostAllocationMethodEnum.COST

Distribute proportionally by total units cost

CostAllocationMethodEnum.DUTY_RATE

Apply duty rate from HTS category to each item

CostAllocationMethodEnum.VOLUME

Distribute proportionally by total volume

CostAllocationMethodEnum.WEIGHT

Distribute proportionally by estimated weight

Member Of

AssignSupplyShipmentCostsInput input