I’d like to retrieve all the products that have active_flag set to false, or selectable set to false. Is that possible?
Hi @Ailen_Munoz
You can construct a filter that can retrieve deactivated products. The ID of this filter can be passed in the getProducts query parameters.
Let me know if this works?