Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

Is there a way to gather purchase statistics through the SmugMug API?

Such as:

  • what size photo (or type of merchandise) was purchased

  • how many were purchased

  • the order date

share|improve this question

1 Answer

up vote 3 down vote accepted

There is not a way to get this data from the API, I'm sorry. One thing you can do is fetch the CSV file from your account and that will have all the data - which you could then parse as needed.

share|improve this answer
Thanks @Andy Williams, I'll submit a feature request. – kangell Mar 22 '12 at 18:02
Check my edit - you can also fetch the .csv file, that will have all the data. – Andy Williams Mar 22 '12 at 18:12
Can it be fetched programmatically? That's what I most interested in. – kangell Mar 22 '12 at 18:17
1  
If logged in you should be able to download the csv - take a look at your sales history page for the link. – Andy Williams Mar 22 '12 at 18:25
Thanks @Andy Williams - I'm using that link. – kangell Apr 2 '12 at 17:41
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.