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

    Represents a product with sku details and corresponding quantity

    interface DistributionProduct {
        attributes?: ProductAttribute[];
        quantity: number;
        sku: string;
    }
    Index

    Properties

    attributes?: ProductAttribute[]

    Attributes for this instance of the product, i.e. already-prepped, or other attributes that distinguish the product beyond the SKU.

    quantity: number

    Quantity of the product

    sku: string

    The seller/merchant stock keeping unit (SKU).