The request schema for the retrieveShippingLabel operation.

RetrieveShippingLabelRequest

interface RetrieveShippingLabelRequest {
    labelSpecification: LabelSpecification;
}

Properties

labelSpecification: LabelSpecification

RetrieveShippingLabelRequest