post
https://production-api.shoutaboutus.com/api/v1/store-review-site/landing-page-url/update
Backfills landing-page URLs for several of a store's review sites in one call. Only fills rows whose landing_page_url is currently empty (skips already-set rows silently), and also seeds review_site_url+enables the scraper when that column is empty on an active store.
Auth: Both — authentication. store_id must pass an ownership check, so the store has to be in the auth user's hierarchy. Partner reaches any store under its tree, Account only its own account's.
Rate limit: No rate limit.
Request
- Body:
| Field | Type | Required | Notes |
|---|---|---|---|
store_id | integer | yes | Must be an existing location inside your own account tree. |
landing_page_urls | array (min 1) | yes | List of {review_site_id, url} entries. |
landing_page_urls.*.review_site_id | integer | yes | Must be an existing review site. |
landing_page_urls.*.url | string (url) | yes | Max 2048. |
Response — { data. } envelope.
status(string) —success.message(string) —Landing page URL updated successfully.total_updated(integer) — count of rows actually updated (rows already holding a landing page URL do not count and not counted).
Errors: 422 on validation failure.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
