The response schema for the getFulfillmentPreview operation.

Export

GetFulfillmentPreviewResponse

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

Properties

Properties

errors?: Error[]

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

Memberof

GetFulfillmentPreviewResponse

Memberof

GetFulfillmentPreviewResponse