We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$api->submitTracking(array('params' => array( 'shop_id' => $shop, 'receipt_id' => $receipt, 'tracking_code' => $code, 'carrier_name' => $carrier, )));
response
Fatal error: Uncaught Etsy\EtsyRequestException: [1]:### Invalid auth/bad request (got a 411, expected HTTP/1.1 20X or a redirect): Array ( ) <title>Error 411 (Length Required)!!1
The text was updated successfully, but these errors were encountered:
I am receiving the same issue. Any resolve to this?
Sorry, something went wrong.
Hi sandism, You need to put post content in data index for post/put request. Please refer below code:
$return = $this->api->submitTracking( array( 'params' => array( "receipt_id"=> "16999999", ), 'data' => array( "tracking_code"=>"9400109202020999999999", "carrier_name"=> "4px", ) ) ); print_r($return);
Please let me know if you need any help.
Thanks Kshitij
No branches or pull requests
response
Fatal error: Uncaught Etsy\EtsyRequestException: [1]:### Invalid auth/bad request (got a 411, expected HTTP/1.1 20X or a redirect): Array ( ) <title>Error 411 (Length Required)!!1
The text was updated successfully, but these errors were encountered: