Connection | Build with Bookkeep

Connection

object

Default value: connection

Example: connection

id string

Unique identifier for the Connection object.

Example: KVj1e7pGA85d

name stringnullable

Name of Connection.

Example: ronsflowers.myshopify.com

provider stringnullable

Name of connection provider.

Example: shopify

reports string[]nullable

Array of report names for this connection.

Example:["shopify_ecommerce","shopify_payments_deposit","shopify_cogs"]

Connection

{
  "object": "connection",
  "id": "KVj1e7pGA85d",
  "name": "ronsflowers.myshopify.com",
  "provider": "shopify",
  "reports": [\
    "shopify_ecommerce",\
    "shopify_payments_deposit",\
    "shopify_cogs"\
  ]
}