Request parameters for getShipment operation in MerchantFulfillmentApi.

Export

MerchantFulfillmentApiGetShipmentRequest

interface MerchantFulfillmentApiGetShipmentRequest {
    shipmentId: string;
}

Properties

Properties

shipmentId: string

The Amazon-defined shipment identifier for the shipment.

Memberof

MerchantFulfillmentApiGetShipment