Skip to main content

Update Integration Instance

PUT 

//:domain/api/big-commerce/:integrationInstance

Update a BigCommerce integration instance. Supports both PUT (full update) and PATCH (partial update — merges connection_settings and integration_settings with existing values).

Authentication: Requires Bearer token.

All fields are optional for PATCH. For PUT, provide all settings fields.

Side effects:

  • If start_date changes, updates the sales channel date
  • If pricing.masterOfPrice changes, dispatches a job to re-cache product listing prices
  • If inventory settings change, invalidates the entire inventory cache
  • If accounting sync settings change, updates related accounting transactions

Request

Responses

OK

Response Headers
    Content-Type