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

    The response to the generateShipLabels operation.

    interface ShipLabelsResponse {
        packageShipLabelList: PackageShipLabel[];
    }
    Index
    packageShipLabelList: PackageShipLabel[]

    A list of label documents for each package specified in the request. In case of partial failures when generating labels, the isErrored and errorDetails attributes detail the cause of failure.