Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 672 Bytes

File metadata and controls

22 lines (16 loc) · 672 Bytes

Zernio::ConnectShopifyWithTokenRequest

Properties

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_`).

Example

require 'zernio-sdk'

instance = Zernio::ConnectShopifyWithTokenRequest.new(
  profile_id: null,
  shop: null,
  access_token: null
)