The response schema for the getFulfillmentOrder operation.

Export

GetFulfillmentOrderResponse

interface GetFulfillmentOrderResponse {
    errors?: Error[];
    payload?: GetFulfillmentOrderResult;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetFulfillmentOrderResponse

Memberof

GetFulfillmentOrderResponse