Selling Partner API SDK for JavaScript
    Preparing search index...

    Module @sp-api-sdk/schemas - v1.12.0

    @sp-api-sdk/schemas

    npm version XO code style

    Amazon Selling Partner API schemas

    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;
    • listingsFeedSchemaV2 / ListingsFeedSchemaV2
    • listingsFeedMessageSchemaV2 / ListingsFeedMessageSchemaV2
    • listingsFeedProcessingReportSchemaV2 / ListingsFeedProcessingReportSchemaV2
    • anyOfferChangedNotification / AnyOfferChangedNotification
    • b2bAnyOfferChangedNotification / B2bAnyOfferChangedNotification
    • brandedItemContentChangeNotification / BrandedItemContentChangeNotification
    • dataKioskQueryProcessingFinishedNotification / DataKioskQueryProcessingFinishedNotification
    • detailPageTrafficEventNotification / DetailPageTrafficEventNotification
    • fbaInventoryAvailabilityChangeNotification / FBAInventoryAvailabilityChangeNotification
    • fbaOutboundShipmentStatusNotification / FBAOutboundShipmentStatusNotification
    • feePromotionNotification / FeePromotionNotification
    • feedProcessingFinishedNotification / FeedProcessingFinishedNotification
    • 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

        ╚⊙ ⊙╝
    ╚═(███)═╝
    ╚═(███)═╝
    ╚═(███)═╝
    ╚═(███)═╝
    ╚═(███)═╝
    ╚═(███)═╝

    Namespaces

    Feeds
    Notifications
    Reports