Request parameters for createShipment operation in MerchantFulfillmentApi.

MerchantFulfillmentApiCreateShipmentRequest

interface MerchantFulfillmentApiCreateShipmentRequest {
    body: CreateShipmentRequest;
}

Properties

Properties

The request schema for the `CreateShipment` operation.

MerchantFulfillmentApiCreateShipment