06-09-2024 07:51 PM
In the sandbox, when I try to do the getFulfillmentPolicies api (https://api.sandbox.ebay.com/sell/account/v1/fulfillment_policy?marketplace_id=EBAY_US), I receive the following:
{
"errors": [
{
"errorId": 20500,
"domain": "API_ACCOUNT",
"category": "APPLICATION",
"message": "System error."
}
]
}
I have generated my OAuth User token, and I've defined a few different fulfillment policies. When I try the getFulfillmentPolicy and I use the fulfillment_policy_id, I get the same error.
{
"errors": [
{
"errorId": 20500,
"domain": "API_ACCOUNT",
"category": "APPLICATION",
"message": "System error."
}
]
}
How can I solve this?