Order refund API giving error 501

20 views
Skip to first unread message

Subscriptions Sf

unread,
May 29, 2018, 7:09:50 AM5/29/18
to Google APIs Explorer Users Forum

Order refund Google API giving me following error:

{
    "error": {
        "errors": [
            {
                "domain": "global",
                "reason": "notImplemented",
                "message": "Not Implemented"
            }
        ],
        "code": 501,
        "message": "Not Implemented"
    }
}

I am making this request, as described in following URL: 

I have tried it from Google API explorer as well, and it is giving me same error.

What does this error mean and how can I rectify this?

amirparvaz Parvaz

unread,
Aug 9, 2018, 11:29:48 AM8/9/18
to Google APIs Explorer Users Forum
در سه‌شنبه 29 مهٔ 2018، ساعت 4:09:50 (UTC-7)، Subscriptions Sf نوشته:

John Boswell

unread,
Aug 13, 2018, 3:34:31 PM8/13/18
to Google APIs Explorer Users Forum
A 5xx error is an issue with the API's backend. You should make sure the relevant API is aware of this. It looks like the best way to do this for that API is post about it on StackOverflow with this tag.

If I had to guess, likely you have hit an unexpected case in the API, maybe by structuring the parameters in an unexpected way or giving some unexpected value. While you should still post to make sure they are aware of the issue, you might also want to double-check the formats of your parameters to make sure they look right and make sure there's no warnings about their format in the APIs Explorer. There's no way to guess further without more details about the exact parameters you are using.
Reply all
Reply to author
Forward
0 new messages