Interface ListingsItemsApiModelListingsItemPutRequest

The request body schema for the putListingsItem operation.

ListingsItemPutRequest

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

Properties

attributes: object

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?:
    | ListingsItemsApiModelListingsItemPutRequestRequirementsEnum
    | "LISTING"
    | "LISTING_PRODUCT_ONLY"
    | "LISTING_OFFER_ONLY"

The name of the requirements set for the provided data.

ListingsItemPutRequest

MMNEPVFCICPMFPCPTTAAATR