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

    Response returned when the schedule transfer's delete request is successful.

    interface DeleteTransferSchedule {
        code: string;
        details?: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string

    A success code that specifies the delete operation was successful. eg:HTTP 200.

    details?: string

    Additional details that can help the caller understand the operation execution.

    message: string

    A message that describes the success condition of the delete schedule transaction.