The response associated with the getItemOffersBatch API call.

Export

GetItemOffersBatchResponse

interface GetItemOffersBatchResponse {
    responses?: ItemOffersResponse[];
}

Properties

Properties

responses?: ItemOffersResponse[]

A list of getItemOffers batched responses.

Memberof

GetItemOffersBatchResponse