I am getting an error while publishing offer via API. The endpoint is: https://api.sandbox.ebay.com/sell/inventory/v1/offer/7910943010/publish [Method: POST]. The error I get is as follows:
400 Bad Request
{
"errors": [
{
"errorId": 25001,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "REQUEST",
"message": "A system error has occurred. Sorry, error is encountered when creating your item."
}
]
}