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

    Response payload with the list of shipping labels.

    interface ShippingLabelList {
        pagination?: Pagination;
        shippingLabels?: ShippingLabel[];
    }
    Index
    pagination?: Pagination
    shippingLabels?: ShippingLabel[]

    An array containing the details of the generated shipping labels.