Hi,

How do I filter the *ShoppingContent.Products.list *? (I am using the the 
Google Content API for Shopping in Apps Script.)

Supposing I want to get from the Merchant Center the info *productsItemdata* of 
only items that there *customLabel1 *is winter pants 

Is there a selector that can be used?

I did the following but it didn't work.

var products = ShoppingContent.Products.list(merchantId, {
      pageToken: pageToken,
      maxResults: maxResults
    })
    .withCondition ('customLabel1 = "winter pants"')
    ; 

I get for the above:

TypeError: Cannot find function withCondition in object 
{"kind":"content#productsListResponse","nextPageToken":.........


Thanks....

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f82f440f-3a7a-4a04-b639-d05233764379%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to