Shop section of facebook pages through api/javascript sdk
问题 Facebook introduced a shop section for facebook pages. I need to manage my page's shop section through javascript sdk but I am unable to find the propoer docs or reference to do that. I know how to manage or update simple fields of your pages through sdk with post method using FB.api: FB.api(/page_id_and_post_method, function(response) { console.log("PAGEEEEEE DETAILS", response); }); So, the problem is that I just could not find the proper field name for that 'shop' section so as to update