This resource provides methods for retrieving and creating data in the Product register (Tuoterekisteri) of a Fivaldi company.

GET /products

This method is used to retrieve a list of products in the Product register matching the search criteria. The list contains some basic information about the product and the free text search criteria (searchWord) applies to these fields. More detailed information for one product can be retrieved with GET /companies/{cuid}/products/{id}.

If you need to synchronize the Product register from Fivaldi to an external system, it is recommended to design the integration logic so that only relevant products are retrieved using change time date filter (fromDate) to filter out results that have already been retrieved earlier.

Required access level for Partner account: WebService tuoterekisteri - käyttö

OpenAPI documentation

GET /products/{id}

This method is used to retrieve all information for one product in the Product register.

Note! If the productCode has any special characters, you should use the GET /products/getProduct method instead.

Required access level for Partner account: WebService tuoterekisteri - käyttö

OpenAPI documentation

GET /products/getProduct

This method is used to retrieve all information for one product in the Product register. This method can be used when the productCode has special characters.

Required access level for Partner account: WebService tuoterekisteri - käyttö

OpenAPI documentation

GET /products/getProductRegisterBasicDetails

This method is used to retrieve company specific basic details. As Fivaldi allows company specific customization, this method must usually be used to retrieve the configuration used by that company for which Products are created through the API.

These details are Product groups, Units, Posting groups and Posting codes.

Required access level for Partner account: WebService tuoterekisteri - käyttö

OpenAPI documentation

POST /products/createProduct

This method is used to create a new product including descriptions and postings to Fivaldi Company’s Product register.

Required access level for Partner account: WebService tuoterekisteri - lisäys

OpenAPI documentation

POST /products/updateProductAllFields

This method is used to update existing product details to Fivaldi Company’s Product register. Descriptions and postings will not be updated. This method overrides all product data.

Required access level for Partner account: WebService tuoterekisteri - lisäys

OpenAPI documentation

POST /products/updateProduct

This method is used to update existing product details partially with fields given on request body to Fivaldi Company’s product register. Descriptions and postings will not be updated. With this method for example only product ean-code can be updated if it is only field given.

Required access level for Partner account: WebService tuoterekisteri - lisäys

OpenAPI documentation

POST /products/createProductDescription

This method is used to create a new description to an existing product with language code on request object body to Fivaldi Company’s product register.

Required access level for Partner account: WebService tuoterekisteri - lisäys

OpenAPI documentation

POST /products/updateProductDescriptionAllFields

This method is used to update existing product description with language code on request object body to Fivaldi Company’s product register.

Required access level for Partner account: WebService tuoterekisteri - lisäys

OpenAPI documentation

POST /products/updateProductPostingAllFields

This method is used to update existing product posting with posting group id on request object body to Fivaldi Company’s product register.

Required access level for Partner account: WebService tuoterekisteri - lisäys

OpenAPI documentation

 



Oliko tästä vastauksesta apua? Kyllä Ei

Send feedback
Pahoittelut, että emme voineet auttaa. Anna palautetta, jotta voimme parantaa tätä artikkelia.