Skip to main content

Reset AWD Access

POST 

/api/amazon/unified/awd/reset-access

Resets the stored "AWD access denied" flag for the specified Amazon integration instances. An instance is flagged as access-denied when Amazon's AWD (Amazon Warehousing & Distribution) API returns a 403 for it; while flagged, AWD syncing is skipped for that instance. Resetting the flag causes the next AWD sync to re-probe Amazon and re-check eligibility.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Runs synchronously and returns a per-instance result with one of three statuses: reset (flag cleared), not_denied (nothing to reset), or error (instance not found).

Body fields:

  • integration_instance_ids (required, array of integers or comma-separated string) - the Amazon integration instances to reset. Returns 400 when omitted or empty.

Request

Responses

OK

Response Headers
    Content-Type