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

    The request body schema for the putListingsItem operation.

    interface ListingsItemPutRequest {
        attributes: { [key: string]: any };
        productType: string;
        requirements?: ListingsItemPutRequestRequirementsEnum;
    }
    Index

    Properties

    attributes: { [key: string]: any }

    A JSON object containing structured listings item attribute data keyed by attribute name.

    productType: string

    The Amazon product type of the listings item.

    The name of the requirements set for the provided data.