Interface FulfillmentInboundApiModelV20240320InboundOperationStatus

GetInboundOperationStatus response.

InboundOperationStatus

interface FulfillmentInboundApiModelV20240320InboundOperationStatus {
    operation: string;
    operationId: string;
    operationProblems: FulfillmentInboundApiModelV20240320OperationProblem[];
    operationStatus:
        | "SUCCESS"
        | "FAILED"
        | "IN_PROGRESS"
        | FulfillmentInboundApiModelV20240320OperationStatus;
}

Properties

operation: string

The name of the operation in the asynchronous API call.

InboundOperationStatus

operationId: string

The operation ID returned by the asynchronous API call.

InboundOperationStatus

The problems in the processing of the asynchronous operation.

InboundOperationStatus

operationStatus:
    | "SUCCESS"
    | "FAILED"
    | "IN_PROGRESS"
    | FulfillmentInboundApiModelV20240320OperationStatus

InboundOperationStatus

MMNEPVFCICPMFPCPTTAAATR