Re: I can't even submit tracking number via Etsy API

331 views
Skip to first unread message
Message has been deleted

Brian Perrett

unread,
Aug 13, 2017, 3:29:06 PM8/13/17
to Etsy API
You have to get "listings_w" OAuth permissions.  This is done programatically after you get your api key.
Look here -> https://www.etsy.com/developers/documentation/getting_started/oauth

On Thursday, July 27, 2017 at 12:26:27 PM UTC-7, CongLan Nguyen wrote:
I can get the sale information, but stuck when trying to submit tracking with method: submitTracking().

This is what i get: "Uncaught Etsy\EtsyRequestException: [1]: Invalid auth/bad request (got a 400, expected HTTP/1.1 20X or a redirect): Array ( ) Expected param 'tracking_code'.Array ( [http_code] => 400 [content_type] => text/plain;charset=UTF-8 [url] => ..."

I dont understand why? I think my parameters is fine 
{
["params"]=> array(5) {
["tracking_code"]=> string(13) "gfgdfgfdg" 
["shop_id"]=> string(8) "xxxxxxxxx" 
["receipt_id"]=> string(10) "xxxxxxxxxx" 
["carrier_name"]=> string(5) "upsp" 
["send_bcc"]=> bool(false) 
}
}

Anyone who getting the same issue here? I wonder if ETSY dose not allow seller update the tracking automatically.
When I create a new app to get the API authentication, there only 3 options:


Does it mean we can only get sale data, but cant update them?

Message has been deleted

CongLan Nguyen

unread,
Aug 15, 2017, 5:01:56 AM8/15/17
to Etsy API
Thanks for response!
Reply all
Reply to author
Forward
0 new messages