Hi Everyone, I hope that someone can get back to me on this. I am relatively new to Google base. I am using the C# API for Google base and have a couple of questions:
1) When using the GoogleBaseAPI do you need to create a feed? 2) I followed the example as closely as I could and I create a GBaseEntry and add this to the service with no problems, the item eventually gets published and is searchable. However I am unable to find the Product on 'Shopping' or the AuthorID 3) I am using a custom item type for a 'Used Caravan', I dont think 'Vehicles' would be suitable. I am doing this using the following line, is this correct? entry.GBaseAttributes.ItemType = "Used Caravan"; 4) How do you set the Publishing Priority? Like this I assume? entry.PublishingPriority = new PublishingPriority("high"); I am quite stuck at the moment and I am unable to progress any further so any help would be greatly appreciated. I can see myself creating a guide with some example c# submissions as I haven't come across many that are useful. Thanks, -- 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 google-base-data-...@googlegroups.com. To unsubscribe from this group, send email to google-base-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-base-data-api?hl=en.