customsumit/magento2-api

A Magento 2 module that allows kitbuildr custom kit products to be added directly into a Magento basket.

Installs: 1 762

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

1.3.4 2025-04-03 08:11 UTC

README

Installation

composer require customsumit/magento2-api

Setup

Settings

  • Go to Stores > Settings > Configuration > Optagon Group > kitbuildr Configuration
  • To enable the module, select Yes from the Enabled dropdown.
  • Paste your Private Key into the key field, including the entire provided key e.g.
    -----BEGIN PRIVATE KEY-----
    THD8ikKPWvwIBADqhkiG9w0BAQEFAASCBKkwggSlAgEAA
    ...
    -----END PRIVATE KEY-----
    
  • Select Yes from the URL Links Enabled in Admin dropdown to enable kit references in Magento admin to be clickable.

    Requirements

    Magento

  • 2.1.x

PHP

Your website's PHP server must have the following configuration settings. These can be found in the loaded php.ini file.

allow_url_fopen = On