string
Die Spring-Bean-ID des aufzurufenden Services.dataManagerServiceImpl
string
Standard:"PROTOTYPE"
Bean-Scope. Für Serviceaufrufe wird PROTOTYPE verwendet.
string
Der öffentliche Methodenname des Services, der in der Signatur angegeben ist.
object[]
Das Argument-Array der Methode. Jedes Argument wird mit dem Index 0, 1 usw. übergeben; der Wert muss dem Java-Parametertyp entsprechen.
Headers
POST /api/v1/bean/request
Content-Type: application/json
Lang-Context: de
Site-Context: my-site
Authorization: Bearer <token>
Lang-Context und Site-Context mit jeder Anfrage. Für geschützte Methoden senden Sie das JWT im Header Authorization im Format Bearer <token>.
Zugriff: ADMIN. Bearer Token: erforderlich.
- GUEST — nicht angemeldete Benutzer; nur Whitelist-Services sind verfügbar.
- USER — Authentifizierung erforderlich; Methoden mit USER-Prüfung sind verfügbar.
- ADMIN — vollständiger Zugriff auf öffentliche Methoden aller Services.
- Wenn eine Methode intern eine Rolle prüft, kann GUEST null erhalten.
Methoden
Category
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createCategory
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"name": null,
"description": null,
"text": null,
"keywords": null,
"searchTerms": null,
"parent": null,
"imageUrlRemove": false,
"parentIds": null,
"childrenIds": null,
"productsIds": null,
"imageURLs": null,
"translations": null,
"active": false,
"metaInfo": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createCategory",
"args": [
{
"0": null
}
]
}
Product
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createProduct
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"name": null,
"description": null,
"text": null,
"keywords": null,
"searchTerms": null,
"imageUrlRemove": false,
"parentCategories": null,
"attributesIds": null,
"skuIds": null,
"imageURLs": null,
"translations": null,
"active": false,
"metaInfo": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createProduct",
"args": [
{
"0": null
}
]
}
SKU
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createSKU
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"translation": null,
"seoUrl": null,
"name": null,
"description": null,
"text": null,
"keywords": null,
"searchTerms": null,
"parentProducts": null,
"attributesIds": null,
"sellerSkuIds": null,
"imageURLs": null,
"documentURLs": null,
"translations": null,
"imageUrlRemove": false,
"active": false,
"metaInfo": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createSKU",
"args": [
{
"0": null
}
]
}
Attribute
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createAttribute
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"type": null,
"areaUsageType": null,
"translation": null,
"name": null,
"description": null,
"text": null,
"searchTerms": null,
"min": 0,
"max": 0,
"step": 0,
"parentProducts": null,
"parentSkus": null,
"optionsIds": null,
"measurement": null,
"translations": null,
"active": false,
"metaInfo": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createAttribute",
"args": [
{
"0": null
}
]
}
Option
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createOption
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"text": null,
"name": null,
"searchTerms": null,
"parentAttributes": null,
"imageURLs": null,
"imageUrlRemove": false,
"translations": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createOption",
"args": [
{
"0": null
}
]
}
Measurement
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createMeasurement
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"value": null,
"parentAttributes": null,
"alias": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createMeasurement",
"args": [
{
"0": null
}
]
}
Unit
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createUnit
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"type": null,
"text": null,
"name": null,
"countPerUnitSuffix": null,
"minOrderSuffix": null,
"quantitySuffix": null,
"searchTerms": null,
"localizations": null,
"parentSellerSkus": null,
"translations": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createUnit",
"args": [
{
"0": null
}
]
}
Seller
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createSeller
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"stripeCustomerId": null,
"stripeConnectId": null,
"address": null,
"companyName": null,
"vatNumber": null,
"numberOfEmployees": null,
"sellerType": null,
"sellerTariff": null,
"subscription": null,
"companyEmailAddress": null,
"companyPhone": null,
"companyWebSite": null,
"description": null,
"imageURLs": null,
"shippingAddresses": null,
"documentURLs": null,
"profileIds": null,
"certificateIds": null,
"sellerSkuIds": null,
"ordersAsBuyerIds": null,
"ordersAsVendorIds": null,
"favoriteSellersIds": null,
"favoriteSellerSkuIds": null,
"sellerCategoriesIds": null,
"sellerProductsIds": null,
"emailNotifications": false,
"onlineActive": false,
"imageUrlRemove": false,
"metaInfo": null,
"createdBy": null,
"createdDate": null,
"lastModifiedBy": null,
"lastModifiedDate": null,
"alias": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createSeller",
"args": [
{
"0": null
}
]
}
Profile
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createProfile
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"user": null,
"firstName": null,
"lastName": null,
"website": null,
"phone": null,
"mobilePhone": null,
"birthday": null,
"emailAddress": null,
"gender": null,
"salutation": null,
"embeddedParent": null,
"emailNotifications": false,
"imageURLs": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createProfile",
"args": [
{
"0": null
}
]
}
User
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createUser
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"username": null,
"password": null,
"savedPassword": null,
"fallIntoObjects": null,
"active": false,
"roles": null,
"permissions": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createUser",
"args": [
{
"0": null
}
]
}
LocalizedText
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createTranslation
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"text": null,
"lang": null,
"fallIntoObjects": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createTranslation",
"args": [
{
"0": null
}
]
}
Order
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
createOrder
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"contactProfileId": null,
"embeddedVendor": null,
"embeddedBuyer": null,
"orderTimeLines": null,
"commerceItems": null,
"tax": null,
"currencySymbol": null,
"currencyCode": null,
"packageItem": null,
"paymentMethodId": null,
"paymentIntentId": null,
"parcelId": null,
"payoutId": null,
"shippingAddress": null,
"sellerTaxRate": null,
"buyerTaxRate": null,
"serviceTaxRate": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "createOrder",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
categoryId | String | Übergeben über args[0].0. |
deleteCategory
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteCategory",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
categoryIds | ArrayList<String> | Übergeben über args[0].0. |
deleteCategories
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteCategories",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
productId | String | Übergeben über args[0].0. |
deleteProduct
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteProduct",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
productIds | ArrayList<String> | Übergeben über args[0].0. |
deleteProducts
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteProducts",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
skuId | String | Übergeben über args[0].0. |
deleteSKU
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteSKU",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
skuIds | ArrayList<String> | Übergeben über args[0].0. |
deleteSKUs
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteSKUs",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
listingId | String | Übergeben über args[0].0. |
deleteListing
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteListing",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
listingIds | ArrayList<String> | Übergeben über args[0].0. |
deleteListings
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteListings",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
attributeId | String | Übergeben über args[0].0. |
deleteAttribute
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteAttribute",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
attributeIds | ArrayList<String> | Übergeben über args[0].0. |
deleteAttributes
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteAttributes",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
optionId | String | Übergeben über args[0].0. |
deleteOption
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteOption",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
optionsIds | ArrayList<String> | Übergeben über args[0].0. |
deleteOptions
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteOptions",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
measurementId | String | Übergeben über args[0].0. |
deleteMeasurement
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteMeasurement",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
measurementIds | ArrayList<String> | Übergeben über args[0].0. |
deleteMeasurements
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteMeasurements",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
unitId | String | Übergeben über args[0].0. |
deleteUnit
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteUnit",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
unitsIds | ArrayList<String> | Übergeben über args[0].0. |
deleteUnits
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteUnits",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
sellerId | String | Übergeben über args[0].0. |
deleteSeller
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteSeller",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
sellerIds | ArrayList<String> | Übergeben über args[0].0. |
deleteSellers
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteSellers",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
profileId | String | Übergeben über args[0].0. |
deleteProfile
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteProfile",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
profileIds | ArrayList<String> | Übergeben über args[0].0. |
deleteProfiles
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteProfiles",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
userId | String | Übergeben über args[0].0. |
deleteUser
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteUser",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
userIds | ArrayList<String> | Übergeben über args[0].0. |
deleteUsers
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteUsers",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
translationId | String | Übergeben über args[0].0. |
deleteTranslation
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteTranslation",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
translationIds | ArrayList<String> | Übergeben über args[0].0. |
deleteTranslations
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteTranslations",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
orderId | String | Übergeben über args[0].0. |
deleteOrder
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteOrder",
"args": [
{
"0": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
ordersIds | ArrayList<String> | Übergeben über args[0].0. |
deleteOrders
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "deleteOrders",
"args": [
{
"0": null
}
]
}
Category
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateCategory
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"name": null,
"description": null,
"text": null,
"keywords": null,
"searchTerms": null,
"parent": null,
"imageUrlRemove": false,
"parentIds": null,
"childrenIds": null,
"productsIds": null,
"imageURLs": null,
"translations": null,
"active": false,
"metaInfo": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateCategory",
"args": [
{
"0": null
}
]
}
Product
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateProduct
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"name": null,
"description": null,
"text": null,
"keywords": null,
"searchTerms": null,
"imageUrlRemove": false,
"parentCategories": null,
"attributesIds": null,
"skuIds": null,
"imageURLs": null,
"translations": null,
"active": false,
"metaInfo": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateProduct",
"args": [
{
"0": null
}
]
}
SKU
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateSKU
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"translation": null,
"seoUrl": null,
"name": null,
"description": null,
"text": null,
"keywords": null,
"searchTerms": null,
"parentProducts": null,
"attributesIds": null,
"sellerSkuIds": null,
"imageURLs": null,
"documentURLs": null,
"translations": null,
"imageUrlRemove": false,
"active": false,
"metaInfo": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateSKU",
"args": [
{
"0": null
}
]
}
Attribute
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateAttribute
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"type": null,
"areaUsageType": null,
"translation": null,
"name": null,
"description": null,
"text": null,
"searchTerms": null,
"min": 0,
"max": 0,
"step": 0,
"parentProducts": null,
"parentSkus": null,
"optionsIds": null,
"measurement": null,
"translations": null,
"active": false,
"metaInfo": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateAttribute",
"args": [
{
"0": null
}
]
}
Option
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateOption
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"text": null,
"name": null,
"searchTerms": null,
"parentAttributes": null,
"imageURLs": null,
"imageUrlRemove": false,
"translations": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateOption",
"args": [
{
"0": null
}
]
}
Measurement
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateMeasurement
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"value": null,
"parentAttributes": null,
"alias": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateMeasurement",
"args": [
{
"0": null
}
]
}
Unit
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateUnit
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"type": null,
"text": null,
"name": null,
"countPerUnitSuffix": null,
"minOrderSuffix": null,
"quantitySuffix": null,
"searchTerms": null,
"localizations": null,
"parentSellerSkus": null,
"translations": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateUnit",
"args": [
{
"0": null
}
]
}
Seller
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateSeller
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"stripeCustomerId": null,
"stripeConnectId": null,
"address": null,
"companyName": null,
"vatNumber": null,
"numberOfEmployees": null,
"sellerType": null,
"sellerTariff": null,
"subscription": null,
"companyEmailAddress": null,
"companyPhone": null,
"companyWebSite": null,
"description": null,
"imageURLs": null,
"shippingAddresses": null,
"documentURLs": null,
"profileIds": null,
"certificateIds": null,
"sellerSkuIds": null,
"ordersAsBuyerIds": null,
"ordersAsVendorIds": null,
"favoriteSellersIds": null,
"favoriteSellerSkuIds": null,
"sellerCategoriesIds": null,
"sellerProductsIds": null,
"emailNotifications": false,
"onlineActive": false,
"imageUrlRemove": false,
"metaInfo": null,
"createdBy": null,
"createdDate": null,
"lastModifiedBy": null,
"lastModifiedDate": null,
"alias": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateSeller",
"args": [
{
"0": null
}
]
}
Profile
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateProfile
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"user": null,
"firstName": null,
"lastName": null,
"website": null,
"phone": null,
"mobilePhone": null,
"birthday": null,
"emailAddress": null,
"gender": null,
"salutation": null,
"embeddedParent": null,
"emailNotifications": false,
"imageURLs": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateProfile",
"args": [
{
"0": null
}
]
}
User
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateUser
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"username": null,
"password": null,
"savedPassword": null,
"fallIntoObjects": null,
"active": false,
"roles": null,
"permissions": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateUser",
"args": [
{
"0": null
}
]
}
LocalizedText
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateTranslation
Beispiel für das JSON-Anfrageobjekt:{
"id": null,
"text": null,
"lang": null,
"fallIntoObjects": null
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateTranslation",
"args": [
{
"0": null
}
]
}
Order
| Argument | Typ | Beschreibung |
|---|---|---|
data | LinkedHashMap<String, Object> | Übergeben über args[0].0. |
updateOrder
Beispiel für das JSON-Anfrageobjekt:{
}
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "updateOrder",
"args": [
{
"0": null
}
]
}
Product
| Argument | Typ | Beschreibung |
|---|---|---|
categoryId | String | Übergeben über args[0].0. |
productId | String | Übergeben über args[1].1. |
addProductToCategory
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "addProductToCategory",
"args": [
{
"0": null,
"1": null
}
]
}
Category
| Argument | Typ | Beschreibung |
|---|---|---|
parentId | String | Übergeben über args[0].0. |
childId | String | Übergeben über args[1].1. |
addChildCategory
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "addChildCategory",
"args": [
{
"0": null,
"1": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
categoryId | String | Übergeben über args[0].0. |
productId | String | Übergeben über args[1].1. |
removeProductFromCategory
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "removeProductFromCategory",
"args": [
{
"0": null,
"1": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
parentId | String | Übergeben über args[0].0. |
childId | String | Übergeben über args[1].1. |
removeChildCategory
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "removeChildCategory",
"args": [
{
"0": null,
"1": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
attributeId | String | Übergeben über args[0].0. |
username | String | Übergeben über args[1].1. |
addAttributeToAllProducts
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "addAttributeToAllProducts",
"args": [
{
"0": null,
"1": null
}
]
}
void
| Argument | Typ | Beschreibung |
|---|---|---|
attributeId | String | Übergeben über args[0].0. |
username | String | Übergeben über args[1].1. |
addAttributeToAllSkus
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "addAttributeToAllSkus",
"args": [
{
"0": null,
"1": null
}
]
}
Map<String, String>
| Argument | Typ | Beschreibung |
|---|---|---|
id | String | Übergeben über args[0].0. |
getTranslation
{
"beanId": "dataManagerServiceImpl",
"scope": "PROTOTYPE",
"functionName": "getTranslation",
"args": [
{
"0": null
}
]
}