Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The fees for Amazon to prep goods for shipment.

    interface AmazonPrepFeesDetails {
        FeePerUnit?: Amount;
        PrepInstruction?: PrepInstruction;
    }
    Index
    FeePerUnit?: Amount
    PrepInstruction?: PrepInstruction