-2

I'm using ebay API request: "GetSellerListRequest" with option "ReturnAll". It gives me a bunch of information, but there is missing some, like (Return policy or Shipping policy and a few others).

In other words, how i can pull information from ebay, which later i could automatically post listings to ebay with "AddFixedPriceItemRequest" ?

Machavity
  • 30,841
  • 27
  • 92
  • 100
Linas Lg
  • 199
  • 2
  • 17

1 Answers1

0

You can use GetItem call from eBay trading API and set the value of DetailLevel element as RETURN ALL. This would return the data that you want to Return, shipping details etc.

CedCommerce
  • 1
  • 4
  • 11