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

    Contains item identifiers and related tax information.

    interface ComplianceDetail {
        asin?: string;
        fnsku?: string;
        msku?: string;
        taxDetails?: TaxDetails;
    }
    Index

    Properties

    asin?: string

    The Amazon Standard Identification Number, which identifies the detail page identifier.

    fnsku?: string

    The Fulfillment Network SKU, which identifies a real fulfillable item with catalog data and condition.

    msku?: string

    The merchant SKU, a merchant-supplied identifier for a specific SKU.

    taxDetails?: TaxDetails