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

Distribute total duties proportionally by each item's duty-rate-adjusted cost

CostAllocationMethodEnum.VOLUME

Distribute proportionally by total volume

CostAllocationMethodEnum.WEIGHT

Distribute proportionally by estimated weight

Member Of

AssignSupplyShipmentCostsInput input