Hello together,
with slow steps I reach the line... but the target seems to be far away...

I send to the gBase-API:
$newEntry->{'g:currency'} = 'EUR';
$newEntry->{'g:price'} = '3.00';//$_POST['preis'];
$newEntry->{'g:price_units'} = 'item';
$newEntry->{'g:target_country'} = 'DE';
$newEntry->{'g:item_language'} = 'DE';
$newEntry->language = 'de-DE';
and get ALWAYS a new/extra field called "price". But WHY??? I only want to fill the price in the native field "price" in german called "Preis". Has anyone an idea???
THX in advance.