bubnov-mikhail / landedcostcalculationapi
Landed Cost API providing duty rates, calculation, and item harmonization. A set of sample requests are available as a [Postman Collection](https://www.getpostman.com/collections/ad308f6c9351a18c2c12). ## Basics ### Timestamps Timestamps should be formatted using ISO-8601 to the nearest second, in U
Installs: 13 734
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- apimatic/jsonmapper: ~1.0.0
- mashape/unirest-php: ~3.0.1
This package is not auto-updated.
Last update: 2025-01-27 18:42:26 UTC
README
This API SDK was automatically generated by APIMATIC v2.0.
How To Configure:
The generated code might need to be configured with your API credentials. To do that, provide the credentials and configuration values as a constructor parameters for the controllers
How To Build:
The generated code has dependencies over external libraries. These dependencies
are defined in the composer.json
file. To resolve these dependencies, we use
the Composer package manager. You will need internet access for this.
- If you have not already installed Composer, install the latest version.
- Once Composer is installed, from commandline, run
composer install
to install dependencies.
How To Use:
For using this SDK do the following:
-
Use Composer to install the dependencies. See the section "How To Build".
-
See that you have configured your SDK correctly. See the section "How To Configure".
-
Depending on your project setup, you might need to include composer's autoloader in your PHP code to enable autoloading of classes.
require_once "vendor/autoload.php";
-
Import the SDK client in your project:
use LandedCostCalculationAPILib\LandedCostCalculationAPIClient;
-
Instantiate the client. After this, you can now get the controllers and call the respective methods:
$client = new LandedCostCalculationAPIClient(); $controller = $client->getLandedCostCalculationAPI();