Download the PHP package bramatom/selling-partner-amazon without Composer
On this page you can find all versions of the php package bramatom/selling-partner-amazon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bramatom/selling-partner-amazon
More information about bramatom/selling-partner-amazon
Files in bramatom/selling-partner-amazon
Package selling-partner-amazon
Short Description Selling partner amazon API
License MIT
Informations about the package selling-partner-amazon
Selling Partner Amazon
Selling Partner Amazon Library is a set of classes that provides developers with a way to connect to the Amazon Selling Partner API. This library allows developers to access and manage their Amazon seller accounts, retrieve and update product information, fulfill orders, and more. The library is designed to be easy to use and includes methods for handling common tasks such as authenticating with the API, making HTTP requests, and handling errors. It is a valuable tool for anyone looking to build applications or integrations with the Amazon Selling Partner API.
Installation
Use the package manager composer to install Amazon Selling Partner.
Usage
AmazonMarketplace
The AmazonMarketPlace class represents an Amazon marketplace.
The class constructor accepts a marketplace ID as a parameter and uses the AmazonMarketplaceData::getById method to retrieve the marketplace data from the database. If the data is found, the class fields are set with the retrieved data, otherwise the error field is set to true.
The class includes the following public methods:
- getId: returns the ID of the marketplace
- getName: returns the name of the marketplace
- getZone: returns the zone of the marketplace
- getEndpoint: returns the endpoint of the marketplace
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.