The response schema for the retrieveShippingLabel operation.

RetrieveShippingLabelResponse

interface RetrieveShippingLabelResponse {
    errors?: Error[];
    payload?: RetrieveShippingLabelResult;
}

Properties

Properties

errors?: Error[]

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

RetrieveShippingLabelResponse

RetrieveShippingLabelResponse