skip to Main Content

How to pass double value from HTML to PHP – Ebay API

I want to pass a Double value (i.e. 10.9) from an HTML file to PHP. Here is my HTML code: <form action="AddProduct.php" method="POST" target="_self"> <table> <tr> <label class="lbl"> Title: </label> &nbsp <input class="form-control" type="text" name="title" maxlength="100" size=20> <label class="lbl"> Price:…

VIEW QUESTION

Ebay API – Ebay Auth token

I'm using Sandbox Auth. Token here and it always sends me an error like this. Error: Auth token is invalid. Validation of the authentication token in API request failed. But if I use my Production Auth. Token it seems to…

VIEW QUESTION

C# eBay API DetailLevel

I am developing a C# application which should return all eBay categories available. Unfortunately I am not able to solve an issue about the DetailLevel. The DetailLevel is part of the request and tells the eBay servers how the response…

VIEW QUESTION

eBay Trading API GetCategories request returns 'Application name invalid' – Ebay API

When I tried to retreive all categories through the eBay Trading API with the method getCategories, I got this error: FailureApplication name invalid.API application "222277" invalid.127Error222277RequestError895E895_INTL_APICATALOG_17257399_R1 The header used is: $headers = array( 'Content-Type:text/xml', 'X-EBAY-API-COMPATIBILITY-LEVEL: 895', 'X-EBAY-API-DEV-NAME: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', 'X-EBAY-API-APP-NAME: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx',…

VIEW QUESTION
Back To Top
Search