Request parameters for deleteListingsItem operation in ListingsApi.

ListingsApiDeleteListingsItemRequest

interface ListingsApiDeleteListingsItemRequest {
    issueLocale?: string;
    marketplaceIds: string[];
    sellerId: string;
    sku: string;
}

Properties

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.

ListingsApiDeleteListingsItem

marketplaceIds: string[]

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

ListingsApiDeleteListingsItem

sellerId: string

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

ListingsApiDeleteListingsItem

sku: string

A selling partner provided identifier for an Amazon listing.

ListingsApiDeleteListingsItem