Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

126
Vistas
Shopify node API get the latest products updated

I'm currently looping my whole list of products I get from shopify and get the updated date of the object, is there a more optimized way to use it? does shopify have a resource to get the latest updated products so I can optimize my work

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

According to the documentation, you should be able to get a list of products filtering on three specific date fields ... published_at_min, created_at_min and the one you likely want, updated_at_min.

https://shopify.dev/api/admin-rest/2022-01/resources/product#[get]/admin/api/2022-01/products.json

import Shopify from '@shopify/shopify-api';
const client = new Shopify.Clients.Rest('your-development-store.myshopify.com', accessToken);
const data = await client.get({
  path: 'products',
  query: {"updated_at_min":"2021-01-15T16:15:00-04:00"},
});

Add it to your query and go from there.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda