Request parameters for patchListingsItem operation in ListingsApi.

ListingsApiPatchListingsItemRequest

interface ListingsApiPatchListingsItemRequest {
    body: ListingsItemPatchRequest;
    includedData?: PatchListingsItemIncludedDataEnum[];
    issueLocale?: string;
    marketplaceIds: string[];
    mode?: "VALIDATION_PREVIEW";
    sellerId: string;
    sku: string;
}

Properties

The request body schema for the `patchListingsItem` operation.

ListingsApiPatchListingsItem

A comma-delimited list of data sets to include in the response. Default: `issues`.

ListingsApiPatchListingsItem

issueLocale?: string

A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: `en_US`, `fr_CA`, `fr_FR`. Localized messages default to `en_US` when a localization is not available in the specified locale.

ListingsApiPatchListingsItem

marketplaceIds: string[]

A comma-delimited list of Amazon marketplace identifiers for the request.

ListingsApiPatchListingsItem

mode?: "VALIDATION_PREVIEW"

The mode of operation for the request.

ListingsApiPatchListingsItem

sellerId: string

A selling partner identifier, such as a merchant account or vendor code.

ListingsApiPatchListingsItem

sku: string

A selling partner provided identifier for an Amazon listing.

ListingsApiPatchListingsItem