Skip to main content

Update Amazon Integration Instance

PUT 

/api/amazon/:integrationInstance

Full or partial update of an Amazon integration instance. Validated by UpdateAmazonIntegrationData (all fields Optional). Supports both PUT (full) and PATCH (partial with deep-merge of integration_settings / connection_settings).

Authorization

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

If is_fba_enabled changes, the controller dispatches the FBA state-change handler. If sync_sales_order_invoices_to_accounting or sync_sales_credit_to_accounting change, the accounting sync state is updated. If pricing.masterOfPrice.name changes, a background job is dispatched. If inventory changes, the full inventory cache is invalidated. If store_id changes, the SalesChannel row is re-pointed.

Request

Responses

OK

Response Headers
    Content-Type