cancel
Showing results for 
Search instead for 
Did you mean: 

Category products update is not reflecting even after getting true in response

Category products update is not reflecting even after getting true in response

I tried PUT /V1/categories/{categoryId}/products

to update the product in a category, but it came to my notice that the changes are not reflected  in GET method of /V1/categories/{categoryId}/products.Please tell me if there's any issue with the APIs.

 

1 REPLY 1

Re: Category products update is not reflecting even after getting true in response

@sarita_furtadoIt may not be an issue with the API as you received the correct result in 1st attempt. You did not get the updates data possibly due to the cache. You need to add an random string in your API call to get the new data otherwise you'll get the cached data until cache is flushed.

 

Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.