public function getListingSetWithHttpInfo($promotion_id, $limit = null, $offset = null, $q = null, $sort = null, $status = null)
    {
        $request = $this->getListingSetRequest($promotion_id, $limit, $offset, $q, $sort, $status);

        try {