eBay APIs: Talk to your fellow developers
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Error entering StoreCategory value in Seller Hub Reports New Listing Template. My formula fails.

I'm using the header, StoreCategory When typing the value manually, or copy and paste it from eBay seller hub>store>store categories>category number, it works. But when I use the formula, =IF(E5="", "", XLOOKUP(E5,DataValidationLists!$A$2,DataValidat...

Trouble creating an Inventory Location to create an Offer in Inventory API

Prior to creating an inventory item, I am attempting to create an inventory location (which is an odd requirement considering how many of us sellers don't have a 'warehouse', 'store' or 'fulfillment center', but I digress), which from what I can tell...

Connecting to Spreadshirt

Hi! I am new to using APIs and know little to nothing about them. However, I hope someone can help me figure things out! Years ago, I listed several travel mugs for sale on eBay that were fulfilled through one of my print providers. When an order was...

API Rate Limits

Hello eBay Developer Support,I’m currently developing a small application to compare prices between different platforms like eBay, Kaufland, and Amazon.My application uses the FindingService with the operation `findItemsByKeywords`, but I keep hittin...

User avatar by Enthusiast
  • 549 Views
  • 1 replies
  • 0 helpful

issue Subscribing to Order Checkout Notifications via RESTful Notification API

Hello ,We are trying to subscribe to webhook notifications for when an order is paid and checkout is complete, using the RESTful Notification API (/commerce/notification/v1/).We have been attempting to use the topicId ORDER_CHECKOUT_COMPLETE. However...

Resolved! Cannot validate my marketplace account deletion endpoint

I'm am unable to validate my marketplace account deletion endpoint. My endpoint is using the following code.$hash = hash_init('sha256'); hash_update($hash, $challengeCode); hash_update($hash, $verificationToken); hash_update($hash, $endpoint); $respo...

User avatar by Pathfinder
  • 1644 Views
  • 4 replies
  • 0 helpful

Request to enable Marketplace Insights API scope for my production app

Hi eBay Developer Support,I would like to request access to the Marketplace Insights API for my production app.App ID: Yasuhiro-Research-PRD-ef72598d8-35e62f21Redirect URI: https://ayhiro.github.io/ebay-auth-test/When I try to authenticate with the f...

Most Marked as Helpful Authors