Error: Invalid start price/Buy It Now price.
You have entered invalid start price or Buy It Now price.
I know that I'm supposed to send 120.00 but since prices are stored in DB and I get the values using sql query I'm getting a 'string' type for the price stored in DB.
And I don't think it's possible to cast that value to a double with two zero decimals.
Hi there, I think it's wrong to use double here. I know ebay ask for double but the problem is with prices without decimals.
Example:
Request looks like this:
eBay error returned:
I know that I'm supposed to send 120.00 but since prices are stored in DB and I get the values using sql query I'm getting a 'string' type for the price stored in DB. And I don't think it's possible to cast that value to a double with two zero decimals.