Information about an SKU, including the count available, identifiers, and a list of overlapping SKUs that share the same inventory pool.

Export

FeatureSku

interface FeatureSku {
    asin?: string;
    fnSku?: string;
    overlappingSkus?: string[];
    sellerSku?: string;
    skuCount?: number;
}

Properties

asin?: string

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

Memberof

FeatureSku

fnSku?: string

The unique SKU used by Amazon's fulfillment network.

Memberof

FeatureSku

overlappingSkus?: string[]

Other seller SKUs that are shared across the same inventory.

Memberof

FeatureSku

sellerSku?: string

Used to identify an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.

Memberof

FeatureSku

skuCount?: number

The number of SKUs available for this service.

Memberof

FeatureSku