The request body schema for the putListingsItem operation.

Export

ListingsItemPutRequest

interface ListingsItemPutRequest {
    attributes: object;
    productType: string;
    requirements?: ListingsItemPutRequestRequirementsEnum;
}

Properties

attributes: object

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

Memberof

ListingsItemPutRequest

productType: string

The Amazon product type of the listings item.

Memberof

ListingsItemPutRequest

The name of the requirements set for the provided data.

Memberof

ListingsItemPutRequest