Cmdlets for Shopify

Build 23.0.8839

Select-Shopify Cmdlet

Parameters   Output Objects  

Searches Shopify data.

Syntax

Select-Shopify [parameters]

Remarks

The Select-Shopify cmdlet allows you to use a syntax similar to SQL SELECT statements to search Shopify data.

$conn = Connect-Shopify -InitiateOAuth 'GETANDREFRESH' -ShopURL 'https://yourshopname.myshopify.com' -OAuthClientId 'myoauthclientid' -OAuthClientSecret 'myoauthclientsecret'
Select-Shopify -Connection $conn -Table "Customers" -Columns @("FirstName","Id") -Where "FirstName='jdoe1234'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839