1.0.17 • Published 2 years ago

@sejazipper/magento-integration v1.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

zipper-magento-integration

zipper-magento-integration

Installation

The library can be installed using the Npm package manager:

    npm install --save github:zipper-team/zipper-magento-integration

Usage

The code sample below shows the usage of the library:

const { MagentoIntegration } = require("zipper-magento-integration");

const options = {
  url: 'http://www.test.com/index.php/rest',
  consumerKey: '<OAuth 1.0a consumer key>',
  consumerSecret: '<OAuth 1.0a consumer secret>',
  accessToken: '<OAuth 1.0a access token>',
  accessTokenSecret: '<OAuth 1.0a access token secret>',
};
const client = MagentoIntegration(options);

const stores = await client.product.saveForStores([...products], { storeNames: [...storeNames]});
1.0.17

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago