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

    Summary for an AWD inbound shipment containing the shipment ID, which can be used to retrieve the actual shipment.

    interface InboundShipmentSummary {
        createdAt?: string;
        externalReferenceId?: string;
        orderId: string;
        shipmentId: string;
        shipmentStatus: InboundShipmentStatus;
        updatedAt?: string;
    }
    Index

    Properties

    createdAt?: string

    Timestamp when the shipment was created.

    externalReferenceId?: string

    Optional client-provided reference ID that can be used to correlate this shipment with client resources. For example, to map this shipment to an internal bookkeeping order record.

    orderId: string

    The AWD inbound order ID that this inbound shipment belongs to.

    shipmentId: string

    A unique shipment ID.

    shipmentStatus: InboundShipmentStatus
    updatedAt?: string

    Timestamp when the shipment was updated.