How to pass an Amazon account review
Have you ever sold products on Amazon? How about sold so much within the first week that amazon decided to put your account under review? I have. Plenty of times! It's completely normal for this type of thing to occur, and quite frankly, it's a good thing! Let's move on...
The first question you probably have is: "Why did Amazon put my account under review?"
This is an extremely good question. (Actually, it's the only response
you should have.) The answer to this question is that Amazon wants to
protect it's buyer's against potential fraud. They don't want some new
scam artist visiting their marketplace with stealth information, selling
a crap load of products, then skipping out on shipment after
withdrawing money. For this skepticism, Amazon deploys certain measures
to negate this from happening. Thus, triggering the account review.
Ok, I understand why amazon put my account under review.. so.. now what do I do?
The first step in combating the review process is to submit an appeal.
An appeal is what amazon offers to sellers in order to fully understand
where their mindset is. In other words, it's a test. When submitting a
review, make sure you give a complete, detailed response of where your
stock comes from and how you plan on maintaining such a large load of
consumers. Amazon wants to see if you're prepared and ready to take on
it's extremely large clientele base.
After you have submitted a review to Amazon, you must sit and wait.
While you're waiting, you want to make sure all orders are processed
effectively and that you don't remove any current listings. Removing all
your listings will send Amazon a RED FLAG and they will certainly know
something's up with your account.
I've submitted my review, waiting several days and Amazon support has yet to reply to my appeal. What should I do?
The best thing to do in this scenario is to contact Amazon support once
more. In this email, you must reiterate how you are extremely excited
about the opportunity to sell on Amazon's marketplace and how you find
it a great inconvenience you aren't able to sell on an unrestricted
account. Amazon will see this email, notice you have waited a few days
before sending it and most likely respond with great news. The usual
response goes a little something like this:
Dear Amazon Seller,
We have decided to reinstate your selling privileges and allow you to
continue utilizing Amazon's marketplace. However, we have placed the
monies from all future sales on a 7-day hold. This merely means you will
only be able to cash out funds from sales 7 days after confirmed
shipment.
We appreciate your business and thank you for choosing Amazon.
Amazon support
If you receive an email such as this one, you're in business. Now, you
can gauge the approximate time you'll be able to receive your funds
after shipment. And that my friends, is much better than receiving a
suspension notice. On the other hand, if you receive an email stating
they have reinstated your selling privileges without any restrictions,
YOU ARE HOME FREE AS MUCH AS HOME FREE CAN GET!
I have submitted my additional email notice, waited a week, and Amazon support still hasn't responded... What do I do now?
If you haven't received a response in several weeks, Amazon is most
likely awaiting feedback from your buyers. The best thing to do in this
situation is to contact all your buyers by sending a small notification
email requesting feedback. It may look a little like this:
Dear recent customer,
We noticed your shipment recently arrived and are contacting you in
regards to the satisfaction level of the product you purchased from us.
If you would, please visit the feedback section of the product in
question, and leave a small rating and comment. If you have any
disputes, or just have a question, do not hesitate to contact us.
Thank you,
Blah Blah Blah Seller
After you send a crap load of these out to your buyers and wait a few
days. Contact Amazon again with the updated information. The key aspect
of this whole process is to remain cool, calm and collected. Amazon will
appreciate this, which in turn, gives you a better chance at receiving
an unrestricted account.
And that's about it folks! I hope you have enjoyed this fairly large
tutorial on how to combat Amazon's efforts to distract your selling and I
certainly hope you're able to use this.
Happy selling and good luck!
How to pass an Amazon account review的更多相关文章
- [工作积累] Google/Amazon平台的各种坑
所谓坑, 就是文档中没有标明的特别需要处理的细节, 工作中会被无故的卡住各种令人恼火的问题. 包括系统级的bug和没有文档化的限制. 继Android的各种坑后, 现在做Amazon平台, 遇到的坑很 ...
- We are writing to let you know we have removed your selling privileges
Hello, We are writing to let you know we have removed your selling privileges, canceled your listin ...
- GHOST CMS - 配置 Config
Config For self-hosted Ghost users, a custom configuration file can be used to override Ghost's defa ...
- 给你的应用“一只”智慧的眼睛 —— Barcode常识普及以及识别信息处理
在“如何用MediaCapture解决二维码扫描问题”这篇文章中,我们通过“成像”.“截图”与“识别”三个步骤介绍了使用MediaCapture扫码的主要过程及注意事项.本文主要针对“识别”的过程,对 ...
- python 优矿自动化交易
一.进入官网,打开notebook 自己新建 notebook 二.在代码中编写自己的交易策略 https://uqer.io/help/faqApi/#account相关属性 在帮助文档中可以找到 ...
- JQuery学习(2)之Ajax
同步传输 正 多件事情一起做 | 程 不 事情一件一件地做 常: | 序 是: 异步传输 人 事情一件一件地做 | 员 人 多件事情可以一起做 附加(XML) ★XML作用:用来存储数据. ★XML特 ...
- WPF 一个数据库连接测试的实现
要实现的功能效果图如下:因为我们要测试数据是从输入框获得的,所以,我们的连接字符串不是写死在应用程序中的.下面我就详细介绍一下.
- TGL站长关于常见问题的回复
问题地址: http://www.thegrouplet.com/thread-112923-1-1.html 问题: 网站配有太多的模板是否影响网站加载速度 月光答复: wp不需要删除其他的模板,不 ...
- ops
consists several key projects separately stand-alone connected entities massive scalability massive ...
随机推荐
- 多线程系列之 Java多线程的个人理解(一)
前言:多线程常常是程序员面试时会被问到的问题之一,也会被面试官用来衡量应聘者的编程思维和能力的重要参考指标:无论是在工作中还是在应对面试时,多线程都是一个绕不过去的话题.本文重点围绕多线程,借助Jav ...
- mongodb分组函数的使用(spring-data-mongodb)
这两天要做mongodb日志的模块,下面记录一下. 一. 首先要导入一批数据,使用springboot来完成. 配置mongodb的复制集:在application.yml文件中配置uri来完成 格式 ...
- ios 开发UI篇— UIToolbar
前言 NS_CLASS_AVAILABLE_IOS(2_0) __TVOS_PROHIBITED @interface UIToolbar : UIView <UIBarPositioning& ...
- 有关集合的foreach循环里的add/remove
转自:Hollis(微信号:hollischuang) 在阿里巴巴Java开发手册中,有这样一条规定: 但是手册中并没有给出具体原因,本文就来深入分析一下该规定背后的思考. 1 .foreach循环 ...
- mysql使用Sql获取13位时间戳
SELECT REPLACE(unix_timestamp(current_timestamp(3)),'.','');
- flask中请求勾子
请求勾子 在客户端和服务器交互的过程中,有些准备工作或扫尾工作需要处理,比如: *在请求开始时,建立数据库连接; *在请求开始时,根据需求进行权限校验; *在请求结束时,指定数据的交互格式; 为了让每 ...
- 分布式日志收集框架Flume
分布式日志收集框架Flume 1.业务现状分析 WebServer/ApplicationServer分散在各个机器上 想在大数据平台Hadoop进行统计分析 日志如何收集到Hadoop平台上 解决方 ...
- Python系列之 迭代器和生成器
很多Python的程序员都会混淆 迭代器 和 生成器 的概念和作用,分不清到底两个有什么区别.今天我们来好好说一说这两个概念. 迭代器(Iterator) Iterator Pattern Itera ...
- 一道hive面试题(窗口函数)
表student中的数据格式如下: name month degree s1 201801 As1 201802 As1 201803 Cs1 201804 As1 201805 As1 201806 ...
- ArrayList 一个面试题
我们现在有一个集合,集合里面有100个随机数,获取其中的基数: //假设我们得到了100个随机数 List<Integer> lists = new RandomArrayList< ...