The request schema for the initiatePayout operation.

InitiatePayoutRequest

interface InitiatePayoutRequest {
    accountType: string;
    marketplaceId: string;
}

Properties

accountType: string

The account type in the selected marketplace for which a payout must be initiated. For supported EU marketplaces, the only account type is Standard Orders.

InitiatePayoutRequest

marketplaceId: string

The identifier of the Amazon marketplace. For the list of all marketplace IDs, refer to Marketplace IDs.

InitiatePayoutRequest