davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
350 stars 343 forks source link

Error- Invalid PostagePackage #221

Closed slaveykov closed 4 years ago

slaveykov commented 6 years ago
Invalid postage package. Invalid . Error RequestError
michabbb commented 6 years ago

if you provide infos, you can expact help, but not for this copy&paste 💩 you offering here.

slaveykov commented 6 years ago

I try to list product in ebay.com.au with my own script writen on php, but i recive this error. The same script work on ebay.com, ebay.de, ebay motors...

michabbb commented 6 years ago

this is nothing that has todo with this SDK, it´s a regular ebay api problem, please use the ebay developer forum or the developer support inside your developer account. beside that, maybe the first result in a google search has something todo with your case.

slaveykov commented 6 years ago

Its a two results in google about this issue "Invalid+postage+package". And first result is my open issue in github. :)

brideo commented 5 years ago

For anyone seeing this I just didn't set a package type and it worked for me:

//$packageDetails->ShippingPackage = ShippingPackageCodeType::C_PACKAGE_THICK_ENVELOPE;