Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
myitem["Item"]["ConditionDescriptors"]["ConditionDescriptor"].append({'Name': '27501', 'Value': row[12]}) myitem["Item"]["ConditionDescriptors"]["ConditionDescriptor"].append({'Name': '27502', 'Value': row[13]}) myitem["Item"]["ConditionDescriptors"]...
I am attempting to retrieve payout transactions using the eBay API's 'getTransactions' endpoint. However, I've encountered an issue where the 'transactionStatus' returned is 'FUNDS_AVAILABLE_FOR_PAYOUT,' while in the seller account, the status is 'se...
Hi, cant find anywhere on the API Explorer or online for the call to retrieve a stores listing limits, used/limitMonthly selling allowances (name on ebay site) Thanks,
I am developing an interface for a client ERP. The client uses ShippingProfileID/ReturnProfileID/PaymentProfileID.I want to use IDs as well during development and testing for e.g., AddFixedPriceItem.What has worked in the past was configuring a sandb...
I am using ReviseInventoryStatus to update solely the quantity of items. And yet this error keeps coming up: Category change denied.Category change denied. You cannot change the category for this item. This applies to articles that are sold on multip...
Hello, We are an integrator company from Turkey and we are making a software for Ebay Seller applications. I am trying to do tests on Sandbox but I need fake order and test products to test Products and Orders. Is there anyone who knows how I can cre...
I am using Platform Notifications to notify my application when certain events occur related to the order. In the NotificationEventTypeCodeType enumeration values, there are many fields, but none correspond to a refund issued to a buyer outside of a ...
I'm making calls for an eBay store that has 7 listing sites. I only want products from the US store. Unfortunately, it seems to be pulling products from all 7 sites even though I'm specifying the site ID in the X-EBAY-API-SITEID header. There are abo...
Hello all , my developer is trying to setup a webhook with production key and gets this error , For production webhooks I got error "something went wrong, please try again" message. He has advised its ok with sandbox. I have not subscribed to a store...
I am using Ebay Api Explorer and Sandbox environment. And try to create offer with default body (provided by ebay explorer) { "sku": "{SKU}", "marketplaceId": "EBAY_US", "format": "FIXED_PRICE", "listingDescription": "description", "pricingSummary": ...
There is some missing data in the transaction data obtained from the "getTransactions" API. Specifically, the "Shipping and Handling" as well as the "Item Subtotal" are absent. However, when I download the CSV file from eBay, these columns are presen...
I want to generate a 14-day payout report from eBay using APIs, but I haven't found any APIs that provide this specific report. I attempted to use different APIs to retrieve transactions for a particular payout, but none of them yielded the precise d...
I recently signed up for a developer account so my software team could integrate our inventory management system with Ebay's sales API - I'd hoped my team could have it done before Christmas. It says it will take at least one business day to be appro...
Hello All,I am new to the ebay api. I am creating a Laravel application to be able to post listing to Ebay platform.I have managed to add inventory using the sell/inventory/v1/inventory_item/{sku} endpoint. I can see the created inventory via the sel...
I'm getting this error when trying to activate offers: errorId:25007domain:API_INVENTORYsubdomain:Sellingcategory:REQUESTmessage:The eBay listing associated with the inventory item, or the unpublished offer has invalid data in the associated Fulfillm...