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

    GetInboundOperationStatus response.

    interface InboundOperationStatus {
        operation: string;
        operationId: string;
        operationProblems: OperationProblem[];
        operationStatus: OperationStatus;
    }
    Index

    Properties

    operation: string

    The name of the operation in the asynchronous API call.

    operationId: string

    The operation ID returned by the asynchronous API call.

    operationProblems: OperationProblem[]

    The problems in the processing of the asynchronous operation.

    operationStatus: OperationStatus