TDV Adapter for Shopify

Build 22.0.8462

GetOAuthAccessToken

Gets an authentication token from Shopify.

Input

Name Type Description
AuthMode String The type of authentication mode to use. Select App for getting authentication tokens via a desktop app. Select Web for getting authentication tokens via a Web app.

The allowed values are APP, WEB.

The default value is APP.

CallbackUrl String The URL the user will be redirected to after authorizing your application. This value must match the Redirect URL you have specified in the Shopify app settings. Only needed when the Authmode parameter is Web.
Verifier String The verifier returned from Shopify after the user has authorized your app to have access to their data. This value will be returned as a parameter to the callback URL.
State String Encodes state of the app, which will be returned verbatim in the response and can be used to match the response up to a given request.
Scope String The scope or permissions you are requesting.

The default value is read_products,write_products,read_product_listings,read_customers,write_customers,read_orders,write_orders,read_draft_orders,write_draft_orders,read_inventory,write_inventory,read_locations,read_fulfillments,write_fulfillments,read_assigned_fulfillment_orders,read_merchant_managed_fulfillment_orders,read_third_party_fulfillment_orders,read_shipping,write_shipping,read_price_rules,write_price_rules,read_discounts,write_discounts,read_marketing_events,write_marketing_events,read_shopify_payments_payouts.

Result Set Columns

Name Type Description
OAuthAccessToken String The access token used for communication with Shopify.
ExpiresIn String The remaining lifetime on the access token. A -1 denotes that it will not expire.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462