Request parameters for getCustomerInvoice operation in VendorShippingApi.

VendorShippingApiGetCustomerInvoiceRequest

interface VendorShippingApiGetCustomerInvoiceRequest {
    purchaseOrderNumber: string;
}

Properties

purchaseOrderNumber: string

Purchase order number of the shipment for which to return the invoice.

VendorShippingApiGetCustomerInvoice