Download the PHP package bubnov-mikhail/landedcostcalculationapi without Composer
On this page you can find all versions of the php package bubnov-mikhail/landedcostcalculationapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bubnov-mikhail/landedcostcalculationapi
More information about bubnov-mikhail/landedcostcalculationapi
Files in bubnov-mikhail/landedcostcalculationapi
Package landedcostcalculationapi
Short Description 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 UTC e.g `2015-06-12T09:17:37Z` ### Expiries All Requests will have an associated timestamp. The validity for any request is 1 minute to account for any clock-skew. ## Authorization All API requests require an http header that contains your account ID and your account API Key. During account provisioning, you will be issued an API Key which you must supply with every request. ### Authorization Header To make an authorized API request, set the following HTTP header: `authorization: avalaraapikey id:
License MIT
Homepage https://apimatic.io
Informations about the package landedcostcalculationapi
LandedCostCalculationAPILib
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.
-
Import the SDK client in your project:
- Instantiate the client. After this, you can now get the controllers and call the respective methods:
All versions of landedcostcalculationapi with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
mashape/unirest-php Version ~3.0.1
apimatic/jsonmapper Version ~1.0.0