Response containing the results of a submission to the Selling Partner API for Listings Items.

Export

ListingsItemSubmissionResponse

interface ListingsItemSubmissionResponse {
    identifiers?: ItemIdentifiersByMarketplace[];
    issues?: Issue[];
    sku: string;
    status: ListingsItemSubmissionResponseStatusEnum;
    submissionId: string;
}

Properties

Identity attributes associated with the item in the Amazon catalog, such as the ASIN.

Memberof

ListingsItemSubmissionResponse

issues?: Issue[]

Listings item issues related to the listings item submission.

Memberof

ListingsItemSubmissionResponse

sku: string

A selling partner provided identifier for an Amazon listing.

Memberof

ListingsItemSubmissionResponse

The status of the listings item submission.

Memberof

ListingsItemSubmissionResponse

submissionId: string

The unique identifier of the listings item submission.

Memberof

ListingsItemSubmissionResponse