Skip to main content

Update Integration Instance

PATCH 

/api/tiktok-shop/integration-instances/:integration_instance_id

Patch-update name and/or integration_settings. integration_settings is deep-merged into the existing JSON.

Authorization

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

Fields:

  • name (sometimes, string, max 255)
  • integration_settings (sometimes, array)
  • integration_settings.* (nullable)

Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type