Skip to main content

Update Integration Instance

PUT 

/api/trackstar/integration-instances/:integration_instance

Update an existing Trackstar integration instance. All fields optional. Requires Bearer token.

Authorization

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

integration_settings includes:

  • fulfillment_cost_financial_line_type_id (optional, int|null): COST financial line type used for Trackstar shipping cost lines. null = auto (default "Shipping Cost"). Must be a cost type or returns 422.

When the effective cost-line type changes, a reconcile tracked job is dispatched (rewires existing Trackstar cost lines old→new and backfills missing from stored payloads) and the response includes reconcile_tracked_job_log_id.

Request

Responses

OK

Response Headers
    Content-Type