Sink,

Can you post an example in C# where you update the pricing? I need to
update the price, qty, and expiration date.

Thanks!

On Mar 9, 3:42 pm, Sink <[email protected]> wrote:
> OK,
>     Completely repaired.Updatenow working ..
>
>     Turns out that  the Description field was put into the
> Content.Content field
> and then ignored/trashed/disgarded, hence it was not being returned
>     So, the description is actually in the content field and easily
> changed .. soupdatenow works fine, no more delete and add .. all is
> well .. thanks for the help ..
>
> On Mar 9, 5:53 pm, Sink <[email protected]> wrote:
>
> > OK,
> >      Progress ..
>
> >     Bu using an enumerator andupdatecall, I am able toupdateall
> > atrributes EXCEPT
> > Description ..
> >    Still cannot find it ..
>
> > On Mar 9, 3:46 pm, Gary Sinkowitz <[email protected]> wrote:
>
> > > No idea how to do what you ask, I am not dealing with
> > > the XML interface.
>
> > > When an entry is added, an id is returned,  the ad can be rerieved as:
>
> > > Uri url = new Uri(_addID);
>
> > > _entry = _service.GetEntry(url);
>
> > > The entry which is returned from
> > > the ad id, is an object of type
>
> > > GBaseEntry
> > > There are directly accessible GBaseAttributes that can be changed
> > > using theupdatemethod such as
>
> > > _entry.GBaseAttributes.Location = "new location";
>
> > > _entry.GBaseAttributes.ItemType = " new itemType";
> > >  and then there are the expansion attributes which appear to be
> > > unaddressable via this api.
>
> > > I am not interested in the xml interface unless that is the only way to
> > > change an exisitng ad without a delete and new ad. The data is present in
> > > the ad, it is displayed when the ad is accessed via GoogleBase, it is 
> > > simply
> > > an issue of accessing the added fields via the api.
>
> > > On Mon, Mar 9, 2009 at 2:37 PM, Celebird <[email protected]> wrote:
>
> > > > the underlying xml, namespaces, and types
> > > > should be the same regardless of client-api.
>
> > > > can you post the xml of the inserted item
> > > > or a snippet url so the xml can be retrieved.- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to