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

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

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

    This is required only when DistributionPackageType=PALLET.

    products?: ProductQuantity[]

    This is required only when DistributionPackageType=CASE.