GetOAuthAuthorizationURL
Obtains the OAuth authorization URL used for authentication with various APIs.
Input
Name | Type | Description |
Scope | String | The scope of access to the API. By default, access to all APIs used by this data provider will be specified.
The default value is read_orders read_products read_customers read_promotions read_jsapps read_settings read_categories read_payment_methods read_checkout_custom_fields read_countries read_customer_categories read_hooks read_store. |
CallbackURL | String | The URL to be used as a trusted redirect URL, where the user will return with the token that verifies that they have granted your app access. |
Result Set Columns
Name | Type | Description |
URL | String | The URL where the user logs in and is prompted to grant permissions to the app. |