dotConnect for Adobe Commerce Documentation
Devart.Data.Magento Namespace / MagentoConnectionStringBuilder Class / APIKey Property

In This Topic
    APIKey Property
    In This Topic
    Gets or sets the automatically generated key that is used for connecting to Adobe Commerce 1.x.
    Syntax
    'Declaration
     
    Public Property APIKey As String
    public string APIKey {get; set;}

    Property Value

    The automatically generated key that is used for connecting to Adobe Commerce 1.x.
    Remarks

    You can find the API Key in the User information section of your Adobe Commerce dashboard.

    For connecting to Adobe Commerce 2.0 use Password instead.

    See Also