Shipping Cost Calculation
Warehouse Fee Calculation
{{from=='all' ? 'Shipping Cost Calculation' : 'Fulfillment Service Cost Calculation'}}
Platform:
{{ getWarehouseSelectLabel() }} please select
{{ i.label }}
Inbound Cost
Cost Category Billing Unit Initial Value Final Value Unit Price Fixed Cost Minimum Cost Maximum Cost
{{ formatValue(item.costIdStr) }}
{{ formatValue(item.chargeUnitTypeStr) }} {{ formatValue(item.startValue) }} {{ formatValue(item.endValue) }} {{ centToDollar(item.price) }} {{ centToDollar(item.fixedPrice) }} {{ centToDollar(item.minValue) }} {{ centToDollar(item.maxValue) }}
Warehouse Fee Calculation Method: By {{calculationMethod}}
{{ item.scope }}
Less More
Start Date End Date Unit Price (USD/Day)
{{ formatValue(item.startDate) }} {{ formatValue(item.endDate) }} {{ centToDollar(item.unitPrice) }}
Outbound Cost
Cost Category Billing Unit Initial Value Final Value Unit Price Fixed Cost Minimum Cost Maximum Cost
{{ formatValue(item.costIdStr) }}
{{ formatValue(item.chargeUnitTypeStr) }} {{ formatValue(item.startValue) }} {{ formatValue(item.endValue) }} {{ centToDollar(item.price) }} {{ centToDollar(item.fixedPrice) }} {{ centToDollar(item.minValue) }} {{ centToDollar(item.maxValue) }}