Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/fulfillment-inbound-api-v0
BoxContentsFeeDetails
Interface BoxContentsFeeDetails
The manual processing fee per unit and total fee for a shipment.
interface
BoxContentsFeeDetails
{
FeePerUnit
?:
Amount
;
TotalFee
?:
Amount
;
TotalUnits
?:
number
;
}
Index
Properties
Fee
Per
Unit?
Total
Fee?
Total
Units?
Properties
Optional
Fee
Per
Unit
FeePerUnit
?:
Amount
Optional
Total
Fee
TotalFee
?:
Amount
Optional
Total
Units
TotalUnits
?:
number
The item quantity.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Fee
Per
Unit
Total
Fee
Total
Units
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
The manual processing fee per unit and total fee for a shipment.