PHPackages                             mobly/sellercenter-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mobly/sellercenter-sdk

ActiveLibrary[API Development](/categories/api)

mobly/sellercenter-sdk
======================

SellerCenter PHP-SDK

v1.413(7y ago)38696[1 issues](https://github.com/mobly/sellercenter-sdk/issues)proprietaryPHPPHP &gt;=5.5

Since Nov 18Pushed 4y ago18 watchersCompare

[ Source](https://github.com/mobly/sellercenter-sdk)[ Packagist](https://packagist.org/packages/mobly/sellercenter-sdk)[ Docs](https://github.com/mobly/sellercenter-sdk)[ RSS](/packages/mobly-sellercenter-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (19)Versions (76)Used By (0)

SellerCenter SDK
================

[](#sellercenter-sdk)

[![Build Status](https://camo.githubusercontent.com/d14c58075fdf97f51d96d81cf7fbbf4687f2bc68c94f2d5d060753a1656f67aa/68747470733a2f2f7472617669732d63692e6f72672f6d6f626c792f73656c6c657263656e7465722d73646b2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mobly/sellercenter-sdk)\[[![Coverage Status](https://camo.githubusercontent.com/6c6b5966bc6fa4a23b2bc0597c6675a2d87c37eb1e91fd812287eb12e96d26f8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d6f626c792f73656c6c657263656e7465722d73646b2f62616467652e706e673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/6c6b5966bc6fa4a23b2bc0597c6675a2d87c37eb1e91fd812287eb12e96d26f8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d6f626c792f73656c6c657263656e7465722d73646b2f62616467652e706e673f6272616e63683d6d6173746572)\]( master) [![SensioLabsInsight](https://camo.githubusercontent.com/8f2d5dc6a0603df30b4d6ddecba113a9a106db04a92c78b7feb2b7b022b0d4f3/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35343562666565662d386631392d343163372d623830372d3238646664313563333934622f6d696e692e706e67)](https://insight.sensiolabs.com/projects/545bfeef-8f19-41c7-b807-28dfd15c394b)[![Gitter](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/mobly/sellercenter-sdk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Welcome to the SellerCenter SDK repository.

Installation
------------

[](#installation)

The recommended way to install this package is through composer.

```
composer require mobly/sellercenter-sdk

```

Quick examples
--------------

[](#quick-examples)

Here you can check sample usage of all SellerCenter API methods current available through this SDK.

### Product

[](#product)

- [GetProducts](https://github.com/mobly/sellercenter-sdk/wiki/Product-GetProducts) - Get all or a range of products
- [ProductCreate](https://github.com/mobly/sellercenter-sdk/wiki/Product-ProductCreate) - Create a new product
- [ProductUpdate](https://github.com/mobly/sellercenter-sdk/wiki/Product-ProductUpdate) - Update the attributes of one or more existing products
- [ProductRemove](https://github.com/mobly/sellercenter-sdk/wiki/Product-ProductRemove) - Removes one or more products
- [Image](https://github.com/mobly/sellercenter-sdk/wiki/Product-Image) - Set the Images for a Product, by associating one or more URLs with it
- [GetBrands](https://github.com/mobly/sellercenter-sdk/wiki/Product-GetBrands) - Get all or a range of product brands
- [GetCategoryTree](https://github.com/mobly/sellercenter-sdk/wiki/Product-GetCategoryTree) - Get the list of all product categories
- [GetCategoryAttributes](https://github.com/mobly/sellercenter-sdk/wiki/Product-GetCategoryAttributes) - Returns a list of attributes with options for a given category. It will also display attributes for TaxClass and ShipmentType, with their possible values listed as options
- [GetCategoriesByAttributeSet](https://github.com/mobly/sellercenter-sdk/wiki/Product-GetCategoriesByAttributeSet) - Returns a list of all attribute set categories

### Feed

[](#feed)

- [FeedList](https://github.com/mobly/sellercenter-sdk/wiki/Feed-FeedList) - Returns all feeds created in the last 30 days
- [FeedOffsetList](https://github.com/mobly/sellercenter-sdk/wiki/Feed-FeedOffsetList) - Returns all or a subset of all feeds created in the last 30 days
- [FeedCount](https://github.com/mobly/sellercenter-sdk/wiki/Feed-FeedCount) - Feed Statistics
- [FeedCancel](https://github.com/mobly/sellercenter-sdk/wiki/Feed-FeedCancel) - Cancel all queued feeds
- [GetFeedRawInput](https://github.com/mobly/sellercenter-sdk/wiki/Feed-GetFeedRawInput) - For specified feeds, returns the XML requests originally passed in when the feed was created
- [FeedStatus](https://github.com/mobly/sellercenter-sdk/wiki/Feed-FeedStatus) - Returns detailed information about a specified feed

### Order

[](#order)

- [GetOrders](https://github.com/mobly/sellercenter-sdk/wiki/Order-GetOrders) - Get the customer details for a range of orders
- [GetOrder](https://github.com/mobly/sellercenter-sdk/wiki/Order-GetOrder) - Get the order items for a single order
- [GetMultipleOrderItems](https://github.com/mobly/sellercenter-sdk/wiki/Order-GetMultipleOrderItems) - Returns the items for one or more orders
- [SetStatusToCanceled](https://github.com/mobly/sellercenter-sdk/wiki/Order-SetStatusToCanceled) - Cancel a single item
- [SetStatusToReadyToShip](https://github.com/mobly/sellercenter-sdk/wiki/Order-SetStatusToReadyToShip) - Mark an order item as being ready to ship
- [SetStatusToShipped](https://github.com/mobly/sellercenter-sdk/wiki/Order-SetStatusToShipped) - Records that an order item has shipped
- [SetStatusToFailedDelivery](https://github.com/mobly/sellercenter-sdk/wiki/Order-SetStatusToFailedDelivery) - Records that an order item could not be delivered to the customer
- [SetStatusToDelivered](https://github.com/mobly/sellercenter-sdk/wiki/Order-SetStatusToDelivered) - Records that an order item was delivered
- [GetDocument](https://github.com/mobly/sellercenter-sdk/wiki/Order-GetDocument) - Retrieve order-related documents: Invoices, Shipping Labels and Shipping Parcels
- [GetFailureReasons](https://github.com/mobly/sellercenter-sdk/wiki/Order-GetFailureReasons) - Returns additional error context for SetToCancelled and SetToFailedDelivery

### Shipment Provider

[](#shipment-provider)

- [GetShipmentProviders](https://github.com/mobly/sellercenter-sdk/wiki/ShipmentProvider-GetShipmentProviders) - Returns a list of all active shipping providers

### Seller Endpoints

[](#seller-endpoints)

- [GetMetrics](https://github.com/mobly/sellercenter-sdk/wiki/Seller-GetMetrics) - Returns sales and order metric for a specified period
- [GetPayoutStatus](https://github.com/mobly/sellercenter-sdk/wiki/Seller-GetPayoutStatus) - Returns sales and order metric for a specified period
- [GetStatistics](https://github.com/mobly/sellercenter-sdk/wiki/Seller-GetStatistics) - Returns sales and orders metrics for a specified period

External reference
------------------

[](#external-reference)

- [Oficial documentation of SellerCenter API](https://sellercenter.readme.io/)

Contributing, support and issues
--------------------------------

[](#contributing-support-and-issues)

Please support this project send pull requests.

Follow [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) rules, add the comments where needed, and provide sample explanation in the commit message.

Write unit tests for new features and grant that all existing tests passes before submiting a pull-request.

- To run unit tests just run `make test` or `[vendor/bin/]phpunit` from root directory
- To generate code coverage report run `make coverage` (and if you are using Mac OS run `make coverage-show` to open report in your browser)

Preferably before creating a pull request squash your commits into a single commit.

All contributors/authors are listed on [contributors page](https://github.com/mobly/sellercenter-sdk/graphs/contributors).

If you found any issue during use please report it on [issues page](https://github.com/mobly/sellercenter-sdk/issues).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 55.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~22 days

Recently: every ~67 days

Total

70

Last Release

2656d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.4

1.10.0PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed998a56cf0b6bef5c88f6de0c137e6729d81ba2105266a7f4667e2eaadfd884?d=identicon)[mobly-git](/maintainers/mobly-git)

---

Top Contributors

[![danielcosta](https://avatars.githubusercontent.com/u/42549?v=4)](https://github.com/danielcosta "danielcosta (20 commits)")[![arthurprogramming](https://avatars.githubusercontent.com/u/4672300?v=4)](https://github.com/arthurprogramming "arthurprogramming (11 commits)")[![omangi](https://avatars.githubusercontent.com/u/8041308?v=4)](https://github.com/omangi "omangi (3 commits)")[![migueljatinha](https://avatars.githubusercontent.com/u/5123053?v=4)](https://github.com/migueljatinha "migueljatinha (2 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mobly-sellercenter-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/mobly-sellercenter-sdk/health.svg)](https://phpackages.com/packages/mobly-sellercenter-sdk)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[netflie/whatsapp-cloud-api

The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

640431.7k4](/packages/netflie-whatsapp-cloud-api)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[shopifyextras/shopify-php-api-wrapper

Shopify PHP (Guzzle) API Wrapper

11922.2k](/packages/shopifyextras-shopify-php-api-wrapper)[ae/salesforce-rest-sdk

An SDK for the Salesforce Rest API

21118.3k1](/packages/ae-salesforce-rest-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
