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

    Interface ProductPricingApiGetListingOffersBatchRequest

    Request parameters for getListingOffersBatch operation in ProductPricingApi.

    interface ProductPricingApiGetListingOffersBatchRequest {
        getListingOffersBatchRequestBody: GetListingOffersBatchRequest;
    }
    Index
    getListingOffersBatchRequestBody: GetListingOffersBatchRequest

    The request associated with the `getListingOffersBatch` API call.