| checkLicense | |
| Check valid license | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| key | xsd:string |
| type | xsd:string |
{
"function":"checkLicense",
"paras":{
"user":"",
"pass":"",
"key":"",
"type":""
}} | |
| Response | |
| valid | xsd:boolean |
| demo | xsd:boolean |
| message | xsd:string |
{
"valid":"",
"demo":"",
"message":""
} | |
| deleteArticle | |
| delete an article | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| products_id | xsd:string |
| external_id | xsd:string |
{
"function":"deleteArticle",
"paras":{
"user":"",
"pass":"",
"products_id":"",
"external_id":""
}} | |
| Response | |
| result | tns:productResultItem |
{
"result":{
"products_model":"",
"products_id":0,
"external_id":"",
"result":true,
"message":""
}
} | |
| deleteAttribute | |
| delete an attribute | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| attributes_id | xsd:string |
| attributes_ext_id | xsd:string |
{
"function":"deleteAttribute",
"paras":{
"user":"",
"pass":"",
"attributes_id":"",
"attributes_ext_id":""
}} | |
| Response | |
| result | tns:attributeResultItem |
{
"result":{
"attributes_id":0,
"attributes_ext_id":0,
"result":true,
"message":""
}
} | |
| deleteCategory | |
| delete a category optional with childcategories | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| categories_id | xsd:string |
| external_id | xsd:string |
| doRemoveSubCategories | xsd:boolean |
{
"function":"deleteCategory",
"paras":{
"user":"",
"pass":"",
"categories_id":"",
"external_id":"",
"doRemoveSubCategories":""
}} | |
| Response | |
| result | tns:categoryResultItem |
{
"result":{
"categories_id":"",
"external_id":"",
"result":true,
"message":""
}
} | |
| deleteCustomer | |
| delete a customer | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| customers_id | xsd:string |
| external_id | xsd:string |
{
"function":"deleteCustomer",
"paras":{
"user":"",
"pass":"",
"customers_id":"",
"external_id":""
}} | |
| Response | |
| result | xsd:boolean |
| message | xsd:string |
{
"result":"",
"message":""
} | |
| deleteCustomerByMailAdr | |
| delete a customer | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| customer_mail | xsd:string |
| shop_id | xsd:string |
{
"function":"deleteCustomerByMailAdr",
"paras":{
"user":"",
"pass":"",
"customer_mail":"",
"shop_id":""
}} | |
| Response | |
| result | xsd:boolean |
| message | xsd:string |
{
"result":"",
"message":""
} | |
| deleteManufacturer | |
| delete a manufacturer | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| manufacturers_id | xsd:string |
| external_id | xsd:string |
{
"function":"deleteManufacturer",
"paras":{
"user":"",
"pass":"",
"manufacturers_id":"",
"external_id":""
}} | |
| Response | |
| result | tns:manufacturerResultItem |
{
"result":{
"manufacturers_id":"",
"external_id":"",
"result":true,
"message":""
}
} | |
| getArticle | |
| get product data WITHOUT IMAGE DATA itself. Use SOAP method getImage to get the image data. | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| products_id | xsd:int |
| external_id | xsd:string |
{
"function":"getArticle",
"paras":{
"user":"",
"pass":"",
"products_id":0,
"external_id":""
}} | |
| Response | |
| getArticleResultItem | tns:getArticleResultItem |
{
"getArticleResultItem":{
"productsItemExport":{
"products_id":0,
"external_id":"",
"permission_id":0,
"products_owner":0,
"products_ean":"",
"products_quantity":0,
"products_average_quantity":0,
"products_shippingtime":0,
"products_model":"",
"price_flag_graduated_all":0,
"price_flag_graduated_1":0,
"price_flag_graduated_2":0,
"price_flag_graduated_3":0,
"products_sort":0,
"products_option_master_price":"",
"ekomi_allow":0,
"products_image":"",
"products_price":0,
"date_added":"0001-01-01T00:00:00",
"last_modified":"0001-01-01T00:00:00",
"date_available":"0001-01-01T00:00:00",
"products_weight":0,
"products_status":0,
"products_tax_class_id":0,
"product_template":"",
"product_list_template":"",
"manufacturers_id":0,
"products_ordered":0,
"products_fsk18":0,
"products_vpe":0,
"products_vpe_status":0,
"products_vpe_value":0,
"products_startpage":0,
"products_startpage_sort":0,
"products_average_rating":0,
"products_rating_count":0,
"products_digital":0,
"flag_has_specials":0,
"products_serials":0,
"products_master_flag":"",
"products_master_model":"",
"products_keywords":{
"de":"",
"en":""
},
"products_description":{
"de":"",
"en":""
},
"products_short_description":{
"de":"",
"en":""
},
"meta_description":{
"de":"",
"en":""
},
"meta_title":{
"de":"",
"en":""
},
"meta_keywords":{
"de":"",
"en":""
},
"seo_url":{
"de":"",
"en":""
},
"url":{
"de":"",
"en":""
},
"products_special_prices":[{
"special_price":0,
"status":0,
"date_available":"0001-01-01T00:00:00",
"date_expired":"0001-01-01T00:00:00",
"group_permissions":[],
"group_permission_all":0
} ],
"products_name":{
"de":"",
"en":""
},
"categories":[],
"image_name":"",
"image":"",
"products_prices":[{
"price":0,
"staffel":0,
"group":"",
"quantity":0
} ],
"products_cross_sell":[],
"products_images":[{
"type":"",
"id":"",
"image_name":"",
"image_data":""
} ],
"products_categories":[],
"products_attributes":[{
"attributes_id":0,
"attributes_parent_id":0
} ],
"permissionList":[{
"external_id":"",
"permission":true,
"pgroup":""
} ],
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ],
"products_media_urlList":[{
"type":"",
"file":"",
"width":"",
"height":"",
"folder":"",
"url":""
} ]
},
"result":true,
"message":""
}
} | |
| getArticles | |
| get a list of products data WITHOUT IMAGE DATA itself. Use SOAP method getImage to get the image data. | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| offset | xsd:string |
| blocksize | xsd:string |
| filter | tns:arrayOfString |
{
"function":"getArticles",
"paras":{
"user":"",
"pass":"",
"offset":"",
"blocksize":"",
"filter":[]
}} | |
| Response | |
| result | tns:getArticlesResultItem |
{
"result":{
"productsItemExportList":[{
"products_id":0,
"external_id":"",
"permission_id":0,
"products_owner":0,
"products_ean":"",
"products_quantity":0,
"products_average_quantity":0,
"products_shippingtime":0,
"products_model":"",
"price_flag_graduated_all":0,
"price_flag_graduated_1":0,
"price_flag_graduated_2":0,
"price_flag_graduated_3":0,
"products_sort":0,
"products_option_master_price":"",
"ekomi_allow":0,
"products_image":"",
"products_price":0,
"date_added":"0001-01-01T00:00:00",
"last_modified":"0001-01-01T00:00:00",
"date_available":"0001-01-01T00:00:00",
"products_weight":0,
"products_status":0,
"products_tax_class_id":0,
"product_template":"",
"product_list_template":"",
"manufacturers_id":0,
"products_ordered":0,
"products_fsk18":0,
"products_vpe":0,
"products_vpe_status":0,
"products_vpe_value":0,
"products_startpage":0,
"products_startpage_sort":0,
"products_average_rating":0,
"products_rating_count":0,
"products_digital":0,
"flag_has_specials":0,
"products_serials":0,
"products_master_flag":"",
"products_master_model":"",
"products_keywords":{
"de":"",
"en":""
},
"products_description":{
"de":"",
"en":""
},
"products_short_description":{
"de":"",
"en":""
},
"meta_description":{
"de":"",
"en":""
},
"meta_title":{
"de":"",
"en":""
},
"meta_keywords":{
"de":"",
"en":""
},
"seo_url":{
"de":"",
"en":""
},
"url":{
"de":"",
"en":""
},
"products_special_prices":[{
"special_price":0,
"status":0,
"date_available":"0001-01-01T00:00:00",
"date_expired":"0001-01-01T00:00:00",
"group_permissions":[],
"group_permission_all":0
} ],
"products_name":{
"de":"",
"en":""
},
"categories":[],
"image_name":"",
"image":"",
"products_prices":[{
"price":0,
"staffel":0,
"group":"",
"quantity":0
} ],
"products_cross_sell":[],
"products_images":[{
"type":"",
"id":"",
"image_name":"",
"image_data":""
} ],
"products_categories":[],
"products_attributes":[{
"attributes_id":0,
"attributes_parent_id":0
} ],
"permissionList":[{
"external_id":"",
"permission":true,
"pgroup":""
} ],
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ],
"products_media_urlList":[{
"type":"",
"file":"",
"width":"",
"height":"",
"folder":"",
"url":""
} ]
} ],
"result":true,
"message":""
}
} | |
| getAttributes | |
| get all attributes for products | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| extNumberRange | xsd:string |
{
"function":"getAttributes",
"paras":{
"user":"",
"pass":"",
"extNumberRange":""
}} | |
| Response | |
| result | tns:attributeItemList |
| message | xsd:string |
{
"result":[{
"attributes_id":0,
"attributes_parent":0,
"attributes_ext_id":0,
"attributes_ext_parent_id":0,
"attributes_model":"",
"attributes_image":"",
"sort_order":0,
"status":0,
"attributes_name":{
"de":"",
"en":""
},
"attributes_desc":{
"de":"",
"en":""
},
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ]
} ],
"message":""
} | |
| getBasePriceNames | |
| get base price unit names | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
{
"function":"getBasePriceNames",
"paras":{
"user":"",
"pass":""
}} | |
| Response | |
| result | tns:xtstatusList |
| message | xsd:string |
{
"result":[{
"status_id":0,
"status_name":""
} ],
"message":""
} | |
| getCategories | |
| List Categories | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| start | xsd:string |
| blocksize | xsd:string |
| extNumberRange | xsd:string |
{
"function":"getCategories",
"paras":{
"user":"",
"pass":"",
"start":"",
"blocksize":"",
"extNumberRange":""
}} | |
| Response | |
| result | tns:categoryList |
| message | xsd:string |
{
"result":[{
"categories_id":0,
"external_id":"",
"permission_id":0,
"parent_id":"",
"external_parent_id":"",
"categories_status":0,
"sort_order":0,
"top_category":0,
"categories_image":"",
"date_added":"0001-01-01T00:00:00",
"last_modified":"0001-01-01T00:00:00",
"categories_template":"",
"listing_template":"",
"categories_name":{
"de":"",
"en":""
},
"categories_heading_title":{
"de":"",
"en":""
},
"categories_description":{
"de":"",
"en":""
},
"categories_description_bottom":{
"de":"",
"en":""
},
"meta_description":{
"de":"",
"en":""
},
"meta_title":{
"de":"",
"en":""
},
"meta_keywords":{
"de":"",
"en":""
},
"url_text":{
"de":"",
"en":""
},
"permissionList":[{
"external_id":"",
"permission":true,
"pgroup":""
} ],
"products_sorting":"",
"products_sorting2":"",
"google_product_cat":""
} ],
"message":""
} | |
| getCustomersStatus | |
| get customer status names (Kundengruppen) | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
{
"function":"getCustomersStatus",
"paras":{
"user":"",
"pass":""
}} | |
| Response | |
| result | tns:xtcustomersStatusList |
| message | xsd:string |
{
"result":[{
"customers_status_id":0,
"customers_status_name":""
} ],
"message":""
} | |
| getDeliveryTimes | |
| List Categories | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
{
"function":"getDeliveryTimes",
"paras":{
"user":"",
"pass":""
}} | |
| Response | |
| result | tns:xtstatusList |
| message | xsd:string |
{
"result":[{
"status_id":0,
"status_name":""
} ],
"message":""
} | |
| getImage | |
| get image by name | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| image_dir | xsd:string |
| image_name | xsd:string |
{
"function":"getImage",
"paras":{
"user":"",
"pass":"",
"image_dir":"",
"image_name":""
}} | |
| Response | |
| result | tns:xtimage |
| message | xsd:string |
{
"result":{
"imageBase64":""
},
"message":""
} | |
| getManufacturers | |
| List Manufacturers | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| start | xsd:int |
| size | xsd:int |
| extNumberRange | xsd:int |
{
"function":"getManufacturers",
"paras":{
"user":"",
"pass":"",
"start":0,
"size":0,
"extNumberRange":0
}} | |
| Response | |
| result | tns:manufacturerList |
| message | xsd:string |
{
"result":[{
"manufacturers_id":0,
"external_id":"",
"manufacturers_name":"",
"manufacturers_image":"",
"manufacturers_status":0,
"manufacturers_sort":0,
"products_sorting":"",
"products_sorting2":"",
"date_added":"0001-01-01T00:00:00",
"last_modified":"0001-01-01T00:00:00",
"manufacturers_description":{
"de":"",
"en":""
},
"meta_description":{
"de":"",
"en":""
},
"meta_title":{
"de":"",
"en":""
},
"meta_keywords":{
"de":"",
"en":""
},
"url_text":{
"de":"",
"en":""
},
"permissionList":[{
"external_id":"",
"permission":true,
"pgroup":""
} ]
} ],
"message":""
} | |
| getOrders | |
| use filter: Examples: array('status=16','date_purchased >= YYYY-mm-dd HH:MM:SS' | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| filter | tns:arrayOfString |
| start | xsd:string |
| blocksize | xsd:string |
| extNumberRangeCustomerId | xsd:int |
| extNumberRangeDeliveryAdr | xsd:int |
{
"function":"getOrders",
"paras":{
"user":"",
"pass":"",
"filter":[],
"start":"",
"blocksize":"",
"extNumberRangeCustomerId":0,
"extNumberRangeDeliveryAdr":0
}} | |
| Response | |
| result | tns:ordersList |
| message | xsd:string |
{
"result":[{
"orders_id":0,
"customers_id":0,
"customers_cid":"",
"customers_external_id":"",
"customers_vat_id":"",
"customers_status":0,
"customers_status_show_price_tax":0,
"customers_status_add_tax_ot":0,
"customers_email_address":"",
"delivery_gender":"",
"delivery_phone":"",
"delivery_fax":"",
"delivery_firstname":"",
"delivery_lastname":"",
"delivery_company":"",
"delivery_company_2":"",
"delivery_company_3":"",
"delivery_street_address":"",
"delivery_suburb":"",
"delivery_city":"",
"delivery_postcode":"",
"delivery_zone":"",
"delivery_zone_code":"",
"delivery_country":"",
"delivery_country_code":"",
"billing_gender":"",
"billing_phone":"",
"billing_fax":"",
"billing_firstname":"",
"billing_lastname":"",
"billing_company":"",
"billing_company_2":"",
"billing_company_3":"",
"billing_street_address":"",
"billing_suburb":"",
"billing_city":"",
"billing_postcode":"",
"billing_zone":"",
"billing_zone_code":"",
"billing_country":"",
"billing_country_code":"",
"payment_code":"",
"subpayment_code":"",
"shipping_code":"",
"currency_code":"",
"currency_value":0,
"language_code":"",
"comments":"",
"last_modified":"0001-01-01T00:00:00",
"order_date":"0001-01-01T00:00:00",
"orders_status":0,
"account_type":0,
"allow_tax":0,
"tax_included":0,
"tax_free":0,
"customers_ip":"",
"shop_id":0,
"orders_data":"",
"campaign_id":0,
"count_items":0,
"orders_total":[{
"orders_total_id":0,
"orders_total_key":"",
"orders_total_model":"",
"orders_total_name":"",
"orders_total_price":0,
"orders_total_tax":0,
"orders_total_tax_class":0,
"orders_total_quantity":0,
"allow_tax":0,
"info_code":""
} ],
"customer_data":{
"address_id":0,
"firstname":"",
"dob":"0001-01-01T00:00:00",
"name":"",
"street":"",
"gender":"",
"email":"",
"city":"",
"suburb":"",
"password":"",
"company":"",
"company_2":"",
"company_3":"",
"country":"",
"country_code":"",
"phone":"",
"zip":"",
"customers_cid":"",
"vat_id":"",
"group":0,
"banktransfer_owner":"",
"banktransfer_blz":"",
"banktransfer_bank_name":"",
"banktransfer_number":"",
"banktransfer_iban":"",
"banktransfer_bic":"",
"packstation_post":"",
"packstation_nr":""
},
"delivery_data":{
"address_id":0,
"firstname":"",
"dob":"0001-01-01T00:00:00",
"name":"",
"street":"",
"gender":"",
"email":"",
"city":"",
"suburb":"",
"password":"",
"company":"",
"company_2":"",
"company_3":"",
"country":"",
"country_code":"",
"phone":"",
"zip":"",
"customers_cid":"",
"vat_id":"",
"group":0,
"banktransfer_owner":"",
"banktransfer_blz":"",
"banktransfer_bank_name":"",
"banktransfer_number":"",
"banktransfer_iban":"",
"banktransfer_bic":"",
"packstation_post":"",
"packstation_nr":""
},
"payment_data":{
"cost":0,
"id":0,
"type":"",
"tax":0
},
"shipping_data":{
"cost":0,
"id":0,
"type":"",
"tax":0
},
"items":[{
"products_id":0,
"products_model":"",
"external_id":"",
"price_sum":0,
"name":"",
"item_data":"",
"options_full":[{
"option_group_id":0,
"option_group_field":"",
"option_group_name":"",
"option_group_desc":"",
"option_value_id":"",
"option_value_parent":"",
"option_value_image":"",
"option_value_field":"",
"option_value_default_model":"",
"option_value_default_price":"",
"option_value_default_p_prefix":"",
"option_value_default_weight":"",
"option_value_default_w_prefix":"",
"option_value_name":"",
"option_value_value":"",
"option_value_desc":"",
"pto_id":"",
"option_model":"",
"option_price":0,
"option_p_prefix":"",
"option_weight":0,
"option_w_prefix":"",
"option_calc_type":"",
"option_count":""
} ],
"quantity":0,
"tax":0,
"tax_class":0,
"weight":0,
"price":0,
"price_otax":0,
"applied_discount_percent":0,
"original_price":0
} ],
"total_tax":[{
"value":0,
"tax_rate":"",
"value_formated":""
} ],
"total_price_formated":"",
"total_price":0
} ],
"message":""
} | |
| getOrderStatusNames | |
| get order status names | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
{
"function":"getOrderStatusNames",
"paras":{
"user":"",
"pass":""
}} | |
| Response | |
| result | tns:xtstatusList |
| message | xsd:string |
{
"result":[{
"status_id":0,
"status_name":""
} ],
"message":""
} | |
| getPaymentMethods | |
| List Payment Methods | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
{
"function":"getPaymentMethods",
"paras":{
"user":"",
"pass":""
}} | |
| Response | |
| result | tns:paymentList |
| message | xsd:string |
{
"result":[{
"payment_id":0,
"payment_name":{
"de":"",
"en":""
}
} ],
"message":""
} | |
| getShippingMethods | |
| List Shipping Methods | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
{
"function":"getShippingMethods",
"paras":{
"user":"",
"pass":""
}} | |
| Response | |
| result | tns:shippingList |
| message | xsd:string |
{
"result":[{
"shipping_id":0,
"shipping_code":"",
"shipping_name":{
"de":"",
"en":""
}
} ],
"message":""
} | |
| getStores | |
| get stores | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
{
"function":"getStores",
"paras":{
"user":"",
"pass":""
}} | |
| Response | |
| result | tns:storesList |
| message | xsd:string |
{
"result":[{
"shop_id":0,
"shop_status":0,
"shop_name":"",
"shop_domain":"",
"shop_http":"",
"shop_https":"",
"shop_ssl":0
} ],
"message":""
} | |
| getVersion | |
| get version infos of this SOAP interface | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
{
"function":"getVersion",
"paras":{
"user":"",
"pass":""
}} | |
| Response | |
| versionInfos | tns:xtVersionInfos |
| result | xsd:boolean |
| message | xsd:string |
{
"versionInfos":{
"productName":"",
"productVersionMajor":0,
"productVersionMinor":0,
"productVersionPatchLevel":0
},
"result":"",
"message":""
} | |
| setArticle | |
| update or add product. For indivFieldsList use dstTable=TABLE_PRODUCTS | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| productItem | tns:productsItem |
{
"function":"setArticle",
"paras":{
"user":"",
"pass":"",
"productItem":{
"products_id":0,
"external_id":"",
"permission_id":0,
"products_owner":0,
"products_ean":"",
"products_quantity":0,
"products_average_quantity":0,
"products_shippingtime":0,
"products_model":"",
"price_flag_graduated_all":0,
"price_flag_graduated_1":0,
"price_flag_graduated_2":0,
"price_flag_graduated_3":0,
"products_sort":0,
"products_option_master_price":"",
"ekomi_allow":0,
"products_image":"",
"products_price":0,
"date_added":"0001-01-01T00:00:00",
"last_modified":"0001-01-01T00:00:00",
"date_available":"0001-01-01T00:00:00",
"products_weight":0,
"products_status":0,
"products_tax_class_id":0,
"product_template":"",
"product_list_template":"",
"manufacturers_id":0,
"products_ordered":0,
"products_fsk18":0,
"products_vpe":0,
"products_vpe_status":0,
"products_vpe_value":0,
"products_startpage":0,
"products_startpage_sort":0,
"products_average_rating":0,
"products_rating_count":0,
"products_digital":0,
"flag_has_specials":0,
"products_serials":0,
"products_master_flag":"",
"products_master_model":"",
"products_keywords":{
"de":"",
"en":""
},
"products_description":{
"de":"",
"en":""
},
"products_short_description":{
"de":"",
"en":""
},
"meta_description":{
"de":"",
"en":""
},
"meta_title":{
"de":"",
"en":""
},
"meta_keywords":{
"de":"",
"en":""
},
"seo_url":{
"de":"",
"en":""
},
"url":{
"de":"",
"en":""
},
"products_special_prices":[{
"special_price":0,
"status":0,
"date_available":"0001-01-01T00:00:00",
"date_expired":"0001-01-01T00:00:00",
"group_permissions":[],
"group_permission_all":0
} ],
"products_name":{
"de":"",
"en":""
},
"categories":[],
"image_name":"",
"image":"",
"products_prices":[{
"price":0,
"staffel":0,
"group":"",
"quantity":0
} ],
"products_cross_sell":[],
"products_images":[{
"type":"",
"id":"",
"image_name":"",
"image_data":""
} ],
"products_categories":[],
"products_attributes":[{
"attributes_id":0,
"attributes_parent_id":0
} ],
"permissionList":[{
"external_id":"",
"permission":true,
"pgroup":""
} ],
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ]
}
}} | |
| Response | |
| result | tns:productResultItem |
{
"result":{
"products_model":"",
"products_id":0,
"external_id":"",
"result":true,
"message":""
}
} | |
| setArticleImages | |
| set new Product Images | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| product_model | xsd:string |
| images | tns:productImages |
{
"function":"setArticleImages",
"paras":{
"user":"",
"pass":"",
"product_model":"",
"images":{
"products_id":0,
"products_model":"",
"external_id":"",
"image_name":"",
"image":"",
"products_images":[{
"products_id":0,
"products_model":"",
"external_id":"",
"image_name":"",
"image":"",
"products_images":[ ]
} ]
}
}} | |
| Response | |
| result | xsd:boolean |
| message | xsd:string |
{
"result":"",
"message":""
} | |
| setArticleImagesList | |
| set new Product Images List of products | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| images | tns:productImagesList |
{
"function":"setArticleImagesList",
"paras":{
"user":"",
"pass":"",
"images":[{
"products_id":0,
"products_model":"",
"external_id":"",
"image_name":"",
"image":"",
"products_images":[ ]
} ]
}} | |
| Response | |
| result | tns:productsResultItemList |
{
"result":[{
"products_model":"",
"products_id":0,
"external_id":"",
"result":true,
"message":""
} ]
} | |
| setArticles | |
| update or add a list of products. For indivFieldsList use dstTable=TABLE_PRODUCTS | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| Item | tns:productsItemList |
{
"function":"setArticles",
"paras":{
"user":"",
"pass":"",
"Item":[{
"products_id":0,
"external_id":"",
"permission_id":0,
"products_owner":0,
"products_ean":"",
"products_quantity":0,
"products_average_quantity":0,
"products_shippingtime":0,
"products_model":"",
"price_flag_graduated_all":0,
"price_flag_graduated_1":0,
"price_flag_graduated_2":0,
"price_flag_graduated_3":0,
"products_sort":0,
"products_option_master_price":"",
"ekomi_allow":0,
"products_image":"",
"products_price":0,
"date_added":"0001-01-01T00:00:00",
"last_modified":"0001-01-01T00:00:00",
"date_available":"0001-01-01T00:00:00",
"products_weight":0,
"products_status":0,
"products_tax_class_id":0,
"product_template":"",
"product_list_template":"",
"manufacturers_id":0,
"products_ordered":0,
"products_fsk18":0,
"products_vpe":0,
"products_vpe_status":0,
"products_vpe_value":0,
"products_startpage":0,
"products_startpage_sort":0,
"products_average_rating":0,
"products_rating_count":0,
"products_digital":0,
"flag_has_specials":0,
"products_serials":0,
"products_master_flag":"",
"products_master_model":"",
"products_keywords":{
"de":"",
"en":""
},
"products_description":{
"de":"",
"en":""
},
"products_short_description":{
"de":"",
"en":""
},
"meta_description":{
"de":"",
"en":""
},
"meta_title":{
"de":"",
"en":""
},
"meta_keywords":{
"de":"",
"en":""
},
"seo_url":{
"de":"",
"en":""
},
"url":{
"de":"",
"en":""
},
"products_special_prices":[{
"special_price":0,
"status":0,
"date_available":"0001-01-01T00:00:00",
"date_expired":"0001-01-01T00:00:00",
"group_permissions":[],
"group_permission_all":0
} ],
"products_name":{
"de":"",
"en":""
},
"categories":[],
"image_name":"",
"image":"",
"products_prices":[{
"price":0,
"staffel":0,
"group":"",
"quantity":0
} ],
"products_cross_sell":[],
"products_images":[{
"type":"",
"id":"",
"image_name":"",
"image_data":""
} ],
"products_categories":[],
"products_attributes":[{
"attributes_id":0,
"attributes_parent_id":0
} ],
"permissionList":[{
"external_id":"",
"permission":true,
"pgroup":""
} ],
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ]
} ]
}} | |
| Response | |
| result | tns:productsResultItemList |
{
"result":[{
"products_model":"",
"products_id":0,
"external_id":"",
"result":true,
"message":""
} ]
} | |
| setAttribute | |
| set one attribute for products. For indivFieldsList use dstTable=TABLE_PRODUCTS_ATTRIBUTES | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| attributeItem | tns:attributeItem |
{
"function":"setAttribute",
"paras":{
"user":"",
"pass":"",
"attributeItem":{
"attributes_id":0,
"attributes_parent":0,
"attributes_ext_id":0,
"attributes_ext_parent_id":0,
"attributes_model":"",
"attributes_image":"",
"sort_order":0,
"status":0,
"attributes_name":{
"de":"",
"en":""
},
"attributes_desc":{
"de":"",
"en":""
},
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ]
}
}} | |
| Response | |
| result | tns:attributeResultItem |
{
"result":{
"attributes_id":0,
"attributes_ext_id":0,
"result":true,
"message":""
}
} | |
| setAttributes | |
| set attributes for products. For indivFieldsList use dstTable=TABLE_PRODUCTS_ATTRIBUTES | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| attributeItemList | tns:attributeItemList |
{
"function":"setAttributes",
"paras":{
"user":"",
"pass":"",
"attributeItemList":[{
"attributes_id":0,
"attributes_parent":0,
"attributes_ext_id":0,
"attributes_ext_parent_id":0,
"attributes_model":"",
"attributes_image":"",
"sort_order":0,
"status":0,
"attributes_name":{
"de":"",
"en":""
},
"attributes_desc":{
"de":"",
"en":""
},
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ]
} ]
}} | |
| Response | |
| result | tns:attributeItemList |
| message | xsd:string |
{
"result":[{
"attributes_id":0,
"attributes_parent":0,
"attributes_ext_id":0,
"attributes_ext_parent_id":0,
"attributes_model":"",
"attributes_image":"",
"sort_order":0,
"status":0,
"attributes_name":{
"de":"",
"en":""
},
"attributes_desc":{
"de":"",
"en":""
},
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ]
} ],
"message":""
} | |
| setCategories | |
| update or add a list of categories. For indivFieldsList use dstTable=TABLE_CATEGORIES | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| Item | tns:categoriesItemList |
{
"function":"setCategories",
"paras":{
"user":"",
"pass":"",
"Item":[{
"external_id":"",
"permission_id":0,
"parent_id":"",
"categories_status":0,
"sort_order":0,
"top_category":0,
"categories_image":"",
"date_added":"0001-01-01T00:00:00",
"last_modified":"0001-01-01T00:00:00",
"categories_template":"",
"listing_template":"",
"categories_name":{
"de":"",
"en":""
},
"categories_heading_title":{
"de":"",
"en":""
},
"categories_description":{
"de":"",
"en":""
},
"categories_description_bottom":{
"de":"",
"en":""
},
"meta_description":{
"de":"",
"en":""
},
"meta_title":{
"de":"",
"en":""
},
"meta_keywords":{
"de":"",
"en":""
},
"seo_url":{
"de":"",
"en":""
},
"permissionList":[{
"external_id":"",
"permission":true,
"pgroup":""
} ],
"products_sorting":"",
"products_sorting2":"",
"google_product_cat":"",
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ]
} ]
}} | |
| Response | |
| result | tns:categoriesResultItemList |
{
"result":[{
"categories_id":"",
"external_id":"",
"result":true,
"message":""
} ]
} | |
| setCategory | |
| update or add a category. For indivFieldsList use dstTable=TABLE_CATEGORIES | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| Item | tns:categoryItem |
{
"function":"setCategory",
"paras":{
"user":"",
"pass":"",
"Item":{
"external_id":"",
"permission_id":0,
"parent_id":"",
"categories_status":0,
"sort_order":0,
"top_category":0,
"categories_image":"",
"date_added":"0001-01-01T00:00:00",
"last_modified":"0001-01-01T00:00:00",
"categories_template":"",
"listing_template":"",
"categories_name":{
"de":"",
"en":""
},
"categories_heading_title":{
"de":"",
"en":""
},
"categories_description":{
"de":"",
"en":""
},
"categories_description_bottom":{
"de":"",
"en":""
},
"meta_description":{
"de":"",
"en":""
},
"meta_title":{
"de":"",
"en":""
},
"meta_keywords":{
"de":"",
"en":""
},
"seo_url":{
"de":"",
"en":""
},
"permissionList":[{
"external_id":"",
"permission":true,
"pgroup":""
} ],
"products_sorting":"",
"products_sorting2":"",
"google_product_cat":"",
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ]
}
}} | |
| Response | |
| result | tns:categoryResultItem |
{
"result":{
"categories_id":"",
"external_id":"",
"result":true,
"message":""
}
} | |
| setCustomer | |
| update or add a customer. For indivFieldsList use dstTable=TABLE_CUSTOMERS | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| Item | tns:customersItem |
{
"function":"setCustomer",
"paras":{
"user":"",
"pass":"",
"Item":{
"shop_id":"",
"customers_cid":"",
"external_id":"",
"gender":"",
"lastname":"",
"firstname":"",
"dob":"0001-01-01T00:00:00",
"mail":"",
"phone":"",
"fax":"",
"company":"",
"company_2":"",
"company_3":"",
"street_address":"",
"postcode":"",
"city":"",
"country_code":"",
"vat_id":"",
"group":0,
"customers_status":0,
"password":"",
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ]
}
}} | |
| Response | |
| result | xsd:boolean |
| message | xsd:string |
| customers_id | xsd:string |
| external_id | xsd:string |
| csid | xsd:string |
{
"result":"",
"message":"",
"customers_id":"",
"external_id":"",
"csid":""
} | |
| setManufacturer | |
| update or add a manufactuerer | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| Item | tns:manufacturerListItem |
{
"function":"setManufacturer",
"paras":{
"user":"",
"pass":"",
"Item":{
"manufacturers_id":0,
"external_id":"",
"manufacturers_name":"",
"manufacturers_image":"",
"manufacturers_status":0,
"manufacturers_sort":0,
"products_sorting":"",
"products_sorting2":"",
"date_added":"0001-01-01T00:00:00",
"last_modified":"0001-01-01T00:00:00",
"manufacturers_description":{
"de":"",
"en":""
},
"meta_description":{
"de":"",
"en":""
},
"meta_title":{
"de":"",
"en":""
},
"meta_keywords":{
"de":"",
"en":""
},
"url_text":{
"de":"",
"en":""
},
"permissionList":[{
"external_id":"",
"permission":true,
"pgroup":""
} ]
}
}} | |
| Response | |
| result | tns:manufacturerResultItem |
{
"result":{
"manufacturers_id":"",
"external_id":"",
"result":true,
"message":""
}
} | |
| setManufacturers | |
| update or add a list of manufacturers | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| Item | tns:manufacturerList |
{
"function":"setManufacturers",
"paras":{
"user":"",
"pass":"",
"Item":[{
"manufacturers_id":0,
"external_id":"",
"manufacturers_name":"",
"manufacturers_image":"",
"manufacturers_status":0,
"manufacturers_sort":0,
"products_sorting":"",
"products_sorting2":"",
"date_added":"0001-01-01T00:00:00",
"last_modified":"0001-01-01T00:00:00",
"manufacturers_description":{
"de":"",
"en":""
},
"meta_description":{
"de":"",
"en":""
},
"meta_title":{
"de":"",
"en":""
},
"meta_keywords":{
"de":"",
"en":""
},
"url_text":{
"de":"",
"en":""
},
"permissionList":[{
"external_id":"",
"permission":true,
"pgroup":""
} ]
} ]
}} | |
| Response | |
| result | tns:manufacturersResultItemList |
{
"result":[{
"manufacturers_id":"",
"external_id":"",
"result":true,
"message":""
} ]
} | |
| setMedia | |
| set a media item | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| link_id | xsd:string |
| isLinkExternal | xsd:boolean |
| className | xsd:string |
| mediaItem | tns:mediaItem |
{
"function":"setMedia",
"paras":{
"user":"",
"pass":"",
"link_id":"",
"isLinkExternal":"",
"className":"",
"mediaItem":{
"filename":"",
"filedata":"",
"mediatype":""
}
}} | |
| Response | |
| result | xsd:boolean |
| message | xsd:string |
{
"result":"",
"message":""
} | |
| setOrderExported | |
| set exported flag to order | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| order_id | xsd:int |
{
"function":"setOrderExported",
"paras":{
"user":"",
"pass":"",
"order_id":0
}} | |
| Response | |
| result | xsd:boolean |
| message | xsd:string |
{
"result":"",
"message":""
} | |
| setOrderStati | |
| set new order stati for a list of orders | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| order_ids | tns:arrayOfInt |
| new_status_id | xsd:int |
| comments | xsd:string |
| sendmail | xsd:int |
{
"function":"setOrderStati",
"paras":{
"user":"",
"pass":"",
"order_ids":[],
"new_status_id":0,
"comments":"",
"sendmail":0
}} | |
| Response | |
| result | xsd:boolean |
| message | xsd:string |
{
"result":"",
"message":""
} | |
| setOrderStatus | |
| set new order status | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| order_id | xsd:int |
| new_status_id | xsd:int |
| comments | xsd:string |
| sendmail | xsd:int |
| indivFieldsList | tns:indivFieldsList |
{
"function":"setOrderStatus",
"paras":{
"user":"",
"pass":"",
"order_id":0,
"new_status_id":0,
"comments":"",
"sendmail":0,
"indivFieldsList":[{
"dstTable":"",
"sqlFieldName":"",
"sqlFieldType":"",
"value":"",
"langValue":{
"de":"",
"en":""
}
} ]
}} | |
| Response | |
| result | xsd:boolean |
| message | xsd:string |
{
"result":"",
"message":""
} | |
| setStocks | |
| update stocks of a list of products | |
| Request | |
| user | xsd:string |
| pass | xsd:string |
| Item | tns:productsStockList |
{
"function":"setStocks",
"paras":{
"user":"",
"pass":"",
"Item":[{
"products_id":0,
"external_id":"",
"products_model":"",
"products_quantity":0
} ]
}} | |
| Response | |
| result | tns:productsResultItemList |
{
"result":[{
"products_model":"",
"products_id":0,
"external_id":"",
"result":true,
"message":""
} ]
} | |
| arrayOfDecimal | |
| SOAP-ENC:arrayType | xsd:decimal[] |
| arrayOfInt | |
| SOAP-ENC:arrayType | xsd:int[] |
| arrayOfString | |
| SOAP-ENC:arrayType | xsd:string[] |
| attributeItem | |
| attributes_id | xsd:int |
| attributes_parent | xsd:int |
| attributes_ext_id | xsd:int |
| attributes_ext_parent_id | xsd:int |
| attributes_model | xsd:string |
| attributes_image | xsd:string |
| sort_order | xsd:int |
| status | xsd:int |
| attributes_name | tns:langItem |
| attributes_desc | tns:langItem |
| indivFieldsList | tns:indivFieldsList |
| attributeItemList | |
| SOAP-ENC:arrayType | tns:attributeItem[] |
| attributeResultItem | |
| attributes_id | xsd:int |
| attributes_ext_id | xsd:int |
| result | xsd:boolean |
| message | xsd:string |
| categories_descriptionItem | |
| categories_id | xsd:int |
| language_code | xsd:string |
| categories_name | xsd:string |
| categories_heading_title | xsd:string |
| categories_description | tns:categories_descriptionList |
| categories_descriptionList | |
| SOAP-ENC:arrayType | tns:categories_descriptionItem[] |
| categoriesItem | |
| categories_id | xsd:int |
| external_id | xsd:string |
| permission_id | xsd:int |
| categories_owner | xsd:int |
| categories_image | xsd:string |
| parent_id | xsd:int |
| categories_status | xsd:int |
| categories_template | xsd:string |
| listing_template | xsd:string |
| sort_order | xsd:int |
| products_sorting | xsd:string |
| products_sorting2 | xsd:string |
| date_added | xsd:dateTime |
| last_modified | xsd:dateTime |
| categories_descriptions | tns:categories_descriptionList |
| categoriesItemList | |
| SOAP-ENC:arrayType | tns:categoryItem[] |
| categoriesResultItemList | |
| SOAP-ENC:arrayType | tns:categoryResultItem[] |
| categoryItem | |
| external_id | xsd:string |
| permission_id | xsd:int |
| parent_id | xsd:string |
| categories_status | xsd:int |
| sort_order | xsd:int |
| top_category | xsd:int |
| categories_image | xsd:string |
| date_added | xsd:dateTime |
| last_modified | xsd:dateTime |
| categories_template | xsd:string |
| listing_template | xsd:string |
| categories_name | tns:langItem |
| categories_heading_title | tns:langItem |
| categories_description | tns:langItem |
| categories_description_bottom | tns:langItem |
| meta_description | tns:langItem |
| meta_title | tns:langItem |
| meta_keywords | tns:langItem |
| seo_url | tns:langItem |
| permissionList | tns:permissionItemList |
| products_sorting | xsd:string |
| products_sorting2 | xsd:string |
| google_product_cat | xsd:string |
| indivFieldsList | tns:indivFieldsList |
| categoryItemExport | |
| categories_id | xsd:int |
| external_id | xsd:string |
| permission_id | xsd:int |
| parent_id | xsd:string |
| external_parent_id | xsd:string |
| categories_status | xsd:int |
| sort_order | xsd:int |
| top_category | xsd:int |
| categories_image | xsd:string |
| date_added | xsd:dateTime |
| last_modified | xsd:dateTime |
| categories_template | xsd:string |
| listing_template | xsd:string |
| categories_name | tns:langItem |
| categories_heading_title | tns:langItem |
| categories_description | tns:langItem |
| categories_description_bottom | tns:langItem |
| meta_description | tns:langItem |
| meta_title | tns:langItem |
| meta_keywords | tns:langItem |
| url_text | tns:langItem |
| permissionList | tns:permissionItemList |
| products_sorting | xsd:string |
| products_sorting2 | xsd:string |
| google_product_cat | xsd:string |
| categoryList | |
| SOAP-ENC:arrayType | tns:categoryItemExport[] |
| categoryResultItem | |
| categories_id | xsd:string |
| external_id | xsd:string |
| result | xsd:boolean |
| message | xsd:string |
| customer_dataBase | |
| address_id | xsd:int |
| firstname | xsd:string |
| dob | xsd:dateTime |
| name | xsd:string |
| street | xsd:string |
| gender | xsd:string |
| xsd:string | |
| city | xsd:string |
| suburb | xsd:string |
| password | xsd:string |
| company | xsd:string |
| company_2 | xsd:string |
| company_3 | xsd:string |
| country | xsd:string |
| country_code | xsd:string |
| phone | xsd:string |
| zip | xsd:string |
| customers_cid | xsd:string |
| vat_id | xsd:string |
| group | xsd:int |
| banktransfer_owner | xsd:string |
| banktransfer_blz | xsd:string |
| banktransfer_bank_name | xsd:string |
| banktransfer_number | xsd:string |
| banktransfer_iban | xsd:string |
| banktransfer_bic | xsd:string |
| packstation_post | xsd:string |
| packstation_nr | xsd:string |
| customers_addressesItem | |
| address_book_id | xsd:int |
| external_id | xsd:string |
| customers_id | xsd:int |
| customers_gender | xsd:string |
| customers_dob | xsd:dateTime |
| customers_phone | xsd:string |
| customers_fax | xsd:string |
| customers_company | xsd:string |
| customers_company_2 | xsd:string |
| customers_company_3 | xsd:string |
| customers_firstname | xsd:string |
| customers_lastname | xsd:string |
| customers_street_address | xsd:string |
| customers_suburb | xsd:string |
| customers_postcode | xsd:string |
| customers_city | xsd:string |
| customers_country_code | xsd:string |
| address_class | xsd:string |
| date_added | xsd:dateTime |
| last_modified | xsd:dateTime |
| customers_addressesList | |
| SOAP-ENC:arrayType | tns:customers_addressesItem[] |
| customersItem | |
| shop_id | xsd:string |
| customers_cid | xsd:string |
| external_id | xsd:string |
| gender | xsd:string |
| lastname | xsd:string |
| firstname | xsd:string |
| dob | xsd:dateTime |
| xsd:string | |
| phone | xsd:string |
| fax | xsd:string |
| company | xsd:string |
| company_2 | xsd:string |
| company_3 | xsd:string |
| street_address | xsd:string |
| postcode | xsd:string |
| city | xsd:string |
| country_code | xsd:string |
| vat_id | xsd:string |
| group | xsd:int |
| customers_status | xsd:int |
| password | xsd:string |
| indivFieldsList | tns:indivFieldsList |
| deliveryItem | |
| id | xsd:int |
| name | tns:langItem |
| deliveryList | |
| SOAP-ENC:arrayType | tns:deliveryItem[] |
| getArticleResultItem | |
| productsItemExport | tns:productsItemExport |
| result | xsd:boolean |
| message | xsd:string |
| getArticlesResultItem | |
| productsItemExportList | tns:productsItemExportList |
| result | xsd:boolean |
| message | xsd:string |
| indivField | |
| dstTable | xsd:string |
| sqlFieldName | xsd:string |
| sqlFieldType | xsd:string |
| value | xsd:string |
| langValue | tns:langItem |
| indivFieldsList | |
| SOAP-ENC:arrayType | tns:indivField[] |
| itemsBase | |
| products_id | xsd:int |
| products_model | xsd:string |
| external_id | xsd:string |
| price_sum | xsd:decimal |
| name | xsd:string |
| item_data | xsd:string |
| options_full | tns:OptionsList |
| quantity | xsd:decimal |
| tax | xsd:decimal |
| tax_class | xsd:int |
| weight | xsd:decimal |
| price | xsd:decimal |
| price_otax | xsd:decimal |
| applied_discount_percent | xsd:decimal |
| original_price | xsd:decimal |
| itemsList | |
| SOAP-ENC:arrayType | tns:itemsBase[] |
| langItem | |
| de | xsd:string |
| en | xsd:string |
| manufacturerList | |
| SOAP-ENC:arrayType | tns:manufacturerListItem[] |
| manufacturerListItem | |
| manufacturers_id | xsd:int |
| external_id | xsd:string |
| manufacturers_name | xsd:string |
| manufacturers_image | xsd:string |
| manufacturers_status | xsd:int |
| manufacturers_sort | xsd:int |
| products_sorting | xsd:string |
| products_sorting2 | xsd:string |
| date_added | xsd:dateTime |
| last_modified | xsd:dateTime |
| manufacturers_description | tns:langItem |
| meta_description | tns:langItem |
| meta_title | tns:langItem |
| meta_keywords | tns:langItem |
| url_text | tns:langItem |
| permissionList | tns:permissionItemList |
| manufacturerResultItem | |
| manufacturers_id | xsd:string |
| external_id | xsd:string |
| result | xsd:boolean |
| message | xsd:string |
| manufacturersResultItemList | |
| SOAP-ENC:arrayType | tns:manufacturerResultItem[] |
| mediaItem | |
| filename | xsd:string |
| filedata | xsd:base64Binary |
| mediatype | xsd:string |
| optionItem | |
| option_group_id | xsd:int |
| option_group_field | xsd:string |
| option_group_name | xsd:string |
| option_group_desc | xsd:string |
| option_value_id | xsd:string |
| option_value_parent | xsd:string |
| option_value_image | xsd:string |
| option_value_field | xsd:string |
| option_value_default_model | xsd:string |
| option_value_default_price | xsd:string |
| option_value_default_p_prefix | xsd:string |
| option_value_default_weight | xsd:string |
| option_value_default_w_prefix | xsd:string |
| option_value_name | xsd:string |
| option_value_value | xsd:string |
| option_value_desc | xsd:string |
| pto_id | xsd:string |
| option_model | xsd:string |
| option_price | xsd:decimal |
| option_p_prefix | xsd:string |
| option_weight | xsd:decimal |
| option_w_prefix | xsd:string |
| option_calc_type | xsd:string |
| option_count | xsd:string |
| OptionsList | |
| SOAP-ENC:arrayType | tns:optionItem[] |
| orders_productsItem | |
| orders_products_id | xsd:int |
| products_id | xsd:int |
| products_model | xsd:string |
| products_name | xsd:string |
| products_price | xsd:decimal |
| products_discount | xsd:decimal |
| products_tax | xsd:decimal |
| products_tax_class | xsd:int |
| products_quantity | xsd:decimal |
| products_data | xsd:string |
| allow_tax | xsd:int |
| products_shipping_time | xsd:string |
| orders_productsList | |
| SOAP-ENC:arrayType | tns:orders_productsItem[] |
| orders_totalItem | |
| orders_total_id | xsd:int |
| orders_total_key | xsd:string |
| orders_total_model | xsd:string |
| orders_total_name | xsd:string |
| orders_total_price | xsd:decimal |
| orders_total_tax | xsd:decimal |
| orders_total_tax_class | xsd:int |
| orders_total_quantity | xsd:decimal |
| allow_tax | xsd:int |
| info_code | xsd:string |
| orders_totalList | |
| SOAP-ENC:arrayType | tns:orders_totalItem[] |
| ordersItem | |
| orders_id | xsd:int |
| customers_id | xsd:int |
| customers_cid | xsd:string |
| customers_external_id | xsd:string |
| customers_vat_id | xsd:string |
| customers_status | xsd:int |
| customers_status_show_price_tax | xsd:int |
| customers_status_add_tax_ot | xsd:int |
| customers_email_address | xsd:string |
| delivery_gender | xsd:string |
| delivery_phone | xsd:string |
| delivery_fax | xsd:string |
| delivery_firstname | xsd:string |
| delivery_lastname | xsd:string |
| delivery_company | xsd:string |
| delivery_company_2 | xsd:string |
| delivery_company_3 | xsd:string |
| delivery_street_address | xsd:string |
| delivery_suburb | xsd:string |
| delivery_city | xsd:string |
| delivery_postcode | xsd:string |
| delivery_zone | xsd:string |
| delivery_zone_code | xsd:string |
| delivery_country | xsd:string |
| delivery_country_code | xsd:string |
| billing_gender | xsd:string |
| billing_phone | xsd:string |
| billing_fax | xsd:string |
| billing_firstname | xsd:string |
| billing_lastname | xsd:string |
| billing_company | xsd:string |
| billing_company_2 | xsd:string |
| billing_company_3 | xsd:string |
| billing_street_address | xsd:string |
| billing_suburb | xsd:string |
| billing_city | xsd:string |
| billing_postcode | xsd:string |
| billing_zone | xsd:string |
| billing_zone_code | xsd:string |
| billing_country | xsd:string |
| billing_country_code | xsd:string |
| payment_code | xsd:string |
| subpayment_code | xsd:string |
| shipping_code | xsd:string |
| currency_code | xsd:string |
| currency_value | xsd:decimal |
| language_code | xsd:string |
| comments | xsd:string |
| last_modified | xsd:dateTime |
| order_date | xsd:dateTime |
| orders_status | xsd:int |
| account_type | xsd:int |
| allow_tax | xsd:int |
| tax_included | xsd:int |
| tax_free | xsd:int |
| customers_ip | xsd:string |
| shop_id | xsd:int |
| orders_data | xsd:string |
| campaign_id | xsd:int |
| count_items | xsd:int |
| orders_total | tns:orders_totalList |
| customer_data | tns:customer_dataBase |
| delivery_data | tns:customer_dataBase |
| payment_data | tns:payment_dataBase |
| shipping_data | tns:shipping_dataBase |
| items | tns:itemsList |
| total_tax | tns:taxList |
| total_price_formated | xsd:string |
| total_price | xsd:decimal |
| ordersList | |
| SOAP-ENC:arrayType | tns:ordersItem[] |
| payment_dataBase | |
| cost | xsd:decimal |
| id | xsd:int |
| type | xsd:string |
| tax | xsd:decimal |
| paymentItem | |
| payment_id | xsd:int |
| payment_name | tns:langItem |
| paymentList | |
| SOAP-ENC:arrayType | tns:paymentItem[] |
| permissionItem | |
| external_id | xsd:string |
| permission | xsd:boolean |
| pgroup | xsd:string |
| permissionItemList | |
| SOAP-ENC:arrayType | tns:permissionItem[] |
| priceset | |
| price | xsd:decimal |
| staffel | xsd:int |
| group | xsd:string |
| quantity | xsd:int |
| pricesetList | |
| SOAP-ENC:arrayType | tns:priceset[] |
| productImages | |
| products_id | xsd:int |
| products_model | xsd:string |
| external_id | xsd:string |
| image_name | xsd:string |
| image | xsd:base64Binary |
| products_images | tns:productImagesList |
| productImagesList | |
| SOAP-ENC:arrayType | tns:productImages[] |
| productResultItem | |
| products_model | xsd:string |
| products_id | xsd:int |
| external_id | xsd:string |
| result | xsd:boolean |
| message | xsd:string |
| products_attributes_ids | |
| attributes_id | xsd:int |
| attributes_parent_id | xsd:int |
| products_attributes_idsList | |
| SOAP-ENC:arrayType | tns:products_attributes_ids[] |
| products_cross_sellItem | |
| products_id_cross_sell | xsd:int |
| products_cross_sellList | |
| SOAP-ENC:arrayType | tns:products_cross_sellItem[] |
| products_imageItem | |
| type | xsd:string |
| id | xsd:string |
| image_name | xsd:string |
| image_data | xsd:base64Binary |
| products_imageList | |
| SOAP-ENC:arrayType | tns:products_imageItem[] |
| products_media_url | |
| type | xsd:string |
| file | xsd:string |
| width | xsd:string |
| height | xsd:string |
| folder | xsd:string |
| url | xsd:string |
| products_media_urlList | |
| SOAP-ENC:arrayType | tns:products_media_url[] |
| products_priceItem | |
| products_id | xsd:int |
| group | xsd:string |
| discount_quantity | xsd:int |
| price | xsd:decimal |
| products_priceList | |
| SOAP-ENC:arrayType | tns:products_priceItem[] |
| productsItem | |
| products_id | xsd:int |
| external_id | xsd:string |
| permission_id | xsd:int |
| products_owner | xsd:int |
| products_ean | xsd:string |
| products_quantity | xsd:decimal |
| products_average_quantity | xsd:int |
| products_shippingtime | xsd:int |
| products_model | xsd:string |
| price_flag_graduated_all | xsd:int |
| price_flag_graduated_1 | xsd:int |
| price_flag_graduated_2 | xsd:int |
| price_flag_graduated_3 | xsd:int |
| products_sort | xsd:int |
| products_option_master_price | xsd:string |
| ekomi_allow | xsd:int |
| products_image | xsd:string |
| products_price | xsd:decimal |
| date_added | xsd:dateTime |
| last_modified | xsd:dateTime |
| date_available | xsd:dateTime |
| products_weight | xsd:decimal |
| products_status | xsd:int |
| products_tax_class_id | xsd:int |
| product_template | xsd:string |
| product_list_template | xsd:string |
| manufacturers_id | xsd:int |
| products_ordered | xsd:int |
| products_fsk18 | xsd:int |
| products_vpe | xsd:int |
| products_vpe_status | xsd:int |
| products_vpe_value | xsd:decimal |
| products_startpage | xsd:int |
| products_startpage_sort | xsd:int |
| products_average_rating | xsd:decimal |
| products_rating_count | xsd:int |
| products_digital | xsd:int |
| flag_has_specials | xsd:int |
| products_serials | xsd:int |
| products_master_flag | xsd:string |
| products_master_model | xsd:string |
| products_keywords | tns:langItem |
| products_description | tns:langItem |
| products_short_description | tns:langItem |
| meta_description | tns:langItem |
| meta_title | tns:langItem |
| meta_keywords | tns:langItem |
| seo_url | tns:langItem |
| url | tns:langItem |
| products_special_prices | tns:specialpriceList |
| products_name | tns:langItem |
| categories | tns:arrayOfInt |
| image_name | xsd:string |
| image | xsd:string |
| products_prices | tns:pricesetList |
| products_cross_sell | tns:arrayOfString |
| products_images | tns:products_imageList |
| products_categories | tns:arrayOfInt |
| products_attributes | tns:products_attributes_idsList |
| permissionList | tns:permissionItemList |
| indivFieldsList | tns:indivFieldsList |
| productsItemExport | |
| products_id | xsd:int |
| external_id | xsd:string |
| permission_id | xsd:int |
| products_owner | xsd:int |
| products_ean | xsd:string |
| products_quantity | xsd:decimal |
| products_average_quantity | xsd:int |
| products_shippingtime | xsd:int |
| products_model | xsd:string |
| price_flag_graduated_all | xsd:int |
| price_flag_graduated_1 | xsd:int |
| price_flag_graduated_2 | xsd:int |
| price_flag_graduated_3 | xsd:int |
| products_sort | xsd:int |
| products_option_master_price | xsd:string |
| ekomi_allow | xsd:int |
| products_image | xsd:string |
| products_price | xsd:decimal |
| date_added | xsd:dateTime |
| last_modified | xsd:dateTime |
| date_available | xsd:dateTime |
| products_weight | xsd:decimal |
| products_status | xsd:int |
| products_tax_class_id | xsd:int |
| product_template | xsd:string |
| product_list_template | xsd:string |
| manufacturers_id | xsd:int |
| products_ordered | xsd:int |
| products_fsk18 | xsd:int |
| products_vpe | xsd:int |
| products_vpe_status | xsd:int |
| products_vpe_value | xsd:decimal |
| products_startpage | xsd:int |
| products_startpage_sort | xsd:int |
| products_average_rating | xsd:decimal |
| products_rating_count | xsd:int |
| products_digital | xsd:int |
| flag_has_specials | xsd:int |
| products_serials | xsd:int |
| products_master_flag | xsd:string |
| products_master_model | xsd:string |
| products_keywords | tns:langItem |
| products_description | tns:langItem |
| products_short_description | tns:langItem |
| meta_description | tns:langItem |
| meta_title | tns:langItem |
| meta_keywords | tns:langItem |
| seo_url | tns:langItem |
| url | tns:langItem |
| products_special_prices | tns:specialpriceList |
| products_name | tns:langItem |
| categories | tns:arrayOfInt |
| image_name | xsd:string |
| image | xsd:string |
| products_prices | tns:pricesetList |
| products_cross_sell | tns:arrayOfString |
| products_images | tns:products_imageList |
| products_categories | tns:arrayOfInt |
| products_attributes | tns:products_attributes_idsList |
| permissionList | tns:permissionItemList |
| indivFieldsList | tns:indivFieldsList |
| products_media_urlList | tns:products_media_urlList |
| productsItemExportList | |
| SOAP-ENC:arrayType | tns:productsItemExport[] |
| productsItemList | |
| SOAP-ENC:arrayType | tns:productsItem[] |
| productsResultItemList | |
| SOAP-ENC:arrayType | tns:productResultItem[] |
| productsStockItem | |
| products_id | xsd:int |
| external_id | xsd:string |
| products_model | xsd:string |
| products_quantity | xsd:decimal |
| productsStockList | |
| SOAP-ENC:arrayType | tns:productsStockItem[] |
| shipping_dataBase | |
| cost | xsd:decimal |
| id | xsd:int |
| type | xsd:string |
| tax | xsd:decimal |
| shippingItem | |
| shipping_id | xsd:int |
| shipping_code | xsd:string |
| shipping_name | tns:langItem |
| shippingList | |
| SOAP-ENC:arrayType | tns:shippingItem[] |
| specialprice | |
| special_price | xsd:decimal |
| status | xsd:int |
| date_available | xsd:dateTime |
| date_expired | xsd:dateTime |
| group_permissions | tns:arrayOfInt |
| group_permission_all | xsd:int |
| specialpriceList | |
| SOAP-ENC:arrayType | tns:specialprice[] |
| storeItem | |
| shop_id | xsd:int |
| shop_status | xsd:int |
| shop_name | xsd:string |
| shop_domain | xsd:string |
| shop_http | xsd:string |
| shop_https | xsd:string |
| shop_ssl | xsd:int |
| storesList | |
| SOAP-ENC:arrayType | tns:storeItem[] |
| taxBase | |
| value | xsd:decimal |
| tax_rate | xsd:string |
| value_formated | xsd:string |
| taxList | |
| SOAP-ENC:arrayType | tns:taxBase[] |
| xtcustomersStatus | |
| customers_status_id | xsd:int |
| customers_status_name | xsd:string |
| xtcustomersStatusList | |
| SOAP-ENC:arrayType | tns:xtcustomersStatus[] |
| xtimage | |
| imageBase64 | xsd:string |
| xtstatus | |
| status_id | xsd:int |
| status_name | xsd:string |
| xtstatusList | |
| SOAP-ENC:arrayType | tns:xtstatus[] |
| xtVersionInfos | |
| productName | xsd:string |
| productVersionMajor | xsd:int |
| productVersionMinor | xsd:int |
| productVersionPatchLevel | xsd:int |