After hitting order api we dont get blank order list in response (we have orders in our dashboard)
api url - https://api.ebay.com/sell/fulfillment/v1/order
its response-
{
"total": 0,
"limit": 50,
"offset": 0,
"orders": []
}
After hitting order api we got this response in which we get blank list of orders , but we have list of orders in our dashboard
would you please suggest/guide me what's wrong in this
would you please suggest/guide me what's wrong in this
mastecinco
Posted 2 years ago·Last reply 2 years ago
9 comments
mastecinco
OP2 years ago@znts-wholesale-global
I am getting empty API response
getorders api response
get inventory_item response
znts-wholesale-global
·2 years agoYou should get it working in postman first.
mastecinco
OP2 years ago@znts-wholesale-global can you share documention for php, laravel
znts-wholesale-global
·2 years agoTry on PRODUCTION server, listing ID must match an existing item in your store.
mastecinco
OP2 years agoIm try to hit the POST Api for https://api.sandbox.ebay.com/sell/inventory/v1/bulk_migrate_listing,
**the listingId can be made manually or we need to get from docuementation/outside.?
Payload = {
"requests": [
{
"listingId": "133859066147"
}
]
}
response = {
"errors": [
{
"errorId": 2003,
"domain": "ACCESS",
"category": "APPLICATION",
"message": "Internal error",
"longMessage": "There was a problem with an eBay internal system or process. Contact eBay developer support for assistance",
"parameters": [
{
"name": "reason",
"value": "Failed to transform underlying error response, see logs."
}
]
}
]
}
But i received an error as shows in the response.
here is the link of documentation i followed , url_link = https://developer.ebay.com/api-docs/sell/inventory/resources/listing/methods/bulkMigrateListing#h2-error-codes
znts-wholesale-global
·2 years agoWorking for me
mastecinco
OP2 years agoPlease share the steps how can I do this
mastecinco
OP2 years agoPlease can you share the cURL request?
znts-wholesale-global
·2 years ago