UNPKG

nest-paapi-5

Version:

A NestJS module for Amazon's Product Advertising API 5.0 (PAAPI5)

8 lines 296 B
import { OfferShippingCharge } from "./offer-shipping-charge"; export type OfferDeliveryInfo = { IsAmazonFulfilled?: boolean; IsFreeShippingEligible?: boolean; IsPrimeEligible?: boolean; ShippingCharges?: OfferShippingCharge[]; }; //# sourceMappingURL=offer-delivery-info.d.ts.map