Replace the SynchronizationData Web Service
Introduction
The SynchronizationData Web Service provided seven types of data, depending on the DataType parameter, in csv, json or xml export.
Each type of data now has a specific endpoint to get a json export.
Here are the endpoints to use depending on the DataType value:
- DataType=1 (Catalogs): catalogList
- DataType=2 (Categories): categoryList
- DataType=3 (Products): productList
- DataType=4 (Product Categories): productAndCategoryList
- DataType=5 (Part Numbers): partNumberList
- DataType=8 (Supplier contacts): contactCatalog
Catalogs (DataType=1)
Here are the attributes returned by the Web Service and how to handle the upgrade on catalogList.
Web Service attribute | Endpoint attribut |
---|---|
CatalogId | classificationCode |
Name | label |
Published | deprecated |
Updated | updateDate |
ClassType | classificationType |
SupplierName | deprecated |
SupplierDescription | deprecated |
Categories (DataType=2)
Here are the attributes returned by the Web Service and how to handle the upgrade on categoryList.
Web Service attribute | Endpoint attribut |
---|---|
ClassPath | deprecated |
CatalogId | deprecated |
Title | label |
Picture | pictureUrl |
Description | description |
Level | deprecated |
PathCaption | deprecated |
Products (DataType=3)
Here are the attributes returned by the Web Service and how to handle the upgrade on productList.
Web Service attribute | Endpoint attribut |
---|---|
ProductFamilyId | partFamilyCode |
Title | label |
Description | deprecated |
LongDescription | deprecated |
ManufacturerID | providerCode |
StandardsIDs | providerCode |
Version | deprecated |
UpdateDate | updateDate |
Product Categories (DataType=4)
Here are the attributes returned by the Web Service and how to handle the upgrade on productAndCategoryList.
Web Service attribute | Endpoint attribut |
---|---|
ProductFamilyId | partFamilyCode |
ClassPath | deprecated |
Part Numbers (DataType=5)
Here are the attributes returned by the Web Service and how to handle the upgrade on partNumberList.
Web Service attribute | Endpoint attribut |
---|---|
PartNumber | partNumber |
ProductFamilyId | deprecated |
Design | deprecated |
SelectionPath | selectionPath |
SelectionPath2D | deprecated |
SelectionPath3D | deprecated |
CADmodel | caDmodel |
Supplier contacts (DataType=8)
Here are the attributes returned by the Web Service and how to handle the upgrade on contactCatalog.
Web Service attribute | Endpoint attribut |
---|---|
CatalogId | deprecated |
SupplierName | deprecated |
SupplierAddress | deprecated |
SupplierAddressFieldCompany | company |
SupplierAddressFieldAddress1 | addr1 |
SupplierAddressFieldAddress2 | addr2 |
SupplierAddressFieldAddress3 | addr3 |
SupplierAddressFieldCity | city |
SupplierAddressFieldZipCode | zipCode |
SupplierAddressFieldCountry | deprecated |
SupplierAddressFieldProvince | state |
SupplierAddressFieldISOCountryCode | country |
Phones | deprecated |
Fax | deprecated |
SupplierEmail | emailAddress |
SupplierWebSite | website |
Developer support
Please contact us for any problem, question or comment related to this content integration.
Updated 9 months ago