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

    Represents the contents inside a package, which can be products or a nested package.

    interface DistributionPackageContents {
        packages?: DistributionPackageQuantity[];
        products?: ProductQuantity[];
    }
    Index

    Properties

    Properties

    This is required only when DistributionPackageType=PALLET.

    products?: ProductQuantity[]

    This is required only when DistributionPackageType=CASE.