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

    Module @sp-api-sdk/schemas - v3.0.0

    @sp-api-sdk/schemas

    npm version XO code style

    JSON schemas and TypeScript types for the Amazon Selling Partner API (SP-API)

    Bizon

    Learn more about the Selling Partner API by visiting the official documentation.

    Also, see the generated documentation.

    npm install @sp-api-sdk/schemas
    

    This package exposes JSON schemas and their corresponding TypeScript types for Selling Partner API Feeds, Notifications, and Reports. These schemas are auto-generated from the official Amazon models.

    Each schema is exported as a const object (usable at runtime for validation) along with a TypeScript type (inferred via json-schema-to-ts).

    import {Reports} from '@sp-api-sdk/schemas'

    // Use the JSON schema for validation
    console.log(Reports.vendorInventoryReport)
    import {Reports} from '@sp-api-sdk/schemas'

    const report = (await getVendorInventoryReportData()) as Reports.VendorInventoryReport
    • listingsFeedMessageSchemaV2 / ListingsFeedMessageSchemaV2
    • listingsFeedProcessingReportSchemaV2 / ListingsFeedProcessingReportSchemaV2
    • listingsFeedSchemaV2 / ListingsFeedSchemaV2
    • anyOfferChangedNotification / AnyOfferChangedNotification
    • b2bAnyOfferChangedNotification / B2bAnyOfferChangedNotification
    • brandedItemContentChangeNotification / BrandedItemContentChangeNotification
    • dataKioskQueryProcessingFinishedNotification / DataKioskQueryProcessingFinishedNotification
    • detailPageTrafficEventNotification / DetailPageTrafficEventNotification
    • fbaInventoryAvailabilityChangeNotification / FBAInventoryAvailabilityChangeNotification
    • fbaOutboundShipmentStatusNotification / FBAOutboundShipmentStatusNotification
    • feedProcessingFinishedNotification / FeedProcessingFinishedNotification
    • feePromotionNotification / FeePromotionNotification
    • fulfillmentOrderStatusNotification / FulfillmentOrderStatusNotification
    • itemInventoryEventChangeNotification / ItemInventoryEventChangeNotification
    • itemProductTypeChangeNotification / ItemProductTypeChangeNotification
    • itemSalesEventChangeNotification / ItemSalesEventChangeNotification
    • listingsItemIssuesChangeNotification / ListingsItemIssuesChangeNotification
    • listingsItemIssuesChangeNotification20231213 / ListingsItemIssuesChangeNotification20231213
    • listingsItemMfnQuantityChange / ListingsItemMfnQuantityChange
    • listingsItemStatusChangeNotification / ListingsItemStatusChangeNotification
    • orderChangeNotification / OrderChangeNotification
    • pricingHealthNotification / PricingHealthNotification
    • productTypeDefinitionsChangeNotification / ProductTypeDefinitionsChangeNotification
    • reportProcessingFinishedNotification / ReportProcessingFinishedNotification
    • transactionUpdateNotification / TransactionUpdateNotification
    • accountHealthReport20201118 / AccountHealthReport20201118
    • b2bProductOpportunitiesNotYetOnAmazonReport20201119 / B2bProductOpportunitiesNotYetOnAmazonReport20201119
    • b2bProductOpportunitiesRecommendedForYouReport20201119 / B2bProductOpportunitiesRecommendedForYouReport20201119
    • endUserDataReport / EndUserDataReport
    • marketplaceAsinPageViewMetrics / MarketplaceAsinPageViewMetrics
    • promotionReport / PromotionReport
    • sellerCouponReport / SellerCouponReport
    • sellerSalesAndTrafficReport / SellerSalesAndTrafficReport
    • sellingPartnerMarketBasketAnalysisReport / SellingPartnerMarketBasketAnalysisReport
    • sellingPartnerRepeatPurchaseReport / SellingPartnerRepeatPurchaseReport
    • sellingPartnerSearchCatalogPerformanceReport / SellingPartnerSearchCatalogPerformanceReport
    • sellingPartnerSearchQueryPerformanceReport / SellingPartnerSearchQueryPerformanceReport
    • sellingPartnerSearchTermsReport / SellingPartnerSearchTermsReport
    • vendorCouponReport / VendorCouponReport
    • vendorForecastingReport / VendorForecastingReport
    • vendorInventoryReport / VendorInventoryReport
    • vendorNetPureProductMarginReport / VendorNetPureProductMarginReport
    • vendorRealTimeInventoryReport / VendorRealTimeInventoryReport
    • vendorRealTimeSalesReport / VendorRealTimeSalesReport
    • vendorRealTimeTrafficReport / VendorRealTimeTrafficReport
    • vendorSalesReport / VendorSalesReport
    • vendorTrafficReport / VendorTrafficReport

    MIT

        ╚⊙ ⊙╝
      ╚═(███)═╝
     ╚═(███)═╝
    ╚═(███)═╝
     ╚═(███)═╝
      ╚═(███)═╝
       ╚═(███)═╝
    
    Feeds
    Notifications
    Reports