Connection
object
Default value:
connection
Example:
connection
idstring
Unique identifier for the Connection object.
Example:
KVj1e7pGA85d
namestringnullable
Name of Connection.
Example:
ronsflowers.myshopify.com
providerstringnullable
Name of connection provider.
Example:
shopify
reportsstring[]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"
]
}