I have confused in V2 API for "transaction_sold_count" field because I
cannot retrieve that one by using new V2 API and it is saying as
private. Actually, my existing code, V1 can access that variable from
ETSY. So, may I know how can i access that field?
Every time I try to synchronize my account from prod to the sandbox, I get a variety of lovely error pages. Sadly, it appears that the error is thrown before anything gets migrated over, because subsequent calls to /users/__SELF__ nets me this lovely error:
User with PK user_id = [myuserid] does not exist
I don't suppose anyone else has run into this, and/or has an idea of how to get around it? Everything else seems to be working well enough.
<krotsch...@gmail.com> wrote: > Hi guys- > Every time I try to synchronize my account from prod to the sandbox, I get a > variety of lovely error pages. Sadly, it appears that the error is thrown > before anything gets migrated over, because subsequent calls to > /users/__SELF__ nets me this lovely error: > User with PK user_id = [myuserid] does not exist > I don't suppose anyone else has run into this, and/or has an idea of how to > get around it? Everything else seems to be working well enough. > Michael Krotscheck
> -- > You received this message because you are subscribed to the Google Groups > "Etsy API V2" group. > To post to this group, send email to etsy-api-v2@googlegroups.com. > To unsubscribe from this group, send email to > etsy-api-v2+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/etsy-api-v2?hl=en.
On Fri, Sep 24, 2010 at 2:44 AM, HAN <pyephyo...@gmail.com> wrote: > Hi All,
> I have confused in V2 API for "transaction_sold_count" field because I > cannot retrieve that one by using new V2 API and it is saying as > private. Actually, my existing code, V1 can access that variable from > ETSY. So, may I know how can i access that field?
> Thanks, > HAN
> -- > You received this message because you are subscribed to the Google Groups > "Etsy API V2" group. > To post to this group, send email to etsy-api-v2@googlegroups.com. > To unsubscribe from this group, send email to > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com> > . > For more options, visit this group at > http://groups.google.com/group/etsy-api-v2?hl=en.
On Fri, Sep 24, 2010 at 10:31 AM, Aaron Gardner <agard...@etsy.com> wrote: > Michael,
> Thank you for reporting this issue. We are looking into it.
> Best regards,
> Aaron Gardner > Developer API Team > Etsy.com
> On Fri, Sep 24, 2010 at 3:09 AM, Michael Krotscheck > <krotsch...@gmail.com> wrote: >> Hi guys- >> Every time I try to synchronize my account from prod to the sandbox, I get a >> variety of lovely error pages. Sadly, it appears that the error is thrown >> before anything gets migrated over, because subsequent calls to >> /users/__SELF__ nets me this lovely error: >> User with PK user_id = [myuserid] does not exist >> I don't suppose anyone else has run into this, and/or has an idea of how to >> get around it? Everything else seems to be working well enough. >> Michael Krotscheck
>> -- >> You received this message because you are subscribed to the Google Groups >> "Etsy API V2" group. >> To post to this group, send email to etsy-api-v2@googlegroups.com. >> To unsubscribe from this group, send email to >> etsy-api-v2+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/etsy-api-v2?hl=en.
> You should now be able to sync your account and then access it via > sandbox API calls:
> Thanks again for reporting this issue.
> Best regards,
> Aaron Gardner > Developer API Team > Etsy.com
> On Fri, Sep 24, 2010 at 10:31 AM, Aaron Gardner <agard...@etsy.com> wrote: >> Michael,
>> Thank you for reporting this issue. We are looking into it.
>> Best regards,
>> Aaron Gardner >> Developer API Team >> Etsy.com
>> On Fri, Sep 24, 2010 at 3:09 AM, Michael Krotscheck >> <krotsch...@gmail.com> wrote: >>> Hi guys- >>> Every time I try to synchronize my account from prod to the sandbox, I get a >>> variety of lovely error pages. Sadly, it appears that the error is thrown >>> before anything gets migrated over, because subsequent calls to >>> /users/__SELF__ nets me this lovely error: >>> User with PK user_id = [myuserid] does not exist >>> I don't suppose anyone else has run into this, and/or has an idea of how to >>> get around it? Everything else seems to be working well enough. >>> Michael Krotscheck
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Etsy API V2" group. >>> To post to this group, send email to etsy-api-v2@googlegroups.com. >>> To unsubscribe from this group, send email to >>> etsy-api-v2+unsubscribe@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/etsy-api-v2?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "Etsy API V2" group. > To post to this group, send email to etsy-api-v2@googlegroups.com. > To unsubscribe from this group, send email to etsy-api-v2+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/etsy-api-v2?hl=en.
> On Fri, Sep 24, 2010 at 2:44 AM, HAN <pyephyo...@gmail.com> wrote:
> > Hi All,
> > I have confused in V2 API for "transaction_sold_count" field because I
> > cannot retrieve that one by using new V2 API and it is saying as
> > private. Actually, my existing code, V1 can access that variable from
> > ETSY. So, may I know how can i access that field?
> > Thanks,
> > HAN
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Etsy API V2" group.
> > To post to this group, send email to etsy-api-v2@googlegroups.com.
> > To unsubscribe from this group, send email to
> > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/etsy-api-v2?hl=en.
> //echo $z; echo "<br>";
> }
> We cannot get the user's transaction sold count. Error is "403DeveloperInactive". Please help me for this.
> Regards,
> HAN
> On Sep 25, 12:42 am, James Lee <j...@etsy.com> wrote:
> > Han,
> > What calls are you making?
> > James Lee
> >DeveloperAPI Team
> > Etsy.com
> > On Fri, Sep 24, 2010 at 2:44 AM, HAN <pyephyo...@gmail.com> wrote:
> > > Hi All,
> > > I have confused in V2 API for "transaction_sold_count" field because I
> > > cannot retrieve that one by using new V2 API and it is saying as
> > > private. Actually, my existing code, V1 can access that variable from
> > > ETSY. So, may I know how can i access that field?
> > > Thanks,
> > > HAN
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Etsy API V2" group.
> > > To post to this group, send email to etsy-api-v2@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/etsy-api-v2?hl=en.
> if (intval($status) != 200) > { > // throw new Exception("HTTP $status\n$response_body"); > // echo "<p>I can't get it</p>"; > die("ErrorU: $response_body");
> }else{ > $response = json_decode($response_body); > $user = $response->results[0]; > print_r($user->transaction_sold_count); > //$result[] = $user->user_id . "," . > $user->user_name .",". $user- > >url .",". $user->transaction_sold_count .",". $user->join_epoch; > //echo $z; echo "<br>"; > } > We cannot get the user's transaction sold count. Error is "403 > Developer Inactive". Please help me for this.
> Regards, > HAN
> On Sep 25, 12:42 am, James Lee <j...@etsy.com> wrote: > > Han,
> > What calls are you making?
> > James Lee > > Developer API Team > > Etsy.com
> > On Fri, Sep 24, 2010 at 2:44 AM, HAN <pyephyo...@gmail.com> wrote: > > > Hi All,
> > > I have confused in V2 API for "transaction_sold_count" field because I > > > cannot retrieve that one by using new V2 API and it is saying as > > > private. Actually, my existing code, V1 can access that variable from > > > ETSY. So, may I know how can i access that field?
> > > Thanks, > > > HAN
> > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Etsy API V2" group. > > > To post to this group, send email to etsy-api-v2@googlegroups.com. > > > To unsubscribe from this group, send email to > > > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com> > <etsy-api-v2%2Bunsubscribe@googlegroups.com<etsy-api-v2%252Bunsubscribe@goo glegroups.com>
> -- > You received this message because you are subscribed to the Google Groups > "Etsy API V2" group. > To post to this group, send email to etsy-api-v2@googlegroups.com. > To unsubscribe from this group, send email to > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com> > . > For more options, visit this group at > http://groups.google.com/group/etsy-api-v2?hl=en.
The transaction_sold_count field is part of UserProfile, not User. To include the profile data with a user request, append "includes=Profile" to your query string. Here's an example:
> -- > You received this message because you are subscribed to the Google Groups > "Etsy API V2" group. > To post to this group, send email to etsy-api-v2@googlegroups.com. > To unsubscribe from this group, send email to > etsy-api-v2+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/etsy-api-v2?hl=en.
-- Justin Kerr Sheckler Developer API Lead Etsy.com jus...@etsy.com
> The transaction_sold_count field is part of UserProfile, not User. To > include the profile data with a user request, append > "includes=Profile" to your query string. Here's an example:
> > -- > > You received this message because you are subscribed to the Google Groups > > "Etsy API V2" group. > > To post to this group, send email to etsy-api-v2@googlegroups.com. > > To unsubscribe from this group, send email to > > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com> > . > > For more options, visit this group at > > http://groups.google.com/group/etsy-api-v2?hl=en.
> -- > Justin Kerr Sheckler > Developer API Lead > Etsy.com > jus...@etsy.com
> -- > You received this message because you are subscribed to the Google Groups > "Etsy API V2" group. > To post to this group, send email to etsy-api-v2@googlegroups.com. > To unsubscribe from this group, send email to > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com> > . > For more options, visit this group at > http://groups.google.com/group/etsy-api-v2?hl=en.
Please stop sending me emails. I don't know who eysy is @ I have tried unsubscribing @ it won't go away. Thank you. I am an independent senior consultant with my own home based business.
Sent on the Sprint® Now Network from my BlackBerry®
-----Original Message-----
From: Sami nathan <sami...@gmail.com>
Sender: etsy-api-v2@googlegroups.com
Date: Mon, 4 Oct 2010 09:59:04 To: <etsy-api-v2@googlegroups.com>
Reply-To: etsy-api-v2@googlegroups.com
Subject: Re: Why transaction_sold_count is private in V2?
Hi Justin Kerr Sheckler
Thank you very much. It's working fine.
Regards,
Sami
On Fri, Oct 1, 2010 at 10:13 PM, Justin Kerr Sheckler <jus...@etsy.com>wrote:
> Hi Sami,
> The transaction_sold_count field is part of UserProfile, not User. To
> include the profile data with a user request, append
> "includes=Profile" to your query string. Here's an example:
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Etsy API V2" group.
> > To post to this group, send email to etsy-api-v2@googlegroups.com.
> > To unsubscribe from this group, send email to
> > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com>
> .
> > For more options, visit this group at
> > http://groups.google.com/group/etsy-api-v2?hl=en.
> --
> Justin Kerr Sheckler
> Developer API Lead
> Etsy.com
> jus...@etsy.com
> --
> You received this message because you are subscribed to the Google Groups
> "Etsy API V2" group.
> To post to this group, send email to etsy-api-v2@googlegroups.com.
> To unsubscribe from this group, send email to
> etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/etsy-api-v2?hl=en.
-- You received this message because you are subscribed to the Google Groups "Etsy API V2" group.
To post to this group, send email to etsy-api-v2@googlegroups.com.
To unsubscribe from this group, send email to etsy-api-v2+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/etsy-api-v2?hl=en.
Hi M, That's very strange, the only thing I can think of is that a previous owner of that email address may have signed up for the group! Regardless, you can send an email to etsy-api-v2+unsubscribe@googlegroups.com and you WILL be unsubscribed. Let me know if this doesn't work.
Regards,
Luke
On 4 October 2010 13:38, <m.bide...@yahoo.com> wrote:
> Please stop sending me emails. I don't know who eysy is @ I have tried > unsubscribing @ it won't go away. Thank you. I am an independent senior > consultant with my own home based business.
> Sent on the Sprint® Now Network from my BlackBerry® > ------------------------------ > *From: * Sami nathan <sami...@gmail.com> > *Sender: * etsy-api-v2@googlegroups.com > *Date: *Mon, 4 Oct 2010 09:59:04 +0800 > *To: *<etsy-api-v2@googlegroups.com> > *ReplyTo: * etsy-api-v2@googlegroups.com > *Subject: *Re: Why transaction_sold_count is private in V2?
> Hi Justin Kerr Sheckler
> Thank you very much. It's working fine.
> Regards, > Sami
> On Fri, Oct 1, 2010 at 10:13 PM, Justin Kerr Sheckler <jus...@etsy.com>wrote:
>> Hi Sami,
>> The transaction_sold_count field is part of UserProfile, not User. To >> include the profile data with a user request, append >> "includes=Profile" to your query string. Here's an example:
>> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "Etsy API V2" group. >> > To post to this group, send email to etsy-api-v2@googlegroups.com. >> > To unsubscribe from this group, send email to >> > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com> >> . >> > For more options, visit this group at >> > http://groups.google.com/group/etsy-api-v2?hl=en.
>> -- >> Justin Kerr Sheckler >> Developer API Lead >> Etsy.com >> jus...@etsy.com
>> -- >> You received this message because you are subscribed to the Google Groups >> "Etsy API V2" group. >> To post to this group, send email to etsy-api-v2@googlegroups.com. >> To unsubscribe from this group, send email to >> etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com> >> . >> For more options, visit this group at >> http://groups.google.com/group/etsy-api-v2?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "Etsy API V2" group. > To post to this group, send email to etsy-api-v2@googlegroups.com. > To unsubscribe from this group, send email to > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com> > . > For more options, visit this group at > http://groups.google.com/group/etsy-api-v2?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "Etsy API V2" group. > To post to this group, send email to etsy-api-v2@googlegroups.com. > To unsubscribe from this group, send email to > etsy-api-v2+unsubscribe@googlegroups.com<etsy-api-v2%2Bunsubscribe@googlegr oups.com> > . > For more options, visit this group at > http://groups.google.com/group/etsy-api-v2?hl=en.
I'm looking for a good way to populate my developer account with usable data that I can test with- in particular a full battery of sales, products transactions, feedback and the like - without having to operate my own store. From my conversation with Justin on this topic I realize that it's probably not feasible to have them populate something "by default" for devs, especially since I've seen how quickly they iterate and change things. Furthermore, I don't actually have a whole lot of friends who sell on Etsy- only buyers - so I can't ask one of them to generate a sandbox OAuth key for me so I can query against their shop.
A this point I've pretty much exhausted what is possible with Mock data, so I'm wondering if anyone out there has found a good way of generating data on the dev sandbox itself?
For now, I've just been using my own account (where I'm only a buyer), my wife's account (who is also a seller), and anything else that's public (like some peoples' favorites lists).
Still doesn't let a developer test for the other aspects of the API though.
We're actually underway in building a Ruby middleware piece that can simulate/generate API calls in batch-type modes, along with unit and integration tests that will confirm the Etsy API is sending back what we expect it to send back. We literally just started it this week, but once it's a bit more polished (at least enough to release), we'll post it on Github for anyone who wants it as well. Seems like a lot of us have this problem.
Thanks! Eric @ Checklet
On Nov 1, 2010, at 2:16 PM, Michael Krotscheck wrote:
> I'm looking for a good way to populate my developer account with usable data that I can test with- in particular a full battery of sales, products transactions, feedback and the like - without having to operate my own store. From my conversation with Justin on this topic I realize that it's probably not feasible to have them populate something "by default" for devs, especially since I've seen how quickly they iterate and change things. Furthermore, I don't actually have a whole lot of friends who sell on Etsy- only buyers - so I can't ask one of them to generate a sandbox OAuth key for me so I can query against their shop.
> A this point I've pretty much exhausted what is possible with Mock data, so I'm wondering if anyone out there has found a good way of generating data on the dev sandbox itself?
> Michael Krotscheck
> -- > You received this message because you are subscribed to the Google Groups "Etsy API V2" group. > To post to this group, send email to etsy-api-v2@googlegroups.com. > To unsubscribe from this group, send email to etsy-api-v2+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/etsy-api-v2?hl=en.