fb_sales_channel and ig_sales_channel such as status, fb_page or ig_user can be obtained using GET. Based on how a shop is configured, only configured sales channels appear in the output.curl -G \ -d 'fields=["id"]' \ -d 'access_token=<ACCESS_TOKEN>' https://graph.facebook.com/<API_VERSION>/<COMMERCE_MERCHANT_SETTINGS_ID>/shops
"data": [ { "id": "283382596466157" } .... ], "paging": { "cursors": { "before": "<before_cursor>", "after": "<after_cursor>" } }}
filter to show only shops that match certain fields.| Field Name | Description | Type | Required? |
|---|---|---|---|
filter | See description here. | JSON string | No |
{ "data": [], "paging":{} }