Parameter | Description | Type |
---|---|---|
id | Shopping mall ID | int |
Property | Type | Format | Required |
---|---|---|---|
name | string | - | yes |
entry_url | string | uri | yes |
allow_shopping_mall_scraping | boolean | - | no |
allow_shops_scraping | boolean | - | no |
customer_mall_id | int | - | no |
allow_groups_scraping | boolean | - | no |
connect_groups | boolean | - | no |
automatic_today_exeptional_shops | boolean | - | no |
scrape_prevented_attrs | array | - | no |
{}
curl --location --request PUT '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: Bearer ' \
--header 'X-Client-Authorization: '
{}