macropage-sdk/ebay-trading-upload-images

a little helper to upload images to ebays EPS (eBay Picture Services)

dev-master 2020-02-11 10:56 UTC

This package is auto-updated.

Last update: 2024-03-29 03:58:27 UTC


README

usage

$images[] = file_get_contents('/tmp/img1.png');
$images[] = file_get_contents('/tmp/img2.png');
//$images[] = 'this should not work'; <-- test this so see how things fail

$EbayUploadImages = new upload_images([
										  'app-name'   => 'xxxxxxxx',
										  'cert-name'  => 'xxxxxxxx',
										  'dev-name'   => 'xxxxxxxx',
										  'siteid'     => 77,
										  'auth-token' => 'xxxxxxxx'
									  ]);
$responses        = $EbayUploadImages->upload($images);
d($responses);

#f03c15 notice: siteid needs to be numbers, if you use letters you might get very strange SSL errors!

what you (should) get

state should cover the result of all uploads, if one failed, it will show you FALSE with an array key error.

some more config keys you can use:

  • concurrency (number of parallel uploads)
  • comp-level (X-EBAY-API-COMPATIBILITY-LEVEL)
  • ExtensionInDays (see ebay docu)

You need help with the Ebay API?

hire me: info@macropage.de

Follow me

Follow me

Follow me