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

    Summary of an AWD inbound shipment containing the shipment ID which can be used to fetch the actual shipment

    interface OutboundShipmentSummary {
        createdAt?: string;
        orderId: string;
        shipmentId: string;
        shipmentStatus: OutboundShipmentStatus;
        updatedAt?: string;
    }
    Index

    Properties

    createdAt?: string

    Timestamp denoting when the shipment was created

    orderId: string

    Order ID of AWD inbound order this inbound shipment belongs to

    shipmentId: string

    Unique shipment ID

    shipmentStatus: OutboundShipmentStatus
    updatedAt?: string

    Timestamp denoting when the shipment was updated