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

    Information about an asset linked to an associated item, such as vehicle information for Ship-to-Store orders.

    interface LinkedAsset {
        additionalAttributes?: { [key: string]: string };
        assetName?: string;
        assetType?: string;
    }
    Index

    Properties

    additionalAttributes?: { [key: string]: string }

    Additional attributes of the linked asset, such as vehicle make, model, year, and engine details.

    assetName?: string

    The name of the linked asset. For example: 2024 Polaris Slingshot SLR AutoDrive.

    assetType?: string

    The type of the linked asset. For example: VEHICLE.