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

    The request body schema for the getDeliveryOffers operation.

    interface GetDeliveryOffersRequest {
        product: GetDeliveryOffersProduct;
        terms: GetDeliveryOffersTerms;
    }
    Index