Selling Partner API SDK for JavaScript
    Preparing search index...

    Represents a distribution package with its respective quantity.

    interface DistributionPackageQuantity {
        count: number;
        distributionPackage: DistributionPackage;
    }
    Index

    Properties

    count: number

    Number of cases or pallets with the same package configuration.

    distributionPackage: DistributionPackage