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

    The 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 that the delete operation was successful. For example, 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.