cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Charitable Donation Headers for CSV Upload, and question about imageURL.

I'm wondering if there is a header that can be used for the CSV upload that allows a user to designate their charity of choice as well as the percentage of the sale.  

Also, when using a CSV there is a header for imageUrl.   I am curious does EBAY stores the images locally or always call them from the specified URL?   

TIA!


Aaron

Message 1 of 6
latest reply
1 BEST ANSWER

Accepted Solutions

Charitable Donation Headers for CSV Upload, and question about imageURL.

Uploading a CSV file (File Exchange) via Seller Hub > Reports > Uploads

 

Charity:

 

The 2015 File Exchange manual provides this example for a charity

StartPriceCharityNumberDonationPercentage
53.992122050
48.2411281710

 

Click a charity on this page to find it's charity number:

https://charity.ebay.com/search  

 

The fields are also referenced in the Trading API: 

https://developer.ebay.com/devzone/xml/docs/reference/ebay/additem.html 

 

 

The ImgURL is a tougher question.

 

To upload multiple images for one listing, put all URLs in the same cell, separated by the vertical pipe "|" symbol.

 

It was eBay's intent to rehost those images on eBay's own server. However, if the external host can not supply those images fast enough in response to eBay's requests, eBay won't try to refetch or host those photos. Instead, the externally hosted images will be displayed in listings and a thumbnail may fail to appear in search. 

 

More recently, staff has mentioned that variation photo URLs won't be rehosted on eBay, and my recent tests have shown that to be true, although the master record image was rehosted with an eBay URL.

 

Also, eBay does not allow a mix of eBay hosted (usually manually uploaded) and externally hosted images. So you can't upload a single photo one way and the remainder the other way, although you can redo the entire set of photos as all external or all manually uploaded.

 

This seems contrary to my observation that my variations remained externally hosted, while the master was eBay hosted. The CSV upload included all URLs, and eBay converted only the master record's URL to obtain the search thumbnail. This is a limited example of only a single test, so not definitive.

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.

View Best Answer in original post

Message 2 of 6
latest reply
5 REPLIES 5

Charitable Donation Headers for CSV Upload, and question about imageURL.

Uploading a CSV file (File Exchange) via Seller Hub > Reports > Uploads

 

Charity:

 

The 2015 File Exchange manual provides this example for a charity

StartPriceCharityNumberDonationPercentage
53.992122050
48.2411281710

 

Click a charity on this page to find it's charity number:

https://charity.ebay.com/search  

 

The fields are also referenced in the Trading API: 

https://developer.ebay.com/devzone/xml/docs/reference/ebay/additem.html 

 

 

The ImgURL is a tougher question.

 

To upload multiple images for one listing, put all URLs in the same cell, separated by the vertical pipe "|" symbol.

 

It was eBay's intent to rehost those images on eBay's own server. However, if the external host can not supply those images fast enough in response to eBay's requests, eBay won't try to refetch or host those photos. Instead, the externally hosted images will be displayed in listings and a thumbnail may fail to appear in search. 

 

More recently, staff has mentioned that variation photo URLs won't be rehosted on eBay, and my recent tests have shown that to be true, although the master record image was rehosted with an eBay URL.

 

Also, eBay does not allow a mix of eBay hosted (usually manually uploaded) and externally hosted images. So you can't upload a single photo one way and the remainder the other way, although you can redo the entire set of photos as all external or all manually uploaded.

 

This seems contrary to my observation that my variations remained externally hosted, while the master was eBay hosted. The CSV upload included all URLs, and eBay converted only the master record's URL to obtain the search thumbnail. This is a limited example of only a single test, so not definitive.

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 6
latest reply

Charitable Donation Headers for CSV Upload, and question about imageURL.

Basically, you're my hero, thank you! 

Message 3 of 6
latest reply

Charitable Donation Headers for CSV Upload, and question about imageURL.

Hmm, I think I might be a bit daft.  

I thought I added the headers correctly

CharityNumberDonationPercentage
11281710



But I'm getting this error:

Add,Failure,10096|10096,Error - Charity tag <CharityID> must be provided for charity items.|<CharityID>||Error - Charity tag <DonationPercent> must be provided for charity items.|<DonationPercent>|

You had another post with the error numbers but I couldn't find 10096.  

I dropped the charity tags and there were no problems.  

Any ideas?




Message 4 of 6
latest reply

Charitable Donation Headers for CSV Upload, and question about imageURL.

The errors are spelled out, which is good.

 

Try changing the headings to

"CharityID" and "DonationPercent"

The older names were from File Exchange and may need to be updated to:

 

CharityIDDonationPercent
11281710

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 5 of 6
latest reply

Charitable Donation Headers for CSV Upload, and question about imageURL.

*facepalm.   It's the simple errors that are the toughest to find.   I'm the guy that looks for my glasses for about an hour before realizing they are on the top of my head . . . 


Message 6 of 6
latest reply