public function getListingViolationsAsync($x_ebay_c_marketplace_id, $compliance_type = null, $offset = null, $listing_id = null, $limit = null, $filter = null)
    {
        return $this->getListingViolationsAsyncWithHttpInfo($x_ebay_c_marketplace_id, $compliance_type, $offset, $listing_id, $limit, $filter)
            ->then(
                function ($response) {