DataConnection Type
The ShopifyConnection object.
Remarks
The ShopifyConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Shopify -InitiateOAuth 'GETANDREFRESH' -ShopURL 'https://yourshopname.myshopify.com' -OAuthClientId 'myoauthclientid' -OAuthClientSecret 'myoauthclientsecret' $conn | GM