Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The response associated with the getItemOffersBatch API call.

    interface GetItemOffersBatchResponse {
        responses?: ItemOffersResponse[];
    }
    Index
    responses?: ItemOffersResponse[]

    A list of getItemOffers batched responses.