2017 © Pedro Peláez
 

library sellercenter-sdk

SellerCenter PHP-SDK

image

mobly/sellercenter-sdk

SellerCenter PHP-SDK

  • Thursday, May 17, 2018
  • by danielcosta
  • Repository
  • 15 Watchers
  • 3 Stars
  • 781 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 72 Versions
  • 2 % Grown

The README.md

SellerCenter SDK

Build Status [Coverage Status](https://coveralls.io/r/mobly/sellercenter-sdk?branch= master) SensioLabsInsight Gitter, (*1)

Welcome to the SellerCenter SDK repository., (*2)

Installation

The recommended way to install this package is through composer., (*3)

composer require mobly/sellercenter-sdk

Quick examples

Here you can check sample usage of all SellerCenter API methods current available through this SDK., (*4)

Product

  • GetProducts - Get all or a range of products
  • ProductCreate - Create a new product
  • ProductUpdate - Update the attributes of one or more existing products
  • ProductRemove - Removes one or more products
  • Image - Set the Images for a Product, by associating one or more URLs with it
  • GetBrands - Get all or a range of product brands
  • GetCategoryTree - Get the list of all product categories
  • 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 - Returns a list of all attribute set categories

Feed

  • FeedList - Returns all feeds created in the last 30 days
  • FeedOffsetList - Returns all or a subset of all feeds created in the last 30 days
  • FeedCount - Feed Statistics
  • FeedCancel - Cancel all queued feeds
  • GetFeedRawInput - For specified feeds, returns the XML requests originally passed in when the feed was created
  • FeedStatus - Returns detailed information about a specified feed

Order

Shipment Provider

Seller Endpoints

  • GetMetrics - Returns sales and order metric for a specified period
  • GetPayoutStatus - Returns sales and order metric for a specified period
  • GetStatistics - Returns sales and orders metrics for a specified period

External reference

Contributing, support and issues

Please support this project send pull requests., (*5)

Follow PSR-2 rules, add the comments where needed, and provide sample explanation in the commit message., (*6)

Write unit tests for new features and grant that all existing tests passes before submiting a pull-request., (*7)

  • 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., (*8)

All contributors/authors are listed on contributors page., (*9)

If you found any issue during use please report it on issues page., (*10)

The Versions