Bulk 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:
FieldTypeRequiredNotes
store_idintegeryesMust be an existing location inside your own account tree.
landing_page_urlsarray (min 1)yesList of {review_site_id, url} entries.
landing_page_urls.*.review_site_idintegeryesMust be an existing review site.
landing_page_urls.*.urlstring (url)yesMax 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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
landing_page_urls
array of objects
landing_page_urls
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json