Selling Partner API SDK for JavaScript
    Preparing search index...

    Response payload with the list of shipping labels

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

    Properties

    pagination?: Pagination
    shippingLabels?: ShippingLabel[]

    An array containing the details of the generated shipping labels.