Selling Partner API SDK for JavaScript
    Preparing search index...
    Code: {
        InternalServerError: "InternalServerError";
        InvalidInput: "InvalidInput";
        InvalidOrderState: "InvalidOrderState";
        InvalidTimeSlotId: "InvalidTimeSlotId";
        OrderNotEligibleForRescheduling: "OrderNotEligibleForRescheduling";
        RegionNotSupported: "RegionNotSupported";
        ResourceNotFound: "ResourceNotFound";
        RetryableAfterGettingNewSlots: "RetryableAfterGettingNewSlots";
        ScheduledPackageAlreadyExists: "ScheduledPackageAlreadyExists";
        ScheduleWindowExpired: "ScheduleWindowExpired";
        TimeSlotNotAvailable: "TimeSlotNotAvailable";
    } = ...

    An error code that identifies the type of error that occurred. The error codes listed below are specific to the Easy Ship section.

    Type Declaration

    • ReadonlyInternalServerError: "InternalServerError"
    • ReadonlyInvalidInput: "InvalidInput"
    • ReadonlyInvalidOrderState: "InvalidOrderState"
    • ReadonlyInvalidTimeSlotId: "InvalidTimeSlotId"
    • ReadonlyOrderNotEligibleForRescheduling: "OrderNotEligibleForRescheduling"
    • ReadonlyRegionNotSupported: "RegionNotSupported"
    • ReadonlyResourceNotFound: "ResourceNotFound"
    • ReadonlyRetryableAfterGettingNewSlots: "RetryableAfterGettingNewSlots"
    • ReadonlyScheduledPackageAlreadyExists: "ScheduledPackageAlreadyExists"
    • ReadonlyScheduleWindowExpired: "ScheduleWindowExpired"
    • ReadonlyTimeSlotNotAvailable: "TimeSlotNotAvailable"