Documentation

FBA Restock Skill

The FBA Restock skill collects restock recommendations for all FBA products, including recommended order quantities, restock dates, days of supply, inventory levels, and sales velocity data. Records are sorted by recommended restock date.

Time Period Current Snapshot
Report Format: json
Sort Order: Restock Date (ascending) — items needing restocking soonest appear first
Example Report:
{
    "totalCount": 285,
    "records": [
        {
            "encryptedMarketplaceId": "ATVPDKIKX0DER",
            "itemName": "Example Product Name",
            "asin": "B0198765CD",
            "fnsku": "X002DEF456",
            "replenishable": true,
            "msku": "RESTOCK-SKU-42",
            "fbaFeesVernierStatus": null,
            "supplierName": "Example Supplier Co",
            "upcEan": "098765432109",
            "awdTag": null,
            "image": "https:\/\/m.media-amazon.com\/images\/I\/example._SS60_.jpg",
            "productCategory": {
                "productCategory": "gl_sports",
                "productCategoryDesc": "Sports & Outdoors"
            },
            "condition": "NewItem",
            "salesSummary": {
                "salesT7": { "amount": 209.70, "currencyCode": "USD" },
                "salesT30": { "amount": 878.40, "currencyCode": "USD" },
                "salesT60": { "amount": 1650.00, "currencyCode": "USD" },
                "salesT90": { "amount": 2490.00, "currencyCode": "USD" },
                "unitsShippedT7": 7,
                "unitsShippedT30": 30,
                "unitsShippedT60": 55,
                "unitsShippedT90": 83,
                "updateTime": "2025-05-15",
                "conversion": 0.18,
                "conversion_wow": -0.01,
                "conversion_update_time": "2025-05-15"
            },
            "inventoryLevel": {
                "status": "YELLOW",
                "min": 15,
                "max": 60,
                "onhand": 18,
                "updateTime": "2025-05-15"
            },
            "inventoryOverview": {
                "fbaTotal": 18
            },
            "available": {
                "availableQuantity": 14
            },
            "inbound": {
                "working": 0,
                "shipped": 0,
                "receiving": 0,
                "problem": 0,
                "total": 0,
                "updateTime": "2025-05-15"
            },
            "restock": {
                "recommendedOrderQuantity": 50,
                "recommendedOrderDate": "2025-05-18"
            },
            "restockPlus": {
                "isRestockPlusEligible": true,
                "isRestockPlusOpted": false
            },
            "reserved": {
                "customerOrders": 4,
                "fcProcessing": 0,
                "staging": 0,
                "fcTransfer": 0,
                "total": 4
            },
            "unfulfillable": {
                "warehouseDamaged": 0,
                "carrierDamaged": 0,
                "customerDamaged": 0,
                "distributorDamaged": 0,
                "expired": 0,
                "defective": 0,
                "total": 0
            },
            "researching": {
                "total": 0,
                "researchingAge_0_10": 0,
                "researchingAge_11_20": 0,
                "researchingAge_21_30": 0,
                "researchingAge_31_60": 0
            },
            "listingInfo": {
                "yourPrice": { "amount": 29.95, "currencyCode": "USD" },
                "salesPrice": null,
                "minimumSellerAllowedPrice": { "amount": 15.00, "currencyCode": "USD" },
                "listingStatus": "Active",
                "lowestPriceAndSalesRank": {
                    "lowestPrice": {
                        "price": { "amount": 28.50, "currencyCode": "USD" },
                        "shippingCost": { "amount": 0, "currencyCode": "USD" }
                    }
                }
            },
            "daysOfSupply": {
                "daysOfSupply": 14,
                "daysOfSupplyP90": 11,
                "daysOfSupplyMean": 13
            },
            "totalDaysOfSupply": {
                "daysOfSupplyP90": 11,
                "daysOfSupplyMean": 13,
                "daysOfSupply": 14
            },
            "sellerIncentive": [],
            "oihRecommendation": {
                "recommendedRemovalQuantity": 0,
                "recommendedSalesPrice": null,
                "recommendedSalesStartDate": null,
                "recommendedSalesEndDate": null,
                "recommendedSalesQuantity": null,
                "storageCostSavings": null,
                "estimatedStorageCost": {
                    "storageCostNextMonth": { "amount": 1.80, "currencyCode": "USD" }
                },
                "decision": null,
                "recommendedAdStartDate": null,
                "recommendedAdEndDate": null,
                "recommendedAdBudget": null,
                "calculationId": null
            },
            "estimateExcessUnits": {
                "excessQuantity": 0
            },
            "supplierItems": {
                "leadTime": 14,
                "replenishmentFrequency": 30,
                "sellerLeadTime": 7,
                "supplyChainSetting": "AUTO"
            }
        }
    ]
}