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

115
Vistas
How to create an offer for an existing ASIN on Amazon?

I am looking for creating an offer by having the ASIN, and the inventory options (SKU, quantity, price etc).

We already have access to the Amazon SP API:

const SellingPartnerAPI = require('amazon-sp-api');

const TOKEN = '...';

(async () => {
    try {
        let sellingPartner = new SellingPartnerAPI({
          region: "eu",
          refresh_token: TOKEN
        });

        const createOffer = async (options) => {
            // ... This needs to be implemented
        }

        let res = await createOffer({
            asin: ...,
            sku: ...,
            quantity: ...,
            price: ...
        });
        console.log(res);
    } catch (e) {
        console.error(e)
    }
})()

Amazon Support was not very helpful, but they suggested we should use the Listings endpoints, however I still find it rather confusing.

What is the right way to create the offer for a given ASIN and the inventory data?

about 4 years ago · Juan Pablo Isaza
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