Schema Parameter (Connect-Shopify Cmdlet)
Specify the Shopify server version to connect with.
Syntax
Connect-Shopify -Schema string
Possible Values
REST-2024-01, REST-2023-10, REST-2023-07, REST-2023-04, GRAPHQL-2024-01, GRAPHQL-2023-10, GRAPHQL-2023-07, GRAPHQL-2023-04Data Type
cstr
Default Value
"REST-2023-04"
Remarks
- REST-2023-04 will use the Shopify REST API, version 2023-04 - GRAPHQL-2023-04 will use the Shopify GraphQL API, version 2023-04
This is a required parameter.