Skip to main content

Update Integration Instance

PUT 

/api/shipstation/integration-instances/:integration_instance

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

Authorization

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

Request body fields:

  • name (optional, string)
  • connection_settings (optional, object): API credentials
  • integration_settings (optional, object). Includes:
    • fulfillment_cost_financial_line_type_id (optional, int|null): COST financial line type used for ShipStation shipping cost lines. null = auto (default "Shipping Cost"). Must be a cost type or returns 422.
  • is_automatic_sync_enabled (optional, boolean)

When the effective cost-line type changes, a reconcile tracked job is dispatched and the response includes reconcile_tracked_job_log_id.

Request

Responses

OK

Response Headers
    Content-Type