Download the PHP package edfa3ly-backend/seller-center-sdk without Composer
On this page you can find all versions of the php package edfa3ly-backend/seller-center-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download edfa3ly-backend/seller-center-sdk
More information about edfa3ly-backend/seller-center-sdk
Files in edfa3ly-backend/seller-center-sdk
Package seller-center-sdk
Short Description PHP SDK for Seller Center API services
License MIT
Informations about the package seller-center-sdk
Seller Center PHP SDK
Install
Via Composer
Dependency Injection (Symfony 4)
Make sure to register the SellerCenterBundle::class
to use dependency injection.
Seller Center Docs
https://sellerapi.sellercenter.net/docs
Available Actions
- Category Attributes
getCategoryAttributes
- Feed
getFeedStatus
- Order
cancelOrder
getMultipleOrderItems
getMultipleOrdersWithOrderItems
getOrder
getOrderItems
getOrderWithOrderItems
getOrders
setOrderStatusToDelivered
setOrderStatusToFailedDelivery
setOrderStatusToReadyToShip
setOrderStatusToShipped
- Product
createProducts
getProducts
updateProducts
- Product Image
createImages
Usage
Rendering Support
When performing one of the following actions :
createProducts
updateProducts
createImages
You will need xml representation to be delivered to the service ,
Now you can use the Renderer
Service provided by this package .
Logging Support
Set Configuration to enable logging
How to test
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
All versions of seller-center-sdk with dependencies
php Version >=7.1.3
ext-json Version *
ext-dom Version *
symfony/http-foundation Version ^4.2
psr/log Version ^1.1
illuminate/support Version *
symfony/twig-bundle Version 4.2.*
symfony/dependency-injection Version 4.2.*