Any amazon dropshippers here?

by kor420
4 replies
  • ECOMMERCE
  • |
I've been drop shipping on amazon for about 3 months now. I'm making from 100 to 200 a day after fees. I currently have over 5000 products listed for sell. Most of the items ship from a us warehouse, but on some occasions that product is not at the us warehouse because its out of stock there and would be back instock in the us warehouse after 14days, so i have to have it shipped from a warehouse in china.

Does anyone know how i can set it so it will not say display a shipping from location?
#amazon #dropshippers
  • Profile picture of the author Januardi91
    hi, as far as i know ,..we once we setup our Shipping profile it will apply to all listings. So if we setup our shipping profile come from USA, it'll show all our listing are from USA.

    actually i don't really care about it, so once i got order , & i have to use CHINA dropshipper,..i simply just process it without need to worry about where the item wearhous,..as long as we provide tracking number & ship it fast,..i think it fine,.

    Btw,..what items you are selling on amazon ? 5000 pruducts listed ? how can you list it ? do you use Bulk listing software ?
    {{ DiscussionBoard.errors[10579534].message }}
    • Profile picture of the author kor420
      I made a simple Bot with imacros that reads from a csv file. It's a Simi-automatic bot because i have a pause in it so i can make sure the products matches up, if it does i can hit enter on the keyboard and it will continue on. If the product doesn't match up, i simply scroll down until i find the product and click continue in imacros.

      It beats manually copy and pasting everything.

      Do you have problems with people filling false copyright claims?
      {{ DiscussionBoard.errors[10581124].message }}
    • Profile picture of the author kor420
      Originally Posted by Januardi91 View Post

      hi, as far as i know ,..we once we setup our Shipping profile it will apply to all listings. So if we setup our shipping profile come from USA, it'll show all our listing are from USA.

      actually i don't really care about it, so once i got order , & i have to use CHINA dropshipper,..i simply just process it without need to worry about where the item wearhous,..as long as we provide tracking number & ship it fast,..i think it fine,.

      Btw,..what items you are selling on amazon ? 5000 pruducts listed ? how can you list it ? do you use Bulk listing software ?
      If you use iMacros to list thousands of products, just make sure to put quotes around the title of your products or the bot will pick the first product in the list of the search. I had hundreds of products that listed under the wrong listings. I had to delete everything at first, then i figured out that if you put quotes around the title, it will find products with that exact title..

      For example, i sold a product that was $11. The listing that the bot posted under was for 4 of those products for like 60 bucks. My listing was for just one. I had to cover the extra cost because i didn't want bad rep and lost money.

      In your csv file, if the title of your product is in column b, put this formula into Column B = """" & B1 & """" and that will put quotes around the product titles.

      Here is my imacros code
      Code:
      VERSION BUILD=10022823
      TAB T=1
      TAB CLOSE
      
      SET !ERRORIGNORE YES
      SET !TIMEOUT_STEP 0
      
      SET !DATASOURCE C:UserscjoneDesktopinventory.csv
      SET !DATASOURCE_LINE { { !LOOP } }
      
      'CLEAR
      'REFRESH
      
      URL GOTO=https://sellercentral.amazon.com/hz/productsearch?ref=xx_myiadprd_cont_myimain
      WAIT SECONDS=4
      
      TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:signinWidget ATTR=NAME:username CONTENT=XXX
      SET !ENCRYPTION NO
      TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:signinWidget ATTR=NAME:password CONTENT=XXX
      TAG POS=1 TYPE=BUTTON:SUBMIT FORM=NAME:signinWidget ATTR=NAME:sign-in-button
      
      TAG POS=1 TYPE=INPUT:SEARCH FORM=ACTION:/hz/productsearch ATTR=NAME:q CONTENT={ { !COL3 } }
      TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/hz/productsearch ATTR=CLASS:a-button-input
      
      TAG POS=1 TYPE=A ATTR=TXT:Sell<SP>yours
      
      TAB T=2
      WAIT SECONDS=4
      TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:productForm ATTR=NAME:item_sku CONTENT={ { !COL1 } }
      
      TAG POS=1 TYPE=INPUT:NUMBER FORM=NAME:productForm ATTR=NAME:quantity CONTENT={ { !COL5 } }
      
      TAG POS=1 TYPE=SELECT FORM=NAME:productForm ATTR=NAME:condition_type CONTENT=%new,<SP>new
      
      TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:productForm ATTR=NAME:standard_price CONTENT={ { !COL4 } }
      
      TAG POS=1 TYPE=BUTTON:SUBMIT FORM=NAME:productForm ATTR=TXT:Save<SP>and<SP>finish&&ID:main_submit_button&&CLASS:primaryAUIButton<SP>&&TYPE:submit&&NAME:ItemSelected
      WAIT SECONDS=2
      TAG POS=1 TYPE=BUTTON:SUBMIT FORM=NAME:productForm ATTR=TXT:Save<SP>and<SP>finish&&ID:main_submit_button&&CLASS:primaryAUIButton<SP>&&TYPE:submit&&NAME:ItemSelected
      WAIT SECONDS=3
      {{ DiscussionBoard.errors[10583974].message }}

Trending Topics