Answer the question
In order to leave comments, you need to log in
Ebay API, php - synchronization of leftovers. There are examples?
There is a store on Ebay, there is a developer account on developer.ebay.com, an ebay account is tied to a developer account - there is a key.
But there is no clear idea how to get the rest of the goods in the store, how to synchronize them with the data in another database - I can’t understand the mechanism.
Answer the question
In order to leave comments, you need to log in
This is how I get data on the product, but there is no UPC, but I also need a barcode
$url="http://open.api.ebay.com/shopping?callname=GetSingleItem&responseencoding=JSON&appid=my-api-id&siteid=0&version=967&IncludeSelector=galleryURL,Variations,Details,ItemSpecifics&ItemID=ItemID";
$item_data=json_decode(trim(file_get_contents($url)));
print_r($item_data);
exit;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question