The documentation shows explicitely how to get some customer saved searches: https://shopify.dev/api/admin-rest/2022-07/resources/customersavedsearch#get-customer-saved-searches .
However I am unable to hit the endpoint. When I hit https://kiliba-preprod-test.myshopify.com/admin/api/2022-07/customer_saved_searches.json , I receive the following response:
{
errors: “Not found”
}
I can’t see a reason why this endpoint is not available to me. Any idea?