HashtagSell / posting-api

API for storage and retrieval of posting details for Hashtagsell
0 stars 0 forks source link

Ebay full #22

Closed brozeph closed 9 years ago

brozeph commented 9 years ago

The eBay ad maintenance is now complete - when deleting a posting, eBay ads are deleted as well. When updating a posting, eBay ads are updated as well.

that1guy commented 9 years ago

sexy!!!!

HashtagSell.com p: 415.294.1981 e: brad.davis@hashtagsell.com

On Thu, Mar 26, 2015 at 12:51 PM, Joshua Thomas notifications@github.com wrote:

The eBay ad maintenance is now complete - when deleting a posting, eBay ads are deleted as well. When updating a posting, eBay ads are updated as

well.

You can view, comment on, or merge this pull request online at:

https://github.com/HashtagSell/posting-api/pull/22 Commit Summary

  • adding support for ReviseFixedPriceItem - UNTESTED
  • updating settings-lib dependency and adding mws-product dependency
  • creating eBay service proxy
  • configuration for amazon integration
  • exposing test resources for validating amazon interop
  • adding info to the local.json config
  • adding possible values for each attribute type and performing some filtering to eliminate attributes that have only 1 or less possible values
  • filtering Title and Feature fields from returned product attributes
  • adding some code documentation about how the service actually works
  • fixed bug in updating fields where if the value of a field was 0 or false, it would incorrectly set that field to undefined
  • fleshing out schema for ebay posted ads
  • ensuring that the siteId is set on the details when returned from creating a new ebay ad
  • fixing issue in documentation with publishing sub document
  • fixing jshint issue on amazon service
  • ensuring posting is removed from eBay when deleted in API
  • ensuring ebay categoryId is tracked on the details of the ebay published ad
  • ensuring documentation is up to date
  • ensure categoryId is specified for every ebay ad
  • further updating documentation
  • moving ebay sub doc to root level of posting
  • removing trace logs
  • working out kinks on ebay removal and update on posting deletion and update

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/HashtagSell/posting-api/pull/22.