The response schema for the getShippingLabel operation.

GetShippingLabelResponse

interface GetShippingLabelResponse {
    errors?: Error[];
    payload?: ShippingLabel;
}

Properties

Properties

errors?: Error[]

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

GetShippingLabelResponse

payload?: ShippingLabel

GetShippingLabelResponse