Interface ListingsItemsApiModelV20210801ListingsItemPutRequest

The request body schema for the putListingsItem operation.

ListingsItemPutRequest

interface ListingsItemsApiModelV20210801ListingsItemPutRequest {
    attributes: object;
    productType: string;
    requirements?:
        | "LISTING"
        | "LISTING_PRODUCT_ONLY"
        | "LISTING_OFFER_ONLY"
        | ListingsItemsApiModelV20210801ListingsItemPutRequestRequirementsEnum;
}

Properties

attributes: object

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

ListingsItemPutRequest

productType: string

The Amazon product type of the listings item.

ListingsItemPutRequest

requirements?:
    | "LISTING"
    | "LISTING_PRODUCT_ONLY"
    | "LISTING_OFFER_ONLY"
    | ListingsItemsApiModelV20210801ListingsItemPutRequestRequirementsEnum

The name of the requirements set for the provided data.

ListingsItemPutRequest

MMNEPVFCICPMFPCPTTAAATR