As one of the world’s largest e-commerce platforms, Amazon is the first stop for many cross-border sellers. However, from the decision to open a store to having an operational shop, sellers face a series of critical questions: what documents are required? How does each registration step proceed? What fees apply and are there hidden costs? More importantly, why do some sellers get flagged by risk control immediately after registration, or see accounts frozen due to association before they even start selling?

Preparations Before Opening an Amazon Cross-Border Store
Before you click register, several foundational tasks should be completed. These steps not only affect whether registration will pass smoothly but also have a direct impact on the long-term security and stability of your operations.
Checklist of Required Documents
Amazon conducts strict identity verification for sellers. Requirements vary slightly by marketplace, but core documents are generally the same:
- Business license (mainland, Hong Kong or overseas companies accepted; must be valid)
- Legal representative ID (national ID or passport, matching the business license)
- Dual-currency credit card (for monthly fees; typically Visa or MasterCard)
- Payout account (virtual bank accounts from Payoneer, WorldFirst, PingPong, etc.)
- An email address not previously used to register an Amazon account
- Phone number for verification, preferably dedicated and independent
- Proof of address (some marketplaces may request utility bills during secondary review)
Important: all documents must be clean and not previously associated with other Amazon accounts. Once a business license or legal representative’s identity is recorded in Amazon’s system, it can be difficult to reuse that information for a new store registration.
Network Environment: Why You Need a Dedicated IP Before Registration
This step is easy to overlook but critical. Many new sellers register using office or home broadband, and when they set up a second store, they use the same network. Amazon records access IPs and browser environments from the moment of registration. If multiple store registrations or later operational logins share the same IP, association risk is planted from the very start.
Therefore, when preparing to register the first Amazon store, assign a dedicated, clean network exit to the account. That network should meet three conditions: residential attribution, fixed/static over time, and a real geographic source. Data-center or public network IPs are highly flagged by Amazon’s risk systems and using them for registration or operations increases the chance of extra review.
IPFLY’s static residential IP service fits this scenario. Its IP addresses originate from authentic household networks, can be held long-term, and have fixed geographic locations. Sellers can select a static residential exit that matches the target marketplace before registering, keeping the network identity consistent and ensuring the initial IP record is clean and credible.
Step-by-Step Breakdown of the Amazon Store Registration Process
Step 1: Create the Account and Enter Basic Information
Visit Amazon Global Selling, choose the target marketplace, and click register. Enter the legal representative’s name, email, and create a password. The system will send a verification code to the email; after verification you proceed to the next step.
Step 2: Company Information and Legal Representative Verification
Submit business license details as required, including company name, registration number and address. Ensure all entries exactly match the business license. Upload scans of the legal representative’s ID or passport. Some marketplaces require video verification or facial recognition—perform these in a stable network environment with IP location consistent with the business registration address when possible.
Step 3: Add Payout and Payment Methods
Link a dual-currency credit card for payments; this card will be charged for monthly fees and other services. Bind a payout account using a third-party payment provider to receive sales proceeds. It’s recommended that each payout account corresponds to one Amazon store to avoid financial-level associations.
Step 4: Tax Information Review
Marketplaces such as the U.S. require completing tax forms like W-8BEN to confirm non-U.S. taxpayer status. This process is standardized, but ensure the legal entity name matches the registration information.
Step 5: Secondary Review Triggers and How to Respond
Some newly registered accounts trigger a secondary review, requesting additional documents such as the business license and proof of the legal representative’s address. During secondary review, selling permissions may be temporarily limited. Besides submitting clear and legitimate documents, keeping your login IP consistent with the registration IP can reduce risk of escalated reviews. Sellers using IPFLY static residential IP can continue all communications and document uploads from the same IP exit during secondary review, avoiding conflicting network signals.
Detailed Cost Breakdown for Opening an Amazon Cross-Border Store
There’s no single answer to “how much does it cost to open a store on Amazon,” but you can estimate expenses by separating explicit and implicit costs. The following is based on the U.S. marketplace; exact amounts depend on Amazon’s current policies.
Explicit Fees: Monthly Subscription, Commissions, Logistics and Advertising
Monthly subscription
Professional seller accounts cost $39.99 per month. Individual accounts have no monthly fee but pay $0.99 per sold item. Each store requires separate subscription payments in multi-store operations.
Referral fees
Referral commissions vary by category, typically 8% to 15%, with a minimum fee of around $0.30 per item. Categories like apparel may incur higher commissions; some categories have caps.
FBA fees
Using Fulfillment by Amazon requires paying storage, pick-and-pack, and shipping fees. Fees depend on product size, weight, and storage duration; monthly and long-term storage fees can add up significantly.
Advertising costs
On-site ads use a pay-per-click model. Sellers set budgets themselves and there is no mandatory minimum, but meaningful exposure usually requires sustained investment.
Hidden Costs: Association Risk, Documentation and Time
These costs are hard to quantify but often have a larger impact than explicit fees. An account association can lead to multiple account suspensions, wiping out investments in inventory, advertising and brand building. Hardware costs for giving each store an isolated environment—such as dedicated broadband lines and separate computers—are also significant for small teams.
The table below compares three common network approaches for multi-store operations to help sellers understand why a dedicated residential IP service can be a cost-effective subscription:
| Cost Item | Multiple enterprise broadband lines | Separate computer + broadband | Using IPFLY residential IP |
| Initial setup per store | High (annual fees per line in the thousands) | High (hardware + broadband) | Low (subscription-based, no hardware) |
| Ongoing maintenance | Requires physical site support | Takes up office space | Managed via dashboard, instant switching |
| Network attribution | Depends on ISP, may be residential or enterprise | Home residential broadband | Real residential IP, covering 200+ countries |
| Scalability | Limited by physical line count | Limited by device count | Instant deployment, scalable online |
| Association risk | Relatively low | Relatively low | Extremely low; each store assigned independent residential IP |
The above are typical expenses; actual costs vary significantly by product and operating strategy. Sellers should build a detailed profit model and include these items in cost calculations before opening a store.
Ongoing Security After Opening: Avoiding Account Association and Suspension
After registration and initial setup, the real challenge begins. Account security is a long-term endeavor in cross-border e-commerce, and managing the network environment is a central element.
Practical Network Isolation for Multiple Stores
If you plan to operate multiple Amazon stores—whether multiple brands on the same marketplace or stores across different marketplaces—each store must operate under an independent IP and browser environment. IPFLY’s static residential IP can assign a dedicated exit for each store, for example using a Los Angeles residential IP for store A and a Chicago residential IP for store B. These exits are geographically and network-wise unrelated.
Operators only need to configure the correct exit for each store on their computer and pair it with a separate browser profile to switch safely between stores. There is no need to provide a separate physical computer or install multiple broadband lines for each store.
Using Dynamic Residential IPs Safely for Market Data Collection
Once stores are stable, sellers must continuously monitor competitor prices, search rankings and sales trends. Performing this research from the store’s operational IP can contaminate its clean network profile and, with high-frequency access, trigger Amazon’s risk controls.
IPFLY’s dynamic residential IP service offers a global pool of real residential IPs covering 200+ countries and supports automatic rotation, allowing each request to originate from a different residential address. Use this for product data collection, keyword ranking checks and other public data retrieval tasks to protect your store IP while maintaining stable data returns.
Note: the following simplified example illustrates the basic idea of using a dynamic residential network for fetching public Amazon product pages (for explanatory purposes only and not intended for direct production use):
Python
import requests
# Use IPFLY dynamic residential exit for data collection
proxies = {
"http": "http://[email protected]:10001",
"https": "http://[email protected]:10001"
}
url = "https://www.amazon.com/s?k=product+keywords"
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
}
response = requests.get(url, proxies=proxies, headers=headers, timeout=10)
print(response.status_code)
In practice, implement request throttling and retry logic to ensure data collection complies with the target site’s access rules.
Common Reasons for Registration Failure and Account Review, and How to Prevent Them
To avoid registration failures, besides providing complete and authentic documents, consistency and cleanliness of the network environment often act as invisible referees. The following situations increase review difficulty:
- Using IP ranges that are flagged (such as certain cloud or data-center IPs)
- Registering or logging into multiple Amazon accounts from the same IP
- Switching networks during registration, causing IP jumps
- Browser environments containing residues from other stores
With a static residential IP from IPFLY, sellers can adopt a “one person, one store, one IP” approach, establishing a clear network identity from registration onward and maintaining it to reduce the chance of repeated reviews.
A Strong Start Is Better Than Repairing Damage Later
The process and costs of opening an Amazon cross-border store may look like a checklist, but the real determinant of long-term success is the quality of execution at each step—especially the foundational settings you can’t easily see. Documents can be rechecked and costs can be budgeted, but a tainted network identity can force a business into a passive position right at the outset.
Assigning each Amazon store an independent, residential-style network exit is not over-defensive; it’s a rational choice within the platform’s risk-control logic. Once this foundation is established, sellers can focus on product development, advertising optimization and customer service without constantly worrying about the next suspension notice from Amazon.

Secure the network starting point for every Amazon store
IPFLY’s static and dynamic residential IP resources have been widely used for Amazon seller registration, multi-store isolation and market data collection. Register with IPFLY today to protect your cross-border business from the first step using a global network of real residential IPs.