Parameter | Description | Type |
---|---|---|
id | Shopping mall ID | int |
{
"id": 1,
"name": "Test mall",
"entry_url": "https://test.test",
"allow_shopping_mall_scraping": true,
"allow_shops_scraping": true,
"customer_mall_id": 2562,
"scrape_prevented_attrs": [
"address",
"postcode",
"local_id",
"external_url"
],
"automatic_today_exeptional_shops": false,
"allow_groups_scraping": false,
"connect_groups": false
}
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/scraper-admin/shopping-mall/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}