Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

111
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!