Request parameters for getShippingLabel operation in VendorShippingApi.

VendorShippingApiGetShippingLabelRequest

interface VendorShippingApiGetShippingLabelRequest {
    purchaseOrderNumber: string;
}

Properties

purchaseOrderNumber: string

The purchase order number for which you want to return the shipping label and should be the same purchaseOrderNumber as received in the order.

VendorShippingApiGetShippingLabel