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

    Interface ShipmentInvoicingApiGetShipmentDetailsRequest

    Request parameters for getShipmentDetails operation in ShipmentInvoicingApi.

    interface ShipmentInvoicingApiGetShipmentDetailsRequest {
        shipmentId: string;
    }
    Index
    shipmentId: string

    The identifier for the shipment. Get this value from the FBAOutboundShipmentStatus notification. For information about subscribing to notifications, see the Notifications API Use Case Guide.