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 18.0.0

28 Jun 21:23
Compare
Choose a tag to compare

Features

  • Support Compliance API version v1.1.0

Fixes

  • Ensure type attribute exist for ProductID.

Version 17.0.0

12 Jun 22:40
Compare
Choose a tag to compare

Features

  • Support Catalog API version v1_beta.2.0.

Version 16.0.0

12 May 20:02
Compare
Choose a tag to compare

Features

  • Support Trading API version 1057.
  • Add WatchCountDecreaseSort ENUM value for Finding API.

Version 15.0.0

05 Mar 21:35
Compare
Choose a tag to compare

Fixes

  • Use multipart/form-data when uploading pictures via the Trading UploadSiteHostedPictures operation.

Version 14.0.0

15 Dec 13:35
Compare
Choose a tag to compare

Features

  • Support Inventory API version 1.5.0.
  • Support Fulfillment API version 1.3.0.
  • Support Taxonomy API version v1_beta.1.0.
  • Support Shopping API version 1027.
  • Support Trading API version 1039.

Version 13.1.0

24 Sep 18:51
Compare
Choose a tag to compare

  • Added withdrawOffer to Inventory service.

Version 13.0.3

07 Sep 21:42
Compare
Choose a tag to compare

Version 13.0.2

28 Aug 10:45
Compare
Choose a tag to compare

Version 13.0.1

23 Aug 21:09
Compare
Choose a tag to compare

Fixes

  • Wrong HTTP method was been used for the processReturnRequest operation.

Version 13.0.0

23 Jun 15:55
Compare
Choose a tag to compare

Features

  • Support Feed API version v1_beta.0.0
  • Support Taxonomy API version v1_beta.0.0.
  • Added compressResponse configuration option.
  • Added affiliateCampaignId, affiliateReferenceId and contextualLocation configuration options.
  • Added Bulk Migrate Listings operation to the Inventory service.
  • Support Metadata API version 1.1.0.
  • Added Get Shipping Rate Tables operation to the Account service. Note that eBay have not officaly released this
    operation so it may be subject to change.
  • Link to forum at https://forum.devbay.net/c/php-sdk
  • Add GalleryURL to Trading\Types\PictureDetailsType.
    GalleryURL was removed from the Trading API version 997. However it has been seen in the API response. If your project
    makes use of GalleryURL be aware that eBay may stop returning this information!

Breaking changes

  • Support Marketing API version 1.3.0.
  • Support Marketing API version 1.2.0.
  • Support Order API version v1_beta.6.0.
  • Support Trading API version 1019.
  • Support Trading API version 1007.
  • Support Shopping API version 1007.
  • Support Browse API version v1_beta.7.0.
  • Support Browse API version v1_beta.6.0.
  • Property subDomain changed to subdomain for the Metadata\Types\ErrorDetailV3 class.
  • Properties inputRefIds and outputRefIds are repeatable for the Metadata\Types\ErrorDetailV3 class.

Fixes

  • Added missing shippingServiceCode property to Fulfillment\Types\ShippingFulfillment.
  • Added missing paymentMode property to Fulfillment\Types\Payment.
  • Added missing lineItemFulfillmentInstructions property to Fulfillment\Types\LineItem.
  • Added missing refunds property to Fulfillment\Types\LineItem.
  • Added missing enums to Fulfillment\Enums\OrderPaymentStatusEnum.
  • Added missing enums to Fulfillment\Enums\PaymentMethodTypeEnum.
  • Added missing priceDiscount property to Fulfillment\Types\Pricingsummary.
  • Added missing enums to PostOrder\Enums\CancelReasonEnum.
  • Added missing properties to PostOrder\Types\Error.
  • Added missing properties to PostOrder\Types\CancelDetail.
  • Added missing properties to PostOrder\Types\CancelActivityHistory.
  • Added missing property lineItems to PostOrder\Types\CancelSummary.
  • Added missing properties itemTitle, cancelQuantity to PostOrder\Types\OrderCancelLineItem.
  • Added missing enum to Order\Enums\LineItemPaymentStatusEnum.