| Name | Type | Description | Notes |
|---|---|---|---|
| profile_id | String | Your Zernio profile ID (get from /v1/profiles). | |
| shop | String | The myshopify.com store domain, e.g. `your-store.myshopify.com` (the bare `your-store` prefix is accepted too). | |
| access_token | String | Admin API access token of the merchant-created custom app (starts with `shpat_`). |
require 'zernio-sdk'
instance = Zernio::ConnectShopifyWithTokenRequest.new(
profile_id: null,
shop: null,
access_token: null
)