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

    Information about the shipment and its line items, used to confirm or reject line items.

    interface ShipmentAcknowledgementRequest {
        lineItems: LineItemWithReason[];
        referenceId?: string;
    }
    Index

    Properties

    lineItems: LineItemWithReason[]

    Details about the line items from the shipment that are being confirmed or rejected by the seller.

    referenceId?: string

    A unique identifier for every shipment rejection.