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

    Interface GetListingOffersBatchResponse

    The response associated with the getListingOffersBatch API call.

    interface GetListingOffersBatchResponse {
        responses?: ListingOffersResponse[];
    }
    Index
    responses?: ListingOffersResponse[]

    A list of getListingOffers batched responses.