https://api.ebay.com/sell/inventory/v1/offer/bulk_publish_offer I am working on this endpoint.
{ "requests":[ { "offerId":"1712982980**"} ]}here is the request I'm sending.
And this is the response I get
{ "errors": [ { "errorId": 2004, "domain": "ACCESS", "category": "REQUEST", "message": "Invalid request", "longMessage": "The request has errors. For help, see the documentation for this API." } ]} Is there any thing I'm doing wrong or it is issue with api?