The request body schema for the patchListingsItem operation.

Export

ListingsItemPatchRequest

interface ListingsItemPatchRequest {
    patches: PatchOperation[];
    productType: string;
}

Properties

Properties

patches: PatchOperation[]

One or more JSON Patch operations to perform on the listings item.

Memberof

ListingsItemPatchRequest

productType: string

The Amazon product type of the listings item.

Memberof

ListingsItemPatchRequest