Fruugo Update Products
Summary of Changes: (The purpose of this table is to keep traceability and Product team to highlight the things that were changed into the scope, based on comments or discussions)
Version | Date | Created / Updated | Notes |
---|---|---|---|
v1.0 | 15/01/2024 | Hristiyan | First publish |
We want all triggers, validations and standardizations to be as per Product Listing general requirements
API Docs : https://developer.fruugo.com/#tag/products-v1/operation/patchProducts
API Call : POST https://product-api.fruugo.com/v1/products/partial
The request, mapping and responses are the same as the Fruugo Create Products, the only difference is the API Call endpoint.
The only difference should be that in the response we should have "productCreated": false
and "productUpdated": true
(if successful) however the example given in their documentation is not clear and we still don’t have a test account to check this out.