Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Releases: davidtsadler/ebay-sdk-php

Version 12.0.1

15 Jun 12:15
Compare
Choose a tag to compare

Version 12.0.0

23 May 20:51
Compare
Choose a tag to compare

Fixes

  • Renamed state to cancelState and status to cancelStatus.
    This matches the properties returned by the API.
  • Changed type from integer to string for ItemEligibilityResult::itemId and ItemEligibilityResult::transactionId
  • Added missing subdomain property to PostOrder\Error.
  • Added missing discountAmount property to Fulfillment\DeliveryCost.

Version 10.0.0

17 Mar 10:17
Compare
Choose a tag to compare

Breaking changes

  • Support Trading API version 997.

Version 9.0.1

06 Mar 09:50
Compare
Choose a tag to compare

Fixes

  • Correct mapping between offer_Id and offerId for the UpdateOffer operation in the Inventory service.

Version 9.0.0

01 Mar 14:52
Compare
Choose a tag to compare

Breaking changes

  • Correct production URL now used for Order service.
  • Support Inventory API version 1.1.0.
  • Support Order API version v1_beta.4.0
  • Support Trading API version 991.
  • Use correct string type for orderFulfillmentStatus and fulfillmentInstructionsType properties.

Version 8.0.0

26 Jan 22:12
Compare
Choose a tag to compare

Breaking changes

  • Support Shopping API version 983.
  • Support Trading API version 983.
  • SDK now uses HTTPS service endpoint when available.

Features

  • Allow object properties to be any type.
  • Support Account API version 1.
  • Support Analytics API version 1.
  • Support Browse API version 1.
  • Support Fulfillment API version 1.
  • Support Inventory API version 1.
  • Support Marketing API version 1.
  • Support Metadata API version 1.
  • Support Order API version 1.
  • Support Post Order API version 2.
  • Support Product API version 1.4.0.
  • Support Product Metadata API version 1.3.0.
  • Support Merchandising API version 1.5.0.
  • Support Feedback API version 1.2.2.
  • Support Related Items Management API version 1.0.0.
  • Configuration option httpOptions now supports http_errors.
  • Configuration option httpOptions now supports curl.
  • Oauth Token can be used with the Trading service.

Version 7.0.0

03 Sep 15:09
Compare
Choose a tag to compare

Breaking changes

  • Support Merchant Data API version 981.
  • Support Shopping API version 981.
  • Support Trading API version 981.

Fixes

  • Allow properties on DTS\eBaySDK\Types\DecimalType objects to be assigned both integer and double values.

Features

  • The SDK now supports JMESPath expressions that allow you to declaratively extract data from an API response.

Version 6.0.0

30 Aug 15:45
Compare
Choose a tag to compare

Breaking changes

  • Support Shopping API version 979.
  • Support Trading API version 979.

Version 5.0.0

04 Jun 13:20
Compare
Choose a tag to compare

Version 4.0.1

25 May 11:27
Compare
Choose a tag to compare

Fixes

  • Updated recursive function call to new function name.