@kevinllg Unfortunately, this isn’t as simple as changing to a custom permalink as what you are requesting is related to pagination, which is a standardized feature of WordPress. You can customize it but you do so at your own risk, if it is done wrong it could break all pagination on your site not just for your store, and it will require a significant amount of coding.
There is an excellent write-up on the process here: https://stackoverflow.com/questions/38551634/how-to-create-custom-pagination-permalinks-in-wordpress
Okay wlpdrpat thanks for your reply,
In that case, I think I’m going to adjust my js code to work with the /%post_name%/ format
https://example.com/store/page/2/
Also I will have to handle the categories in that way.