send("/sellers/v1/marketplaceParticipations", [ 'method' => 'GET', ]); } public function getMarketplaceParticipationsAsync() { return $this->sendAsync("/sellers/v1/marketplaceParticipations", [ 'method' => 'GET', ]); } }