uk7-zbdeju
Pathfinder
Community Member since ‎03-20-2024
‎03-26-2024

User Statistics

  • 4 Posts
  • 0 Solutions
  • 11 Helpful Votes Given
  • 0 Helpful Votes Received

User Activity

Hello fellow developers, I am using the createOrReplaceInventoryItem API, it returns HTTP Status 204, but can't see any item listed.API :GET https://api.ebay.com/sell/inventory/v1/inventory_item/sample_1 Screenshot of the API and its response as per ...
I am hitting the API inventory_item API in Production, and it is showing zero results.Below is its CURL representation from Postman :curl --location https://api.ebay.com/sell/inventory/v1/inventory_item --header 'Accept: application/json' --header 'A...
Hello,Apologies if this has been asked previously.I a facing issue with the process of "Exchanging the authorization code for a User access token" as suggested in https://developer.ebay.com/api-docs/static/oauth-auth-code-grant-request.html.The steps...