API: How to get product disapproval reason

When a product update got disapproval from store admin with some reason text,
Via product api, we can only get the status of disapproved products (status: “x”) but not the reason.
How can we get the product disapproval reason via API

Hi!

I was unable to reproduce this issue. If you send a GET request to the api/products/[product_id], disapproval reason will be listed in the premoderation_reason element:

	"premoderation_reason": "Missing description",
1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.