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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Fields:

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

Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type