- Address
- Article
- Cache
- Categories
- Countries
- CustomerGroups
- Customer
- GenerateArticleImage
- Media
- Manufacturers
- Orders
- PropertyGroups
- Shops
- Translations
- Users
- Variants
- Version
- Shopware
- new Shopware([object])
- .version([callback]) π
Promise
- .getArticles([callback]) π
Promise
- .getArticle(id, [callback]) π
Promise
- .getArticleByOrdernumber(ordernumber, [callback]) π
Promise
- .deleteArticle(id, [callback]) π
Promise
- .deleteArticles(ids, [callback]) π
Promise
- .createArticle(article, [callback]) π
Promise
- .updateArticle(id, article, [callback]) π
Promise
- .updateArticles(articles, [callback]) π
Promise
- .getCategories([callback]) π
Promise
- .getCategory(id, [callback]) π
Promise
- .createCategory(category, [callback]) π
Promise
- .updateCategory(id, category, [callback]) π
Promise
- .deleteCategory(id, [callback]) π
Promise
- .getVariants([callback]) π
Promise
- .getVariants([callback]) π
Promise
- .getVariant(id, [callback]) π
Promise
- .updateVariant(id, body, [callback]) π
Promise
- .createVariant(body, [callback]) π
Promise
- .deleteVariant(id, [callback]) π
Promise
- .deleteVariants(ids, [callback]) π
Promise
- .generateArticleImages(articleId, [callback]) π
Promise
- .listMedia([callback]) π
Promise
- .getMedia(id, [callback]) π
Promise
- .createMedia(body, [callback]) π
Promise
- .updateMedia(id, body, [callback]) π
Promise
- .deleteMedia(id, [callback]) π
Promise
- .getOrders([callback]) π
Promise
- .getOrder(id, [callback]) π
Promise
- .updateOrder(id, body, [callback]) π
Promise
- .getAddresses([callback]) π
Promise
- .getAddress(id, [callback]) π
Promise
- .createAddress(body, [callback]) π
Promise
- .updateAddress(id, body, [callback]) π
Promise
- .deleteAddress(id, [callback]) π
Promise
- .getCustomers([callback]) π
Promise
- .getCustomer(id, [callback]) π
Promise
- .createCustomer(body, [callback]) π
Promise
- .updateCustomer(id, body, [callback]) π
Promise
- .deleteCustomer(id, [callback]) π
Promise
- .getCaches([callback]) π
Promise
- .getCache(id, [callback]) π
Promise
- .deleteCache(id, [callback]) π
Promise
- .deleteCaches([callback]) π
Promise
- .getCountries([callback]) π
Promise
- .getCountry(id, [callback]) π
Promise
- .updateCountry(id, body, [callback]) π
Promise
- .createCountry(body, [callback]) π
Promise
- .deleteCountry(id, [callback]) π
Promise
- .getCustomerGroups([callback]) π
Promise
- .getCustomerGroup(id, [callback]) π
Promise
- .createCustomerGroup(body, [callback]) π
Promise
- .updateCustomerGroup(id, body, [callback]) π
Promise
- .deleteCustomerGroup(id, [callback]) π
Promise
- .getManufacturers([callback]) π
Promise
- .getManufacturer(id, [callback]) π
Promise
- .createManufacturer(body, [callback]) π
Promise
- .updateManufacturer(id, body, [callback]) π
Promise
- .deleteManufacturer(id, [callback]) π
Promise
- .getPropertyGroups([callback]) π
Promise
- .getPropertyGroup(id, [callback]) π
Promise
- .createPropertyGroup(body, [callback]) π
Promise
- .updatePropertyGroup(id, body, [callback]) π
Promise
- .deletePropertyGroup(id, [callback]) π
Promise
- .getShops([callback]) π
Promise
- .getShop(id, [callback]) π
Promise
- .createShop(body, [callback]) π
Promise
- .updateShop(id, body, [callback]) π
Promise
- .deleteShop(id, [callback]) π
Promise
- .getTranslations([callback]) π
Promise
- .getTranslation(id, [callback]) π
Promise
- .createTranslation(id, body, [callback]) π
Promise
- .updateTranslation(id, body, [callback]) π
Promise
- .deleteTranslation(id, [callback]) π
Promise
coming soon
Initializes the API. With given credentials. Host, User and API Key
Param | Type | Description |
---|---|---|
[credentials] | Object |
Host, User, API Key. |
Returns shopware version and revision
Param | Type | Description |
---|---|---|
[callback] | function |
Callback will be called with (err, version) |
Returns an array with all articles.
See: https://developers.shopware.com/developers-guide/rest-api/api-resource-article/
Param | Type | Description |
---|---|---|
[callback] | function |
Callback will be called with (err, articles) |
Returns an object with article data.
See: https://developers.shopware.com/developers-guide/rest-api/api-resource-article/
Param | Type | Description |
---|---|---|
id | string |
Article id |
[callback] | function |
Callback will be called with (err, articles) |
Returns an object with article data.
See: https://developers.shopware.com/developers-guide/rest-api/api-resource-article/
Param | Type | Description |
---|---|---|
ordernumber | string |
Article ordernumber |
[callback] | function |
Callback will be called with (err, articles) |
Deletes an article and returns it's data.
See: https://developers.shopware.com/developers-guide/rest-api/api-resource-article/
Param | Type | Description |
---|---|---|
id | string |
Article id |
[callback] | function |
Callback will be called with (err, success) |
Deletes a batch of articles and returns it's data.
See: https://developers.shopware.com/developers-guide/rest-api/api-resource-article/
Param | Type | Description |
---|---|---|
id | array |
Article ids |
[callback] | function |
Callback will be called with (err, success) |
Creates an article and returns its data.
See: https://developers.shopware.com/developers-guide/rest-api/api-resource-article/
Param | Type | Description |
---|---|---|
article | object |
Shopware article model |
[callback] | function |
Callback will be called with (err, article) |
Updates data of an article.
See: https://developers.shopware.com/developers-guide/rest-api/api-resource-article/
Param | Type | Description |
---|---|---|
id | string |
Target article id |
article | object |
Shopware article model |
[callback] | function |
Callback will be called with (err, article) |
coming soon
coming soon
coming soon
coming soon
coming soon
coming soon
coming soon
coming soon
coming soon
coming soon
coming soon
coming soon
coming soon
coming soon
coming soon