Download the PHP package alanaktion/amazon-sp without Composer
On this page you can find all versions of the php package alanaktion/amazon-sp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package amazon-sp
Amazon SP
The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
This PHP package is automatically generated by the Swagger Codegen project:
- Orders API version: v0
- Feeds API version: 2020-09-04
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen For more information, please visit https://sellercentral.amazon.com/gp/mws/contactus.html
To generate this package:
If someone is actually using this for something that requires anything beyond the Orders API, it's fairly trivial to add additional endpoints, and I'll accept valid PRs.
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://sellingpartnerapi-na.amazon.com/
Class | Method | HTTP request | Description |
---|---|---|---|
OrdersV0Api | getOrder | GET /orders/v0/orders/{orderId} | |
OrdersV0Api | getOrderAddress | GET /orders/v0/orders/{orderId}/address | |
OrdersV0Api | getOrderBuyerInfo | GET /orders/v0/orders/{orderId}/buyerInfo | |
OrdersV0Api | getOrderItems | GET /orders/v0/orders/{orderId}/orderItems | |
OrdersV0Api | getOrderItemsBuyerInfo | GET /orders/v0/orders/{orderId}/orderItems/buyerInfo | |
OrdersV0Api | getOrders | GET /orders/v0/orders |
Documentation For Models
- Address
- BuyerCustomizedInfoDetail
- BuyerTaxInfo
- Error
- ErrorList
- FulfillmentInstruction
- GetOrderAddressResponse
- GetOrderBuyerInfoResponse
- GetOrderItemsBuyerInfoResponse
- GetOrderItemsResponse
- GetOrderResponse
- GetOrdersResponse
- Money
- Order
- OrderAddress
- OrderBuyerInfo
- OrderItem
- OrderItemBuyerInfo
- OrderItemBuyerInfoList
- OrderItemList
- OrderItemsBuyerInfoList
- OrderItemsList
- OrderList
- OrdersList
- PaymentExecutionDetailItem
- PaymentExecutionDetailItemList
- PaymentMethodDetailItemList
- PointsGrantedDetail
- ProductInfoDetail
- PromotionIdList
- TaxClassification
- TaxCollection
All versions of amazon-sp with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2|^7.0