I created access token by using customerAccessTokenCreate API and I confirmed whether the access token update when requesting customerAccessTokenRenew API. I expected it updated renew access token. However, it wasn’t changed and expiresAt was only updated.
My questions are following.
Is the behavior right?
When access token will be renew?
I confirmed renewing access token when resetting password.
Besides, I also confirmed that shortly requesting customerAccessTokenCreate API updated only expiresAt.
This is expected behaviour, renewing an access token extends how long it can be used, if you want an entirely new token use customerAccessTokenCreate instead.
I expected customerAccessTokenCreate recreate customerAccessToken. But, it only updated the expiresAt, not create new token. So, I don’t understand when and how to use customerAccessTokenCreate and customerAccessTokenRenew