PHP code example of minotaurlogistics / bol-retailer-api

1. Go to this page and download the library: Download minotaurlogistics/bol-retailer-api library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

minotaurlogistics / bol-retailer-api example snippets


    


 = \Swagger\BolClient\Api\OffersApi::createWithCredentials('key_here', 'secret_here');
$offer = $api->getOffer('offer_id');