RESTful Sell APIs: Account, Inventory, Catalog and Compliance
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Welcome to the RESTful Sell APIs: Account, Inventory, Catalog and Compliance board

Hello and welcome to the discussion board for the RESTful Sell APIs: Account, Inventory, Catalog and Compliance. If you are visiting the Community Forums for the first time please take a moment to review our Community Guidelines, and consider checkin...

Updating stock/inventory amounts using one identifying value only

I want to use the API (I don't really mind which API as long as it's not going to be deprecated anytime soon) to be able to update stock on any of our items. I'm currently using ReviseInventoryStatus of the old API, but I'm not sure it's the best sol...

System error for getFulfillmentPolicies and getFulfillmentPolicy

Heya, We're currently setting up our API on the sandbox environment and all policy endpoints are working fine except for the fulfillment part. We tried a few ways to create policies and createFulfillmentPolicy returns success with the info of the cre...

PublishOffer Method returns Error Code - 25001 , A system error has occurred.

Hello All, While publishing an offer (auction offer) using the publish offer api method I keep getting this error code{"errorId": 25001,"domain": "API_INVENTORY","subdomain": "Selling","category": "REQUEST","message": "A system error has occurred. In...

Resolved! Help Needed with "Invalid Request" Error When Creating Inventory Item via eBay API

Hello eBay Developer Community, I'm encountering an issue while attempting to create an inventory item for a sports trading card on eBay via the Sell Inventory API. Despite following the documentation and ensuring all required fields are populated, I...

inventory_item API is showing zero results

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...

All 5000 calls remaining, but getting error 518: API Call Limit for UploadSiteHostedPictures

I use the RESTful APIs as much as possible, but I use the Trading API for uploading images to be used with my listings. Suddenly today I received this Error 518, stating I reached the call limit for the UploadSiteHostedPictures, but when I check the ...

User avatar by Adventurer
  • 502 Views
  • 3 replies
  • 0 helpful

Items created by createOrReplaceInventoryItem are not reflected in active listings

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 ...

Auction createOffer Buy It Now Price Error: 25003

Hi there - I am trying to create an offer via this api: https://developer.ebay.com/api-docs/sell/inventory/resources/offer/methods/createOffer However, even though I am passing in the below attributes, I receive an error 25003 that says: " The eBay l...

Resolved! request is missing a required parameter or malformed

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...