Optionalaccess_Returned when the API call is successful. Each new access_token is a dynamic token that can be used multiple times. It expires after 4 hours.
Optionalexpire_Returned when the API call is successful. The validity period of the access_token, in seconds.
Optionalmerchant_Returned when the API call is successful. The merchant_id for this refresh.
Optionalpartner_Returned when the API call is successful. The partner_id you used for this refresh.
Optionalprincipal_Returned when the API call is successful.The principal_id for this refresh.
Optionalrefresh_New refresh_tokenReturned when the API call is successful. Use a refresh_token to get a new access_token. Each refresh_token is valid for 30 days, and can only be used once by either a shop_id or merchant_id or supplier_id or user_id.
Optionalshop_Returned when the API call is successful. The shop_id for this refresh.
Optionalsupplier_Returned when the API call is successful. The supplier_id for this refresh.
Optionaluser_Returned when the API call is successful. The user_id for this refresh.
Response data payload for refresh_access_token