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

    Interface ProductPricingApiGetItemOffersBatchRequest

    Request parameters for getItemOffersBatch operation in ProductPricingApi.

    interface ProductPricingApiGetItemOffersBatchRequest {
        getItemOffersBatchRequestBody: GetItemOffersBatchRequest;
    }
    Index
    getItemOffersBatchRequestBody: GetItemOffersBatchRequest

    The request associated with the `getItemOffersBatch` API call.