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.