strapi-hook-magento

0.1.1 • Public • Published

strapi-hook-magento

This hook allows you to use Magento 2 Rest API with strapi.

Installation

# using yarn 
yarn add strapi-hook-magento
 
# using npm 
npm install strapi-hook-magento --save

Hook config

To activate and configure the hook, you need to create or update the file ./config/hook.js in your strapi app.

module.exports = {
  settings: {
    // ...
    magento: {
      enabled: true,
      clients: [
        [
          "v-media.pl",
          {
            url: "https://v-media.pl",
            consumerKey: "",
            consumerSecret: "",
            accessToken: "",
            accessTokenSecret: "",
          },
        ],
      ],
    },
  },
};

Resources

Links

Readme

Keywords

Package Sidebar

Install

npm i strapi-hook-magento

Homepage

strapi.io

Weekly Downloads

6

Version

0.1.1

License

MIT

Unpacked Size

7.91 kB

Total Files

6

Last publish

Collaborators

  • daksamit