forked from plentymarkets/plugin-etsy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
32 lines (32 loc) · 1.37 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "1.3.0",
"name": "Etsy",
"description": "Plugin für Etsy-Marktplatzintegration. Um Etsy in plentymarkets nutzen zu können, ist eine Händlerregistrierung bei Etsy nötig.",
"namespace": "Etsy",
"pluginIcon": "icon_plugin_xs.png",
"author": "plentymarkets GmbH",
"email": "[email protected]",
"authorIcon": "icon_author_xs.png",
"shortDescription": {
"de": "Über die Anbindung des Online-Marktplatzes Etsy wird der automatische Austausch von Artikel- und Auftragsdaten mit plentymarkets ermöglicht, um Artikel auf Etsy zu listen. Die Schnittstelle zu Etsy ist in plentymarkets 7 bereits integriert.",
"en": "The integration of the online marketplace Etsy enables an automatic exchange of item- and order data with plentymarkets, allowing to list items on Etsy. The interface to Etsy is already integrated into plentymarkets 7."
},
"license": "AGPL-3.0",
"categories": [
3523
],
"price": 0.00,
"type": "general",
"serviceProvider": "Etsy\\EtsyServiceProvider",
"dependencies": {
"inakiabt/etsy-php": "dev-master"
},
"runOnBuild": [
"Etsy\\Migrations\\CreatePaymentMethod",
"Etsy\\Migrations\\CreateSettingsTable",
"Etsy\\Migrations\\CreateVariationImageTable",
"Etsy\\Migrations\\CreateOrderReferrer",
"Etsy\\Migrations\\CreateMarketPropertySettings",
"Etsy\\Migrations\\CreateLegalInformationTable"
]
}