Skip to main content

Get Integration Instance

GET 

/api/shipstation/integration-instances/:integration_instance

Returns a single ShipStation integration instance with its connection settings and integration settings.

Authorization

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

Response fields:

  • id (int), name (string), integration_id (int)
  • connection_settings (object): apiKey, apiSecret, timezone
  • integration_settings (object): connection_name, enable_fulfillment, order_start_date, auto_submit_fulfillments, settings (legacy ShipStation options such as productFieldToPass, gift_card_note_sales_order_custom_field_id, saturday_delivery_sales_order_custom_field_id, send_sales_order_tags_as_notes), fulfillment_cost_financial_line_type_id, and fulfillment (per-warehouse routing: enabledWarehousesIds / automatedWarehousesIds)
  • is_automatic_sync_enabled (boolean)
  • created_at / updated_at (ISO 8601)

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type