Request parameters for getShipmentDetails operation in ShipmentInvoiceApi.

ShipmentInvoiceApiGetShipmentDetailsRequest

interface ShipmentInvoiceApiGetShipmentDetailsRequest {
    shipmentId: string;
}

Properties

Properties

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.

ShipmentInvoiceApiGetShipmentDetails