Send to Amazon - trying to create link to workflow with ASIN pre-selected

I’m currently working on streamlining some processes in the warehouse. We use Google Sheets for inventory management, and I’d like to add a column that includes a link to Send to Amazon, starting a workflow with the ASIN included in the Google Sheet as pre-selected, just like it happens with Manage Inventory > Send/replenish inventory with a selected ASIN. However, I don’t know how to do this - the url that appears on Send to Amazon when redirected from Amazon’s Manage Inventory is always as follows, regardless of which ASIN is selected:

https://sellercentral.amazon.com/fba/sendtoamazon/confirm_content_step?preselected=sita&wf=(workflow ID)

I tried looking up the Page Source, but I couldn’t figure it out. If anyone knows how to do this, it would be much appreciated!

4 Likes

Not sure if this will work for what you want but try this.

https://sellercentral.amazon.com/gp/ssof/workflow/sendinventory.html?ref_=ssof_si_skuc_ac&mSku.0=TESTSKU&asin.0=TESTASIN&fnSku.0=TESTFNSKU&fulfillmentChannel=AMAZON&action=send

TestSku
TestASIN
TestFNSKU

3 Likes

That worked great! My question is: would there be a way to only have to enter one of those 3 parameters, preferably the ASIN? Otherwise, I’d have to add 3 columns to the Google Sheet with the SKU, ASIN and FNSKU, while we already have the ASIN tied to the product’s name.

3 Likes

I am not really sure on that one, especially the way our ASINs have multiple listings and need a unique identifier. You could try it with just a SKU

https://sellercentral.amazon.com/gp/ssof/workflow/sendinventory.html?ref_=ssof_si_skuc_ac&mSku.0=TESTSKU&fulfillmentChannel=AMAZON&action=send

If your ASINs are only tied to 1 SKU and 1 FNSKU you could use Vlookup in excel. Just a thought.

4 Likes

Worked like a charm. Thank you so much!

3 Likes