Selling Partner API SDK for JavaScript
    Preparing search index...
    ReplenishmentOrderStatus: {
        Confirmed: "CONFIRMED";
        Created: "CREATED";
        Eligible: "ELIGIBLE";
        Executing: "EXECUTING";
        Failure: "FAILURE";
        Ineligible: "INELIGIBLE";
        InventoryOutbound: "INVENTORY_OUTBOUND";
        Success: "SUCCESS";
        Validating: "VALIDATING";
    } = ...

    Statuses supported for an replenishment order.

    Type Declaration

    • ReadonlyConfirmed: "CONFIRMED"
    • ReadonlyCreated: "CREATED"
    • ReadonlyEligible: "ELIGIBLE"
    • ReadonlyExecuting: "EXECUTING"
    • ReadonlyFailure: "FAILURE"
    • ReadonlyIneligible: "INELIGIBLE"
    • ReadonlyInventoryOutbound: "INVENTORY_OUTBOUND"
    • ReadonlySuccess: "SUCCESS"
    • ReadonlyValidating: "VALIDATING"