jwhat
jwhat

Reputation: 2042

eBay managing listings via API

Using PHP5, how can I use the eBay API to set all my 2000+ eBay Store items on sale except for a specific set of 45 items?

I can't find a way to do this on eBay's website, and would prefer an API method so that I can simply exclude a specific brand from my query.

Upvotes: 0

Views: 887

Answers (1)

jwhat
jwhat

Reputation: 2042

Looks like I found the answer:

  1. SetPromotionalSale
  2. SetPromotionalSaleListings

Upvotes: 1

Related Questions