Sync-Shopify Cmdlet
Syncs Shopify data.
Syntax
Sync-Shopify [parameters]
Remarks
The Sync-Shopify cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-Shopify -InitiateOAuth 'GETANDREFRESH' -ShopURL 'https://yourshopname.myshopify.com' -OAuthClientId 'myoauthclientid' -OAuthClientSecret 'myoauthclientsecret' Sync-Shopify -Connection $conn -Table "Customers"