Connect your e-commerce platform with Api53

In order to be able to use our SaaS solution with all functions, you have to connect your shop to Api53. Our app and extension has been developed in such a way that communication between your shop and Api53 happens in near real time. This means that any changes made in your shop (such as changing a price or purchasing an item) are immediately transferred to Api53. This allows us to build solid API solutions for the entire e-commerce sector. Of course, we have added to our App various security mechanisms and many other add-ons.

Supported Systems & Platforms

We are working to support as many e-commerce platforms as possible. As soon as we have added a new platform to our portfolio, we will be happy to inform you via newsletter if you wish. To do this, please subscribe to our newsletter.

Magento 2

Magento is an e-commerce platform that was designed for the needs of small and medium businesses. It offers flexibility and scalability in what it can offer, with features such as a content management system, customer relationship management tools, and search engine optimization tools.

To ensure more transparency, we have made our Api53 Magento module public avaiable in GitHub https://github.com/Api53/api53-magento-2.

Our Magento module can be easily installed by using composer. The Api53 Magento 2 extension has been uploaded to the official composer repository https://packagist.org/packages/api53/api53-magento-2.

Extension Prerequisites

The prerequisite for our extension is the installation of:

  • SSH access to your Magento 2 server
  • Magento 2 version 2.3.3
  • Magento 2 version 2.4.4
  • PHP ^7.3
  • composer (you can also install Api53 extension manually without composer)

Installation with Composer v2.x

# Install Api53 Module by using composer
$ composer require api53/api53-magento-2

# Enable Api53 module
$ php bin/magento module:enable Api53_Api53

# Run setup:upgrade
$ php bin/magento setup:upgrade

# Clean cache
$ php bin/magento cache:clean

# Complete the setup
$ php bin/magento setup:di:compile

Manual installation

# Download the latest Api53 Magento extension release from GitHub
$ wget -O api53.tar.gz https://github.com/Api53/api53-magento-2/tarball/main

# Create Api53 directory inside app/code
$ mkdir -p app/code/Api53/Api53

# Unpack the Api53 extension 
$ tar -xf api53.tar.gz -C app/code/Api53/Api53/ --strip-components=1

# Enable Api53 module
$ php bin/magento module:enable Api53_Api53

# Run setup:upgrade
$ php bin/magento setup:upgrade

# Complete the setup
$ php bin/magento setup:di:compile

# Deploy static content
$ php bin/magento setup:static-content:deploy

# Clean cache
$ php bin/magento cache:clean

Connect Magento 2 to Api53.com

After the successful installation of Api53 Magento 2 Extension, you need an Shop Api Key to be able to connect your Shop to Api53. Please use our documentation to get your Shop Api Key - Api53 Setup Guide - how to get your Shop Api Key.

Notice

We and selected third parties use cookies or similar technologies for technical purposes and, with your consent, for other purposes (“basic interactions & functionalities” and “measurement”) as specified in the cookie policy. You can freely give, deny, or withdraw your consent at any time.

You can read more about our Priavacy Policy and Coookie Policy here: Privacy Policy