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

    Interface PurchaseLabelsResult

    The payload schema for the purchaseLabels operation.

    interface PurchaseLabelsResult {
        acceptedRate: AcceptedRate;
        clientReferenceId?: string;
        labelResults: LabelResult[];
        shipmentId: string;
    }
    Index
    acceptedRate: AcceptedRate
    clientReferenceId?: string

    Client reference id.

    labelResults: LabelResult[]

    A list of label results

    shipmentId: string

    The unique shipment identifier.