Response payload with the list of Packing Slips.

GetPackingSlipListResponse

interface GetPackingSlipListResponse {
    errors?: Error[];
    payload?: PackingSlipList;
}

Properties

Properties

errors?: Error[]

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

GetPackingSlipListResponse

payload?: PackingSlipList

GetPackingSlipListResponse