The response schema for the getFulfillmentPreview operation.

GetFulfillmentPreviewResponse

interface GetFulfillmentPreviewResponse {
    errors?: Error[];
    payload?: GetFulfillmentPreviewResult;
}

Properties

Properties

errors?: Error[]

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

GetFulfillmentPreviewResponse

GetFulfillmentPreviewResponse