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

    Schema for price info in getPricing response

    interface Price {
        ASIN?: string;
        Product?: Product;
        SellerSKU?: string;
        status: string;
    }
    Index

    Properties

    ASIN?: string

    The Amazon Standard Identification Number (ASIN) of the item.

    Product?: Product
    SellerSKU?: string

    The seller stock keeping unit (SKU) of the item.

    status: string

    The status of the operation.