Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Response payload with the list of Packing Slips.

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

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

    payload?: PackingSlipList