Amazon León offers salaries from $5,600 to $26,458 per month

Leon, Guanajuato.- Shipping Center amazon lion has begun to operate and the salaries offered by this company in Mexico range from 5,600 to 26,458 pesos per month.
The leading logistics company offers vacancies for its different plants in Mexico, in the case of Lion since 2020 it began to offer jobs for various positions.
According to the page https://mx.indeed.com/cmp/Amazon.com/salaries, the following positions receive these salaries on a monthly basis:
Too many ads?
Reduce advertising
- A storekeeper: 5 thousand 608 pesos.
- A warehouse assistant: 6,327 pesos.
- A delivery man: 9,115 pesos.
- Preventionist: 20 thousand 789 pesos.
- Driver assistant: 5,108 pesos
- General store assistant: 5,075 pesos.
On this same page it is mentioned that the positions that are most looking for vacancies Amazon in Mexico are:
- Warehouse.
- Mechanics.
- Customer service.
- Social services.
- Technology and software.
- Transport and retail sales.
“How much does Amazon.com pay in Mexico? The average monthly salary at Amazon.com ranges from 5,075 pesos a month as a general store assistant, to 26,458 a month as Customer service.
“The average weekly salary at Amazon.com ranges from 1,440 pesos a week as a storekeeper, to 2,000 pesos a week as a delivery person,” the site reads.
It explains that the salary information comes from 118 sources obtained directly from the companies, users and jobs on Indeed in the last 36 months.
READ ALSO: This Tuesday Amazon opens in León.
“Salary data are approximate figures based on third-party contributions to Indeed. This data is provided to Indeed users for rough comparison purposes. The minimum salary may vary by region and we recommend contacting the company directly to obtain exact salary data.
LALC
function objectToQueryString( obj ) { return Object.keys( obj ).map(function( key ) { return encodeURIComponent( key ) + '=' + encodeURIComponent( obj[ key ] ); }).join( '&' ); }
function amEmail(){ var email__am = document.querySelector( "#form-email-login-article").value, nombre__am = document.querySelector( "#form-nombre-login-article").value, apellido__am = document.querySelector( "#form-apellido-login-article").value;
var params="email=" + email__am + '&nombre=" + nombre__am + "&apellido=' + apellido__am ; var request = new XMLHttpRequest();
request.onreadystatechange = function() { if ( request.readyState == 4 && request.status == 200 ){ var requestJSON = JSON.parse( request.responseText ); console.log(requestJSON); console.log(requestJSON.result);
} }
request.open( 'POST', "https://circulo.am.com.mx/suscribir-8am.php", true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send(params);
} function openForm(){
btnEditarEmail.style.display = "none"; actionLoginArticle.setAttribute("value", "0"); inputEmailLoginArticle.disabled = false; FormCrearArticle.style.display ="none"; LoginAarticleShow.style.display ="none"; inputPassLoginArticle.disabled = true; inputNombreLoginArticle.disabled = true; inputApellidoLoginArticle.disabled = true; messageLoginArticle.innerHTML = ""; document.querySelector(".form--box__btn_login-article" ).innerHTML = "Continuar"; document.querySelector( ".block-social").style.height = "auto"; document.querySelector( ".check_8am").style.display = "none"; document.querySelector( ".terminos_crear_cuenta").style.display = "none"; document.querySelector( ".parrafo-login-article_02").style.display = "block"; document.querySelector( ".form--box__btn_login-article" ).style.opacity = "1"; document.querySelector( ".form--box__btn_login-article" ).disabled = false; document.querySelector( "#suscribeAM").disabled = true; document.querySelector( "#form-email-login-article" ).disabled = false;
} function recuperaPass(){ if( ModalRecupera.classList.contains( "login-open" ) ){ ModalRecupera.classList.remove( "login-open" ); ModalLogin.classList.add( "login-open" ); }else{ ModalLogin.classList.remove( "login-open" ); ModalRecupera.classList.add( "login-open" ); limpiarFormulario(); }
}
var FormLoginArticle = document.querySelector( "#form-login-am-article" ), inputEmailLoginArticle = FormLoginArticle .querySelector( "#form-email-login-article" ), inputPassLoginArticle = FormLoginArticle .querySelector( "#form-pass-login-article" ), inputNombreLoginArticle =FormLoginArticle .querySelector( "#form-nombre-login-article" ), inputApellidoLoginArticle =FormLoginArticle .querySelector( "#form-apellido-login-article" ), BtnpreloadArticle = FormLoginArticle .querySelector( ".preloadLoginArticle" ), LoginAarticleShow = FormLoginArticle .querySelector( ".login-article-show" ), messageLoginArticle = FormLoginArticle .querySelector( ".form--box__mensaje_login-article" ), messageLoginArticleBefore = FormLoginArticle .querySelector( ".login-Before" ), actionLoginArticle = FormLoginArticle .querySelector( "#action-login-article" ), btnEditarEmail = FormLoginArticle .querySelector( ".btn-editar-email" ), BtnRecuperaArticle = document.querySelector( ".a-recuperar-article" ), FormCrearArticle = FormLoginArticle .querySelector( ".form-crear" );
BtnRecuperaArticle.addEventListener( "click", recuperaPass, false ); FormLoginArticle .addEventListener( "submit", onSubmitLoginArticle, false );
function onSubmitLoginArticle(){ event.preventDefault(); var urlRegistro = window.parent.location.href;
BtnpreloadArticle.style.opacity = "1"; messageLoginArticle.innerHTML = ""; messageLoginArticleBefore.innerHTML = ""; btnEditarEmail.style.display = "block"; inputEmailLoginArticle.disabled = true;
var params = { email: inputEmailLoginArticle.value, password: inputPassLoginArticle.value, nombre: inputNombreLoginArticle.value, apellido: inputApellidoLoginArticle.value, action: actionLoginArticle.value, url_registro:urlRegistro
};
var request = new XMLHttpRequest();
request.onreadystatechange = function() { if ( request.readyState == 4 && request.status == 200 ){
BtnpreloadArticle.style.opacity = "0"; var requestJSON = JSON.parse( request.responseText ); console.log(requestJSON);
var Accion_Form = requestJSON['estatus_form']; var checkBox = document.getElementById("suscribeAM");
if (checkBox.checked == true){ amEmail(); }
var RespuestaAction = requestJSON['estatus_Respuesta']; var estatus = requestJSON['estatus']; var estatus_check = requestJSON['estatus_check'];
if(RespuestaAction == 1){ actionLoginArticle.setAttribute("value", "Login_Social"); document.querySelector( ".form--box__btn_login-article" ).innerHTML = "Crear contraseña";
}else if(RespuestaAction == 2){ actionLoginArticle.setAttribute("value", "Login"); LoginAarticleShow.style.display ="block"; inputPassLoginArticle.disabled = false; document.querySelector( ".block-social").style.height = "0px";
}else if(RespuestaAction == 3){
document.querySelector( ".form--box__btn_login-article" ).innerHTML = "Crear Cuenta"; FormCrearArticle.style.display ="block"; LoginAarticleShow.style.display ="block"; inputPassLoginArticle.disabled = false; inputNombreLoginArticle.disabled = false; inputApellidoLoginArticle.disabled = false; actionLoginArticle.setAttribute("value", "Crear"); document.querySelector( ".div-recuperar").style.display = "none"; document.querySelector( ".block-social").style.height = "0px"; document.querySelector( "#suscribeAM").disabled = false; document.querySelector( ".check_8am").style.display = "block"; document.querySelector( ".terminos_crear_cuenta").style.display = "block"; document.querySelector( ".parrafo-login-article_02").style.display = "none";
}else{ actionLoginArticle.setAttribute("value", ""); }
if(estatus_check){
messageLoginArticleBefore.innerHTML = requestJSON['estatus_text']; messageLoginArticleBefore.style.display ="block";
actionLoginArticle.setAttribute("value", requestJSON['estatus_Respuesta']);
}
if(estatus == false){ messageLoginArticle.innerHTML = requestJSON['estatus_text_action']; actionLoginArticle.setAttribute("value", requestJSON['estatus_Respuesta']); document.querySelector( ".form--box__btn_login-article" ).innerHTML = "Continuar";
var btn_continuar = requestJSON['btn_continuar']; if(btn_continuar == true){ document.querySelector( ".form--box__btn_login-article" ).style.opacity = "0.4"; document.querySelector( ".form--box__btn_login-article" ).disabled = true; document.querySelector( "#form-email-login-article" ).disabled = true; document.querySelector( ".btn-editar-email").style.display = "none"; }
}else if(estatus == true){ var href = location.href; var hrefLocation = href.match(/([^\/]*)\/*$/)[1]; messageLoginArticle.innerHTML = requestJSON['estatus_text_action']; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'login', 'login_page_url': document.location.href, 'login_page_title': document.title });
setTimeout(function(){ var token = requestJSON['token']; setCookie('token_login_am',token,30);
var href = location.href; var hrefLocation = href.match(/([^\/]*)\/*$/)[1];
if(hrefLocation == 'sign-in' || hrefLocation == 'forgot-password'){ location.href="https://news.google.com/"; }else{ location.reload(); } }, 3000);
}
} }
request.open( 'POST', "https://circulo.am.com.mx/send/am/login-article/", true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send(objectToQueryString( params ));
}
/**Social**/
function getCookie(cname) {
let name = cname + "=";
let decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(';');
for(let i = 0; i
}
window.fbAsyncInit = function() { FB.init({ appId : '1258211021258612', cookie : true, xfbml : true, version : 'v11.0' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/es_LA/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
window.addEventListener('load', (event) => { FB.getLoginStatus(function(response) { // See the onlogin handler statusChangeCallback(response); }); });
function statusChangeCallback(response) { // Called with the results from FB.getLoginStatus(). console.log(response); // The current login status of the person. if (response.status === 'connected') { // Logged into your webpage and Facebook.
} else { // Not logged into your webpage or we are unable to tell.
} }
function onloginfacebook(){ FB.login((response) => { if(response.authResponse){ FB.api('/me', { locale: 'en_US', fields: 'first_name, email, last_name' }, function(response) {
var socialcokkie = getCookie('token_login_am');
if(socialcokkie != "social" || socialcokkie.length == 0){ signUpSocial(response.first_name,response.last_name,response.email,"facebook"); } });
} },{scope: 'email,public_profile'}) }
function signUpSocial(nombre,apellido,correo,type){
var urlRegistro = window.parent.location.href;
if(getCookie('token_login_am') == "social") return;
var params = { nombre: nombre, apellido: apellido, emailregistro: correo, passregistro: "", url_registro:urlRegistro
};
var request = new XMLHttpRequest();
request.onreadystatechange = function() { if ( request.readyState == 4 && request.status == 200 ){ var requestJSON = JSON.parse( request.responseText ); console.log(requestJSON); console.log(requestJSON.result); console.log(requestJSON['estatus_text']);
if(requestJSON['estatus_registro'] == true){ setCookie('token_login_am',"social",30); console.log("ESTATUS REGISTRO TRUE"); console.log(type); if(type == "facebook"){ window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'login_facebook', 'login_page_url': document.location.href, 'login_page_title': document.title }); }else if(type == "google"){ window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event' : 'login_google', 'login_page_url': document.location.href, 'login_page_title': document.title }); }
var href = location.href; var hrefLocation = href.match(/([^\/]*)\/*$/)[1];
if(hrefLocation == 'sign-in' || hrefLocation == 'forgot-password'){ location.href="https://news.google.com/"; }else{ location.reload(); } } } }
request.open( 'POST', "https://circulo.am.com.mx/send/am/registrosocial/", true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send(objectToQueryString( params )); console.log(objectToQueryString( params ));
}