Prestashop Webservice .Net core Application
Budget: €30 – €250 EUR
I need a .net core module (written in c#) to create and update items to a prestashop store (v 1.7.6) using the prestashop webservice.
This module will be added to an already working application that is used to send products from ERP to e-commerce stores. I will integrate the module myself.
Data are stored in a SQL Server database and are fetched using an stored procedure with the following outcome list.
transactionId
objectType: Product,
transactionType: Add, Update
transStatus: 10 Pending
rqstBody: xml with product information (the structure will be adapted to prestashop requirements)
rspBody: string with request response
rspId: Prestashop entity id
These are the requirements:
- Insert new products, both simple and with combinations (size/colour/etc) with images and all related attributes (Categories,Brand,Tax rules,etc), get the id of the generated items and save into the database; response status, response message, product id.
- Update existing Products (change price, description etc)
- Update stock quantity
This module will be added to an already working application that is used to send products from ERP to e-commerce stores. I will integrate the module myself.
Data are stored in a SQL Server database and are fetched using an stored procedure with the following outcome list.
transactionId
objectType: Product,
transactionType: Add, Update
transStatus: 10 Pending
rqstBody: xml with product information (the structure will be adapted to prestashop requirements)
rspBody: string with request response
rspId: Prestashop entity id
These are the requirements:
- Insert new products, both simple and with combinations (size/colour/etc) with images and all related attributes (Categories,Brand,Tax rules,etc), get the id of the generated items and save into the database; response status, response message, product id.
- Update existing Products (change price, description etc)
- Update stock quantity