saturn72 / ebay_rest_api

container for all Ebay rest API issues.
0 stars 0 forks source link

Create New Inventory Item Request is rejected due to product.aspects #2

Open saturn72 opened 6 years ago

saturn72 commented 6 years ago

I'm getting this 400 error message when running sandbox example when creating new item

{
  "errors": [
    {
      "errorId": 2004,
      "domain": "ACCESS",
      "category": "REQUEST",
      "message": "Invalid request",
      "longMessage": "The request has errors. For help, see the documentation for this API.",
      "parameters": [
        {
          "name": "reason",
          "value": "Could not serialize field [product.aspects]"
        }
      ]
    }
  ]
}

link to Api Test Explorer: (https://developer.ebay.com/DevZone/build-test/test-tool/default.aspx?index=0&api=inventory&call=inventory_item-sku__PUT&variation=json

saturn72 commented 4 years ago

Hi

No - it simply starts working again Ebay has a lot of issues on production envs. I bumped into this problem on and off.

After investing ALOT of time and effort - I can tell you that ebay's REST API is in proof of concept level and does not work well in production

ping me on amy question you may have, Roi

On Sat, May 23, 2020, 7:34 PM Chubi-Data notifications@github.com wrote:

Hello, Have you ever resolved this issue as I'm getting this as well and it's been so long since your comment and there seems to be the same problem exists?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/saturn72/ebay_rest_api/issues/2#issuecomment-633089774, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAO2GMIT2V7XWXTDLCC3573RS73JJANCNFSM4DUXAG3A .