Skip to main content

Attach Facebook Page to Shop

POST 

/shop/:guid/fbpages/:fb_page_id/{shop_tracker_id?}

Attach a Facebook Page to a Shop. A ShopTracker can be given for detailed tracking.

Request

Path Parameters

    guid uuidrequired

    The guid of the Shop.

    fb_page_id stringrequired

    The id of the Facebook Page.

    shop_tracker_id uuid

    The guid of the ShopTracker.

Responses

Facebook Page attached to Shop. This returns an empty response.

Loading...