The /access_token
endpoint allows developers to fetch general information about a merchant's store, including the URL and name of the store.
Response Properties
Property | Type | Description |
---|---|---|
connection | object | Object containing connection properties. |
id | string | The Rutter ID of the connection. This value is a UUID generated by Rutter that uniquely identifies a connection regardless of the platform. |
platform | string | The platform associated to this connection (e.g. Shopify). See our supporting Commerce Platforms or Accounting Platforms pages for the platform enumeration. |
store_domain | string | Domain of the store |
store_name | string | Name of the store |
store_unique_id | string | Unique ID of the store |
needs_update | boolean | Indicates whether the connection needs an update |
disabled | boolean | Indicates whether the connection is disabled |
link_url | string | The |
initial_orders_synced_count | number | The number of orders synced in the initial update, see Connection Lifecycle for more information about the initial update. |
created_at | string | The ISO 8601 timestamp the connection is established. |
last_sync_completed_at | string | The ISO 8601 timestamp of the last completed sync by the connection. |
last_sync_started_at | string | The ISO 8601 timestamp of the last started sync by the connection. |
oldest_order_date | string | The ISO 8601 timestamp of the oldest order for the connection. |
newest_order_date | string | The ISO 8601 timestamp of the newest order for the connection. |
estimated_completed_at | string | The ISO 8601 timestamp of the estimated completion time for a sync. |