<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheet.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0">
  <channel>
    <atom:link rel="self" type="application/rss+xml" href="https://feeds.transistor.fm/build-with-ai" title="MP3 Audio"/>
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
    <podcast:podping usesPodping="true"/>
    <title>Build With AI</title>
    <generator>Transistor (https://transistor.fm)</generator>
    <itunes:new-feed-url>https://feeds.transistor.fm/build-with-ai</itunes:new-feed-url>
    <description>&lt;p&gt;Most AI podcasts talk about what's possible. Build With AI shows you how it's done, live. Each episode, host Corey Ganim brings on entrepreneurs and operators who share their screen and build real AI automations, workflows, and tool setups right in front of you. No boring slides. Nothing that hasn't been battle-tested. You'll watch actual implementations get built from scratch so you can follow along and do the same in your business. If you're a non-technical entrepreneur who wants to put AI to work without becoming a developer, hit play and build along with us.&lt;/p&gt;</description>
    <copyright>2026 Corey Ganim</copyright>
    <podcast:guid>5c4fd547-1b6f-577e-82cf-ac1f7892c248</podcast:guid>
    <podcast:locked>yes</podcast:locked>
    <language>en</language>
    <pubDate>Fri, 29 May 2026 14:17:58 +0000</pubDate>
    <lastBuildDate>Fri, 29 May 2026 14:18:33 +0000</lastBuildDate>
    <link>https://riverside.com</link>
    <image>
      <url>https://img.transistorcdn.com/Nrae1lNmIksIWbscbGLdyk1gBS5SK1Ozgw74x00cRiA/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8zYWVm/NTk5YjU3OTk3NzAy/YzBlZDkzNzA0ZDIz/MjVjNC5qcGVn.jpg</url>
      <title>Build With AI</title>
      <link>https://riverside.com</link>
    </image>
    <itunes:category text="Business">
      <itunes:category text="Entrepreneurship"/>
    </itunes:category>
    <itunes:category text="Technology"/>
    <itunes:type>episodic</itunes:type>
    <itunes:author>Corey Ganim</itunes:author>
    <itunes:image href="https://img.transistorcdn.com/Nrae1lNmIksIWbscbGLdyk1gBS5SK1Ozgw74x00cRiA/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8zYWVm/NTk5YjU3OTk3NzAy/YzBlZDkzNzA0ZDIz/MjVjNC5qcGVn.jpg"/>
    <itunes:summary>&lt;p&gt;Most AI podcasts talk about what's possible. Build With AI shows you how it's done, live. Each episode, host Corey Ganim brings on entrepreneurs and operators who share their screen and build real AI automations, workflows, and tool setups right in front of you. No boring slides. Nothing that hasn't been battle-tested. You'll watch actual implementations get built from scratch so you can follow along and do the same in your business. If you're a non-technical entrepreneur who wants to put AI to work without becoming a developer, hit play and build along with us.&lt;/p&gt;</itunes:summary>
    <itunes:subtitle>&lt;p&gt;Most AI podcasts talk about what's possible.</itunes:subtitle>
    <itunes:keywords></itunes:keywords>
    <itunes:owner>
      <itunes:name>Corey Ganim</itunes:name>
    </itunes:owner>
    <itunes:complete>No</itunes:complete>
    <itunes:explicit>No</itunes:explicit>
    <item>
      <title># 167 I built an AI agent finance department (full build)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 167 I built an AI agent finance department (full build)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">fbc758df-7ec4-4408-955b-f227beba0645</guid>
      <link>https://share.transistor.fm/s/e22d8c08</link>
      <description>
        <![CDATA[I brought on Mike Dion, a senior corporate finance professional who has helped automate more than 100,000 hours of work out of finance processes, to walk through how to build a fully functional AI agent finance department inside N8n — from scratch, with no coding background required. We build a CFO agent named Charles, give him a team of specialist sub-agents (FP&amp;A, Accounting, and Treasury), and watch the delegation logic in action as Charles routes questions to the right specialist instead of answering everything himself. Mike also breaks down how to use ChatGPT to write your own system prompts, why you should give the CFO a reasoning model while using cheaper models for the sub-agents, and how to publish the finished chat so your whole team can access it. By the end of this episode, you'll have everything you need to replicate this AI finance department in under 45 minutes.

Timestamps

00:00 – Intro

00:03 – What we're building: AI CFO inside N8n

00:23 – Mike's background and 100,000 hours of automation

00:52 – Why N8n over Make, Zapier, or Power Automate

02:00 – Setting up the chat trigger and naming the CFO

05:00 – Using ChatGPT to write the CFO system prompt

08:52 – Choosing the right AI model and saving on token costs

13:27 – Building the FP&amp;A sub-agent (and what FP&amp;A actually does)

16:36 – Adding the Accounting agent with code interpreter

19:25 – Building the Treasury agent

33:21 – Successful routing to FP&amp;A and Treasury agents

38:19 – Publishing the chat and embedding it in Slack, Teams, or a website

39:22 – Mike's philosophy: train your team to build, don't just build for them

41:14 – Where to find Mike and his free Finance Automation Insider newsletter


Key Points

Using ChatGPT to write your own N8n system prompts is one of the fastest ways to get started — nothing knows ChatGPT better than ChatGPT itself, and what would have taken six hours of writing two years ago now takes minutes.

The delegation logic is non-negotiable. If the CFO answers questions directly instead of routing them to a specialist, you lose access to any tools or context you've connected to those specialist agents — and you pay more for it.

N8n can run completely free on a $4–5/month virtual private server, making this entire AI finance department buildable for nearly zero cost. You don't need a paid automation platform subscription.

Setting the context window to 10 (five back-and-forth interactions) is a practical default — enough for most finance questions without ballooning your API costs on every run.

You can publish the finished CFO chat and embed it directly in Slack, Microsoft Teams, or a company website. Your team sees a clean chat interface — all the N8n complexity stays invisible in the background.

Links:

F9 Finance YouTube channel — Mike's free weekly channel covering finance automation tools and builds: https://www.youtube.com/@F9Finance

F9 Finance website — corporate automation training and the free Finance Automation Insider newsletter (includes 15 five-minute finance automations you can build with tools you already have): https://f9finance.com

N8n — the free, self-hostable workflow automation tool used to build the AI CFO in this episode: https://n8n.io

Join the Build With AI community — weekly AI implementations, live coaching, and no-fluff templates built for non-technical entrepreneurs: https://www.skool.com/buildwithai/about

If this episode was valuable to you, it would mean a lot if you left a rating and review on Apple Podcasts or Spotify. It helps more entrepreneurs find the show.

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim


FIND MIKE ON SOCIAL
YouTube: https://www.youtube.com/@F9Finance
Website: https://f9finance.com]]>
      </description>
      <content:encoded>
        <![CDATA[I brought on Mike Dion, a senior corporate finance professional who has helped automate more than 100,000 hours of work out of finance processes, to walk through how to build a fully functional AI agent finance department inside N8n — from scratch, with no coding background required. We build a CFO agent named Charles, give him a team of specialist sub-agents (FP&amp;A, Accounting, and Treasury), and watch the delegation logic in action as Charles routes questions to the right specialist instead of answering everything himself. Mike also breaks down how to use ChatGPT to write your own system prompts, why you should give the CFO a reasoning model while using cheaper models for the sub-agents, and how to publish the finished chat so your whole team can access it. By the end of this episode, you'll have everything you need to replicate this AI finance department in under 45 minutes.

Timestamps

00:00 – Intro

00:03 – What we're building: AI CFO inside N8n

00:23 – Mike's background and 100,000 hours of automation

00:52 – Why N8n over Make, Zapier, or Power Automate

02:00 – Setting up the chat trigger and naming the CFO

05:00 – Using ChatGPT to write the CFO system prompt

08:52 – Choosing the right AI model and saving on token costs

13:27 – Building the FP&amp;A sub-agent (and what FP&amp;A actually does)

16:36 – Adding the Accounting agent with code interpreter

19:25 – Building the Treasury agent

33:21 – Successful routing to FP&amp;A and Treasury agents

38:19 – Publishing the chat and embedding it in Slack, Teams, or a website

39:22 – Mike's philosophy: train your team to build, don't just build for them

41:14 – Where to find Mike and his free Finance Automation Insider newsletter


Key Points

Using ChatGPT to write your own N8n system prompts is one of the fastest ways to get started — nothing knows ChatGPT better than ChatGPT itself, and what would have taken six hours of writing two years ago now takes minutes.

The delegation logic is non-negotiable. If the CFO answers questions directly instead of routing them to a specialist, you lose access to any tools or context you've connected to those specialist agents — and you pay more for it.

N8n can run completely free on a $4–5/month virtual private server, making this entire AI finance department buildable for nearly zero cost. You don't need a paid automation platform subscription.

Setting the context window to 10 (five back-and-forth interactions) is a practical default — enough for most finance questions without ballooning your API costs on every run.

You can publish the finished CFO chat and embed it directly in Slack, Microsoft Teams, or a company website. Your team sees a clean chat interface — all the N8n complexity stays invisible in the background.

Links:

F9 Finance YouTube channel — Mike's free weekly channel covering finance automation tools and builds: https://www.youtube.com/@F9Finance

F9 Finance website — corporate automation training and the free Finance Automation Insider newsletter (includes 15 five-minute finance automations you can build with tools you already have): https://f9finance.com

N8n — the free, self-hostable workflow automation tool used to build the AI CFO in this episode: https://n8n.io

Join the Build With AI community — weekly AI implementations, live coaching, and no-fluff templates built for non-technical entrepreneurs: https://www.skool.com/buildwithai/about

If this episode was valuable to you, it would mean a lot if you left a rating and review on Apple Podcasts or Spotify. It helps more entrepreneurs find the show.

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim


FIND MIKE ON SOCIAL
YouTube: https://www.youtube.com/@F9Finance
Website: https://f9finance.com]]>
      </content:encoded>
      <pubDate>Wed, 27 May 2026 01:19:18 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/e22d8c08/bfc06e09.mp3" length="83942874" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2624</itunes:duration>
      <itunes:summary>I brought on Mike Dion, a senior corporate finance professional who has helped automate more than 100,000 hours of work out of finance processes, to walk through how to build a fully functional AI agent finance department inside N8n — from scratch, with no coding background required. We build a CFO agent named Charles, give him a team of specialist sub-agents (FP&amp;amp;A, Accounting, and Treasury), and watch the delegation logic in action as Charles routes questions to the right specialist instead of answering everything himself. Mike also breaks down how to use ChatGPT to write your own system prompts, why you should give the CFO a reasoning model while using cheaper models for the sub-agents, and how to publish the finished chat so your whole team can access it. By the end of this episode, you'll have everything you need to replicate this AI finance department in under 45 minutes.

Timestamps

00:00 – Intro

00:03 – What we're building: AI CFO inside N8n

00:23 – Mike's background and 100,000 hours of automation

00:52 – Why N8n over Make, Zapier, or Power Automate

02:00 – Setting up the chat trigger and naming the CFO

05:00 – Using ChatGPT to write the CFO system prompt

08:52 – Choosing the right AI model and saving on token costs

13:27 – Building the FP&amp;amp;A sub-agent (and what FP&amp;amp;A actually does)

16:36 – Adding the Accounting agent with code interpreter

19:25 – Building the Treasury agent

33:21 – Successful routing to FP&amp;amp;A and Treasury agents

38:19 – Publishing the chat and embedding it in Slack, Teams, or a website

39:22 – Mike's philosophy: train your team to build, don't just build for them

41:14 – Where to find Mike and his free Finance Automation Insider newsletter


Key Points

Using ChatGPT to write your own N8n system prompts is one of the fastest ways to get started — nothing knows ChatGPT better than ChatGPT itself, and what would have taken six hours of writing two years ago now takes minutes.

The delegation logic is non-negotiable. If the CFO answers questions directly instead of routing them to a specialist, you lose access to any tools or context you've connected to those specialist agents — and you pay more for it.

N8n can run completely free on a $4–5/month virtual private server, making this entire AI finance department buildable for nearly zero cost. You don't need a paid automation platform subscription.

Setting the context window to 10 (five back-and-forth interactions) is a practical default — enough for most finance questions without ballooning your API costs on every run.

You can publish the finished CFO chat and embed it directly in Slack, Microsoft Teams, or a company website. Your team sees a clean chat interface — all the N8n complexity stays invisible in the background.

Links:

F9 Finance YouTube channel — Mike's free weekly channel covering finance automation tools and builds: https://www.youtube.com/@F9Finance

F9 Finance website — corporate automation training and the free Finance Automation Insider newsletter (includes 15 five-minute finance automations you can build with tools you already have): https://f9finance.com

N8n — the free, self-hostable workflow automation tool used to build the AI CFO in this episode: https://n8n.io

Join the Build With AI community — weekly AI implementations, live coaching, and no-fluff templates built for non-technical entrepreneurs: https://www.skool.com/buildwithai/about

If this episode was valuable to you, it would mean a lot if you left a rating and review on Apple Podcasts or Spotify. It helps more entrepreneurs find the show.

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim


FIND MIKE ON SOCIAL
YouTube: https://www.youtube.com/@F9Finance
Website: https://f9finance.com</itunes:summary>
      <itunes:subtitle>I brought on Mike Dion, a senior corporate finance professional who has helped automate more than 100,000 hours of work out of finance processes, to walk through how to build a fully functional AI agent finance department inside N8n — from scratch, with n</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/e22d8c08/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 166 AI agent focus groups are the future of marketing</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 166 AI agent focus groups are the future of marketing</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">aa9e37b2-47d6-4752-a5ff-da10d317412b</guid>
      <link>https://share.transistor.fm/s/eb4283ba</link>
      <description>
        <![CDATA[<p>I sat down with Justin Brooke, a 20-year advertising veteran who turned a $60 Google Ads campaign into a seven-figure agency — and then built an AI-powered prediction system that has since generated $260,000 for him personally. In this episode, Justin walks through his "predictive wear" framework: a multi-agent workflow that runs your ad copy and sales pages through a synthetic focus group of 13 detailed AI personas before a single dollar is spent on ads. We break down how the workflow is built in Mind Studio, why persona quality makes or breaks accuracy, and how Harvard, Stanford, and the New York Times have all validated this exact approach. By the end of this episode, you'll understand why running your marketing through a virtual focus group before it goes out the door may be the single highest-ROI move you can make right now.<br><br>Timestamps<br>03:29 – What "predictive wear" is and why Justin built it<br>05:00 – Why you need multiple personas, not just one<br>08:00 – How the 13-persona focus group workflow runs<br>09:00 – The prediction engine: picking the winning ad variation<br>10:00 – Harvard, Stanford, and the New York Times validate the method<br>13:15 – The ROI: $260K personally, 4 to 6X ROAS for clients<br>19:00 – What makes a persona accurate: the 1,400-word dossier<br>24:04 – The copywriter prompt and "embody" vs. "pretend to be"<br>33:00 – Sales page version: PDF upload and yes/no buyer scoring<br>41:00 – Why some personas are successful and others are struggling<br>45:00 – A $36,000 offer launched using this exact process<br>48:00 – Final advice: do the work on the persona quality<br><br>Key Points<br><br>The old way of advertising is learning by spending money — you write copy, run ads, and find out if it works after the budget is gone. Justin's predictive wear system flips this by running copy through a synthetic focus group of 13 AI personas before any ad spend, so you know what will convert before you go live.<br><br>Harvard, Stanford, and the New York Times have all independently validated this approach. The New York Times uses the same synthetic audience process to test headlines and found 92% accuracy compared to their human focus groups — meaning this is not a fringe experiment, it is becoming standard practice for major publishers and brands.<br><br>The cost is 13 to 20 cents per run. A top 1% copywriter charges $100 to $500 per ad. Justin's workflow produces three optimized variations in about 10 minutes for 13 cents, performs at or near the level of the best human copywriters for most use cases, and allows unlimited iteration — you run it until the copy converts.<br><br>The system is also a copywriting trainer. Even with 20 years of experience, Justin says the feedback regularly surfaces blind spots and teaches him better approaches.</p><p><br>Anyone can use this, not just expert copywriters. Because the workflow takes whatever you input — even a bad ad — and improves it based on real persona feedback, non-copywriters like a front-desk employee or a local business owner can now produce top-10% ad copy without prior training.<br><br>Join the Build With AI community built for non-technical entrepreneurs: https://www.skool.com/buildwithai/about<br><br>If this episode was valuable to you, it would mean a lot if you left a rating and review on Apple Podcasts or Spotify. It helps more entrepreneurs find the show.<br><br>FIND ME ON SOCIAL<br>X/Twitter: https://x.com/coreyganim<br>Instagram: https://www.instagram.com/coreyganim/<br>LinkedIn: https://www.linkedin.com/in/coreyganim/<br>YouTube: https://www.youtube.com/@coreyganim<br><br>FIND JUSTIN ON SOCIAL<br><a rel="noopener noreferrer nofollow" href="https://x.com/IMJustinBrooke">https://x.com/IMJustinBrooke</a><br>Website: https://adskills.com</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>I sat down with Justin Brooke, a 20-year advertising veteran who turned a $60 Google Ads campaign into a seven-figure agency — and then built an AI-powered prediction system that has since generated $260,000 for him personally. In this episode, Justin walks through his "predictive wear" framework: a multi-agent workflow that runs your ad copy and sales pages through a synthetic focus group of 13 detailed AI personas before a single dollar is spent on ads. We break down how the workflow is built in Mind Studio, why persona quality makes or breaks accuracy, and how Harvard, Stanford, and the New York Times have all validated this exact approach. By the end of this episode, you'll understand why running your marketing through a virtual focus group before it goes out the door may be the single highest-ROI move you can make right now.<br><br>Timestamps<br>03:29 – What "predictive wear" is and why Justin built it<br>05:00 – Why you need multiple personas, not just one<br>08:00 – How the 13-persona focus group workflow runs<br>09:00 – The prediction engine: picking the winning ad variation<br>10:00 – Harvard, Stanford, and the New York Times validate the method<br>13:15 – The ROI: $260K personally, 4 to 6X ROAS for clients<br>19:00 – What makes a persona accurate: the 1,400-word dossier<br>24:04 – The copywriter prompt and "embody" vs. "pretend to be"<br>33:00 – Sales page version: PDF upload and yes/no buyer scoring<br>41:00 – Why some personas are successful and others are struggling<br>45:00 – A $36,000 offer launched using this exact process<br>48:00 – Final advice: do the work on the persona quality<br><br>Key Points<br><br>The old way of advertising is learning by spending money — you write copy, run ads, and find out if it works after the budget is gone. Justin's predictive wear system flips this by running copy through a synthetic focus group of 13 AI personas before any ad spend, so you know what will convert before you go live.<br><br>Harvard, Stanford, and the New York Times have all independently validated this approach. The New York Times uses the same synthetic audience process to test headlines and found 92% accuracy compared to their human focus groups — meaning this is not a fringe experiment, it is becoming standard practice for major publishers and brands.<br><br>The cost is 13 to 20 cents per run. A top 1% copywriter charges $100 to $500 per ad. Justin's workflow produces three optimized variations in about 10 minutes for 13 cents, performs at or near the level of the best human copywriters for most use cases, and allows unlimited iteration — you run it until the copy converts.<br><br>The system is also a copywriting trainer. Even with 20 years of experience, Justin says the feedback regularly surfaces blind spots and teaches him better approaches.</p><p><br>Anyone can use this, not just expert copywriters. Because the workflow takes whatever you input — even a bad ad — and improves it based on real persona feedback, non-copywriters like a front-desk employee or a local business owner can now produce top-10% ad copy without prior training.<br><br>Join the Build With AI community built for non-technical entrepreneurs: https://www.skool.com/buildwithai/about<br><br>If this episode was valuable to you, it would mean a lot if you left a rating and review on Apple Podcasts or Spotify. It helps more entrepreneurs find the show.<br><br>FIND ME ON SOCIAL<br>X/Twitter: https://x.com/coreyganim<br>Instagram: https://www.instagram.com/coreyganim/<br>LinkedIn: https://www.linkedin.com/in/coreyganim/<br>YouTube: https://www.youtube.com/@coreyganim<br><br>FIND JUSTIN ON SOCIAL<br><a rel="noopener noreferrer nofollow" href="https://x.com/IMJustinBrooke">https://x.com/IMJustinBrooke</a><br>Website: https://adskills.com</p>]]>
      </content:encoded>
      <pubDate>Tue, 19 May 2026 04:15:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/eb4283ba/0ebd8687.mp3" length="96748306" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3024</itunes:duration>
      <itunes:summary>I sat down with Justin Brooke, a 20-year advertising veteran who turned a $60 Google Ads campaign into a seven-figure agency — and then built an AI-powered prediction system that has since generated $260,000 for him personally. In this episode, Justin walks through his "predictive wear" framework: a multi-agent workflow that runs your ad copy and sales pages through a synthetic focus group of 13 detailed AI personas before a single dollar is spent on ads. We break down how the workflow is built in Mind Studio, why persona quality makes or breaks accuracy, and how Harvard, Stanford, and the New York Times have all validated this exact approach. By the end of this episode, you'll understand why running your marketing through a virtual focus group before it goes out the door may be the single highest-ROI move you can make right now.Timestamps03:29 – What "predictive wear" is and why Justin built it05:00 – Why you need multiple personas, not just one08:00 – How the 13-persona focus group workflow runs09:00 – The prediction engine: picking the winning ad variation10:00 – Harvard, Stanford, and the New York Times validate the method13:15 – The ROI: $260K personally, 4 to 6X ROAS for clients19:00 – What makes a persona accurate: the 1,400-word dossier24:04 – The copywriter prompt and "embody" vs. "pretend to be"33:00 – Sales page version: PDF upload and yes/no buyer scoring41:00 – Why some personas are successful and others are struggling45:00 – A $36,000 offer launched using this exact process48:00 – Final advice: do the work on the persona qualityKey PointsThe old way of advertising is learning by spending money — you write copy, run ads, and find out if it works after the budget is gone. Justin's predictive wear system flips this by running copy through a synthetic focus group of 13 AI personas before any ad spend, so you know what will convert before you go live.Harvard, Stanford, and the New York Times have all independently validated this approach. The New York Times uses the same synthetic audience process to test headlines and found 92% accuracy compared to their human focus groups — meaning this is not a fringe experiment, it is becoming standard practice for major publishers and brands.The cost is 13 to 20 cents per run. A top 1% copywriter charges $100 to $500 per ad. Justin's workflow produces three optimized variations in about 10 minutes for 13 cents, performs at or near the level of the best human copywriters for most use cases, and allows unlimited iteration — you run it until the copy converts.The system is also a copywriting trainer. Even with 20 years of experience, Justin says the feedback regularly surfaces blind spots and teaches him better approaches.Anyone can use this, not just expert copywriters. Because the workflow takes whatever you input — even a bad ad — and improves it based on real persona feedback, non-copywriters like a front-desk employee or a local business owner can now produce top-10% ad copy without prior training.Join the Build With AI community built for non-technical entrepreneurs: https://www.skool.com/buildwithai/aboutIf this episode was valuable to you, it would mean a lot if you left a rating and review on Apple Podcasts or Spotify. It helps more entrepreneurs find the show.FIND ME ON SOCIALX/Twitter: https://x.com/coreyganimInstagram: https://www.instagram.com/coreyganim/LinkedIn: https://www.linkedin.com/in/coreyganim/YouTube: https://www.youtube.com/@coreyganimFIND JUSTIN ON SOCIALhttps://x.com/IMJustinBrookeWebsite: https://adskills.com</itunes:summary>
      <itunes:subtitle>I sat down with Justin Brooke, a 20-year advertising veteran who turned a $60 Google Ads campaign into a seven-figure agency — and then built an AI-powered prediction system that has since generated $260,000 for him personally. In this episode, Justin wal</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/eb4283ba/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 165 I BLEW UP Instagram With AI Content (4M Views in 30 Days)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 165 I BLEW UP Instagram With AI Content (4M Views in 30 Days)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">a7d7d07d-8c2e-4830-9034-23b2c202073e</guid>
      <link>https://share.transistor.fm/s/5bc70b8b</link>
      <description>
        <![CDATA[I sat down with Nick Puru to break down the exact Claude Code setup he used to pull 4 million views and ~6,000 newsletter signups in the last 30-45 days for his AI consultancy. Nick walks through his short-form content factory inside Claude Code — the CLAUDE.md "brain," his ICP file (an avatar he calls Patrick), his foundations doc full of algorithm lessons like "negativity always wins," and the three skills he uses to write captions, generate scripts, and review them. We get into how he tests three hooks per video with Instagram trial reels, the humanizer skill from Bader on GitHub that strips out AI tells like em-dashes and "it's not X, it's Y," and why he treats every Claude project like onboarding a new employee. By the end of this episode, you'll have a clear blueprint for building your own short-form content system in Claude Code — starting from a single CLAUDE.md file and expanding from there.

Timestamps
00:00 – Intro
00:37 – 4 million views in 30 days
01:53 – Reels to ManyChat to newsletter funnel
03:31 – Tour of the Claude Code folder structure
05:02 – How the write script command works
06:29 – Why human-in-the-loop matters for content
07:38 – Inside the CLAUDE.md brain file
08:11 – Meet Patrick, Nick's ICP avatar
10:04 – Foundations file and "negativity always wins"
13:43 – Live generating a Claude Cowork script
15:44 – Testing three hooks with Instagram trial reels
18:48 – Most bare-bones version to start with
22:36 – Why ICP and brand voice are foundational
24:28 – The humanizer skill from Bader on GitHub
27:01 – Treating AI like a new employee
29:35 – Context beats prompting in 2026
31:13 – Where to find Nick

Key Points

Nick's short-form system drove ~4M views in 30 days and ~6,000 newsletter signups in 45 days for his AI consultancy — every video CTA pushes a lead magnet via a ManyChat flow that collects emails and hands off to an appointment setter.

The whole system lives inside Claude Code as three skills: one writes scripts, one reviews them against a quality checklist, and one generates captions. Trigger them by typing things like "write script" in the terminal.

The CLAUDE.md file is the brain. It holds the output format, writing rules, key principles, and a pointer to an ICP file built around an avatar named Patrick — a small-to-mid market business owner ($few hundred K to $15M, 2-50 staff) who has tried ChatGPT once or twice but doesn't know Claude Code.

One of Nick's foundations is "negativity always wins" — the algorithm rewards a stronger emotional charge, but he warns against using it on every video or audiences pick up on it. He calls it in only when the angle fits.

He tests three different hooks on the same body and CTA using Instagram trial reels, treats it like A/B testing titles and thumbnails on YouTube, and feeds the winners back into the system as analytics context.

To kill AI tells like em-dashes, bullet points, and "it's not X, it's Y," Nick runs scripts through Bader's humanizer skill from GitHub. Corey adds a similar instruction in his agents.md to never use dashes.

Treat Claude like a new employee, not a magic box. You wouldn't expect a hire to crush it on day one — you'd give them SOPs, business context, your website, and an ICP. Same playbook for building any Claude project, whether it's short-form, long-form, or LinkedIn posts.

Bader's humanizer skill on GitHub - https://github.com/bader-research

ManyChat for Instagram DM automation - https://manychat.com

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim

FIND NICK ON SOCIAL
YouTube: https://www.youtube.com/@nickpuru
X: https://x.com/nickpuru
LinkedIn: https://www.linkedin.com/in/nicholas-puruczky-113818198/
]]>
      </description>
      <content:encoded>
        <![CDATA[I sat down with Nick Puru to break down the exact Claude Code setup he used to pull 4 million views and ~6,000 newsletter signups in the last 30-45 days for his AI consultancy. Nick walks through his short-form content factory inside Claude Code — the CLAUDE.md "brain," his ICP file (an avatar he calls Patrick), his foundations doc full of algorithm lessons like "negativity always wins," and the three skills he uses to write captions, generate scripts, and review them. We get into how he tests three hooks per video with Instagram trial reels, the humanizer skill from Bader on GitHub that strips out AI tells like em-dashes and "it's not X, it's Y," and why he treats every Claude project like onboarding a new employee. By the end of this episode, you'll have a clear blueprint for building your own short-form content system in Claude Code — starting from a single CLAUDE.md file and expanding from there.

Timestamps
00:00 – Intro
00:37 – 4 million views in 30 days
01:53 – Reels to ManyChat to newsletter funnel
03:31 – Tour of the Claude Code folder structure
05:02 – How the write script command works
06:29 – Why human-in-the-loop matters for content
07:38 – Inside the CLAUDE.md brain file
08:11 – Meet Patrick, Nick's ICP avatar
10:04 – Foundations file and "negativity always wins"
13:43 – Live generating a Claude Cowork script
15:44 – Testing three hooks with Instagram trial reels
18:48 – Most bare-bones version to start with
22:36 – Why ICP and brand voice are foundational
24:28 – The humanizer skill from Bader on GitHub
27:01 – Treating AI like a new employee
29:35 – Context beats prompting in 2026
31:13 – Where to find Nick

Key Points

Nick's short-form system drove ~4M views in 30 days and ~6,000 newsletter signups in 45 days for his AI consultancy — every video CTA pushes a lead magnet via a ManyChat flow that collects emails and hands off to an appointment setter.

The whole system lives inside Claude Code as three skills: one writes scripts, one reviews them against a quality checklist, and one generates captions. Trigger them by typing things like "write script" in the terminal.

The CLAUDE.md file is the brain. It holds the output format, writing rules, key principles, and a pointer to an ICP file built around an avatar named Patrick — a small-to-mid market business owner ($few hundred K to $15M, 2-50 staff) who has tried ChatGPT once or twice but doesn't know Claude Code.

One of Nick's foundations is "negativity always wins" — the algorithm rewards a stronger emotional charge, but he warns against using it on every video or audiences pick up on it. He calls it in only when the angle fits.

He tests three different hooks on the same body and CTA using Instagram trial reels, treats it like A/B testing titles and thumbnails on YouTube, and feeds the winners back into the system as analytics context.

To kill AI tells like em-dashes, bullet points, and "it's not X, it's Y," Nick runs scripts through Bader's humanizer skill from GitHub. Corey adds a similar instruction in his agents.md to never use dashes.

Treat Claude like a new employee, not a magic box. You wouldn't expect a hire to crush it on day one — you'd give them SOPs, business context, your website, and an ICP. Same playbook for building any Claude project, whether it's short-form, long-form, or LinkedIn posts.

Bader's humanizer skill on GitHub - https://github.com/bader-research

ManyChat for Instagram DM automation - https://manychat.com

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim

FIND NICK ON SOCIAL
YouTube: https://www.youtube.com/@nickpuru
X: https://x.com/nickpuru
LinkedIn: https://www.linkedin.com/in/nicholas-puruczky-113818198/
]]>
      </content:encoded>
      <pubDate>Fri, 15 May 2026 04:15:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/5bc70b8b/d85d6064.mp3" length="62820895" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1964</itunes:duration>
      <itunes:summary>I sat down with Nick Puru to break down the exact Claude Code setup he used to pull 4 million views and ~6,000 newsletter signups in the last 30-45 days for his AI consultancy. Nick walks through his short-form content factory inside Claude Code — the CLAUDE.md "brain," his ICP file (an avatar he calls Patrick), his foundations doc full of algorithm lessons like "negativity always wins," and the three skills he uses to write captions, generate scripts, and review them. We get into how he tests three hooks per video with Instagram trial reels, the humanizer skill from Bader on GitHub that strips out AI tells like em-dashes and "it's not X, it's Y," and why he treats every Claude project like onboarding a new employee. By the end of this episode, you'll have a clear blueprint for building your own short-form content system in Claude Code — starting from a single CLAUDE.md file and expanding from there.

Timestamps
00:00 – Intro
00:37 – 4 million views in 30 days
01:53 – Reels to ManyChat to newsletter funnel
03:31 – Tour of the Claude Code folder structure
05:02 – How the write script command works
06:29 – Why human-in-the-loop matters for content
07:38 – Inside the CLAUDE.md brain file
08:11 – Meet Patrick, Nick's ICP avatar
10:04 – Foundations file and "negativity always wins"
13:43 – Live generating a Claude Cowork script
15:44 – Testing three hooks with Instagram trial reels
18:48 – Most bare-bones version to start with
22:36 – Why ICP and brand voice are foundational
24:28 – The humanizer skill from Bader on GitHub
27:01 – Treating AI like a new employee
29:35 – Context beats prompting in 2026
31:13 – Where to find Nick

Key Points

Nick's short-form system drove ~4M views in 30 days and ~6,000 newsletter signups in 45 days for his AI consultancy — every video CTA pushes a lead magnet via a ManyChat flow that collects emails and hands off to an appointment setter.

The whole system lives inside Claude Code as three skills: one writes scripts, one reviews them against a quality checklist, and one generates captions. Trigger them by typing things like "write script" in the terminal.

The CLAUDE.md file is the brain. It holds the output format, writing rules, key principles, and a pointer to an ICP file built around an avatar named Patrick — a small-to-mid market business owner ($few hundred K to $15M, 2-50 staff) who has tried ChatGPT once or twice but doesn't know Claude Code.

One of Nick's foundations is "negativity always wins" — the algorithm rewards a stronger emotional charge, but he warns against using it on every video or audiences pick up on it. He calls it in only when the angle fits.

He tests three different hooks on the same body and CTA using Instagram trial reels, treats it like A/B testing titles and thumbnails on YouTube, and feeds the winners back into the system as analytics context.

To kill AI tells like em-dashes, bullet points, and "it's not X, it's Y," Nick runs scripts through Bader's humanizer skill from GitHub. Corey adds a similar instruction in his agents.md to never use dashes.

Treat Claude like a new employee, not a magic box. You wouldn't expect a hire to crush it on day one — you'd give them SOPs, business context, your website, and an ICP. Same playbook for building any Claude project, whether it's short-form, long-form, or LinkedIn posts.

Bader's humanizer skill on GitHub - https://github.com/bader-research

ManyChat for Instagram DM automation - https://manychat.com

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim

FIND NICK ON SOCIAL
YouTube: https://www.youtube.com/@nickpuru
X: https://x.com/nickpuru
LinkedIn: https://www.linkedin.com/in/nicholas-puruczky-113818198/</itunes:summary>
      <itunes:subtitle>I sat down with Nick Puru to break down the exact Claude Code setup he used to pull 4 million views and ~6,000 newsletter signups in the last 30-45 days for his AI consultancy. Nick walks through his short-form content factory inside Claude Code — the CLA</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/5bc70b8b/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 164 How I Built an AI Voice Agent With Claude + Voiceflow (Zero Code)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 164 How I Built an AI Voice Agent With Claude + Voiceflow (Zero Code)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ed3a4679-8d85-478a-aa11-4a72ed088ad3</guid>
      <link>https://share.transistor.fm/s/e9f12b86</link>
      <description>
        <![CDATA[Build your voice agent in 10 minutes (No code required) 
https://corey-ganim.kit.com/18da152cf4 

In this episode, I sat down with Susan Westwater, co-founder of Pragmatic Digital and a conversational AI veteran since 2017, to build a working voice agent in Voiceflow live, with zero code. Susan walks through her exact prompt template for an appointment-scheduling agent, explains the difference between in-the-loop, on-the-loop, and fully autonomous agents, and shows how to separate your agent instructions from your knowledge base so you can update facts without breaking the whole build. We test the agent live (it called her cell phone mid-episode), connect it to a Google Sheet to capture customer intake, and talk about competitors like VAPI, ElevenLabs, and Voiceify. By the end, you'll have the exact playbook (and the template Susan is giving away) to spin up your own MVP voice agent in under an hour.

Timestamps
03:42 – Inside Voiceflow and what makes it different
04:23 – Chatbot vs voice agent: listen, decide, act
05:30 – In the loop vs on the loop vs fully autonomous
09:09 – The system prompt: identity, purpose, and boundaries
11:54 – Voice, persona, and speech sculpting
13:22 – Separating agent instructions from knowledge base
17:14 – Stopping the agent from troubleshooting electrical issues
20:31 – Rules for collecting info one question at a time
23:21 – Pasting the prompt and one-shotting the build
26:34 – Voiceflow competitors: VAPI, ElevenLabs, Voiceify
30:22 – Connecting tools at each conversation step
33:13 – Why faster builds give up control
38:21 – Adding the knowledge base as a Word doc
43:13 – Sending customer intake to a Google Sheet
45:57 – Live phone call with the voice agent
50:09 – Branching, exit conditions, and iteration
54:52 – Custom voices, ElevenLabs integration, and voice security

Key Points

Keep two documents separate: agent instructions (how the agent behaves, its identity, persona, escalation rules) and knowledge base (the facts about your business). If pricing or hours change, you update one cell in your knowledge base instead of digging through a giant system prompt.

The strength of a Voiceflow build lives in the prompt. Susan pastes her full instructions doc into the new project prompt and Voiceflow generates the entire conversation flow — greeting, qualification, intake, confirmation, escalation — with no coding.

Be explicit about what the agent does NOT do. LLMs are trying to "win the game" (Susan's War Games analogy), so if you don't tell the electrical-appointment bot "do not troubleshoot," it will try to problem-solve its way out of every conversation.

Collect intake one question at a time, use explicit confirmation on critical fields like callback numbers, and tell the agent to be empathetic but not apologetic — nobody wants a bot that says "I'm sorry" five times instead of solving the problem.

Voiceflow —  https://www.voiceflow.com

Pragmatic Digital — Susan's agency helping brands operationalize conversational AI and applied AI for CX - https://www.pragmatic.digital

VAPI — alternative voice agent platform - https://vapi.ai

ElevenLabs - https://elevenlabs.io

Voiceify — centralized library for chatbot, voice agent, and telephone deployments across web and mobile - https://voicify.com/

Twilio — phone number and telephony layer for connecting Voiceflow agents to real phone calls - https://www.twilio.com

Make.com — automation platform that can connect to Voiceflow as a tool integration - https://www.make.com

Robert Scoble on X  https://x.com/Scobleizer

Brian Roemmele on X https://x.com/BrianRoemmele

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim

FIND SUSAN ON SOCIAL
X: https://x.com/sjw75
Website: https://www.pragmatic.digital]]>
      </description>
      <content:encoded>
        <![CDATA[Build your voice agent in 10 minutes (No code required) 
https://corey-ganim.kit.com/18da152cf4 

In this episode, I sat down with Susan Westwater, co-founder of Pragmatic Digital and a conversational AI veteran since 2017, to build a working voice agent in Voiceflow live, with zero code. Susan walks through her exact prompt template for an appointment-scheduling agent, explains the difference between in-the-loop, on-the-loop, and fully autonomous agents, and shows how to separate your agent instructions from your knowledge base so you can update facts without breaking the whole build. We test the agent live (it called her cell phone mid-episode), connect it to a Google Sheet to capture customer intake, and talk about competitors like VAPI, ElevenLabs, and Voiceify. By the end, you'll have the exact playbook (and the template Susan is giving away) to spin up your own MVP voice agent in under an hour.

Timestamps
03:42 – Inside Voiceflow and what makes it different
04:23 – Chatbot vs voice agent: listen, decide, act
05:30 – In the loop vs on the loop vs fully autonomous
09:09 – The system prompt: identity, purpose, and boundaries
11:54 – Voice, persona, and speech sculpting
13:22 – Separating agent instructions from knowledge base
17:14 – Stopping the agent from troubleshooting electrical issues
20:31 – Rules for collecting info one question at a time
23:21 – Pasting the prompt and one-shotting the build
26:34 – Voiceflow competitors: VAPI, ElevenLabs, Voiceify
30:22 – Connecting tools at each conversation step
33:13 – Why faster builds give up control
38:21 – Adding the knowledge base as a Word doc
43:13 – Sending customer intake to a Google Sheet
45:57 – Live phone call with the voice agent
50:09 – Branching, exit conditions, and iteration
54:52 – Custom voices, ElevenLabs integration, and voice security

Key Points

Keep two documents separate: agent instructions (how the agent behaves, its identity, persona, escalation rules) and knowledge base (the facts about your business). If pricing or hours change, you update one cell in your knowledge base instead of digging through a giant system prompt.

The strength of a Voiceflow build lives in the prompt. Susan pastes her full instructions doc into the new project prompt and Voiceflow generates the entire conversation flow — greeting, qualification, intake, confirmation, escalation — with no coding.

Be explicit about what the agent does NOT do. LLMs are trying to "win the game" (Susan's War Games analogy), so if you don't tell the electrical-appointment bot "do not troubleshoot," it will try to problem-solve its way out of every conversation.

Collect intake one question at a time, use explicit confirmation on critical fields like callback numbers, and tell the agent to be empathetic but not apologetic — nobody wants a bot that says "I'm sorry" five times instead of solving the problem.

Voiceflow —  https://www.voiceflow.com

Pragmatic Digital — Susan's agency helping brands operationalize conversational AI and applied AI for CX - https://www.pragmatic.digital

VAPI — alternative voice agent platform - https://vapi.ai

ElevenLabs - https://elevenlabs.io

Voiceify — centralized library for chatbot, voice agent, and telephone deployments across web and mobile - https://voicify.com/

Twilio — phone number and telephony layer for connecting Voiceflow agents to real phone calls - https://www.twilio.com

Make.com — automation platform that can connect to Voiceflow as a tool integration - https://www.make.com

Robert Scoble on X  https://x.com/Scobleizer

Brian Roemmele on X https://x.com/BrianRoemmele

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim

FIND SUSAN ON SOCIAL
X: https://x.com/sjw75
Website: https://www.pragmatic.digital]]>
      </content:encoded>
      <pubDate>Tue, 12 May 2026 04:15:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/e9f12b86/e56e3804.mp3" length="113714957" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3554</itunes:duration>
      <itunes:summary>Build your voice agent in 10 minutes (No code required) 
https://corey-ganim.kit.com/18da152cf4 

In this episode, I sat down with Susan Westwater, co-founder of Pragmatic Digital and a conversational AI veteran since 2017, to build a working voice agent in Voiceflow live, with zero code. Susan walks through her exact prompt template for an appointment-scheduling agent, explains the difference between in-the-loop, on-the-loop, and fully autonomous agents, and shows how to separate your agent instructions from your knowledge base so you can update facts without breaking the whole build. We test the agent live (it called her cell phone mid-episode), connect it to a Google Sheet to capture customer intake, and talk about competitors like VAPI, ElevenLabs, and Voiceify. By the end, you'll have the exact playbook (and the template Susan is giving away) to spin up your own MVP voice agent in under an hour.

Timestamps
03:42 – Inside Voiceflow and what makes it different
04:23 – Chatbot vs voice agent: listen, decide, act
05:30 – In the loop vs on the loop vs fully autonomous
09:09 – The system prompt: identity, purpose, and boundaries
11:54 – Voice, persona, and speech sculpting
13:22 – Separating agent instructions from knowledge base
17:14 – Stopping the agent from troubleshooting electrical issues
20:31 – Rules for collecting info one question at a time
23:21 – Pasting the prompt and one-shotting the build
26:34 – Voiceflow competitors: VAPI, ElevenLabs, Voiceify
30:22 – Connecting tools at each conversation step
33:13 – Why faster builds give up control
38:21 – Adding the knowledge base as a Word doc
43:13 – Sending customer intake to a Google Sheet
45:57 – Live phone call with the voice agent
50:09 – Branching, exit conditions, and iteration
54:52 – Custom voices, ElevenLabs integration, and voice security

Key Points

Keep two documents separate: agent instructions (how the agent behaves, its identity, persona, escalation rules) and knowledge base (the facts about your business). If pricing or hours change, you update one cell in your knowledge base instead of digging through a giant system prompt.

The strength of a Voiceflow build lives in the prompt. Susan pastes her full instructions doc into the new project prompt and Voiceflow generates the entire conversation flow — greeting, qualification, intake, confirmation, escalation — with no coding.

Be explicit about what the agent does NOT do. LLMs are trying to "win the game" (Susan's War Games analogy), so if you don't tell the electrical-appointment bot "do not troubleshoot," it will try to problem-solve its way out of every conversation.

Collect intake one question at a time, use explicit confirmation on critical fields like callback numbers, and tell the agent to be empathetic but not apologetic — nobody wants a bot that says "I'm sorry" five times instead of solving the problem.

Voiceflow —  https://www.voiceflow.com

Pragmatic Digital — Susan's agency helping brands operationalize conversational AI and applied AI for CX - https://www.pragmatic.digital

VAPI — alternative voice agent platform - https://vapi.ai

ElevenLabs - https://elevenlabs.io

Voiceify — centralized library for chatbot, voice agent, and telephone deployments across web and mobile - https://voicify.com/

Twilio — phone number and telephony layer for connecting Voiceflow agents to real phone calls - https://www.twilio.com

Make.com — automation platform that can connect to Voiceflow as a tool integration - https://www.make.com

Robert Scoble on X  https://x.com/Scobleizer

Brian Roemmele on X https://x.com/BrianRoemmele

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim

FIND SUSAN ON SOCIAL
X: https://x.com/sjw75
Website: https://www.pragmatic.digital</itunes:summary>
      <itunes:subtitle>Build your voice agent in 10 minutes (No code required) 
https://corey-ganim.kit.com/18da152cf4 

In this episode, I sat down with Susan Westwater, co-founder of Pragmatic Digital and a conversational AI veteran since 2017, to build a working voice agent </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/e9f12b86/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 163 I Built the ULTIMATE AI Second Brain (Karpathy's LLM Wiki Setup Guide)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 163 I Built the ULTIMATE AI Second Brain (Karpathy's LLM Wiki Setup Guide)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">6b3219b7-b592-490e-9f49-8b92eee55297</guid>
      <link>https://share.transistor.fm/s/3e92bab2</link>
      <description>
        <![CDATA[<p>🔗 Deploy your own Hermes agent on Hostinger -10% off any plan with code COREY10: <a rel="noopener noreferrer nofollow" href="http://hostinger.com/corey10">http://hostinger.com/corey10</a> (use code COREY10)<br><br>Grab the free step-by-step Hermes Second Brain setup guide here: <a rel="noopener noreferrer nofollow" href="https://corey-ganim.kit.com/60fc0fe6d9">https://corey-ganim.kit.com/60fc0fe6d9</a></p><p><br>In this solo episode, I walk through exactly how I built the ultimate AI second brain using Hermes and its built-in LLM Wiki skill — inspired by Karpathy's wiki setup. I break down the three core operations of the Hermes agent (ingest, query, lint), the three layers of the knowledge base (raw sources, the wiki, schema/tags), and why I chose Hermes over Claude Code, OpenClaw, or Obsidian for this build. From there, I show the full one-click deploy on a Hostinger VPS, the OpenAI model setup, the Telegram bot integration via BotFather, and the Markdownload Chrome extension trick I use to feed any tweet, article, or webpage straight into the wiki. By the end of this episode, you'll have a clear, step-by-step path to deploy your own self-improving second brain that gets smarter the more you use it.<br></p><p>Key Points</p><p>Hermes ships with a built-in LLM Wiki skill that handles the second brain function out of the box — your job is to curate sources, the agent's job is to summarize, tag, and file them away.</p><p>The knowledge base has exactly three layers: raw sources you give it (read-only), the agent-owned wiki of markdown files, and the schema/tags Hermes builds to make querying low-friction.</p><p>Run the Lint command roughly once a month — it audits your wiki for contradictions, sources older than 90 days, and oversized files that should be split for more accurate retrieval.</p><p>Deploy on a Hostinger VPS instead of locally — it's a one-click install with no terminal, cheaper than a Mac mini, always-on, and your data stays private.</p><p>The simplest workflow for feeding the wiki: use the Markdownload Chrome extension to clip any tweet, article, or webpage to markdown, drag it into your Telegram chat with Hermes, and tell it to add it to the wiki.</p><p>This is a compounding asset — on day 1 the knowledge base is the dumbest it'll ever be, but feed it consistently and by day 90 it becomes incredibly useful for retrieval.</p><p>Hermes agent VPS deployment on Hostinger (use code COREY10 for 10% off) - <a rel="noopener noreferrer nofollow" href="https://www.hostinger.com/vps/hermes-agent-hosting">https://www.hostinger.com/vps/hermes-agent-hosting</a></p><p>Markdownload Chrome extension - <a rel="noopener noreferrer nofollow" href="https://chromewebstore.google.com/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdi">https://chromewebstore.google.com/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdi</a></p><p>Telegram BotFather - <a rel="noopener noreferrer nofollow" href="https://t.me/BotFather">https://t.me/BotFather</a></p><p>OpenAI Codex - <a rel="noopener noreferrer nofollow" href="https://openai.com/codex">https://openai.com/codex</a></p><p>FIND ME ON SOCIAL X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim">https://x.com/coreyganim</a> Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a> LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a> YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@coreyganim">https://www.youtube.com/@coreyganim</a></p><p><br></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>🔗 Deploy your own Hermes agent on Hostinger -10% off any plan with code COREY10: <a rel="noopener noreferrer nofollow" href="http://hostinger.com/corey10">http://hostinger.com/corey10</a> (use code COREY10)<br><br>Grab the free step-by-step Hermes Second Brain setup guide here: <a rel="noopener noreferrer nofollow" href="https://corey-ganim.kit.com/60fc0fe6d9">https://corey-ganim.kit.com/60fc0fe6d9</a></p><p><br>In this solo episode, I walk through exactly how I built the ultimate AI second brain using Hermes and its built-in LLM Wiki skill — inspired by Karpathy's wiki setup. I break down the three core operations of the Hermes agent (ingest, query, lint), the three layers of the knowledge base (raw sources, the wiki, schema/tags), and why I chose Hermes over Claude Code, OpenClaw, or Obsidian for this build. From there, I show the full one-click deploy on a Hostinger VPS, the OpenAI model setup, the Telegram bot integration via BotFather, and the Markdownload Chrome extension trick I use to feed any tweet, article, or webpage straight into the wiki. By the end of this episode, you'll have a clear, step-by-step path to deploy your own self-improving second brain that gets smarter the more you use it.<br></p><p>Key Points</p><p>Hermes ships with a built-in LLM Wiki skill that handles the second brain function out of the box — your job is to curate sources, the agent's job is to summarize, tag, and file them away.</p><p>The knowledge base has exactly three layers: raw sources you give it (read-only), the agent-owned wiki of markdown files, and the schema/tags Hermes builds to make querying low-friction.</p><p>Run the Lint command roughly once a month — it audits your wiki for contradictions, sources older than 90 days, and oversized files that should be split for more accurate retrieval.</p><p>Deploy on a Hostinger VPS instead of locally — it's a one-click install with no terminal, cheaper than a Mac mini, always-on, and your data stays private.</p><p>The simplest workflow for feeding the wiki: use the Markdownload Chrome extension to clip any tweet, article, or webpage to markdown, drag it into your Telegram chat with Hermes, and tell it to add it to the wiki.</p><p>This is a compounding asset — on day 1 the knowledge base is the dumbest it'll ever be, but feed it consistently and by day 90 it becomes incredibly useful for retrieval.</p><p>Hermes agent VPS deployment on Hostinger (use code COREY10 for 10% off) - <a rel="noopener noreferrer nofollow" href="https://www.hostinger.com/vps/hermes-agent-hosting">https://www.hostinger.com/vps/hermes-agent-hosting</a></p><p>Markdownload Chrome extension - <a rel="noopener noreferrer nofollow" href="https://chromewebstore.google.com/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdi">https://chromewebstore.google.com/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdi</a></p><p>Telegram BotFather - <a rel="noopener noreferrer nofollow" href="https://t.me/BotFather">https://t.me/BotFather</a></p><p>OpenAI Codex - <a rel="noopener noreferrer nofollow" href="https://openai.com/codex">https://openai.com/codex</a></p><p>FIND ME ON SOCIAL X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim">https://x.com/coreyganim</a> Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a> LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a> YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@coreyganim">https://www.youtube.com/@coreyganim</a></p><p><br></p>]]>
      </content:encoded>
      <pubDate>Fri, 08 May 2026 04:15:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/3e92bab2/d1eb8a0c.mp3" length="35871736" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1121</itunes:duration>
      <itunes:summary>🔗 Deploy your own Hermes agent on Hostinger -10% off any plan with code COREY10: http://hostinger.com/corey10 (use code COREY10)Grab the free step-by-step Hermes Second Brain setup guide here: https://corey-ganim.kit.com/60fc0fe6d9In this solo episode, I walk through exactly how I built the ultimate AI second brain using Hermes and its built-in LLM Wiki skill — inspired by Karpathy's wiki setup. I break down the three core operations of the Hermes agent (ingest, query, lint), the three layers of the knowledge base (raw sources, the wiki, schema/tags), and why I chose Hermes over Claude Code, OpenClaw, or Obsidian for this build. From there, I show the full one-click deploy on a Hostinger VPS, the OpenAI model setup, the Telegram bot integration via BotFather, and the Markdownload Chrome extension trick I use to feed any tweet, article, or webpage straight into the wiki. By the end of this episode, you'll have a clear, step-by-step path to deploy your own self-improving second brain that gets smarter the more you use it.Key PointsHermes ships with a built-in LLM Wiki skill that handles the second brain function out of the box — your job is to curate sources, the agent's job is to summarize, tag, and file them away.The knowledge base has exactly three layers: raw sources you give it (read-only), the agent-owned wiki of markdown files, and the schema/tags Hermes builds to make querying low-friction.Run the Lint command roughly once a month — it audits your wiki for contradictions, sources older than 90 days, and oversized files that should be split for more accurate retrieval.Deploy on a Hostinger VPS instead of locally — it's a one-click install with no terminal, cheaper than a Mac mini, always-on, and your data stays private.The simplest workflow for feeding the wiki: use the Markdownload Chrome extension to clip any tweet, article, or webpage to markdown, drag it into your Telegram chat with Hermes, and tell it to add it to the wiki.This is a compounding asset — on day 1 the knowledge base is the dumbest it'll ever be, but feed it consistently and by day 90 it becomes incredibly useful for retrieval.Hermes agent VPS deployment on Hostinger (use code COREY10 for 10% off) - https://www.hostinger.com/vps/hermes-agent-hostingMarkdownload Chrome extension - https://chromewebstore.google.com/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdiTelegram BotFather - https://t.me/BotFatherOpenAI Codex - https://openai.com/codexFIND ME ON SOCIAL X/Twitter: https://x.com/coreyganim Instagram: https://www.instagram.com/coreyganim/ LinkedIn: https://www.linkedin.com/in/coreyganim/ YouTube: https://www.youtube.com/@coreyganim</itunes:summary>
      <itunes:subtitle>🔗 Deploy your own Hermes agent on Hostinger -10% off any plan with code COREY10: http://hostinger.com/corey10 (use code COREY10)Grab the free step-by-step Hermes Second Brain setup guide here: https://corey-ganim.kit.com/60fc0fe6d9In this solo episode, I </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/3e92bab2/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 162 Cracking the X algorithm with Claude Code</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 162 Cracking the X algorithm with Claude Code</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">337f7d43-ec6e-473a-bcf1-8cbd6aa542bc</guid>
      <link>https://share.transistor.fm/s/aa0ff199</link>
      <description>
        <![CDATA[<p>Tom Crawshaw (8+ years in automations, $25M+ in attributed e-com revenue) cracks open the content system that's pulled him millions of views. We walk through the Claude Code skill he built that handles voice profile, copywriting principles, hook scoring, image prompts, and a humanizer pass from one slash command. He also surfaces a hidden Claude Code feature called /insights that audits your full usage history and tells you what to build next. You'll learn how to turn messy ChatGPT workflows into a real skill, why Whisperflow is non-negotiable, and the one slash command 99% of Claude Code users are sleeping on.</p><p>Timestamps</p><p>00:00 Intro</p><p>00:30 Tom's automation background</p><p>03:30 Skills vs. Projects on context</p><p>08:30 Auto-updating voice profile from X</p><p>11:00 Nano Banana plus Canva workflow</p><p>23:30 Live demo: a Whisperflow post</p><p>34:30 Hook scoring with copywriting principles</p><p>46:30 The hidden /insights command</p><p>54:30 Skills vs. n8n vs. Lovable</p><p>Key Points</p><p>Skills beat Claude Projects on context. Projects load every reference file on every message. A skill works like a book: Claude pulls only the chapter it needs, so a full pipeline runs in one chat.</p><p>Tom's skill auto-updates his voice profile weekly. The X API pulls his last 7 days of posts, ranks by engagement, and rewrites the profile so the skill keeps drifting toward what's working.</p><p>/insights is the most slept-on feature in Claude Code. It audits your full session history and hands back a real report: what's working, where you're breaking your own rules, skills to build, and prompts to run.</p><p>Image gen is 80% Nano Banana, 20% Canva. Generate fast in the AI tool, then finish in Canva with magic grab and magic erase.</p><p>Whisperflow changed how Tom and Corey think, not just type. Speaking forces tighter thinking and makes prompts richer because adding context costs almost nothing.</p><p>Links</p><p>Claude Code: <a rel="noopener noreferrer nofollow" href="https://www.anthropic.com/claude-code">https://www.anthropic.com/claude-code</a></p><p>Whisperflow: <a rel="noopener noreferrer nofollow" href="https://wisprflow.ai/">https://wisprflow.ai/</a></p><p>Nano Banana: <a rel="noopener noreferrer nofollow" href="https://gemini.google.com/">https://gemini.google.com/</a></p><p>Canva: <a rel="noopener noreferrer nofollow" href="https://www.canva.com/">https://www.canva.com/</a></p><p>n8n: <a rel="noopener noreferrer nofollow" href="https://n8n.io/">https://n8n.io/</a></p><p>Tom's site: <a rel="noopener noreferrer nofollow" href="https://learnn8nautomation.com/">https://learnn8nautomation.com/</a></p><p>Build With AI: <a rel="noopener noreferrer nofollow" href="https://www.skool.com/buildwithai/about">https://www.skool.com/buildwithai/about</a></p><p>FIND ME ON SOCIAL</p><p>X: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim">https://x.com/coreyganim</a></p><p>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@coreyganim">https://www.youtube.com/@coreyganim</a></p><p>TOM ON SOCIAL</p><p>X: <a rel="noopener noreferrer nofollow" href="https://x.com/TomCrawshaw01">https://x.com/TomCrawshaw01</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@TheAIGrowthLab">https://www.youtube.com/@TheAIGrowthLab</a></p><p>Website: <a rel="noopener noreferrer nofollow" href="https://learnn8nautomation.com/">https://learnn8nautomation.com/</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Tom Crawshaw (8+ years in automations, $25M+ in attributed e-com revenue) cracks open the content system that's pulled him millions of views. We walk through the Claude Code skill he built that handles voice profile, copywriting principles, hook scoring, image prompts, and a humanizer pass from one slash command. He also surfaces a hidden Claude Code feature called /insights that audits your full usage history and tells you what to build next. You'll learn how to turn messy ChatGPT workflows into a real skill, why Whisperflow is non-negotiable, and the one slash command 99% of Claude Code users are sleeping on.</p><p>Timestamps</p><p>00:00 Intro</p><p>00:30 Tom's automation background</p><p>03:30 Skills vs. Projects on context</p><p>08:30 Auto-updating voice profile from X</p><p>11:00 Nano Banana plus Canva workflow</p><p>23:30 Live demo: a Whisperflow post</p><p>34:30 Hook scoring with copywriting principles</p><p>46:30 The hidden /insights command</p><p>54:30 Skills vs. n8n vs. Lovable</p><p>Key Points</p><p>Skills beat Claude Projects on context. Projects load every reference file on every message. A skill works like a book: Claude pulls only the chapter it needs, so a full pipeline runs in one chat.</p><p>Tom's skill auto-updates his voice profile weekly. The X API pulls his last 7 days of posts, ranks by engagement, and rewrites the profile so the skill keeps drifting toward what's working.</p><p>/insights is the most slept-on feature in Claude Code. It audits your full session history and hands back a real report: what's working, where you're breaking your own rules, skills to build, and prompts to run.</p><p>Image gen is 80% Nano Banana, 20% Canva. Generate fast in the AI tool, then finish in Canva with magic grab and magic erase.</p><p>Whisperflow changed how Tom and Corey think, not just type. Speaking forces tighter thinking and makes prompts richer because adding context costs almost nothing.</p><p>Links</p><p>Claude Code: <a rel="noopener noreferrer nofollow" href="https://www.anthropic.com/claude-code">https://www.anthropic.com/claude-code</a></p><p>Whisperflow: <a rel="noopener noreferrer nofollow" href="https://wisprflow.ai/">https://wisprflow.ai/</a></p><p>Nano Banana: <a rel="noopener noreferrer nofollow" href="https://gemini.google.com/">https://gemini.google.com/</a></p><p>Canva: <a rel="noopener noreferrer nofollow" href="https://www.canva.com/">https://www.canva.com/</a></p><p>n8n: <a rel="noopener noreferrer nofollow" href="https://n8n.io/">https://n8n.io/</a></p><p>Tom's site: <a rel="noopener noreferrer nofollow" href="https://learnn8nautomation.com/">https://learnn8nautomation.com/</a></p><p>Build With AI: <a rel="noopener noreferrer nofollow" href="https://www.skool.com/buildwithai/about">https://www.skool.com/buildwithai/about</a></p><p>FIND ME ON SOCIAL</p><p>X: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim">https://x.com/coreyganim</a></p><p>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@coreyganim">https://www.youtube.com/@coreyganim</a></p><p>TOM ON SOCIAL</p><p>X: <a rel="noopener noreferrer nofollow" href="https://x.com/TomCrawshaw01">https://x.com/TomCrawshaw01</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@TheAIGrowthLab">https://www.youtube.com/@TheAIGrowthLab</a></p><p>Website: <a rel="noopener noreferrer nofollow" href="https://learnn8nautomation.com/">https://learnn8nautomation.com/</a></p>]]>
      </content:encoded>
      <pubDate>Tue, 05 May 2026 23:24:34 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/aa0ff199/ccffea03.mp3" length="110337823" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3449</itunes:duration>
      <itunes:summary>Tom Crawshaw (8+ years in automations, $25M+ in attributed e-com revenue) cracks open the content system that's pulled him millions of views. We walk through the Claude Code skill he built that handles voice profile, copywriting principles, hook scoring, image prompts, and a humanizer pass from one slash command. He also surfaces a hidden Claude Code feature called /insights that audits your full usage history and tells you what to build next. You'll learn how to turn messy ChatGPT workflows into a real skill, why Whisperflow is non-negotiable, and the one slash command 99% of Claude Code users are sleeping on.Timestamps00:00 Intro00:30 Tom's automation background03:30 Skills vs. Projects on context08:30 Auto-updating voice profile from X11:00 Nano Banana plus Canva workflow23:30 Live demo: a Whisperflow post34:30 Hook scoring with copywriting principles46:30 The hidden /insights command54:30 Skills vs. n8n vs. LovableKey PointsSkills beat Claude Projects on context. Projects load every reference file on every message. A skill works like a book: Claude pulls only the chapter it needs, so a full pipeline runs in one chat.Tom's skill auto-updates his voice profile weekly. The X API pulls his last 7 days of posts, ranks by engagement, and rewrites the profile so the skill keeps drifting toward what's working./insights is the most slept-on feature in Claude Code. It audits your full session history and hands back a real report: what's working, where you're breaking your own rules, skills to build, and prompts to run.Image gen is 80% Nano Banana, 20% Canva. Generate fast in the AI tool, then finish in Canva with magic grab and magic erase.Whisperflow changed how Tom and Corey think, not just type. Speaking forces tighter thinking and makes prompts richer because adding context costs almost nothing.LinksClaude Code: https://www.anthropic.com/claude-codeWhisperflow: https://wisprflow.ai/Nano Banana: https://gemini.google.com/Canva: https://www.canva.com/n8n: https://n8n.io/Tom's site: https://learnn8nautomation.com/Build With AI: https://www.skool.com/buildwithai/aboutFIND ME ON SOCIALX: https://x.com/coreyganimInstagram: https://www.instagram.com/coreyganim/LinkedIn: https://www.linkedin.com/in/coreyganim/YouTube: https://www.youtube.com/@coreyganimTOM ON SOCIALX: https://x.com/TomCrawshaw01YouTube: https://www.youtube.com/@TheAIGrowthLabWebsite: https://learnn8nautomation.com/</itunes:summary>
      <itunes:subtitle>Tom Crawshaw (8+ years in automations, $25M+ in attributed e-com revenue) cracks open the content system that's pulled him millions of views. We walk through the Claude Code skill he built that handles voice profile, copywriting principles, hook scoring, </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/aa0ff199/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 161 How I'm AI-maxxing boomer businesses to make f*ck you money</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 161 How I'm AI-maxxing boomer businesses to make f*ck you money</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">f4f0a0cb-b7c4-4f78-9899-85d392965009</guid>
      <link>https://share.transistor.fm/s/ce5600ca</link>
      <description>
        <![CDATA[Free audit template Corey is giving away — https://audittemplate.ai

In this episode, I sat down with Chris Koerner and outlined how I sell AI assessments to small businesses.  

Timestamps
00:00 – Intro
00:33 – The $1,000 AI audit pitch
01:10 – The lunch conversation that started it all
02:23 – Why 99 out of 100 owners need this
02:57 – Why Loom screen recording failed
04:25 – From Zoom calls to a voice agent
05:31 – Meet Annie, the AI interviewer
06:17 – Live demo of the voice agent
08:06 – How the voice agent was built (Retell + skills)
10:18 – Walking through a real assessment in Gamma
12:00 – The effort vs impact matrix
13:00 – Wedding venue saves 8 hours with Dash This
15:16 – Pricing journey: free to $1,000
17:30 – Why charging more makes upsells easier
18:02 – The full upsell menu breakdown
22:00 – Custom GPT knowledge system for a business broker
24:46 – Which industries this works best for
25:53 – Seven ways to find clients with no followers
26:39 – Hosting a local AI meetup
27:30 – Door-knocking businesses in 2026
29:25 – Using free audits to land warm contacts
30:30 – Running free AI office hours
31:30 – Hard-won lessons and the speed-to-lead upsell
34:36 – The simple Claude prompt that builds the audit
35:33 – Where to find Corey

Key Points

The business started from one lunch where a friend said he'd pay $1,000 just to be followed around for a day. After validating with 50–100 owners, Corey found 99 out of 100 small business owners need this — they just don't know which AI tools to use.

The upsell menu is built into the report. Common follow-ons: process optimization ($3K–$5K), Zapier or Make automation builds ($1K–$3K), custom GPT knowledge systems, CRM setups (high-level CRM at $3K–$5K), and speed-to-lead AI agents tied directly to revenue.

The seven-way client acquisition playbook works with zero followers: host a local AI meetup on Luma or Meetup.com, door-knock local businesses, run free audits for your network, host free AI office hours at coworking spaces or realtor offices, partner with well-connected locals, and lean on warm intros from your CEO peer group.

You don't need to be an AI expert. As Corey puts it, you just need to be one step ahead of your average client — which is about seven days of studying. The realtor's office where he hosted his free AI meetup turned into paying assessment work.

The Claude prompt to generate an audit is dead simple: attach the transcript, tell Claude to find off-the-shelf tools that fix the pain points, and point it at directories like Futurepedia or There's An AI For That.

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim]]>
      </description>
      <content:encoded>
        <![CDATA[Free audit template Corey is giving away — https://audittemplate.ai

In this episode, I sat down with Chris Koerner and outlined how I sell AI assessments to small businesses.  

Timestamps
00:00 – Intro
00:33 – The $1,000 AI audit pitch
01:10 – The lunch conversation that started it all
02:23 – Why 99 out of 100 owners need this
02:57 – Why Loom screen recording failed
04:25 – From Zoom calls to a voice agent
05:31 – Meet Annie, the AI interviewer
06:17 – Live demo of the voice agent
08:06 – How the voice agent was built (Retell + skills)
10:18 – Walking through a real assessment in Gamma
12:00 – The effort vs impact matrix
13:00 – Wedding venue saves 8 hours with Dash This
15:16 – Pricing journey: free to $1,000
17:30 – Why charging more makes upsells easier
18:02 – The full upsell menu breakdown
22:00 – Custom GPT knowledge system for a business broker
24:46 – Which industries this works best for
25:53 – Seven ways to find clients with no followers
26:39 – Hosting a local AI meetup
27:30 – Door-knocking businesses in 2026
29:25 – Using free audits to land warm contacts
30:30 – Running free AI office hours
31:30 – Hard-won lessons and the speed-to-lead upsell
34:36 – The simple Claude prompt that builds the audit
35:33 – Where to find Corey

Key Points

The business started from one lunch where a friend said he'd pay $1,000 just to be followed around for a day. After validating with 50–100 owners, Corey found 99 out of 100 small business owners need this — they just don't know which AI tools to use.

The upsell menu is built into the report. Common follow-ons: process optimization ($3K–$5K), Zapier or Make automation builds ($1K–$3K), custom GPT knowledge systems, CRM setups (high-level CRM at $3K–$5K), and speed-to-lead AI agents tied directly to revenue.

The seven-way client acquisition playbook works with zero followers: host a local AI meetup on Luma or Meetup.com, door-knock local businesses, run free audits for your network, host free AI office hours at coworking spaces or realtor offices, partner with well-connected locals, and lean on warm intros from your CEO peer group.

You don't need to be an AI expert. As Corey puts it, you just need to be one step ahead of your average client — which is about seven days of studying. The realtor's office where he hosted his free AI meetup turned into paying assessment work.

The Claude prompt to generate an audit is dead simple: attach the transcript, tell Claude to find off-the-shelf tools that fix the pain points, and point it at directories like Futurepedia or There's An AI For That.

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim]]>
      </content:encoded>
      <pubDate>Wed, 29 Apr 2026 18:22:28 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/ce5600ca/092cbc6a.mp3" length="69516603" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2173</itunes:duration>
      <itunes:summary>Free audit template Corey is giving away — https://audittemplate.ai

In this episode, I sat down with Chris Koerner and outlined how I sell AI assessments to small businesses.  

Timestamps
00:00 – Intro
00:33 – The $1,000 AI audit pitch
01:10 – The lunch conversation that started it all
02:23 – Why 99 out of 100 owners need this
02:57 – Why Loom screen recording failed
04:25 – From Zoom calls to a voice agent
05:31 – Meet Annie, the AI interviewer
06:17 – Live demo of the voice agent
08:06 – How the voice agent was built (Retell + skills)
10:18 – Walking through a real assessment in Gamma
12:00 – The effort vs impact matrix
13:00 – Wedding venue saves 8 hours with Dash This
15:16 – Pricing journey: free to $1,000
17:30 – Why charging more makes upsells easier
18:02 – The full upsell menu breakdown
22:00 – Custom GPT knowledge system for a business broker
24:46 – Which industries this works best for
25:53 – Seven ways to find clients with no followers
26:39 – Hosting a local AI meetup
27:30 – Door-knocking businesses in 2026
29:25 – Using free audits to land warm contacts
30:30 – Running free AI office hours
31:30 – Hard-won lessons and the speed-to-lead upsell
34:36 – The simple Claude prompt that builds the audit
35:33 – Where to find Corey

Key Points

The business started from one lunch where a friend said he'd pay $1,000 just to be followed around for a day. After validating with 50–100 owners, Corey found 99 out of 100 small business owners need this — they just don't know which AI tools to use.

The upsell menu is built into the report. Common follow-ons: process optimization ($3K–$5K), Zapier or Make automation builds ($1K–$3K), custom GPT knowledge systems, CRM setups (high-level CRM at $3K–$5K), and speed-to-lead AI agents tied directly to revenue.

The seven-way client acquisition playbook works with zero followers: host a local AI meetup on Luma or Meetup.com, door-knock local businesses, run free audits for your network, host free AI office hours at coworking spaces or realtor offices, partner with well-connected locals, and lean on warm intros from your CEO peer group.

You don't need to be an AI expert. As Corey puts it, you just need to be one step ahead of your average client — which is about seven days of studying. The realtor's office where he hosted his free AI meetup turned into paying assessment work.

The Claude prompt to generate an audit is dead simple: attach the transcript, tell Claude to find off-the-shelf tools that fix the pain points, and point it at directories like Futurepedia or There's An AI For That.

FIND ME ON SOCIAL
X/Twitter: https://x.com/coreyganim
Instagram: https://www.instagram.com/coreyganim/
LinkedIn: https://www.linkedin.com/in/coreyganim/
YouTube: https://www.youtube.com/@coreyganim</itunes:summary>
      <itunes:subtitle>Free audit template Corey is giving away — https://audittemplate.ai

In this episode, I sat down with Chris Koerner and outlined how I sell AI assessments to small businesses.  

Timestamps
00:00 – Intro
00:33 – The $1,000 AI audit pitch
01:10 – The lunch</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/ce5600ca/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 160 EASY Claude Cowork Setup (full beginner tutorial)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 160 EASY Claude Cowork Setup (full beginner tutorial)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">d6290519-1e30-49de-a1ce-a93737073c66</guid>
      <link>https://share.transistor.fm/s/9ba94a46</link>
      <description>
        <![CDATA[<p>In this solo episode, I walk through the exact process of setting up Claude Cowork from scratch — the right way — using the free Cowork Onboarding plugin I built and made open source. I go step by step through the full onboarding flow, from picking your workspace folder and connecting tools, to building three core context files (About Me, Brand Voice, and Working Style), generating global instructions that tie everything together, setting up scheduled tasks like a daily morning briefing and quarterly context review, and running an optional security review to lock in sensible rules.</p><p>Timestamps</p><p>00:00 – Why Cowork is useless out of the box</p><p>02:22 – Starting the onboarding flow from scratch</p><p>03:30 – Choosing workspace folder and onboarding path</p><p>04:37 – Workspace structure and file access permissions</p><p>05:45 – Connecting Google Workspace tools (Gmail, Drive, Calendar)</p><p>06:56 – Building context files: About Me, Brand Voice, Working Style</p><p>10:58 – Linking existing brand materials from Google Drive</p><p>12:44 – Generating global instructions from your context files</p><p>15:00 – Skills and plugin recommendations from the marketplace</p><p>17:24 – Setting up scheduled tasks: morning briefing and quarterly review</p><p>19:46 – Running the optional security review</p><p>23:23 – Wrapping up: what we built and the two manual steps left</p><p>Key Points</p><ul><li>Most people skip the onboarding and then wonder why Cowork feels generic. The entire point of setting it up properly — building context files and global instructions — is so Claude never has to ask who you are again. Every session loads with that context automatically.</li><li>The three context files (About Me, Brand Voice, Working Style) are the foundation of the whole setup. Without them, Cowork is writing responses for a stranger. With them, it knows your business, how you communicate, and how you like your deliverables structured.</li><li>Global instructions are the piece most people miss. Once you paste your generated global instructions into Cowork's settings, every single session loads that context from the start — no repeating yourself, no re-explaining your preferences.</li></ul><p>Links Mentioned</p><p>Free Cowork Onboarding plugin — download it to run the full guided setup described in this episode: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/f00d78554c">https://return-my-time.kit.com/f00d78554c</a></p><p>Build with AI community — get the full onboarding plugin including the self-assessment, workflow audit, and custom skill blueprints tailored to your business: <a rel="noopener noreferrer nofollow" href="https://www.skool.com/buildwithai/about">https://www.skool.com/buildwithai/about</a></p><p>WisprFlow — the talk-to-text tool used during the onboarding to answer Claude's questions faster: https://wisprflow.ai</p><p>Find Me on Social</p><p>X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim">https://x.com/coreyganim</a></p><p>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@coreyganim">https://www.youtube.com/@coreyganim</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this solo episode, I walk through the exact process of setting up Claude Cowork from scratch — the right way — using the free Cowork Onboarding plugin I built and made open source. I go step by step through the full onboarding flow, from picking your workspace folder and connecting tools, to building three core context files (About Me, Brand Voice, and Working Style), generating global instructions that tie everything together, setting up scheduled tasks like a daily morning briefing and quarterly context review, and running an optional security review to lock in sensible rules.</p><p>Timestamps</p><p>00:00 – Why Cowork is useless out of the box</p><p>02:22 – Starting the onboarding flow from scratch</p><p>03:30 – Choosing workspace folder and onboarding path</p><p>04:37 – Workspace structure and file access permissions</p><p>05:45 – Connecting Google Workspace tools (Gmail, Drive, Calendar)</p><p>06:56 – Building context files: About Me, Brand Voice, Working Style</p><p>10:58 – Linking existing brand materials from Google Drive</p><p>12:44 – Generating global instructions from your context files</p><p>15:00 – Skills and plugin recommendations from the marketplace</p><p>17:24 – Setting up scheduled tasks: morning briefing and quarterly review</p><p>19:46 – Running the optional security review</p><p>23:23 – Wrapping up: what we built and the two manual steps left</p><p>Key Points</p><ul><li>Most people skip the onboarding and then wonder why Cowork feels generic. The entire point of setting it up properly — building context files and global instructions — is so Claude never has to ask who you are again. Every session loads with that context automatically.</li><li>The three context files (About Me, Brand Voice, Working Style) are the foundation of the whole setup. Without them, Cowork is writing responses for a stranger. With them, it knows your business, how you communicate, and how you like your deliverables structured.</li><li>Global instructions are the piece most people miss. Once you paste your generated global instructions into Cowork's settings, every single session loads that context from the start — no repeating yourself, no re-explaining your preferences.</li></ul><p>Links Mentioned</p><p>Free Cowork Onboarding plugin — download it to run the full guided setup described in this episode: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/f00d78554c">https://return-my-time.kit.com/f00d78554c</a></p><p>Build with AI community — get the full onboarding plugin including the self-assessment, workflow audit, and custom skill blueprints tailored to your business: <a rel="noopener noreferrer nofollow" href="https://www.skool.com/buildwithai/about">https://www.skool.com/buildwithai/about</a></p><p>WisprFlow — the talk-to-text tool used during the onboarding to answer Claude's questions faster: https://wisprflow.ai</p><p>Find Me on Social</p><p>X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim">https://x.com/coreyganim</a></p><p>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@coreyganim">https://www.youtube.com/@coreyganim</a></p>]]>
      </content:encoded>
      <pubDate>Thu, 23 Apr 2026 15:18:47 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/9ba94a46/22ad95bf.mp3" length="51561066" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1612</itunes:duration>
      <itunes:summary>In this solo episode, I walk through the exact process of setting up Claude Cowork from scratch — the right way — using the free Cowork Onboarding plugin I built and made open source. I go step by step through the full onboarding flow, from picking your workspace folder and connecting tools, to building three core context files (About Me, Brand Voice, and Working Style), generating global instructions that tie everything together, setting up scheduled tasks like a daily morning briefing and quarterly context review, and running an optional security review to lock in sensible rules.Timestamps00:00 – Why Cowork is useless out of the box02:22 – Starting the onboarding flow from scratch03:30 – Choosing workspace folder and onboarding path04:37 – Workspace structure and file access permissions05:45 – Connecting Google Workspace tools (Gmail, Drive, Calendar)06:56 – Building context files: About Me, Brand Voice, Working Style10:58 – Linking existing brand materials from Google Drive12:44 – Generating global instructions from your context files15:00 – Skills and plugin recommendations from the marketplace17:24 – Setting up scheduled tasks: morning briefing and quarterly review19:46 – Running the optional security review23:23 – Wrapping up: what we built and the two manual steps leftKey PointsMost people skip the onboarding and then wonder why Cowork feels generic. The entire point of setting it up properly — building context files and global instructions — is so Claude never has to ask who you are again. Every session loads with that context automatically.The three context files (About Me, Brand Voice, Working Style) are the foundation of the whole setup. Without them, Cowork is writing responses for a stranger. With them, it knows your business, how you communicate, and how you like your deliverables structured.Global instructions are the piece most people miss. Once you paste your generated global instructions into Cowork's settings, every single session loads that context from the start — no repeating yourself, no re-explaining your preferences.Links MentionedFree Cowork Onboarding plugin — download it to run the full guided setup described in this episode: https://return-my-time.kit.com/f00d78554cBuild with AI community — get the full onboarding plugin including the self-assessment, workflow audit, and custom skill blueprints tailored to your business: https://www.skool.com/buildwithai/aboutWisprFlow — the talk-to-text tool used during the onboarding to answer Claude's questions faster: https://wisprflow.aiFind Me on SocialX/Twitter: https://x.com/coreyganimInstagram: https://www.instagram.com/coreyganim/LinkedIn: https://www.linkedin.com/in/coreyganim/YouTube: https://www.youtube.com/@coreyganim</itunes:summary>
      <itunes:subtitle>In this solo episode, I walk through the exact process of setting up Claude Cowork from scratch — the right way — using the free Cowork Onboarding plugin I built and made open source. I go step by step through the full onboarding flow, from picking your w</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/9ba94a46/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 159 Build STUNNING Websites with Claude Code + Google Stitch (full walkthrough)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 159 Build STUNNING Websites with Claude Code + Google Stitch (full walkthrough)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">2a8a344e-4d38-4215-be31-f8e83c7cfab9</guid>
      <link>https://share.transistor.fm/s/cefa7712</link>
      <description>
        <![CDATA[<p>I sit down with Leon van Zyl, who ran a web design company for 10 years and now teaches over 700 people how to build real applications with coding agents. We walk through his exact workflow for building professional, client-ready websites using Google Stitch for the design system and Claude Code for the build — no coding skills required. Leon shows the difference between a one-shot AI-generated site and what you get when you front-load the design system before touching code. By the end, you'll have a repeatable workflow for going from design concept to finished website — including custom AI images that match your brand.</p><p>Links Mentioned:</p><p>Google Stitch: <a rel="noopener noreferrer nofollow" href="https://stitch.withgoogle.com">https://stitch.withgoogle.com</a></p><p>Claude Code: <a rel="noopener noreferrer nofollow" href="https://docs.anthropic.com/en/docs/claude-code">https://docs.anthropic.com/en/docs/claude-code</a></p><p>Cursor: <a rel="noopener noreferrer nofollow" href="https://www.cursor.com">https://www.cursor.com</a></p><p>Next.js: <a rel="noopener noreferrer nofollow" href="https://nextjs.org">https://nextjs.org</a></p><p>Stitch MCP Server Docs: <a rel="noopener noreferrer nofollow" href="https://stitch.withgoogle.com/docs/mcp">https://stitch.withgoogle.com/docs/mcp</a></p><p>Stitch Skills: <a rel="noopener noreferrer nofollow" href="https://stitch.withgoogle.com/docs/skills">https://stitch.withgoogle.com/docs/skills</a></p><p>Timestamps</p><p>00:00 – Intro</p><p>00:06 – What you'll learn: design systems for client-ready websites</p><p>02:04 – Jumping into the screen share</p><p>02:25 – The problem: one-shot AI websites look terrible</p><p>03:52 – The Stitch workflow result: side-by-side comparison</p><p>07:32 – Starting from a vanilla Next.js project</p><p>08:50 – What is Google Stitch and how to get started</p><p>10:00 – Prompting Stitch with brand details, fonts, and colors</p><p>13:00 – Why design systems matter for coding agents</p><p>16:00 – Iterating on the homepage before building more pages</p><p>17:44 – Sharing Stitch designs with clients for approval</p><p>21:23 – Setting up the Stitch MCP server in Claude Code</p><p>23:18 – What an MCP server actually is (simple explanation)</p><p>25:56 – Pulling the design system into your project</p><p>28:47 – Memory files: <a rel="noopener noreferrer nofollow" href="http://Claude.md">Claude.md</a> vs <a rel="noopener noreferrer nofollow" href="http://Agents.md">Agents.md</a> explained</p><p>33:24 – Converting the Stitch design into a working website</p><p>35:06 – Installing the Stitch React Components skill</p><p>41:11 – When to use this workflow: client work vs personal projects</p><p>44:27 – Viewing the finished website vs the Stitch mockup</p><p>48:27 – Downloading and converting images to WebP for performance</p><p>53:46 – Generating custom AI images with Nano Banana Pro</p><p>58:14 – Final result with branded AI-generated hero image</p><p>01:00:48 – Key takeaways and wrap-up</p><p>FIND ME ON SOCIAL</p><p>X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganui">https://x.com/coreyganim</a></p><p>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a></p><p>FIND LEON ON SOCIAL</p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@leonvanzyl">https://www.youtube.com/@leonvanzyl</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>I sit down with Leon van Zyl, who ran a web design company for 10 years and now teaches over 700 people how to build real applications with coding agents. We walk through his exact workflow for building professional, client-ready websites using Google Stitch for the design system and Claude Code for the build — no coding skills required. Leon shows the difference between a one-shot AI-generated site and what you get when you front-load the design system before touching code. By the end, you'll have a repeatable workflow for going from design concept to finished website — including custom AI images that match your brand.</p><p>Links Mentioned:</p><p>Google Stitch: <a rel="noopener noreferrer nofollow" href="https://stitch.withgoogle.com">https://stitch.withgoogle.com</a></p><p>Claude Code: <a rel="noopener noreferrer nofollow" href="https://docs.anthropic.com/en/docs/claude-code">https://docs.anthropic.com/en/docs/claude-code</a></p><p>Cursor: <a rel="noopener noreferrer nofollow" href="https://www.cursor.com">https://www.cursor.com</a></p><p>Next.js: <a rel="noopener noreferrer nofollow" href="https://nextjs.org">https://nextjs.org</a></p><p>Stitch MCP Server Docs: <a rel="noopener noreferrer nofollow" href="https://stitch.withgoogle.com/docs/mcp">https://stitch.withgoogle.com/docs/mcp</a></p><p>Stitch Skills: <a rel="noopener noreferrer nofollow" href="https://stitch.withgoogle.com/docs/skills">https://stitch.withgoogle.com/docs/skills</a></p><p>Timestamps</p><p>00:00 – Intro</p><p>00:06 – What you'll learn: design systems for client-ready websites</p><p>02:04 – Jumping into the screen share</p><p>02:25 – The problem: one-shot AI websites look terrible</p><p>03:52 – The Stitch workflow result: side-by-side comparison</p><p>07:32 – Starting from a vanilla Next.js project</p><p>08:50 – What is Google Stitch and how to get started</p><p>10:00 – Prompting Stitch with brand details, fonts, and colors</p><p>13:00 – Why design systems matter for coding agents</p><p>16:00 – Iterating on the homepage before building more pages</p><p>17:44 – Sharing Stitch designs with clients for approval</p><p>21:23 – Setting up the Stitch MCP server in Claude Code</p><p>23:18 – What an MCP server actually is (simple explanation)</p><p>25:56 – Pulling the design system into your project</p><p>28:47 – Memory files: <a rel="noopener noreferrer nofollow" href="http://Claude.md">Claude.md</a> vs <a rel="noopener noreferrer nofollow" href="http://Agents.md">Agents.md</a> explained</p><p>33:24 – Converting the Stitch design into a working website</p><p>35:06 – Installing the Stitch React Components skill</p><p>41:11 – When to use this workflow: client work vs personal projects</p><p>44:27 – Viewing the finished website vs the Stitch mockup</p><p>48:27 – Downloading and converting images to WebP for performance</p><p>53:46 – Generating custom AI images with Nano Banana Pro</p><p>58:14 – Final result with branded AI-generated hero image</p><p>01:00:48 – Key takeaways and wrap-up</p><p>FIND ME ON SOCIAL</p><p>X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganui">https://x.com/coreyganim</a></p><p>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a></p><p>FIND LEON ON SOCIAL</p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@leonvanzyl">https://www.youtube.com/@leonvanzyl</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 17 Apr 2026 04:15:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/cefa7712/d0dc98e3.mp3" length="93757207" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3907</itunes:duration>
      <itunes:summary>I sit down with Leon van Zyl, who ran a web design company for 10 years and now teaches over 700 people how to build real applications with coding agents. We walk through his exact workflow for building professional, client-ready websites using Google Stitch for the design system and Claude Code for the build — no coding skills required. Leon shows the difference between a one-shot AI-generated site and what you get when you front-load the design system before touching code. By the end, you'll have a repeatable workflow for going from design concept to finished website — including custom AI images that match your brand.Links Mentioned:Google Stitch: https://stitch.withgoogle.comClaude Code: https://docs.anthropic.com/en/docs/claude-codeCursor: https://www.cursor.comNext.js: https://nextjs.orgStitch MCP Server Docs: https://stitch.withgoogle.com/docs/mcpStitch Skills: https://stitch.withgoogle.com/docs/skillsTimestamps00:00 – Intro00:06 – What you'll learn: design systems for client-ready websites02:04 – Jumping into the screen share02:25 – The problem: one-shot AI websites look terrible03:52 – The Stitch workflow result: side-by-side comparison07:32 – Starting from a vanilla Next.js project08:50 – What is Google Stitch and how to get started10:00 – Prompting Stitch with brand details, fonts, and colors13:00 – Why design systems matter for coding agents16:00 – Iterating on the homepage before building more pages17:44 – Sharing Stitch designs with clients for approval21:23 – Setting up the Stitch MCP server in Claude Code23:18 – What an MCP server actually is (simple explanation)25:56 – Pulling the design system into your project28:47 – Memory files: Claude.md vs Agents.md explained33:24 – Converting the Stitch design into a working website35:06 – Installing the Stitch React Components skill41:11 – When to use this workflow: client work vs personal projects44:27 – Viewing the finished website vs the Stitch mockup48:27 – Downloading and converting images to WebP for performance53:46 – Generating custom AI images with Nano Banana Pro58:14 – Final result with branded AI-generated hero image01:00:48 – Key takeaways and wrap-upFIND ME ON SOCIALX/Twitter: https://x.com/coreyganimInstagram: https://www.instagram.com/coreyganim/LinkedIn: https://www.linkedin.com/in/coreyganim/FIND LEON ON SOCIALYouTube: https://www.youtube.com/@leonvanzyl</itunes:summary>
      <itunes:subtitle>I sit down with Leon van Zyl, who ran a web design company for 10 years and now teaches over 700 people how to build real applications with coding agents. We walk through his exact workflow for building professional, client-ready websites using Google Sti</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/cefa7712/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 158 Claude Code Routines Clearly Explained (and why it matters)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 158 Claude Code Routines Clearly Explained (and why it matters)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">a945e594-f3b4-415a-a169-53c6f8f9d77e</guid>
      <link>https://share.transistor.fm/s/6972a421</link>
      <description>
        <![CDATA[<p>Claude Code just dropped routines, and when I first saw the three options — routine, schedule, and loop — I had no idea when to use which. In this video, I break down all three modes in plain language and then demo building a routine from scratch using an X trend scanner I already had in my skill library. You'll see the full setup: GitHub connection, system prompt config, trigger options, and connector permissions. By the end, you'll know exactly which mode to use for any automation you want to build and how to get your first routine live.<br><br>Links Mentioned:<br>Claude Code Routines: <a rel="noopener noreferrer nofollow" href="https://claude.ai/code/routines">https://claude.ai/code/routines</a><br>GitHub: <a rel="noopener noreferrer nofollow" href="https://github.com">https://github.com</a><br><br>Timestamps<br>00:00 – Intro: The confusion with Claude Code's new features<br>00:20 – The three modes: routine, schedule, and loop<br>00:50 – When to use each mode (simple breakdown)<br>01:10 – Using Claude Code to find a skill to demo<br>01:45 – Selecting the X scan routine<br>02:00 – GitHub requirement for routines explained<br>02:18 – Creating a new routine at <a rel="noopener noreferrer nofollow" href="http://claude.ai/code/routines">claude.ai/code/routines</a><br>02:35 – Naming your routine and connecting your GitHub repo<br>02:50 – Dropping in your system prompt<br>03:05 – Setting the schedule trigger (10am Eastern daily)<br>03:20 – Configuring connectors and permission sets<br>03:40 – Running on demand and reviewing the output<br>04:10 – Full recap of all three modes<br><br>Key Points<br><br>* Claude Code has three automation modes — routine (runs on Anthropic's cloud, set it and forget it), schedule (needs local access, also available in Cowork), and loop (immediate execution in the CLI). Picking the wrong one means your automation won't work the way you expect.<br><br>* Routines require a GitHub repository. You can't create one without it, so get your repo connected before you start.<br><br>* The whole setup happens at <a rel="noopener noreferrer nofollow" href="http://claude.ai/code/routines">claude.ai/code/routines</a> — no coding required beyond having a system prompt in markdown format ready to paste in.<br><br>* Routines support three trigger types: time-based schedule, GitHub event, or API call. That gives you flexibility depending on whether you want it cron-based, push-based, or fired from another system.<br><br>* The X trend scanner ran automatically and surfaced several trending topic candidates with suggested content angles — zero manual research, just results ready to use.</p><p>FIND ME ON SOCIAL<br>X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/GanimCorey">https://x.com/GanimCorey</a><br>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a><br>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a><br><br>FIND NICK ON SOCIAL<br>X: <a rel="noopener noreferrer nofollow" href="https://x.com/NickSpisak_">https://x.com/NickSpisak_</a><br>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/nicholasspisak/">https://www.linkedin.com/in/nicholasspisak/</a><br>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@UCusMlMDWZS0uOlhgL0M_q-A">https://www.youtube.com/@UCusMlMDWZS0uOlhgL0M_q-A</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Claude Code just dropped routines, and when I first saw the three options — routine, schedule, and loop — I had no idea when to use which. In this video, I break down all three modes in plain language and then demo building a routine from scratch using an X trend scanner I already had in my skill library. You'll see the full setup: GitHub connection, system prompt config, trigger options, and connector permissions. By the end, you'll know exactly which mode to use for any automation you want to build and how to get your first routine live.<br><br>Links Mentioned:<br>Claude Code Routines: <a rel="noopener noreferrer nofollow" href="https://claude.ai/code/routines">https://claude.ai/code/routines</a><br>GitHub: <a rel="noopener noreferrer nofollow" href="https://github.com">https://github.com</a><br><br>Timestamps<br>00:00 – Intro: The confusion with Claude Code's new features<br>00:20 – The three modes: routine, schedule, and loop<br>00:50 – When to use each mode (simple breakdown)<br>01:10 – Using Claude Code to find a skill to demo<br>01:45 – Selecting the X scan routine<br>02:00 – GitHub requirement for routines explained<br>02:18 – Creating a new routine at <a rel="noopener noreferrer nofollow" href="http://claude.ai/code/routines">claude.ai/code/routines</a><br>02:35 – Naming your routine and connecting your GitHub repo<br>02:50 – Dropping in your system prompt<br>03:05 – Setting the schedule trigger (10am Eastern daily)<br>03:20 – Configuring connectors and permission sets<br>03:40 – Running on demand and reviewing the output<br>04:10 – Full recap of all three modes<br><br>Key Points<br><br>* Claude Code has three automation modes — routine (runs on Anthropic's cloud, set it and forget it), schedule (needs local access, also available in Cowork), and loop (immediate execution in the CLI). Picking the wrong one means your automation won't work the way you expect.<br><br>* Routines require a GitHub repository. You can't create one without it, so get your repo connected before you start.<br><br>* The whole setup happens at <a rel="noopener noreferrer nofollow" href="http://claude.ai/code/routines">claude.ai/code/routines</a> — no coding required beyond having a system prompt in markdown format ready to paste in.<br><br>* Routines support three trigger types: time-based schedule, GitHub event, or API call. That gives you flexibility depending on whether you want it cron-based, push-based, or fired from another system.<br><br>* The X trend scanner ran automatically and surfaced several trending topic candidates with suggested content angles — zero manual research, just results ready to use.</p><p>FIND ME ON SOCIAL<br>X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/GanimCorey">https://x.com/GanimCorey</a><br>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a><br>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a><br><br>FIND NICK ON SOCIAL<br>X: <a rel="noopener noreferrer nofollow" href="https://x.com/NickSpisak_">https://x.com/NickSpisak_</a><br>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/nicholasspisak/">https://www.linkedin.com/in/nicholasspisak/</a><br>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@UCusMlMDWZS0uOlhgL0M_q-A">https://www.youtube.com/@UCusMlMDWZS0uOlhgL0M_q-A</a></p>]]>
      </content:encoded>
      <pubDate>Tue, 14 Apr 2026 21:59:19 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6972a421/b97f5f42.mp3" length="7460322" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>311</itunes:duration>
      <itunes:summary>Claude Code just dropped routines, and when I first saw the three options — routine, schedule, and loop — I had no idea when to use which. In this video, I break down all three modes in plain language and then demo building a routine from scratch using an X trend scanner I already had in my skill library. You'll see the full setup: GitHub connection, system prompt config, trigger options, and connector permissions. By the end, you'll know exactly which mode to use for any automation you want to build and how to get your first routine live.Links Mentioned:Claude Code Routines: https://claude.ai/code/routinesGitHub: https://github.comTimestamps00:00 – Intro: The confusion with Claude Code's new features00:20 – The three modes: routine, schedule, and loop00:50 – When to use each mode (simple breakdown)01:10 – Using Claude Code to find a skill to demo01:45 – Selecting the X scan routine02:00 – GitHub requirement for routines explained02:18 – Creating a new routine at claude.ai/code/routines02:35 – Naming your routine and connecting your GitHub repo02:50 – Dropping in your system prompt03:05 – Setting the schedule trigger (10am Eastern daily)03:20 – Configuring connectors and permission sets03:40 – Running on demand and reviewing the output04:10 – Full recap of all three modesKey Points* Claude Code has three automation modes — routine (runs on Anthropic's cloud, set it and forget it), schedule (needs local access, also available in Cowork), and loop (immediate execution in the CLI). Picking the wrong one means your automation won't work the way you expect.* Routines require a GitHub repository. You can't create one without it, so get your repo connected before you start.* The whole setup happens at claude.ai/code/routines — no coding required beyond having a system prompt in markdown format ready to paste in.* Routines support three trigger types: time-based schedule, GitHub event, or API call. That gives you flexibility depending on whether you want it cron-based, push-based, or fired from another system.* The X trend scanner ran automatically and surfaced several trending topic candidates with suggested content angles — zero manual research, just results ready to use.FIND ME ON SOCIALX/Twitter: https://x.com/GanimCoreyInstagram: https://www.instagram.com/coreyganim/LinkedIn: https://www.linkedin.com/in/coreyganim/FIND NICK ON SOCIALX: https://x.com/NickSpisak_LinkedIn: https://www.linkedin.com/in/nicholasspisak/YouTube: https://www.youtube.com/@UCusMlMDWZS0uOlhgL0M_q-A</itunes:summary>
      <itunes:subtitle>Claude Code just dropped routines, and when I first saw the three options — routine, schedule, and loop — I had no idea when to use which. In this video, I break down all three modes in plain language and then demo building a routine from scratch using an</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/6972a421/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 157 Claude Managed Agents Clearly Explained (and why it matters)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 157 Claude Managed Agents Clearly Explained (and why it matters)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">db4ed5a3-2e9d-41c8-832a-53e5db6c7e9d</guid>
      <link>https://share.transistor.fm/s/05e0ddf5</link>
      <description>
        <![CDATA[<p>Grab the free Google Doc to build and deploy your first Claude Managed Agent in 60 seconds: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/2872b904f5">https://return-my-time.kit.com/2872b904f5</a><br><br>I sit down with Nick Spisak, an AI agent builder who deployed his first Claude Managed Agent the same week Anthropic released the capability, to break down exactly what this platform is, who it's for, and when it makes financial sense to use it. We walk through the four user personas Claude Managed Agents is built for.<br><br>Links Mentioned:<br>Corey's X article: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim/status/2042286607449874527">https://x.com/coreyganim/status/2042286607449874527</a><br>Nick's X article: <a rel="noopener noreferrer nofollow" href="https://x.com/NickSpisak_/status/2041949191887262164">https://x.com/NickSpisak_/status/2041949191887262164</a></p><p>Timestamps<br>00:00 – Intro<br>00:05 – What is Claude Managed Agents?<br>00:29 – Architecture: decoupling tools, sessions, and orchestration<br>01:15 – Who managed agents is and isn't for<br>01:33 – The four user personas breakdown<br>03:58 – Why AI Tinkerers should stick with Claude Code subscription<br>04:21 – Free Google Doc: build your first agent in 60 seconds<br>05:28 – Platform-as-a-service model explained<br>05:43 – Cost comparison: Managed Agents vs Agent SDK<br>06:09 – Live look inside <a rel="noopener noreferrer nofollow" href="http://platform.claude.com">platform.claude.com</a><br>06:23 – Workbench, sessions, and output walkthrough<br>08:16 – Sessions: tool calls vs. finished output explained<br>08:31 – Analytics dashboard and real cost breakdown<br>09:36 – When the ROI math works (and when it doesn't)<br>11:18 – Next steps: articles on X, how to get started<br>12:04 – Outro</p><p>Join the Build With AI community - weekly AI implementations, live coaching, and templates built for non-technical entrepreneurs: <a rel="noopener noreferrer nofollow" href="https://www.skool.com/buildwithai/about">https://www.skool.com/buildwithai/about</a></p><p>FIND ME ON SOCIAL</p><p>X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim">https://x.com/coreyganim</a></p><p>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@coreyganim">https://www.youtube.com/@coreyganim</a></p><p>FIND NICK ON SOCIAL</p><p>X: <a rel="noopener noreferrer nofollow" href="https://x.com/NickSpisak_">https://x.com/NickSpisak_</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/nicholasspisak/">https://www.linkedin.com/in/nicholasspisak/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@nickspisak_">https://www.youtube.com/@nickspisak_</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Grab the free Google Doc to build and deploy your first Claude Managed Agent in 60 seconds: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/2872b904f5">https://return-my-time.kit.com/2872b904f5</a><br><br>I sit down with Nick Spisak, an AI agent builder who deployed his first Claude Managed Agent the same week Anthropic released the capability, to break down exactly what this platform is, who it's for, and when it makes financial sense to use it. We walk through the four user personas Claude Managed Agents is built for.<br><br>Links Mentioned:<br>Corey's X article: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim/status/2042286607449874527">https://x.com/coreyganim/status/2042286607449874527</a><br>Nick's X article: <a rel="noopener noreferrer nofollow" href="https://x.com/NickSpisak_/status/2041949191887262164">https://x.com/NickSpisak_/status/2041949191887262164</a></p><p>Timestamps<br>00:00 – Intro<br>00:05 – What is Claude Managed Agents?<br>00:29 – Architecture: decoupling tools, sessions, and orchestration<br>01:15 – Who managed agents is and isn't for<br>01:33 – The four user personas breakdown<br>03:58 – Why AI Tinkerers should stick with Claude Code subscription<br>04:21 – Free Google Doc: build your first agent in 60 seconds<br>05:28 – Platform-as-a-service model explained<br>05:43 – Cost comparison: Managed Agents vs Agent SDK<br>06:09 – Live look inside <a rel="noopener noreferrer nofollow" href="http://platform.claude.com">platform.claude.com</a><br>06:23 – Workbench, sessions, and output walkthrough<br>08:16 – Sessions: tool calls vs. finished output explained<br>08:31 – Analytics dashboard and real cost breakdown<br>09:36 – When the ROI math works (and when it doesn't)<br>11:18 – Next steps: articles on X, how to get started<br>12:04 – Outro</p><p>Join the Build With AI community - weekly AI implementations, live coaching, and templates built for non-technical entrepreneurs: <a rel="noopener noreferrer nofollow" href="https://www.skool.com/buildwithai/about">https://www.skool.com/buildwithai/about</a></p><p>FIND ME ON SOCIAL</p><p>X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim">https://x.com/coreyganim</a></p><p>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@coreyganim">https://www.youtube.com/@coreyganim</a></p><p>FIND NICK ON SOCIAL</p><p>X: <a rel="noopener noreferrer nofollow" href="https://x.com/NickSpisak_">https://x.com/NickSpisak_</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/nicholasspisak/">https://www.linkedin.com/in/nicholasspisak/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@nickspisak_">https://www.youtube.com/@nickspisak_</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 10 Apr 2026 14:45:48 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/05e0ddf5/dae0e801.mp3" length="18236774" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>760</itunes:duration>
      <itunes:summary>Grab the free Google Doc to build and deploy your first Claude Managed Agent in 60 seconds: https://return-my-time.kit.com/2872b904f5I sit down with Nick Spisak, an AI agent builder who deployed his first Claude Managed Agent the same week Anthropic released the capability, to break down exactly what this platform is, who it's for, and when it makes financial sense to use it. We walk through the four user personas Claude Managed Agents is built for.Links Mentioned:Corey's X article: https://x.com/coreyganim/status/2042286607449874527Nick's X article: https://x.com/NickSpisak_/status/2041949191887262164Timestamps00:00 – Intro00:05 – What is Claude Managed Agents?00:29 – Architecture: decoupling tools, sessions, and orchestration01:15 – Who managed agents is and isn't for01:33 – The four user personas breakdown03:58 – Why AI Tinkerers should stick with Claude Code subscription04:21 – Free Google Doc: build your first agent in 60 seconds05:28 – Platform-as-a-service model explained05:43 – Cost comparison: Managed Agents vs Agent SDK06:09 – Live look inside platform.claude.com06:23 – Workbench, sessions, and output walkthrough08:16 – Sessions: tool calls vs. finished output explained08:31 – Analytics dashboard and real cost breakdown09:36 – When the ROI math works (and when it doesn't)11:18 – Next steps: articles on X, how to get started12:04 – OutroJoin the Build With AI community - weekly AI implementations, live coaching, and templates built for non-technical entrepreneurs: https://www.skool.com/buildwithai/aboutFIND ME ON SOCIALX/Twitter: https://x.com/coreyganimInstagram: https://www.instagram.com/coreyganim/LinkedIn: https://www.linkedin.com/in/coreyganim/YouTube: https://www.youtube.com/@coreyganimFIND NICK ON SOCIALX: https://x.com/NickSpisak_LinkedIn: https://www.linkedin.com/in/nicholasspisak/YouTube: https://www.youtube.com/@nickspisak_</itunes:summary>
      <itunes:subtitle>Grab the free Google Doc to build and deploy your first Claude Managed Agent in 60 seconds: https://return-my-time.kit.com/2872b904f5I sit down with Nick Spisak, an AI agent builder who deployed his first Claude Managed Agent the same week Anthropic relea</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/05e0ddf5/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 156 Build Karpathy's Second Brain With Obsidian + Claude Code</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 156 Build Karpathy's Second Brain With Obsidian + Claude Code</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">da412ec3-bf4c-4284-bb62-13c8c80e16a7</guid>
      <link>https://share.transistor.fm/s/d0fe7c2a</link>
      <description>
        <![CDATA[<p>Download Nick's free second brain skill -- one-click install that sets up your entire Obsidian vault and ingestion workflow inside Claude Code: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/286e11f7e6">https://return-my-time.kit.com/286e11f7e6</a></p><p>I brought on Nick Spisak to build a complete second brain live -- start to finish, in under 20 minutes. By the end of this episode, you'll know exactly how to build your own second brain -- and you can grab Nick's free skill to do it in one click.</p><p>Timestamps</p><p>00:00 - Intro and Karpathy's viral second brain tweet</p><p>00:24 - What the second brain concept is</p><p>03:28 - Obsidian Web Clipper: scraping pages into your vault</p><p>04:41 - Nick's free skill: wizard, ingest, query, and lint commands</p><p>05:53 - Live demo: running the setup wizard in Claude Code</p><p>08:38 - How many vaults to manage: personal vs. business</p><p>10:30 - Opening the vault and exploring the file structure</p><p>12:21 - Graph view: seeing connections between your data</p><p>15:38 - Ingest command: raw data into organized wiki</p><p>16:29 - Automating ingestion on a cron schedule</p><p>19:12 - Compounding value and syncing the vault across devices</p><p>20:19 - Pruning the vault with the lint command</p><p>21:53 - Your data set as a moat in the AI age</p><p>Key Points</p><p>* Karpathy released a framework for building an LLM knowledge base. Nick turned it into a free Claude skill with a guided setup wizard, ingest, query, and lint commands -- works across Claude Code, Codex, Gemini CLI, and more. One-click install, no coding required.</p><p>* The system runs on three tiers: raw (brain dump), wiki (AI-organized knowledge base), and outputs (answers from querying). Drop files into raw, run ingest, and the AI maps everything into structured wiki entries with relationship graphs.</p><p>* You can automate ingestion using Claude Code's loop feature so the vault stays current without manual work. Pair with Obsidian's paid sync tier and a note captured on your phone is indexed before you're back at your desk.</p><p>* The lint command health-checks your wiki for outdated entries and missing connections -- and tells you exactly what to clip next to close the gaps. The wiki tells you what it doesn't know yet.</p><p>* Day zero this thing is basic. Day 90 it's a company asset no competitor can copy. Your private knowledge base is the foundation for every agent and skill you build -- and nobody else will have it.</p><p>Join the Build With AI community - weekly AI implementations, live coaching, and templates built for non-technical entrepreneurs: <a rel="noopener noreferrer nofollow" href="https://www.skool.com/buildwithai/about">https://www.skool.com/buildwithai/about</a></p><p>FIND ME ON SOCIAL</p><p>X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim">https://x.com/coreyganim</a></p><p>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@coreyganim">https://www.youtube.com/@coreyganim</a></p><p>FIND NICK ON SOCIAL</p><p>X: <a rel="noopener noreferrer nofollow" href="https://x.com/NickSpisak_">https://x.com/NickSpisak_</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/nicholasspisak/">https://www.linkedin.com/in/nicholasspisak/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@nickspisak_">https://www.youtube.com/@nickspisak_</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Download Nick's free second brain skill -- one-click install that sets up your entire Obsidian vault and ingestion workflow inside Claude Code: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/286e11f7e6">https://return-my-time.kit.com/286e11f7e6</a></p><p>I brought on Nick Spisak to build a complete second brain live -- start to finish, in under 20 minutes. By the end of this episode, you'll know exactly how to build your own second brain -- and you can grab Nick's free skill to do it in one click.</p><p>Timestamps</p><p>00:00 - Intro and Karpathy's viral second brain tweet</p><p>00:24 - What the second brain concept is</p><p>03:28 - Obsidian Web Clipper: scraping pages into your vault</p><p>04:41 - Nick's free skill: wizard, ingest, query, and lint commands</p><p>05:53 - Live demo: running the setup wizard in Claude Code</p><p>08:38 - How many vaults to manage: personal vs. business</p><p>10:30 - Opening the vault and exploring the file structure</p><p>12:21 - Graph view: seeing connections between your data</p><p>15:38 - Ingest command: raw data into organized wiki</p><p>16:29 - Automating ingestion on a cron schedule</p><p>19:12 - Compounding value and syncing the vault across devices</p><p>20:19 - Pruning the vault with the lint command</p><p>21:53 - Your data set as a moat in the AI age</p><p>Key Points</p><p>* Karpathy released a framework for building an LLM knowledge base. Nick turned it into a free Claude skill with a guided setup wizard, ingest, query, and lint commands -- works across Claude Code, Codex, Gemini CLI, and more. One-click install, no coding required.</p><p>* The system runs on three tiers: raw (brain dump), wiki (AI-organized knowledge base), and outputs (answers from querying). Drop files into raw, run ingest, and the AI maps everything into structured wiki entries with relationship graphs.</p><p>* You can automate ingestion using Claude Code's loop feature so the vault stays current without manual work. Pair with Obsidian's paid sync tier and a note captured on your phone is indexed before you're back at your desk.</p><p>* The lint command health-checks your wiki for outdated entries and missing connections -- and tells you exactly what to clip next to close the gaps. The wiki tells you what it doesn't know yet.</p><p>* Day zero this thing is basic. Day 90 it's a company asset no competitor can copy. Your private knowledge base is the foundation for every agent and skill you build -- and nobody else will have it.</p><p>Join the Build With AI community - weekly AI implementations, live coaching, and templates built for non-technical entrepreneurs: <a rel="noopener noreferrer nofollow" href="https://www.skool.com/buildwithai/about">https://www.skool.com/buildwithai/about</a></p><p>FIND ME ON SOCIAL</p><p>X/Twitter: <a rel="noopener noreferrer nofollow" href="https://x.com/coreyganim">https://x.com/coreyganim</a></p><p>Instagram: <a rel="noopener noreferrer nofollow" href="https://www.instagram.com/coreyganim/">https://www.instagram.com/coreyganim/</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/coreyganim/">https://www.linkedin.com/in/coreyganim/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@coreyganim">https://www.youtube.com/@coreyganim</a></p><p>FIND NICK ON SOCIAL</p><p>X: <a rel="noopener noreferrer nofollow" href="https://x.com/NickSpisak_">https://x.com/NickSpisak_</a></p><p>LinkedIn: <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/in/nicholasspisak/">https://www.linkedin.com/in/nicholasspisak/</a></p><p>YouTube: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@nickspisak_">https://www.youtube.com/@nickspisak_</a></p>]]>
      </content:encoded>
      <pubDate>Tue, 07 Apr 2026 16:07:41 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/d0fe7c2a/8a59a7e1.mp3" length="32168604" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1341</itunes:duration>
      <itunes:summary>Download Nick's free second brain skill -- one-click install that sets up your entire Obsidian vault and ingestion workflow inside Claude Code: https://return-my-time.kit.com/286e11f7e6I brought on Nick Spisak to build a complete second brain live -- start to finish, in under 20 minutes. By the end of this episode, you'll know exactly how to build your own second brain -- and you can grab Nick's free skill to do it in one click.Timestamps00:00 - Intro and Karpathy's viral second brain tweet00:24 - What the second brain concept is03:28 - Obsidian Web Clipper: scraping pages into your vault04:41 - Nick's free skill: wizard, ingest, query, and lint commands05:53 - Live demo: running the setup wizard in Claude Code08:38 - How many vaults to manage: personal vs. business10:30 - Opening the vault and exploring the file structure12:21 - Graph view: seeing connections between your data15:38 - Ingest command: raw data into organized wiki16:29 - Automating ingestion on a cron schedule19:12 - Compounding value and syncing the vault across devices20:19 - Pruning the vault with the lint command21:53 - Your data set as a moat in the AI ageKey Points* Karpathy released a framework for building an LLM knowledge base. Nick turned it into a free Claude skill with a guided setup wizard, ingest, query, and lint commands -- works across Claude Code, Codex, Gemini CLI, and more. One-click install, no coding required.* The system runs on three tiers: raw (brain dump), wiki (AI-organized knowledge base), and outputs (answers from querying). Drop files into raw, run ingest, and the AI maps everything into structured wiki entries with relationship graphs.* You can automate ingestion using Claude Code's loop feature so the vault stays current without manual work. Pair with Obsidian's paid sync tier and a note captured on your phone is indexed before you're back at your desk.* The lint command health-checks your wiki for outdated entries and missing connections -- and tells you exactly what to clip next to close the gaps. The wiki tells you what it doesn't know yet.* Day zero this thing is basic. Day 90 it's a company asset no competitor can copy. Your private knowledge base is the foundation for every agent and skill you build -- and nobody else will have it.Join the Build With AI community - weekly AI implementations, live coaching, and templates built for non-technical entrepreneurs: https://www.skool.com/buildwithai/aboutFIND ME ON SOCIALX/Twitter: https://x.com/coreyganimInstagram: https://www.instagram.com/coreyganim/LinkedIn: https://www.linkedin.com/in/coreyganim/YouTube: https://www.youtube.com/@coreyganimFIND NICK ON SOCIALX: https://x.com/NickSpisak_LinkedIn: https://www.linkedin.com/in/nicholasspisak/YouTube: https://www.youtube.com/@nickspisak_</itunes:summary>
      <itunes:subtitle>Download Nick's free second brain skill -- one-click install that sets up your entire Obsidian vault and ingestion workflow inside Claude Code: https://return-my-time.kit.com/286e11f7e6I brought on Nick Spisak to build a complete second brain live -- star</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/d0fe7c2a/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 155 Perplexity Computer Masterclass for Beginners (full tutorial)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 155 Perplexity Computer Masterclass for Beginners (full tutorial)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">f77c870a-2571-45fb-824c-84cf607580e0</guid>
      <link>https://share.transistor.fm/s/780bf1ab</link>
      <description>
        <![CDATA[<p>Eliot Prince is an SEO specialist with 10+ years of experience ranking businesses at the top of Google. He's now deep in the AI world, coaching businesses on how to do SEO faster and better using AI tools. In this episode, Eliot walks through how he's using Perplexity Computer to build repeatable SEO machines — systems that audit websites, generate deliverables, and even push changes live to WordPress, all from a single conversation.</p><p>We run a live audit on <a rel="noopener noreferrer nofollow" href="http://ReturnMyTime.com">ReturnMyTime.com</a>, watch three audit modules execute in parallel, and dig into the results — competitive analysis, keyword gaps, technical fixes, and auto-generated page copy. Eliot also demos a LinkedIn lead machine he built that reads DMs, scores leads, and drafts replies automatically using Perplexity's Linkup API connector.</p><p>The big takeaway: Perplexity Computer runs 19 LLM agents in the cloud simultaneously, meaning you can build systems that would traditionally take weeks of manual work or expensive SEO tool subscriptions - and you don't need to write a single line of code to do it.</p><p>Find Eliot YouTube's channel here:<b>@princeeliot</b></p><p>Join the Build With AI community here: <a rel="noopener noreferrer nofollow" href="https://www.skool.com/buildwithai/about">https://www.skool.com/buildwithai/about</a><br></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Eliot Prince is an SEO specialist with 10+ years of experience ranking businesses at the top of Google. He's now deep in the AI world, coaching businesses on how to do SEO faster and better using AI tools. In this episode, Eliot walks through how he's using Perplexity Computer to build repeatable SEO machines — systems that audit websites, generate deliverables, and even push changes live to WordPress, all from a single conversation.</p><p>We run a live audit on <a rel="noopener noreferrer nofollow" href="http://ReturnMyTime.com">ReturnMyTime.com</a>, watch three audit modules execute in parallel, and dig into the results — competitive analysis, keyword gaps, technical fixes, and auto-generated page copy. Eliot also demos a LinkedIn lead machine he built that reads DMs, scores leads, and drafts replies automatically using Perplexity's Linkup API connector.</p><p>The big takeaway: Perplexity Computer runs 19 LLM agents in the cloud simultaneously, meaning you can build systems that would traditionally take weeks of manual work or expensive SEO tool subscriptions - and you don't need to write a single line of code to do it.</p><p>Find Eliot YouTube's channel here:<b>@princeeliot</b></p><p>Join the Build With AI community here: <a rel="noopener noreferrer nofollow" href="https://www.skool.com/buildwithai/about">https://www.skool.com/buildwithai/about</a><br></p>]]>
      </content:encoded>
      <pubDate>Fri, 03 Apr 2026 14:11:32 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/780bf1ab/12d91887.mp3" length="66687857" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2779</itunes:duration>
      <itunes:summary>Eliot Prince is an SEO specialist with 10+ years of experience ranking businesses at the top of Google. He's now deep in the AI world, coaching businesses on how to do SEO faster and better using AI tools. In this episode, Eliot walks through how he's using Perplexity Computer to build repeatable SEO machines — systems that audit websites, generate deliverables, and even push changes live to WordPress, all from a single conversation.We run a live audit on ReturnMyTime.com, watch three audit modules execute in parallel, and dig into the results — competitive analysis, keyword gaps, technical fixes, and auto-generated page copy. Eliot also demos a LinkedIn lead machine he built that reads DMs, scores leads, and drafts replies automatically using Perplexity's Linkup API connector.The big takeaway: Perplexity Computer runs 19 LLM agents in the cloud simultaneously, meaning you can build systems that would traditionally take weeks of manual work or expensive SEO tool subscriptions - and you don't need to write a single line of code to do it.Find Eliot YouTube's channel here:@princeeliotJoin the Build With AI community here: https://www.skool.com/buildwithai/about</itunes:summary>
      <itunes:subtitle>Eliot Prince is an SEO specialist with 10+ years of experience ranking businesses at the top of Google. He's now deep in the AI world, coaching businesses on how to do SEO faster and better using AI tools. In this episode, Eliot walks through how he's usi</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/780bf1ab/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 154 I Replaced an 8-Person Marketing Team With Claude Code (full tutorial)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 154 I Replaced an 8-Person Marketing Team With Claude Code (full tutorial)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">6de0fd71-9819-48ee-91d1-8bc96f464fe9</guid>
      <link>https://share.transistor.fm/s/9de157be</link>
      <description>
        <![CDATA[<p>James Dickerson (AKA The Boring Marketer) has been consulting businesses on marketing and growth since 2012 — and he's now using Claude Code to do what used to require a $5-10K/month agency. In this episode, James goes screen-share and builds a complete marketing funnel live from scratch: a landing page, a quiz funnel, a 14-day email nurture sequence, and dozens of social and SEO content assets — all inside Claude Code with zero coding.</p><p> </p><p>We break down the psychology behind high-converting email sequences (micro commitments, reciprocity, objection handling), how James's "skills" system encodes expert marketing knowledge into portable AI instruction files, and why anyone with these tools can immediately outperform 80% of marketers. If you've been procrastinating on Claude Code, this is your sign to just download an IDE and start.</p><p>X: <a rel="noopener noreferrer nofollow" href="https://x.com/BoringMarketer">https://x.com/BoringMarketer</a><br>Website: <a rel="noopener noreferrer nofollow" href="https://vibemarketer.com">https://vibemarketer.com</a></p><p>Youtube: <b>@theboringmarketer</b></p><p><br></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>James Dickerson (AKA The Boring Marketer) has been consulting businesses on marketing and growth since 2012 — and he's now using Claude Code to do what used to require a $5-10K/month agency. In this episode, James goes screen-share and builds a complete marketing funnel live from scratch: a landing page, a quiz funnel, a 14-day email nurture sequence, and dozens of social and SEO content assets — all inside Claude Code with zero coding.</p><p> </p><p>We break down the psychology behind high-converting email sequences (micro commitments, reciprocity, objection handling), how James's "skills" system encodes expert marketing knowledge into portable AI instruction files, and why anyone with these tools can immediately outperform 80% of marketers. If you've been procrastinating on Claude Code, this is your sign to just download an IDE and start.</p><p>X: <a rel="noopener noreferrer nofollow" href="https://x.com/BoringMarketer">https://x.com/BoringMarketer</a><br>Website: <a rel="noopener noreferrer nofollow" href="https://vibemarketer.com">https://vibemarketer.com</a></p><p>Youtube: <b>@theboringmarketer</b></p><p><br></p>]]>
      </content:encoded>
      <pubDate>Wed, 01 Apr 2026 06:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/9de157be/da3e90cf.mp3" length="103696062" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>4321</itunes:duration>
      <itunes:summary>James Dickerson (AKA The Boring Marketer) has been consulting businesses on marketing and growth since 2012 — and he's now using Claude Code to do what used to require a $5-10K/month agency. In this episode, James goes screen-share and builds a complete marketing funnel live from scratch: a landing page, a quiz funnel, a 14-day email nurture sequence, and dozens of social and SEO content assets — all inside Claude Code with zero coding. We break down the psychology behind high-converting email sequences (micro commitments, reciprocity, objection handling), how James's "skills" system encodes expert marketing knowledge into portable AI instruction files, and why anyone with these tools can immediately outperform 80% of marketers. If you've been procrastinating on Claude Code, this is your sign to just download an IDE and start.X: https://x.com/BoringMarketerWebsite: https://vibemarketer.comYoutube: @theboringmarketer</itunes:summary>
      <itunes:subtitle>James Dickerson (AKA The Boring Marketer) has been consulting businesses on marketing and growth since 2012 — and he's now using Claude Code to do what used to require a $5-10K/month agency. In this episode, James goes screen-share and builds a complete m</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/9de157be/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>#153 How to Set Up OpenClaw in 7 Minutes (Step-by-Step Guide)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title>#153 How to Set Up OpenClaw in 7 Minutes (Step-by-Step Guide)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">6ea3cba4-282c-403c-83fb-0331a5e3dab1</guid>
      <link>https://share.transistor.fm/s/3d34ef88</link>
      <description>
        <![CDATA[<p>Grab the free one-page OpenClaw setup guide with every step and command listed out: <a rel="noopener noreferrer nofollow" href="https://corey-ganim.kit.com/c93f43577e">https://corey-ganim.kit.com/c93f43577e</a></p><p>I walk through the complete OpenClaw setup process from zero to a working AI agent connected to Telegram — all in under seven minutes. You'll see every step: running the installer, configuring your Anthropic API key, creating a Telegram bot through BotFather, pairing it to your OpenClaw instance, and enabling web search with DuckDuckGo. One prerequisite, one terminal command, and you're live.</p><p><b>Key Takeaways:</b></p><ul><li>OpenClaw installs with a single terminal command — the only prerequisite is having Node.js installed, which is also a one-command setup</li><li>The guided onboarding handles every configuration decision (model, API key, channel, search) through simple yes/no prompts — no manual config files</li><li>Creating a Telegram bot through BotFather takes about 60 seconds: message BotFather, run /newbot, choose a name ending in "bot," and copy the token</li><li>DuckDuckGo is the fastest search provider to start with because it requires zero additional API keys or setup</li><li>Skills and hooks can be added after the initial install — you don't need to configure everything before getting your agent running</li><li>The OpenClaw control panel gives you a browser-based chat window plus access to channels, sessions, usage stats, cron jobs, files, skills, and nodes</li></ul><p><b>Timestamps:</b> </p><p>00:00 - Introduction </p><p>00:02 - Running the OpenClaw installer from the terminal 00:30 - Node.js prerequisite (quick install)</p><p>00:45 - Guided onboarding: Quick Start setup </p><p>01:05 - Choosing Anthropic as your model provider </p><p>01:20 - Entering your Anthropic API key </p><p>01:35 - Selecting Claude Sonnet 4.6 </p><p>01:52 - Creating a Telegram bot with BotFather </p><p>02:45 - Naming your bot and choosing a username </p><p>03:15 - Connecting the bot token to OpenClaw </p><p>03:30 - Enabling DuckDuckGo web search </p><p>03:45 - Skipping skills and hooks (configurable later) </p><p>04:06 - OpenClaw control panel overview </p><p>04:30 - First chat with your bot in the browser </p><p>05:15 - Pairing the bot with your Telegram account </p><p>06:10 - First Telegram message confirmed </p><p>06:30 - Setup complete — next steps for personalization</p><p><b>Links Mentioned:</b></p><ul><li>OpenClaw: https://openclaw.ai</li><li>Anthropic API Console: <a rel="noopener noreferrer nofollow" href="https://console.anthropic.com">https://console.anthropic.com</a></li><li>BotFather (Telegram): <a rel="noopener noreferrer nofollow" href="https://t.me/BotFather">https://t.me/BotFather</a></li><li>DuckDuckGo: <a rel="noopener noreferrer nofollow" href="https://duckduckgo.com">https://duckduckgo.com</a></li><li>Node.js: <a rel="noopener noreferrer nofollow" href="https://nodejs.org">https://nodejs.org</a></li></ul><p><b>Enjoyed this episode?</b> </p><p>-&gt; Subscribe and leave a review </p><p>-&gt; Join the community waitlist: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/1bd2720397">https://return-my-time.kit.com/1bd2720397</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Grab the free one-page OpenClaw setup guide with every step and command listed out: <a rel="noopener noreferrer nofollow" href="https://corey-ganim.kit.com/c93f43577e">https://corey-ganim.kit.com/c93f43577e</a></p><p>I walk through the complete OpenClaw setup process from zero to a working AI agent connected to Telegram — all in under seven minutes. You'll see every step: running the installer, configuring your Anthropic API key, creating a Telegram bot through BotFather, pairing it to your OpenClaw instance, and enabling web search with DuckDuckGo. One prerequisite, one terminal command, and you're live.</p><p><b>Key Takeaways:</b></p><ul><li>OpenClaw installs with a single terminal command — the only prerequisite is having Node.js installed, which is also a one-command setup</li><li>The guided onboarding handles every configuration decision (model, API key, channel, search) through simple yes/no prompts — no manual config files</li><li>Creating a Telegram bot through BotFather takes about 60 seconds: message BotFather, run /newbot, choose a name ending in "bot," and copy the token</li><li>DuckDuckGo is the fastest search provider to start with because it requires zero additional API keys or setup</li><li>Skills and hooks can be added after the initial install — you don't need to configure everything before getting your agent running</li><li>The OpenClaw control panel gives you a browser-based chat window plus access to channels, sessions, usage stats, cron jobs, files, skills, and nodes</li></ul><p><b>Timestamps:</b> </p><p>00:00 - Introduction </p><p>00:02 - Running the OpenClaw installer from the terminal 00:30 - Node.js prerequisite (quick install)</p><p>00:45 - Guided onboarding: Quick Start setup </p><p>01:05 - Choosing Anthropic as your model provider </p><p>01:20 - Entering your Anthropic API key </p><p>01:35 - Selecting Claude Sonnet 4.6 </p><p>01:52 - Creating a Telegram bot with BotFather </p><p>02:45 - Naming your bot and choosing a username </p><p>03:15 - Connecting the bot token to OpenClaw </p><p>03:30 - Enabling DuckDuckGo web search </p><p>03:45 - Skipping skills and hooks (configurable later) </p><p>04:06 - OpenClaw control panel overview </p><p>04:30 - First chat with your bot in the browser </p><p>05:15 - Pairing the bot with your Telegram account </p><p>06:10 - First Telegram message confirmed </p><p>06:30 - Setup complete — next steps for personalization</p><p><b>Links Mentioned:</b></p><ul><li>OpenClaw: https://openclaw.ai</li><li>Anthropic API Console: <a rel="noopener noreferrer nofollow" href="https://console.anthropic.com">https://console.anthropic.com</a></li><li>BotFather (Telegram): <a rel="noopener noreferrer nofollow" href="https://t.me/BotFather">https://t.me/BotFather</a></li><li>DuckDuckGo: <a rel="noopener noreferrer nofollow" href="https://duckduckgo.com">https://duckduckgo.com</a></li><li>Node.js: <a rel="noopener noreferrer nofollow" href="https://nodejs.org">https://nodejs.org</a></li></ul><p><b>Enjoyed this episode?</b> </p><p>-&gt; Subscribe and leave a review </p><p>-&gt; Join the community waitlist: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/1bd2720397">https://return-my-time.kit.com/1bd2720397</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 27 Mar 2026 03:15:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/3d34ef88/7076ca48.mp3" length="10263988" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>428</itunes:duration>
      <itunes:summary>Grab the free one-page OpenClaw setup guide with every step and command listed out: https://corey-ganim.kit.com/c93f43577eI walk through the complete OpenClaw setup process from zero to a working AI agent connected to Telegram — all in under seven minutes. You'll see every step: running the installer, configuring your Anthropic API key, creating a Telegram bot through BotFather, pairing it to your OpenClaw instance, and enabling web search with DuckDuckGo. One prerequisite, one terminal command, and you're live.Key Takeaways:OpenClaw installs with a single terminal command — the only prerequisite is having Node.js installed, which is also a one-command setupThe guided onboarding handles every configuration decision (model, API key, channel, search) through simple yes/no prompts — no manual config filesCreating a Telegram bot through BotFather takes about 60 seconds: message BotFather, run /newbot, choose a name ending in "bot," and copy the tokenDuckDuckGo is the fastest search provider to start with because it requires zero additional API keys or setupSkills and hooks can be added after the initial install — you don't need to configure everything before getting your agent runningThe OpenClaw control panel gives you a browser-based chat window plus access to channels, sessions, usage stats, cron jobs, files, skills, and nodesTimestamps: 00:00 - Introduction 00:02 - Running the OpenClaw installer from the terminal 00:30 - Node.js prerequisite (quick install)00:45 - Guided onboarding: Quick Start setup 01:05 - Choosing Anthropic as your model provider 01:20 - Entering your Anthropic API key 01:35 - Selecting Claude Sonnet 4.6 01:52 - Creating a Telegram bot with BotFather 02:45 - Naming your bot and choosing a username 03:15 - Connecting the bot token to OpenClaw 03:30 - Enabling DuckDuckGo web search 03:45 - Skipping skills and hooks (configurable later) 04:06 - OpenClaw control panel overview 04:30 - First chat with your bot in the browser 05:15 - Pairing the bot with your Telegram account 06:10 - First Telegram message confirmed 06:30 - Setup complete — next steps for personalizationLinks Mentioned:OpenClaw: https://openclaw.aiAnthropic API Console: https://console.anthropic.comBotFather (Telegram): https://t.me/BotFatherDuckDuckGo: https://duckduckgo.comNode.js: https://nodejs.orgEnjoyed this episode? -&amp;gt; Subscribe and leave a review -&amp;gt; Join the community waitlist: https://return-my-time.kit.com/1bd2720397</itunes:summary>
      <itunes:subtitle>Grab the free one-page OpenClaw setup guide with every step and command listed out: https://corey-ganim.kit.com/c93f43577eI walk through the complete OpenClaw setup process from zero to a working AI agent connected to Telegram — all in under seven minutes</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/3d34ef88/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 152 Automate Social Media with AI: How I Post Content 100% On Autopilot (full guide)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 152 Automate Social Media with AI: How I Post Content 100% On Autopilot (full guide)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">859544cc-7b80-449b-908f-52de6e984089</guid>
      <link>https://share.transistor.fm/s/c9a4ddac</link>
      <description>
        <![CDATA[<p>What if you could describe an automation in plain English and get a fully functional web app back in 15 minutes? In this episode, Kevin Fernando walks through exactly how he built a daily social media post generator using a tool called Appy. The agent researches trending stories in your niche every morning at 7 AM, writes platform-specific posts in your voice (not generic AI slop), generates properly sized images for each platform, and emails you the drafts. Kevin built it live, deployed it to the web, and even had Corey sign up and generate posts in real time during the episode. If you've been building automations in <a rel="noopener noreferrer nofollow" href="http://Make.com">Make.com</a> or N8N, this is the next evolution.</p><p><b>Guest Introduction</b></p><p><b>Kevin Fernando</b> a 20-year entrepreneur, former head of marketing for multiple SaaS companies, e-commerce store builder/seller, and former agency owner (six years). Kevin now runs the Solopreneur YouTube channel where he teaches entrepreneurs how to get more leverage from AI tools and software without needing a team.</p><ul><li><b>YouTube:</b> <a rel="noopener noreferrer nofollow" href="http://youtube.com/solopreneur">youtube.com/solopreneur</a><br><br>Kevin just dropped the full step-by-step Appy tutorial on his channel. Watch it here and grab the exact prompt he used:<br>Full Tutorial: <a rel="noopener noreferrer nofollow" href="https://youtu.be/eOkSQgh5UJo">https://youtu.be/eOkSQgh5UJo</a><br>Grab the Prompt: <a rel="noopener noreferrer nofollow" href="https://solopreneur2020.kartra.com/page/appy-prompt">https://solopreneur2020.kartra.com/page/appy-prompt</a></li></ul>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>What if you could describe an automation in plain English and get a fully functional web app back in 15 minutes? In this episode, Kevin Fernando walks through exactly how he built a daily social media post generator using a tool called Appy. The agent researches trending stories in your niche every morning at 7 AM, writes platform-specific posts in your voice (not generic AI slop), generates properly sized images for each platform, and emails you the drafts. Kevin built it live, deployed it to the web, and even had Corey sign up and generate posts in real time during the episode. If you've been building automations in <a rel="noopener noreferrer nofollow" href="http://Make.com">Make.com</a> or N8N, this is the next evolution.</p><p><b>Guest Introduction</b></p><p><b>Kevin Fernando</b> a 20-year entrepreneur, former head of marketing for multiple SaaS companies, e-commerce store builder/seller, and former agency owner (six years). Kevin now runs the Solopreneur YouTube channel where he teaches entrepreneurs how to get more leverage from AI tools and software without needing a team.</p><ul><li><b>YouTube:</b> <a rel="noopener noreferrer nofollow" href="http://youtube.com/solopreneur">youtube.com/solopreneur</a><br><br>Kevin just dropped the full step-by-step Appy tutorial on his channel. Watch it here and grab the exact prompt he used:<br>Full Tutorial: <a rel="noopener noreferrer nofollow" href="https://youtu.be/eOkSQgh5UJo">https://youtu.be/eOkSQgh5UJo</a><br>Grab the Prompt: <a rel="noopener noreferrer nofollow" href="https://solopreneur2020.kartra.com/page/appy-prompt">https://solopreneur2020.kartra.com/page/appy-prompt</a></li></ul>]]>
      </content:encoded>
      <pubDate>Wed, 25 Mar 2026 05:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/c9a4ddac/6547d8e3.mp3" length="44356944" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1849</itunes:duration>
      <itunes:summary>What if you could describe an automation in plain English and get a fully functional web app back in 15 minutes? In this episode, Kevin Fernando walks through exactly how he built a daily social media post generator using a tool called Appy. The agent researches trending stories in your niche every morning at 7 AM, writes platform-specific posts in your voice (not generic AI slop), generates properly sized images for each platform, and emails you the drafts. Kevin built it live, deployed it to the web, and even had Corey sign up and generate posts in real time during the episode. If you've been building automations in Make.com or N8N, this is the next evolution.Guest IntroductionKevin Fernando a 20-year entrepreneur, former head of marketing for multiple SaaS companies, e-commerce store builder/seller, and former agency owner (six years). Kevin now runs the Solopreneur YouTube channel where he teaches entrepreneurs how to get more leverage from AI tools and software without needing a team.YouTube: youtube.com/solopreneurKevin just dropped the full step-by-step Appy tutorial on his channel. Watch it here and grab the exact prompt he used:Full Tutorial: https://youtu.be/eOkSQgh5UJoGrab the Prompt: https://solopreneur2020.kartra.com/page/appy-prompt</itunes:summary>
      <itunes:subtitle>What if you could describe an automation in plain English and get a fully functional web app back in 15 minutes? In this episode, Kevin Fernando walks through exactly how he built a daily social media post generator using a tool called Appy. The agent res</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/c9a4ddac/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>#151 Perplexity Computer vs. Manus: Which One's Actually Better?</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title>#151 Perplexity Computer vs. Manus: Which One's Actually Better?</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">38ce0979-776a-454e-afe7-985b966b3d47</guid>
      <link>https://share.transistor.fm/s/606e5dcd</link>
      <description>
        <![CDATA[<p>Corey puts two leading agentic AI tools head-to-head in a real-world showdown. He tests Perplexity Computer ($200/month) against Manus ($20/month) across three practical use cases: multi-source research with website deployment, connected app integrations with Google Workspace, and data collection with visualization. You'll see exactly how each tool performs on speed, accuracy, output quality, and which one earns Corey's recommendation for 2026.</p><p>Join the Build With AI community waitlist: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/1bd2720397">https://return-my-time.kit.com/1bd2720397</a></p><p>• Perplexity Computer completed tasks 5-10x faster than Manus across most tests — finishing in 60 seconds what took Manus 10 minutes </p><p>• Both tools nailed data accuracy when researching AI startup funding, pulling identical figures from TechCrunch </p><p>• Perplexity's Google Workspace integration produced cleaner, properly formatted deliverables (tables, headers, structured docs) while Manus output jumbled text</p><p>• For website deployment, Manus actually had slightly better UI design — but both successfully created shareable public URLs </p><p>• When stuck, Perplexity self-corrected and found the data; it recovered gracefully from errors </p><p>• ClickUp was recommended by both tools as best value for project management pricing ($12/user/month for Business plan) </p><p>• Perplexity Computer wins overall for speed, output quality, and cleaner UI despite the 10x higher price tag</p><p><b>Timestamps:</b> </p><p>00:00 - Introduction and test overview </p><p>00:30 - Pricing comparison ($200 vs $20 plans) </p><p>01:00 - Test 1: Multi-source research + website deployment</p><p>14:04 - Test 1 results: Speed comparison (2 min vs 10 min)</p><p>16:25 - Website design comparison</p><p>18:30 - Test 2: Gmail + Calendar + Google Docs integration</p><p>27:14 - Test 2 results: Output quality comparison </p><p>29:40 - Perplexity's formatted table vs Manus' jumbled text 32:00 - Test 3: Data collection, analysis, and visualization 39:30 - Test 3 results: Bar charts and pricing spreadsheets 41:52 - Final verdict and recommendation</p><p><b>Links Mentioned:</b> </p><ul><li>Perplexity Computer vs Claude Cowork: <a rel="noopener noreferrer nofollow" href="https://youtu.be/_s0ymvl6vNc">https://youtu.be/_s0ymvl6vNc</a></li></ul><p>• Perplexity Computer: <a rel="noopener noreferrer nofollow" href="https://perplexity.ai/">https://perplexity.ai/</a> </p><p>• Manus: <a rel="noopener noreferrer nofollow" href="https://manus.im/">https://manus.im/</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Corey puts two leading agentic AI tools head-to-head in a real-world showdown. He tests Perplexity Computer ($200/month) against Manus ($20/month) across three practical use cases: multi-source research with website deployment, connected app integrations with Google Workspace, and data collection with visualization. You'll see exactly how each tool performs on speed, accuracy, output quality, and which one earns Corey's recommendation for 2026.</p><p>Join the Build With AI community waitlist: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/1bd2720397">https://return-my-time.kit.com/1bd2720397</a></p><p>• Perplexity Computer completed tasks 5-10x faster than Manus across most tests — finishing in 60 seconds what took Manus 10 minutes </p><p>• Both tools nailed data accuracy when researching AI startup funding, pulling identical figures from TechCrunch </p><p>• Perplexity's Google Workspace integration produced cleaner, properly formatted deliverables (tables, headers, structured docs) while Manus output jumbled text</p><p>• For website deployment, Manus actually had slightly better UI design — but both successfully created shareable public URLs </p><p>• When stuck, Perplexity self-corrected and found the data; it recovered gracefully from errors </p><p>• ClickUp was recommended by both tools as best value for project management pricing ($12/user/month for Business plan) </p><p>• Perplexity Computer wins overall for speed, output quality, and cleaner UI despite the 10x higher price tag</p><p><b>Timestamps:</b> </p><p>00:00 - Introduction and test overview </p><p>00:30 - Pricing comparison ($200 vs $20 plans) </p><p>01:00 - Test 1: Multi-source research + website deployment</p><p>14:04 - Test 1 results: Speed comparison (2 min vs 10 min)</p><p>16:25 - Website design comparison</p><p>18:30 - Test 2: Gmail + Calendar + Google Docs integration</p><p>27:14 - Test 2 results: Output quality comparison </p><p>29:40 - Perplexity's formatted table vs Manus' jumbled text 32:00 - Test 3: Data collection, analysis, and visualization 39:30 - Test 3 results: Bar charts and pricing spreadsheets 41:52 - Final verdict and recommendation</p><p><b>Links Mentioned:</b> </p><ul><li>Perplexity Computer vs Claude Cowork: <a rel="noopener noreferrer nofollow" href="https://youtu.be/_s0ymvl6vNc">https://youtu.be/_s0ymvl6vNc</a></li></ul><p>• Perplexity Computer: <a rel="noopener noreferrer nofollow" href="https://perplexity.ai/">https://perplexity.ai/</a> </p><p>• Manus: <a rel="noopener noreferrer nofollow" href="https://manus.im/">https://manus.im/</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 20 Mar 2026 12:14:11 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/606e5dcd/228a2968.mp3" length="21890571" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>913</itunes:duration>
      <itunes:summary>Corey puts two leading agentic AI tools head-to-head in a real-world showdown. He tests Perplexity Computer ($200/month) against Manus ($20/month) across three practical use cases: multi-source research with website deployment, connected app integrations with Google Workspace, and data collection with visualization. You'll see exactly how each tool performs on speed, accuracy, output quality, and which one earns Corey's recommendation for 2026.Join the Build With AI community waitlist: https://return-my-time.kit.com/1bd2720397• Perplexity Computer completed tasks 5-10x faster than Manus across most tests — finishing in 60 seconds what took Manus 10 minutes • Both tools nailed data accuracy when researching AI startup funding, pulling identical figures from TechCrunch • Perplexity's Google Workspace integration produced cleaner, properly formatted deliverables (tables, headers, structured docs) while Manus output jumbled text• For website deployment, Manus actually had slightly better UI design — but both successfully created shareable public URLs • When stuck, Perplexity self-corrected and found the data; it recovered gracefully from errors • ClickUp was recommended by both tools as best value for project management pricing ($12/user/month for Business plan) • Perplexity Computer wins overall for speed, output quality, and cleaner UI despite the 10x higher price tagTimestamps: 00:00 - Introduction and test overview 00:30 - Pricing comparison ($200 vs $20 plans) 01:00 - Test 1: Multi-source research + website deployment14:04 - Test 1 results: Speed comparison (2 min vs 10 min)16:25 - Website design comparison18:30 - Test 2: Gmail + Calendar + Google Docs integration27:14 - Test 2 results: Output quality comparison 29:40 - Perplexity's formatted table vs Manus' jumbled text 32:00 - Test 3: Data collection, analysis, and visualization 39:30 - Test 3 results: Bar charts and pricing spreadsheets 41:52 - Final verdict and recommendationLinks Mentioned: Perplexity Computer vs Claude Cowork: https://youtu.be/_s0ymvl6vNc• Perplexity Computer: https://perplexity.ai/ • Manus: https://manus.im/</itunes:summary>
      <itunes:subtitle>Corey puts two leading agentic AI tools head-to-head in a real-world showdown. He tests Perplexity Computer ($200/month) against Manus ($20/month) across three practical use cases: multi-source research with website deployment, connected app integrations </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/606e5dcd/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 150 I Built A $100K Research Assistant With Claude Code (for FREE)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 150 I Built A $100K Research Assistant With Claude Code (for FREE)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">52915f98-f8e6-4a27-96c7-5d5b079c179d</guid>
      <link>https://share.transistor.fm/s/7721614a</link>
      <description>
        <![CDATA[<p>What if you could go from a blank folder to a fully functional competitive research tool complete with scoring rubrics, interactive dashboards, and repeatable skills—in under an hour? In this episode, marketing veteran Adam Sandler (yes, that's his real name) shares his screen and builds the entire workflow live using a real-world use case: finding distressed wedding venues in North Carolina for a friend's acquisition business. No coding. No technical background. Just Claude Code, plain English, and a process that any knowledge worker can replicate.</p><p>Check Adam's youtube channel:<a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@ViableEdge">https://www.youtube.com/@ViableEdge</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>What if you could go from a blank folder to a fully functional competitive research tool complete with scoring rubrics, interactive dashboards, and repeatable skills—in under an hour? In this episode, marketing veteran Adam Sandler (yes, that's his real name) shares his screen and builds the entire workflow live using a real-world use case: finding distressed wedding venues in North Carolina for a friend's acquisition business. No coding. No technical background. Just Claude Code, plain English, and a process that any knowledge worker can replicate.</p><p>Check Adam's youtube channel:<a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@ViableEdge">https://www.youtube.com/@ViableEdge</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 18 Mar 2026 05:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/7721614a/7d348b24.mp3" length="77241746" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3219</itunes:duration>
      <itunes:summary>What if you could go from a blank folder to a fully functional competitive research tool complete with scoring rubrics, interactive dashboards, and repeatable skills—in under an hour? In this episode, marketing veteran Adam Sandler (yes, that's his real name) shares his screen and builds the entire workflow live using a real-world use case: finding distressed wedding venues in North Carolina for a friend's acquisition business. No coding. No technical background. Just Claude Code, plain English, and a process that any knowledge worker can replicate.Check Adam's youtube channel:https://www.youtube.com/@ViableEdge</itunes:summary>
      <itunes:subtitle>What if you could go from a blank folder to a fully functional competitive research tool complete with scoring rubrics, interactive dashboards, and repeatable skills—in under an hour? In this episode, marketing veteran Adam Sandler (yes, that's his real n</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/7721614a/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 149 OpenClaw Masterclass for Beginners (full tutorial)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 149 OpenClaw Masterclass for Beginners (full tutorial)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">25c36b8a-6c03-4227-940b-4ea6b24d24cc</guid>
      <link>https://share.transistor.fm/s/6f6525ce</link>
      <description>
        <![CDATA[<p>Nick Spisak, a 15-year software veteran turned AI entrepreneur, walks through the complete OpenClaw setup for non-technical users. You'll learn how to install your first instance, give it skills that read documentation for you, and troubleshoot any issue using natural language. Nick even gives away his "OpenClaw Prime" skill that turns any coding agent into an OpenClaw expert, plus a visual step-by-step diagram.</p><p>• OpenClaw Prime Skill: <a rel="noopener noreferrer nofollow" href="https://corey-ganim.kit.com/f1f13dee60">https://corey-ganim.kit.com/f1f13dee60</a></p><p>• Excalidraw Setup Diagram: <a rel="noopener noreferrer nofollow" href="https://corey-ganim.kit.com/ab1cc7ab21">https://corey-ganim.kit.com/ab1cc7ab21</a></p><p><b>Key Takeaways:</b></p><p>• Build a skill that reads the docs so you don't have to. Nick's "OpenClaw Prime" skill makes Claude Code or Codex an instant OpenClaw expert.</p><p>• Troubleshooting works 100% of the time. Point your coding agent at your OpenClaw files, describe the issue in plain English, and let it fix itself.</p><p>• Skills are portable across models. Write it once for Codex, ask AI to convert it for Claude Code or Gemini.</p><p>• Spend 90% of your time in planning mode. Use Shift+Tab to enter plan mode and remove assumptions before execution.</p><p>• Real business use case: AI receptionist. Set up OpenClaw on WhatsApp to respond to leads while you're on a job site. One extra $10K roofing lead pays for the whole system.</p><p>• Telegram is the easiest platform to connect. Message the Bot Father, get your token, plug it into OpenClaw.</p><p>• Customize your agent's personality via the Soul file. Make it concise, opinionated, and aligned with how you work.</p><p><b>Timestamps:</b></p><p>00:00 - Introduction and what you'll learn</p><p>01:02 - Using Claude Cowork + Excalidraw for planning</p><p>03:46 - WhisperFlow: talk to your terminal with natural language</p><p>06:30 - OpenClaw Prime skill explained</p><p>08:41 - Why skills teach AI to "fish" (not just follow tutorials)</p><p>11:02 - Live troubleshooting demo: bringing Annie back online</p><p>13:44 - Claude Code vs Codex (skills are portable)</p><p>16:44 - Planning vs execution mode (the 90/10 rule)</p><p>19:21 - Real business use cases: AI receptionist for contractors</p><p>23:28 - 100% success rate troubleshooting (even with no code experience)</p><p>25:13 - Walkthrough of the Excalidraw setup diagram</p><p>27:16 - Setting up Telegram (easiest platform)</p><p>28:51 - Soul file and agent identity customization</p><p>30:26 - Wrap up and where to get free resources</p><p><b>Links &amp; Resources Mentioned:</b></p><p>• OpenClaw Docs: <a rel="noopener noreferrer nofollow" href="https://docs.openclaw.ai">https://docs.openclaw.ai</a></p><p>• Claude Cowork: <a rel="noopener noreferrer nofollow" href="https://claude.ai">https://claude.ai</a></p><p>• WhisperFlow: <a rel="noopener noreferrer nofollow" href="https://whisperflow.com">https://whisperflow.com</a></p><p>• Ghost TTY (Terminal): <a rel="noopener noreferrer nofollow" href="https://ghostty.org">https://ghostty.org</a></p><p><b>Enjoyed this episode?</b></p><p>→ Subscribe and leave a review to help others discover the show</p><p>→ Join the Build with AI Community waitlist: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/1bd2720397">https://return-my-time.kit.com/1bd2720397</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Nick Spisak, a 15-year software veteran turned AI entrepreneur, walks through the complete OpenClaw setup for non-technical users. You'll learn how to install your first instance, give it skills that read documentation for you, and troubleshoot any issue using natural language. Nick even gives away his "OpenClaw Prime" skill that turns any coding agent into an OpenClaw expert, plus a visual step-by-step diagram.</p><p>• OpenClaw Prime Skill: <a rel="noopener noreferrer nofollow" href="https://corey-ganim.kit.com/f1f13dee60">https://corey-ganim.kit.com/f1f13dee60</a></p><p>• Excalidraw Setup Diagram: <a rel="noopener noreferrer nofollow" href="https://corey-ganim.kit.com/ab1cc7ab21">https://corey-ganim.kit.com/ab1cc7ab21</a></p><p><b>Key Takeaways:</b></p><p>• Build a skill that reads the docs so you don't have to. Nick's "OpenClaw Prime" skill makes Claude Code or Codex an instant OpenClaw expert.</p><p>• Troubleshooting works 100% of the time. Point your coding agent at your OpenClaw files, describe the issue in plain English, and let it fix itself.</p><p>• Skills are portable across models. Write it once for Codex, ask AI to convert it for Claude Code or Gemini.</p><p>• Spend 90% of your time in planning mode. Use Shift+Tab to enter plan mode and remove assumptions before execution.</p><p>• Real business use case: AI receptionist. Set up OpenClaw on WhatsApp to respond to leads while you're on a job site. One extra $10K roofing lead pays for the whole system.</p><p>• Telegram is the easiest platform to connect. Message the Bot Father, get your token, plug it into OpenClaw.</p><p>• Customize your agent's personality via the Soul file. Make it concise, opinionated, and aligned with how you work.</p><p><b>Timestamps:</b></p><p>00:00 - Introduction and what you'll learn</p><p>01:02 - Using Claude Cowork + Excalidraw for planning</p><p>03:46 - WhisperFlow: talk to your terminal with natural language</p><p>06:30 - OpenClaw Prime skill explained</p><p>08:41 - Why skills teach AI to "fish" (not just follow tutorials)</p><p>11:02 - Live troubleshooting demo: bringing Annie back online</p><p>13:44 - Claude Code vs Codex (skills are portable)</p><p>16:44 - Planning vs execution mode (the 90/10 rule)</p><p>19:21 - Real business use cases: AI receptionist for contractors</p><p>23:28 - 100% success rate troubleshooting (even with no code experience)</p><p>25:13 - Walkthrough of the Excalidraw setup diagram</p><p>27:16 - Setting up Telegram (easiest platform)</p><p>28:51 - Soul file and agent identity customization</p><p>30:26 - Wrap up and where to get free resources</p><p><b>Links &amp; Resources Mentioned:</b></p><p>• OpenClaw Docs: <a rel="noopener noreferrer nofollow" href="https://docs.openclaw.ai">https://docs.openclaw.ai</a></p><p>• Claude Cowork: <a rel="noopener noreferrer nofollow" href="https://claude.ai">https://claude.ai</a></p><p>• WhisperFlow: <a rel="noopener noreferrer nofollow" href="https://whisperflow.com">https://whisperflow.com</a></p><p>• Ghost TTY (Terminal): <a rel="noopener noreferrer nofollow" href="https://ghostty.org">https://ghostty.org</a></p><p><b>Enjoyed this episode?</b></p><p>→ Subscribe and leave a review to help others discover the show</p><p>→ Join the Build with AI Community waitlist: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/1bd2720397">https://return-my-time.kit.com/1bd2720397</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 13 Mar 2026 15:12:16 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6f6525ce/2371eacb.mp3" length="46670945" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1945</itunes:duration>
      <itunes:summary>Nick Spisak, a 15-year software veteran turned AI entrepreneur, walks through the complete OpenClaw setup for non-technical users. You'll learn how to install your first instance, give it skills that read documentation for you, and troubleshoot any issue using natural language. Nick even gives away his "OpenClaw Prime" skill that turns any coding agent into an OpenClaw expert, plus a visual step-by-step diagram.• OpenClaw Prime Skill: https://corey-ganim.kit.com/f1f13dee60• Excalidraw Setup Diagram: https://corey-ganim.kit.com/ab1cc7ab21Key Takeaways:• Build a skill that reads the docs so you don't have to. Nick's "OpenClaw Prime" skill makes Claude Code or Codex an instant OpenClaw expert.• Troubleshooting works 100% of the time. Point your coding agent at your OpenClaw files, describe the issue in plain English, and let it fix itself.• Skills are portable across models. Write it once for Codex, ask AI to convert it for Claude Code or Gemini.• Spend 90% of your time in planning mode. Use Shift+Tab to enter plan mode and remove assumptions before execution.• Real business use case: AI receptionist. Set up OpenClaw on WhatsApp to respond to leads while you're on a job site. One extra $10K roofing lead pays for the whole system.• Telegram is the easiest platform to connect. Message the Bot Father, get your token, plug it into OpenClaw.• Customize your agent's personality via the Soul file. Make it concise, opinionated, and aligned with how you work.Timestamps:00:00 - Introduction and what you'll learn01:02 - Using Claude Cowork + Excalidraw for planning03:46 - WhisperFlow: talk to your terminal with natural language06:30 - OpenClaw Prime skill explained08:41 - Why skills teach AI to "fish" (not just follow tutorials)11:02 - Live troubleshooting demo: bringing Annie back online13:44 - Claude Code vs Codex (skills are portable)16:44 - Planning vs execution mode (the 90/10 rule)19:21 - Real business use cases: AI receptionist for contractors23:28 - 100% success rate troubleshooting (even with no code experience)25:13 - Walkthrough of the Excalidraw setup diagram27:16 - Setting up Telegram (easiest platform)28:51 - Soul file and agent identity customization30:26 - Wrap up and where to get free resourcesLinks &amp;amp; Resources Mentioned:• OpenClaw Docs: https://docs.openclaw.ai• Claude Cowork: https://claude.ai• WhisperFlow: https://whisperflow.com• Ghost TTY (Terminal): https://ghostty.orgEnjoyed this episode?→ Subscribe and leave a review to help others discover the show→ Join the Build with AI Community waitlist: https://return-my-time.kit.com/1bd2720397</itunes:summary>
      <itunes:subtitle>Nick Spisak, a 15-year software veteran turned AI entrepreneur, walks through the complete OpenClaw setup for non-technical users. You'll learn how to install your first instance, give it skills that read documentation for you, and troubleshoot any issue </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/6f6525ce/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 148 Learn Zapier in 30 minutes: AI Agent Automation Tutorial For Beginners (2026)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 148 Learn Zapier in 30 minutes: AI Agent Automation Tutorial For Beginners (2026)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">7474b4f1-c045-42df-a1bf-a7cf2d9d47f6</guid>
      <link>https://share.transistor.fm/s/8cfaa1cc</link>
      <description>
        <![CDATA[<p>Tom Nassr, co-founder and CEO of X-Ray, walks us through building a Zapier Agent from scratch in under 10 minutes. He demonstrates a practical use case: creating an AI agent that scans Gmail for specific emails and delivers a weekly summary to Slack. You'll learn the key difference between Zapier Agents and traditional Zaps, when to use each, and how to think about deterministic vs. non-deterministic automation.</p><p><br>Check Tom's youtube channel: <a rel="noopener noreferrer nofollow" href="https://youtube.com/@xrayautomation">https://youtube.com/@xrayautomation</a> </p><p> <b>Resources Mentioned:</b> </p><p>• Zapier: <a rel="noopener noreferrer nofollow" href="https://zapier.com/">https://zapier.com/</a></p><p>• X-Ray Website: <a rel="noopener noreferrer nofollow" href="https://xray.tech/">https://xray.tech/</a> </p><p>• X-Ray Search Tool (free): <a rel="noopener noreferrer nofollow" href="https://search.xray.tech/">https://search.xray.tech/</a> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Tom Nassr, co-founder and CEO of X-Ray, walks us through building a Zapier Agent from scratch in under 10 minutes. He demonstrates a practical use case: creating an AI agent that scans Gmail for specific emails and delivers a weekly summary to Slack. You'll learn the key difference between Zapier Agents and traditional Zaps, when to use each, and how to think about deterministic vs. non-deterministic automation.</p><p><br>Check Tom's youtube channel: <a rel="noopener noreferrer nofollow" href="https://youtube.com/@xrayautomation">https://youtube.com/@xrayautomation</a> </p><p> <b>Resources Mentioned:</b> </p><p>• Zapier: <a rel="noopener noreferrer nofollow" href="https://zapier.com/">https://zapier.com/</a></p><p>• X-Ray Website: <a rel="noopener noreferrer nofollow" href="https://xray.tech/">https://xray.tech/</a> </p><p>• X-Ray Search Tool (free): <a rel="noopener noreferrer nofollow" href="https://search.xray.tech/">https://search.xray.tech/</a> </p>]]>
      </content:encoded>
      <pubDate>Wed, 11 Mar 2026 05:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/8cfaa1cc/da7c31e4.mp3" length="44469790" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1853</itunes:duration>
      <itunes:summary>Tom Nassr, co-founder and CEO of X-Ray, walks us through building a Zapier Agent from scratch in under 10 minutes. He demonstrates a practical use case: creating an AI agent that scans Gmail for specific emails and delivers a weekly summary to Slack. You'll learn the key difference between Zapier Agents and traditional Zaps, when to use each, and how to think about deterministic vs. non-deterministic automation.Check Tom's youtube channel: https://youtube.com/@xrayautomation  Resources Mentioned: • Zapier: https://zapier.com/• X-Ray Website: https://xray.tech/ • X-Ray Search Tool (free): https://search.xray.tech/ </itunes:summary>
      <itunes:subtitle>Tom Nassr, co-founder and CEO of X-Ray, walks us through building a Zapier Agent from scratch in under 10 minutes. He demonstrates a practical use case: creating an AI agent that scans Gmail for specific emails and delivers a weekly summary to Slack. You'</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/8cfaa1cc/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title># 147 Claude Cowork vs. Perplexity Computer - Which One's Actually Better?</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title># 147 Claude Cowork vs. Perplexity Computer - Which One's Actually Better?</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">4954a9ae-e00f-4ff7-ae1b-c497dc24f383</guid>
      <link>https://share.transistor.fm/s/606aedd2</link>
      <description>
        <![CDATA[<p>In this episode I put two of the hottest AI agent tools head-to-head: Perplexity Computer ($200/mo) vs. Claude Cowork ($20/mo). After running both through three identical real-world tasks, he reveals which tool delivers better outputs, which one goes above and beyond, and whether the 10x price difference is actually justified. Spoiler: the winner might surprise you.</p><p>Grab the Google doc with the 3 test cases + full prompts here: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/389d61df6a">https://return-my-time.kit.com/389d61df6a</a></p><p><b>Tools Mentioned:</b></p><p>• Perplexity Computer (Max plan): $200/mo - <a rel="noopener noreferrer nofollow" href="http://perplexity.ai">perplexity.ai</a></p><p>• Claude Cowork (Pro plan): $20/mo - <a rel="noopener noreferrer nofollow" href="http://claude.ai">claude.ai</a></p><p>• Zoho Invoice: <a rel="noopener noreferrer nofollow" href="http://zoho.com/invoice">zoho.com/invoice</a></p><p>• Invoice Ninja: <a rel="noopener noreferrer nofollow" href="http://invoiceninja.com">invoiceninja.com</a></p><p>• Invoice Sherpa: <a rel="noopener noreferrer nofollow" href="http://invoicesherpa.com">invoicesherpa.com</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode I put two of the hottest AI agent tools head-to-head: Perplexity Computer ($200/mo) vs. Claude Cowork ($20/mo). After running both through three identical real-world tasks, he reveals which tool delivers better outputs, which one goes above and beyond, and whether the 10x price difference is actually justified. Spoiler: the winner might surprise you.</p><p>Grab the Google doc with the 3 test cases + full prompts here: <a rel="noopener noreferrer nofollow" href="https://return-my-time.kit.com/389d61df6a">https://return-my-time.kit.com/389d61df6a</a></p><p><b>Tools Mentioned:</b></p><p>• Perplexity Computer (Max plan): $200/mo - <a rel="noopener noreferrer nofollow" href="http://perplexity.ai">perplexity.ai</a></p><p>• Claude Cowork (Pro plan): $20/mo - <a rel="noopener noreferrer nofollow" href="http://claude.ai">claude.ai</a></p><p>• Zoho Invoice: <a rel="noopener noreferrer nofollow" href="http://zoho.com/invoice">zoho.com/invoice</a></p><p>• Invoice Ninja: <a rel="noopener noreferrer nofollow" href="http://invoiceninja.com">invoiceninja.com</a></p><p>• Invoice Sherpa: <a rel="noopener noreferrer nofollow" href="http://invoicesherpa.com">invoicesherpa.com</a></p>]]>
      </content:encoded>
      <pubDate>Fri, 06 Mar 2026 16:30:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/606aedd2/86c463f6.mp3" length="26113641" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1088</itunes:duration>
      <itunes:summary>In this episode I put two of the hottest AI agent tools head-to-head: Perplexity Computer ($200/mo) vs. Claude Cowork ($20/mo). After running both through three identical real-world tasks, he reveals which tool delivers better outputs, which one goes above and beyond, and whether the 10x price difference is actually justified. Spoiler: the winner might surprise you.Grab the Google doc with the 3 test cases + full prompts here: https://return-my-time.kit.com/389d61df6aTools Mentioned:• Perplexity Computer (Max plan): $200/mo - perplexity.ai• Claude Cowork (Pro plan): $20/mo - claude.ai• Zoho Invoice: zoho.com/invoice• Invoice Ninja: invoiceninja.com• Invoice Sherpa: invoicesherpa.com</itunes:summary>
      <itunes:subtitle>In this episode I put two of the hottest AI agent tools head-to-head: Perplexity Computer ($200/mo) vs. Claude Cowork ($20/mo). After running both through three identical real-world tasks, he reveals which tool delivers better outputs, which one goes abov</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/606aedd2/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>#146 How I Built An AI Marketing Team With Claude Code (full tutorial)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title>#146 How I Built An AI Marketing Team With Claude Code (full tutorial)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">eaacacdc-bd67-4a53-9dc3-b57ae0b4d8d4</guid>
      <link>https://share.transistor.fm/s/492f6574</link>
      <description>
        <![CDATA[<p>Craig Hewitt, founder of the 7-figure SaaS Castos, breaks down how he uses Claude Code to run his entire content marketing operation. Despite not being a developer, Craig built his first Claude Code project in 45 minutes while waiting outside his son's basketball practice. In this episode, he walks through the exact system he uses, demonstrates live builds, and shares his free, open-source SEO Machine project that anyone can download and use today.</p><p><b>YouTube:</b> <a rel="noopener noreferrer nofollow" href="http://youtube.com/@thecraighewitt">youtube.com/@thecraighewitt</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Craig Hewitt, founder of the 7-figure SaaS Castos, breaks down how he uses Claude Code to run his entire content marketing operation. Despite not being a developer, Craig built his first Claude Code project in 45 minutes while waiting outside his son's basketball practice. In this episode, he walks through the exact system he uses, demonstrates live builds, and shares his free, open-source SEO Machine project that anyone can download and use today.</p><p><b>YouTube:</b> <a rel="noopener noreferrer nofollow" href="http://youtube.com/@thecraighewitt">youtube.com/@thecraighewitt</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 04 Mar 2026 05:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/492f6574/021d2ad9.mp3" length="88443890" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3686</itunes:duration>
      <itunes:summary>Craig Hewitt, founder of the 7-figure SaaS Castos, breaks down how he uses Claude Code to run his entire content marketing operation. Despite not being a developer, Craig built his first Claude Code project in 45 minutes while waiting outside his son's basketball practice. In this episode, he walks through the exact system he uses, demonstrates live builds, and shares his free, open-source SEO Machine project that anyone can download and use today.YouTube: youtube.com/@thecraighewitt</itunes:summary>
      <itunes:subtitle>Craig Hewitt, founder of the 7-figure SaaS Castos, breaks down how he uses Claude Code to run his entire content marketing operation. Despite not being a developer, Craig built his first Claude Code project in 45 minutes while waiting outside his son's ba</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/492f6574/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>#145 Learn 80% of NotebookLM in 20 Minutes (Features Most People Miss)</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title>#145 Learn 80% of NotebookLM in 20 Minutes (Features Most People Miss)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">04f90ae4-3975-429f-8999-239b4d78a82f</guid>
      <link>https://share.transistor.fm/s/d58fd78d</link>
      <description>
        <![CDATA[<p>Paul Noon  ( aka The AI Professor) joins the show to give a full under-the-hood walkthrough of Google's NotebookLM.</p><p> Paul's been using this tool daily in his business and personal life, and he breaks down exactly how it works, why it's different from ChatGPT or Gemini, and the real-world use cases that make it a must-have for any business owner. The best part? It's completely free.</p><p>This episode was inspired by Paul's viral "Top 25 NotebookLM Tips" video on YouTube — this is the deeper dive.</p><p>Check Paul’s YouTube channel: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@TheProfessor-AI">https://www.youtube.com/@TheProfessor-AI</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Paul Noon  ( aka The AI Professor) joins the show to give a full under-the-hood walkthrough of Google's NotebookLM.</p><p> Paul's been using this tool daily in his business and personal life, and he breaks down exactly how it works, why it's different from ChatGPT or Gemini, and the real-world use cases that make it a must-have for any business owner. The best part? It's completely free.</p><p>This episode was inspired by Paul's viral "Top 25 NotebookLM Tips" video on YouTube — this is the deeper dive.</p><p>Check Paul’s YouTube channel: <a rel="noopener noreferrer nofollow" href="https://www.youtube.com/@TheProfessor-AI">https://www.youtube.com/@TheProfessor-AI</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 25 Feb 2026 05:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/d58fd78d/d6aeaf62.mp3" length="53959122" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2249</itunes:duration>
      <itunes:summary>Paul Noon  ( aka The AI Professor) joins the show to give a full under-the-hood walkthrough of Google's NotebookLM. Paul's been using this tool daily in his business and personal life, and he breaks down exactly how it works, why it's different from ChatGPT or Gemini, and the real-world use cases that make it a must-have for any business owner. The best part? It's completely free.This episode was inspired by Paul's viral "Top 25 NotebookLM Tips" video on YouTube — this is the deeper dive.Check Paul’s YouTube channel: https://www.youtube.com/@TheProfessor-AI</itunes:summary>
      <itunes:subtitle>Paul Noon  ( aka The AI Professor) joins the show to give a full under-the-hood walkthrough of Google's NotebookLM. Paul's been using this tool daily in his business and personal life, and he breaks down exactly how it works, why it's different from ChatG</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title># 144 How to Build a Website AI Agent That Books Demos While You Sleep (Free n8n Blueprint)</title>
      <itunes:episode>145</itunes:episode>
      <podcast:episode>145</podcast:episode>
      <itunes:title># 144 How to Build a Website AI Agent That Books Demos While You Sleep (Free n8n Blueprint)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/9567bff9-2373-3e2c-bfc5-0bff3b978dd3</guid>
      <link>https://share.transistor.fm/s/7ebbd64b</link>
      <description>
        <![CDATA[<p>In this episode, Corey talks with AI automation strategist Ashley Gross about how businesses can build an AI agent that engages website visitors, answers questions, and books demos around the clock. Ashley walks through the workflow behind her own implementation — from capturing conversation data to syncing with CRM tools — and shares how automation helped her reclaim time and tie AI initiatives directly to revenue.</p>
<p>They discuss practical ways small business owners can start using AI, including training agents on SOPs, integrating with existing tech stacks, and focusing on high-impact use cases first. The conversation also explores common mistakes to avoid, such as overwhelming agents with too much data, and how AI insights can inform content and marketing strategy.</p>
<p>Grab Ashley's plug-and-play n8n blueprint free → <a href="https://return-my-time.kit.com/6e041f7506" rel="noopener noreferrer nofollow">https://return-my-time.kit.com/6e041f7506</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, Corey talks with AI automation strategist Ashley Gross about how businesses can build an AI agent that engages website visitors, answers questions, and books demos around the clock. Ashley walks through the workflow behind her own implementation — from capturing conversation data to syncing with CRM tools — and shares how automation helped her reclaim time and tie AI initiatives directly to revenue.</p>
<p>They discuss practical ways small business owners can start using AI, including training agents on SOPs, integrating with existing tech stacks, and focusing on high-impact use cases first. The conversation also explores common mistakes to avoid, such as overwhelming agents with too much data, and how AI insights can inform content and marketing strategy.</p>
<p>Grab Ashley's plug-and-play n8n blueprint free → <a href="https://return-my-time.kit.com/6e041f7506" rel="noopener noreferrer nofollow">https://return-my-time.kit.com/6e041f7506</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 18 Feb 2026 04:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/7ebbd64b/40974767.mp3" length="22426909" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1402</itunes:duration>
      <itunes:summary>In this episode, Corey talks with AI automation strategist Ashley Gross about how businesses can build an AI agent that engages website visitors, answers questions, and books demos around the clock. Ashley walks through the workflow behind her own implementation — from capturing conversation data to syncing with CRM tools — and shares how automation helped her reclaim time and tie AI initiatives directly to revenue.
They discuss practical ways small business owners can start using AI, including training agents on SOPs, integrating with existing tech stacks, and focusing on high-impact use cases first. The conversation also explores common mistakes to avoid, such as overwhelming agents with too much data, and how AI insights can inform content and marketing strategy.
Grab Ashley's plug-and-play n8n blueprint free → https://return-my-time.kit.com/6e041f7506</itunes:summary>
      <itunes:subtitle>In this episode, Corey talks with AI automation strategist Ashley Gross about how businesses can build an AI agent that engages website visitors, answers questions, and books demos around the clock. Ashley walks through the workflow behind her own impleme</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title># 143 The Only 6 AI Tools You Need In 2026 (Full Walkthrough)</title>
      <itunes:episode>144</itunes:episode>
      <podcast:episode>144</podcast:episode>
      <itunes:title># 143 The Only 6 AI Tools You Need In 2026 (Full Walkthrough)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f6a09fc2-b2b4-3fb7-9d9e-65e45cf72cb9</guid>
      <link>https://share.transistor.fm/s/3c5a2dbe</link>
      <description>
        <![CDATA[<p>Ryan Doser breaks down the AI tools he actually uses daily after testing hundreds of options. With 10+ years in marketing and 31,000+ YouTube subscribers, Ryan cuts through the noise to share what's worth your time and why 95% of AI tools are just white-labeled wrappers you don't need.</p>
<p>Check <a rel="noopener noreferrer nofollow">Ryan's</a> you tube channel https://www.youtube.com/@RyanDoserAI</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Ryan Doser breaks down the AI tools he actually uses daily after testing hundreds of options. With 10+ years in marketing and 31,000+ YouTube subscribers, Ryan cuts through the noise to share what's worth your time and why 95% of AI tools are just white-labeled wrappers you don't need.</p>
<p>Check <a rel="noopener noreferrer nofollow">Ryan's</a> you tube channel https://www.youtube.com/@RyanDoserAI</p>]]>
      </content:encoded>
      <pubDate>Wed, 11 Feb 2026 04:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/3c5a2dbe/f20d329d.mp3" length="27279385" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1705</itunes:duration>
      <itunes:summary>Ryan Doser breaks down the AI tools he actually uses daily after testing hundreds of options. With 10+ years in marketing and 31,000+ YouTube subscribers, Ryan cuts through the noise to share what's worth your time and why 95% of AI tools are just white-labeled wrappers you don't need.
Check Ryan's you tube channel https://www.youtube.com/@RyanDoserAI</itunes:summary>
      <itunes:subtitle>Ryan Doser breaks down the AI tools he actually uses daily after testing hundreds of options. With 10+ years in marketing and 31,000+ YouTube subscribers, Ryan cuts through the noise to share what's worth your time and why 95% of AI tools are just white-l</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title># 142 Claude Cowork Masteclass for Beginners (full tutorial)</title>
      <itunes:episode>143</itunes:episode>
      <podcast:episode>143</podcast:episode>
      <itunes:title># 142 Claude Cowork Masteclass for Beginners (full tutorial)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/9acd5c8e-b458-326d-89e0-85aab23aacd6</guid>
      <link>https://share.transistor.fm/s/b99985a6</link>
      <description>
        <![CDATA[<p>Mark Kashef joins the show to demo Claude Cowork and break down how "skills" work compressed, reusable knowledge that Claude can invoke just-in-time without bloating your context window. We watch him build a PowerPoint presentation live using multiple AI agents and discuss how to get started with this powerful new tool.Mark Kashef joins the show to demo Claude Cowork and break down how "skills" work compressed, reusable knowledge that Claude can invoke just-in-time without bloating your context window. We watch him build a PowerPoint presentation live using multiple AI agents and discuss how to get started with this powerful new tool.</p>
<p>YouTube: <a href="https://youtube.com/@Mark_Kashef" rel="noopener noreferrer nofollow">@Mark_Kashef</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Mark Kashef joins the show to demo Claude Cowork and break down how "skills" work compressed, reusable knowledge that Claude can invoke just-in-time without bloating your context window. We watch him build a PowerPoint presentation live using multiple AI agents and discuss how to get started with this powerful new tool.Mark Kashef joins the show to demo Claude Cowork and break down how "skills" work compressed, reusable knowledge that Claude can invoke just-in-time without bloating your context window. We watch him build a PowerPoint presentation live using multiple AI agents and discuss how to get started with this powerful new tool.</p>
<p>YouTube: <a href="https://youtube.com/@Mark_Kashef" rel="noopener noreferrer nofollow">@Mark_Kashef</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 04 Feb 2026 13:56:05 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b99985a6/78bdca80.mp3" length="40677483" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2543</itunes:duration>
      <itunes:summary>Mark Kashef joins the show to demo Claude Cowork and break down how "skills" work compressed, reusable knowledge that Claude can invoke just-in-time without bloating your context window. We watch him build a PowerPoint presentation live using multiple AI agents and discuss how to get started with this powerful new tool.Mark Kashef joins the show to demo Claude Cowork and break down how "skills" work compressed, reusable knowledge that Claude can invoke just-in-time without bloating your context window. We watch him build a PowerPoint presentation live using multiple AI agents and discuss how to get started with this powerful new tool.
YouTube: @Mark_Kashef</itunes:summary>
      <itunes:subtitle>Mark Kashef joins the show to demo Claude Cowork and break down how "skills" work compressed, reusable knowledge that Claude can invoke just-in-time without bloating your context window. We watch him build a PowerPoint presentation live using multiple AI </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title># 141 How to Sell An AI App for $200K: 6 steps (full playbook)</title>
      <itunes:episode>142</itunes:episode>
      <podcast:episode>142</podcast:episode>
      <itunes:title># 141 How to Sell An AI App for $200K: 6 steps (full playbook)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/caf49300-06d5-368c-8799-af107c364ee9</guid>
      <link>https://share.transistor.fm/s/5e4f27a1</link>
      <description>
        <![CDATA[<p> </p>
<p>In this conversation, Ritesh Verma shares his journey of building an AI app that garnered a $200,000 acquisition offer. He discusses his background in tech, the process of developing the app, understanding market needs, and the strategies he employed for customer acquisition and scaling the business. Ritesh emphasizes the importance of referrals, the app's value proposition for users, and provides insights into the acquisition process, highlighting the potential for lucrative outcomes in the software market.</p>
<p>Take a look at Ritesh’s YouTube channel here: <a href="https://www.youtube.com/@rkumarv" rel="noopener noreferrer nofollow">https://www.youtube.com/@rkumarv</a></p>
<p> </p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p> </p>
<p>In this conversation, Ritesh Verma shares his journey of building an AI app that garnered a $200,000 acquisition offer. He discusses his background in tech, the process of developing the app, understanding market needs, and the strategies he employed for customer acquisition and scaling the business. Ritesh emphasizes the importance of referrals, the app's value proposition for users, and provides insights into the acquisition process, highlighting the potential for lucrative outcomes in the software market.</p>
<p>Take a look at Ritesh’s YouTube channel here: <a href="https://www.youtube.com/@rkumarv" rel="noopener noreferrer nofollow">https://www.youtube.com/@rkumarv</a></p>
<p> </p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Fri, 30 Jan 2026 13:48:36 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/5e4f27a1/ad7847f7.mp3" length="32717453" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2045</itunes:duration>
      <itunes:summary> 
In this conversation, Ritesh Verma shares his journey of building an AI app that garnered a $200,000 acquisition offer. He discusses his background in tech, the process of developing the app, understanding market needs, and the strategies he employed for customer acquisition and scaling the business. Ritesh emphasizes the importance of referrals, the app's value proposition for users, and provides insights into the acquisition process, highlighting the potential for lucrative outcomes in the software market.
Take a look at Ritesh’s YouTube channel here: https://www.youtube.com/@rkumarv
 
 </itunes:summary>
      <itunes:subtitle> 
In this conversation, Ritesh Verma shares his journey of building an AI app that garnered a $200,000 acquisition offer. He discusses his background in tech, the process of developing the app, understanding market needs, and the strategies he employed fo</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title># 140 Manus AI: Build Your Automated Research Machine</title>
      <itunes:episode>141</itunes:episode>
      <podcast:episode>141</podcast:episode>
      <itunes:title># 140 Manus AI: Build Your Automated Research Machine</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/15b76258-2b86-3485-b41f-9235664c4b10</guid>
      <link>https://share.transistor.fm/s/9221d524</link>
      <description>
        <![CDATA[<p>Alex Cinovoj grew his LinkedIn following from 500 to 33,000 in under 10 months—not by posting more, but by building smarter systems. In this hands-on episode, Alex shares his screen and walks through the exact Manus workflow he uses to wake up every morning with a curated industry report ready to turn into content.</p>
<p>We also dig into his experience deploying 47 AI agents (half of which failed), why PDF-format content outperforms on LinkedIn, and his advice for overwhelmed business owners who don't know where to start with AI.</p>
<p>If you want to see how someone actually builds and tests AI solutions in production—not just talks about them—this episode is for you.</p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/alexcinovoj/" rel="noopener noreferrer nofollow">Alex Cinovoj</a></p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Alex Cinovoj grew his LinkedIn following from 500 to 33,000 in under 10 months—not by posting more, but by building smarter systems. In this hands-on episode, Alex shares his screen and walks through the exact Manus workflow he uses to wake up every morning with a curated industry report ready to turn into content.</p>
<p>We also dig into his experience deploying 47 AI agents (half of which failed), why PDF-format content outperforms on LinkedIn, and his advice for overwhelmed business owners who don't know where to start with AI.</p>
<p>If you want to see how someone actually builds and tests AI solutions in production—not just talks about them—this episode is for you.</p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/alexcinovoj/" rel="noopener noreferrer nofollow">Alex Cinovoj</a></p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 21 Jan 2026 04:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/9221d524/e5b194eb.mp3" length="33869996" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2117</itunes:duration>
      <itunes:summary>Alex Cinovoj grew his LinkedIn following from 500 to 33,000 in under 10 months—not by posting more, but by building smarter systems. In this hands-on episode, Alex shares his screen and walks through the exact Manus workflow he uses to wake up every morning with a curated industry report ready to turn into content.
We also dig into his experience deploying 47 AI agents (half of which failed), why PDF-format content outperforms on LinkedIn, and his advice for overwhelmed business owners who don't know where to start with AI.
If you want to see how someone actually builds and tests AI solutions in production—not just talks about them—this episode is for you.
LinkedIn: Alex Cinovoj
 </itunes:summary>
      <itunes:subtitle>Alex Cinovoj grew his LinkedIn following from 500 to 33,000 in under 10 months—not by posting more, but by building smarter systems. In this hands-on episode, Alex shares his screen and walks through the exact Manus workflow he uses to wake up every morni</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title># 139 How to Position Your Business to Be Discoverable by AI</title>
      <itunes:episode>140</itunes:episode>
      <podcast:episode>140</podcast:episode>
      <itunes:title># 139 How to Position Your Business to Be Discoverable by AI</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/b3768d85-35b2-3bfa-9244-900533fe3df3</guid>
      <link>https://share.transistor.fm/s/59bd18e6</link>
      <description>
        <![CDATA[<p>Brien Gearin breaks down the fundamental shift happening in local search: it's no longer about optimizing for Google—it's about building credibility signals that AI can actually find and trust.</p>
<p>If your business isn't showing up when people ask ChatGPT or Claude for recommendations in your area, this episode explains exactly why (and what to do about it).</p>
<p>Check Brien Gearing LinkedIn: <a href="https://www.linkedin.com/in/brien-gearin/" rel="noopener noreferrer nofollow">Brien Gearin | LinkedIn</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Brien Gearin breaks down the fundamental shift happening in local search: it's no longer about optimizing for Google—it's about building credibility signals that AI can actually find and trust.</p>
<p>If your business isn't showing up when people ask ChatGPT or Claude for recommendations in your area, this episode explains exactly why (and what to do about it).</p>
<p>Check Brien Gearing LinkedIn: <a href="https://www.linkedin.com/in/brien-gearin/" rel="noopener noreferrer nofollow">Brien Gearin | LinkedIn</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 14 Jan 2026 04:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/59bd18e6/e9160b59.mp3" length="38483616" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2406</itunes:duration>
      <itunes:summary>Brien Gearin breaks down the fundamental shift happening in local search: it's no longer about optimizing for Google—it's about building credibility signals that AI can actually find and trust.
If your business isn't showing up when people ask ChatGPT or Claude for recommendations in your area, this episode explains exactly why (and what to do about it).
Check Brien Gearing LinkedIn: Brien Gearin | LinkedIn</itunes:summary>
      <itunes:subtitle>Brien Gearin breaks down the fundamental shift happening in local search: it's no longer about optimizing for Google—it's about building credibility signals that AI can actually find and trust.
If your business isn't showing up when people ask ChatGPT or </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#138: How to turn Customers into zealots for your brand with AI + Primal Branding</title>
      <itunes:episode>139</itunes:episode>
      <podcast:episode>139</podcast:episode>
      <itunes:title>#138: How to turn Customers into zealots for your brand with AI + Primal Branding</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/5e573503-20cd-3f2c-ba2b-d050d2053b41</guid>
      <link>https://share.transistor.fm/s/6df3320b</link>
      <description>
        <![CDATA[<p>Most entrepreneurs think branding is a logo and a website. They're wrong.</p>
<p>Patrick Hanlon, author of Primal Branding, breaks down the actual framework for building brands that create communities of fanatics—not just customers who'll ghost you for the next competitor.</p>
<p>This is the 20th anniversary of Primal Branding, and the framework is more relevant today than when it was first published in 2006. We dig into the seven pieces of primal code, why having haters is actually essential to your brand, and how AI amplifies (but can't replace) human creativity in branding.</p>
<p>If you're building something and want people who defend your brand instead of just buying from you, this conversation gives you the exact system.</p>
<p>Explore Patrick’s book here: https://www.amazon.com/dp/1451655312</p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Most entrepreneurs think branding is a logo and a website. They're wrong.</p>
<p>Patrick Hanlon, author of Primal Branding, breaks down the actual framework for building brands that create communities of fanatics—not just customers who'll ghost you for the next competitor.</p>
<p>This is the 20th anniversary of Primal Branding, and the framework is more relevant today than when it was first published in 2006. We dig into the seven pieces of primal code, why having haters is actually essential to your brand, and how AI amplifies (but can't replace) human creativity in branding.</p>
<p>If you're building something and want people who defend your brand instead of just buying from you, this conversation gives you the exact system.</p>
<p>Explore Patrick’s book here: https://www.amazon.com/dp/1451655312</p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 07 Jan 2026 14:51:26 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6df3320b/39847f03.mp3" length="41120959" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2570</itunes:duration>
      <itunes:summary>Most entrepreneurs think branding is a logo and a website. They're wrong.
Patrick Hanlon, author of Primal Branding, breaks down the actual framework for building brands that create communities of fanatics—not just customers who'll ghost you for the next competitor.
This is the 20th anniversary of Primal Branding, and the framework is more relevant today than when it was first published in 2006. We dig into the seven pieces of primal code, why having haters is actually essential to your brand, and how AI amplifies (but can't replace) human creativity in branding.
If you're building something and want people who defend your brand instead of just buying from you, this conversation gives you the exact system.
Explore Patrick’s book here: https://www.amazon.com/dp/1451655312
 </itunes:summary>
      <itunes:subtitle>Most entrepreneurs think branding is a logo and a website. They're wrong.
Patrick Hanlon, author of Primal Branding, breaks down the actual framework for building brands that create communities of fanatics—not just customers who'll ghost you for the next </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title># 137 Steve Rolle - From Military to $50M Soap Empire (And Why AI Changes Everything)</title>
      <itunes:episode>138</itunes:episode>
      <podcast:episode>138</podcast:episode>
      <itunes:title># 137 Steve Rolle - From Military to $50M Soap Empire (And Why AI Changes Everything)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/7d298fe7-d3e4-3121-9d52-720f2e842c41</guid>
      <link>https://share.transistor.fm/s/a12d59e5</link>
      <description>
        <![CDATA[<p>Steve Rolle went from civil engineering in the military to building a $50 million hospitality soap business—then sold it, became CEO of the merged company, and is now launching the next generation of hotel amenities with AI at the core. This conversation breaks down how he's using AI to disrupt an industry still running on fax machines, his framework for building businesses that operate without you, and his bold predictions about the future of work, robotics, and business margins.</p>
<p>Steve’s YouTube channel is @rollewithsteve.</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Steve Rolle went from civil engineering in the military to building a $50 million hospitality soap business—then sold it, became CEO of the merged company, and is now launching the next generation of hotel amenities with AI at the core. This conversation breaks down how he's using AI to disrupt an industry still running on fax machines, his framework for building businesses that operate without you, and his bold predictions about the future of work, robotics, and business margins.</p>
<p>Steve’s YouTube channel is @rollewithsteve.</p>]]>
      </content:encoded>
      <pubDate>Wed, 31 Dec 2025 04:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/a12d59e5/aba03765.mp3" length="54508435" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3407</itunes:duration>
      <itunes:summary>Steve Rolle went from civil engineering in the military to building a $50 million hospitality soap business—then sold it, became CEO of the merged company, and is now launching the next generation of hotel amenities with AI at the core. This conversation breaks down how he's using AI to disrupt an industry still running on fax machines, his framework for building businesses that operate without you, and his bold predictions about the future of work, robotics, and business margins.
Steve’s YouTube channel is @rollewithsteve.</itunes:summary>
      <itunes:subtitle>Steve Rolle went from civil engineering in the military to building a $50 million hospitality soap business—then sold it, became CEO of the merged company, and is now launching the next generation of hotel amenities with AI at the core. This conversation </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#136 Steal this AI-powered marketing strategy to 10x your business in 2026</title>
      <itunes:episode>137</itunes:episode>
      <podcast:episode>137</podcast:episode>
      <itunes:title>#136 Steal this AI-powered marketing strategy to 10x your business in 2026</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f01ebdb2-7d7f-3b3d-b688-7b9632f08ede</guid>
      <link>https://share.transistor.fm/s/cbd0955b</link>
      <description>
        <![CDATA[<p>In this episode, I'm pulling back the curtain on my entire 2026 marketing strategy—a flywheel system designed to ethically "steal" other people's audiences to grow your own. The best part? It runs on a stack of five completely free AI tools that automate most of the heavy lifting.</p>
<p>If you're a time-strapped solopreneur tired of shouting into the void on social media, this strategy will show you how to leverage collaboration and strategic partnerships to explode your reach and authority in your niche.</p>
<p>Test your AI knowledge in under 60 seconds — take the assessment at ReturnMyTime.com/quiz</p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, I'm pulling back the curtain on my entire 2026 marketing strategy—a flywheel system designed to ethically "steal" other people's audiences to grow your own. The best part? It runs on a stack of five completely free AI tools that automate most of the heavy lifting.</p>
<p>If you're a time-strapped solopreneur tired of shouting into the void on social media, this strategy will show you how to leverage collaboration and strategic partnerships to explode your reach and authority in your niche.</p>
<p>Test your AI knowledge in under 60 seconds — take the assessment at ReturnMyTime.com/quiz</p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 24 Dec 2025 04:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/cbd0955b/463b9155.mp3" length="28261005" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1767</itunes:duration>
      <itunes:summary>In this episode, I'm pulling back the curtain on my entire 2026 marketing strategy—a flywheel system designed to ethically "steal" other people's audiences to grow your own. The best part? It runs on a stack of five completely free AI tools that automate most of the heavy lifting.
If you're a time-strapped solopreneur tired of shouting into the void on social media, this strategy will show you how to leverage collaboration and strategic partnerships to explode your reach and authority in your niche.
Test your AI knowledge in under 60 seconds — take the assessment at ReturnMyTime.com/quiz
 </itunes:summary>
      <itunes:subtitle>In this episode, I'm pulling back the curtain on my entire 2026 marketing strategy—a flywheel system designed to ethically "steal" other people's audiences to grow your own. The best part? It runs on a stack of five completely free AI tools that automate </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#135 STOP trying to automate everything...start here instead</title>
      <itunes:episode>136</itunes:episode>
      <podcast:episode>136</podcast:episode>
      <itunes:title>#135 STOP trying to automate everything...start here instead</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/a23fac10-2794-3e39-a75b-5786f1931db1</guid>
      <link>https://share.transistor.fm/s/3c7505a3</link>
      <description>
        <![CDATA[<p>In this episode, I breaks down a real AI Tools Assessment completed for a local realtor, revealing the exact decision-making framework I use to prescribe AI solutions that actually get used. This isn't another "top 10 AI tools" video - it's a deep dive into the judgment calls that separate successful AI implementation from expensive tech graveyard additions.</p>
<p>Vsit <a href="http://www.returnmytime.com/quiz" rel="noopener noreferrer nofollow">www.returnmytime.com/quiz</a> to get a personalized AI action plan designed to level up your AI knowledge in as little as 60 seconds.</p>
<p> </p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, I breaks down a real AI Tools Assessment completed for a local realtor, revealing the exact decision-making framework I use to prescribe AI solutions that actually get used. This isn't another "top 10 AI tools" video - it's a deep dive into the judgment calls that separate successful AI implementation from expensive tech graveyard additions.</p>
<p>Vsit <a href="http://www.returnmytime.com/quiz" rel="noopener noreferrer nofollow">www.returnmytime.com/quiz</a> to get a personalized AI action plan designed to level up your AI knowledge in as little as 60 seconds.</p>
<p> </p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 17 Dec 2025 04:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/3c7505a3/0688fa6f.mp3" length="25372475" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1586</itunes:duration>
      <itunes:summary>In this episode, I breaks down a real AI Tools Assessment completed for a local realtor, revealing the exact decision-making framework I use to prescribe AI solutions that actually get used. This isn't another "top 10 AI tools" video - it's a deep dive into the judgment calls that separate successful AI implementation from expensive tech graveyard additions.
Vsit www.returnmytime.com/quiz to get a personalized AI action plan designed to level up your AI knowledge in as little as 60 seconds.
 
 </itunes:summary>
      <itunes:subtitle>In this episode, I breaks down a real AI Tools Assessment completed for a local realtor, revealing the exact decision-making framework I use to prescribe AI solutions that actually get used. This isn't another "top 10 AI tools" video - it's a deep dive in</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#134 The 4 Levels of AI Mastery (And How to Reach Level 3 in 90 Days)</title>
      <itunes:episode>135</itunes:episode>
      <podcast:episode>135</podcast:episode>
      <itunes:title>#134 The 4 Levels of AI Mastery (And How to Reach Level 3 in 90 Days)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/3012a5a0-0a71-3fd8-8f3a-89dcaa39c315</guid>
      <link>https://share.transistor.fm/s/68620fc0</link>
      <description>
        <![CDATA[<p>95% of entrepreneurs are stuck at level one of AI mastery. In this episode, I break down the four distinct levels of AI expertise and provides a practical 90-day roadmap to reach level three—even if you're starting from scratch. This isn't about theory or hype. It's about building real, valuable skills that separate you from your competition.</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>95% of entrepreneurs are stuck at level one of AI mastery. In this episode, I break down the four distinct levels of AI expertise and provides a practical 90-day roadmap to reach level three—even if you're starting from scratch. This isn't about theory or hype. It's about building real, valuable skills that separate you from your competition.</p>]]>
      </content:encoded>
      <pubDate>Wed, 10 Dec 2025 12:38:31 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/68620fc0/df96f286.mp3" length="35342900" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2209</itunes:duration>
      <itunes:summary>95% of entrepreneurs are stuck at level one of AI mastery. In this episode, I break down the four distinct levels of AI expertise and provides a practical 90-day roadmap to reach level three—even if you're starting from scratch. This isn't about theory or hype. It's about building real, valuable skills that separate you from your competition.</itunes:summary>
      <itunes:subtitle>95% of entrepreneurs are stuck at level one of AI mastery. In this episode, I break down the four distinct levels of AI expertise and provides a practical 90-day roadmap to reach level three—even if you're starting from scratch. This isn't about theory or</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#133 Build Your AI Brain in 15 Minutes (Claude Context Profiles Tutorial)</title>
      <itunes:episode>134</itunes:episode>
      <podcast:episode>134</podcast:episode>
      <itunes:title>#133 Build Your AI Brain in 15 Minutes (Claude Context Profiles Tutorial)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/959af895-0e58-381e-9a44-5355a75d3134</guid>
      <link>https://share.transistor.fm/s/5815260a</link>
      <description>
        <![CDATA[<p>Tired of starting from scratch every time you use AI? In this episode, I walk you through exactly how to build a context profile—a structured knowledge package that teaches AI who you are, how you communicate, and the nuances of your work. No more generic outputs, no more repeating yourself. Just tailored responses every single time.</p>
<p> </p>
<p>Download the free Context Profile Prompt in this link : <a href="https://corey-ganim.kit.com/7ae85c5bdf" rel="noopener noreferrer nofollow">https://corey-ganim.kit.com/7ae85c5bdf</a></p>
<p> </p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Tired of starting from scratch every time you use AI? In this episode, I walk you through exactly how to build a context profile—a structured knowledge package that teaches AI who you are, how you communicate, and the nuances of your work. No more generic outputs, no more repeating yourself. Just tailored responses every single time.</p>
<p> </p>
<p>Download the free Context Profile Prompt in this link : <a href="https://corey-ganim.kit.com/7ae85c5bdf" rel="noopener noreferrer nofollow">https://corey-ganim.kit.com/7ae85c5bdf</a></p>
<p> </p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 03 Dec 2025 12:10:57 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/5815260a/1823d6c3.mp3" length="35221696" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2202</itunes:duration>
      <itunes:summary>Tired of starting from scratch every time you use AI? In this episode, I walk you through exactly how to build a context profile—a structured knowledge package that teaches AI who you are, how you communicate, and the nuances of your work. No more generic outputs, no more repeating yourself. Just tailored responses every single time.
 
Download the free Context Profile Prompt in this link : https://corey-ganim.kit.com/7ae85c5bdf
 
 </itunes:summary>
      <itunes:subtitle>Tired of starting from scratch every time you use AI? In this episode, I walk you through exactly how to build a context profile—a structured knowledge package that teaches AI who you are, how you communicate, and the nuances of your work. No more generic</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#132 - The $50k/month passive income roadmap (4 pillars)</title>
      <itunes:episode>133</itunes:episode>
      <podcast:episode>133</podcast:episode>
      <itunes:title>#132 - The $50k/month passive income roadmap (4 pillars)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f16101f2-c71d-3d7f-8897-2e2c9c0ce277</guid>
      <link>https://share.transistor.fm/s/c939f317</link>
      <description>
        <![CDATA[<p>In this episode, I break down my complete strategy for achieving $50,000 per month in passive income by my 35th birthday (March 27, 2030).  I reveal my "Four Pillars" business ecosystem designed to make this astronomically ambitious goal not just possible, but extremely likely.</p>
<p> </p>
<p>Grab the drawing shared in the screenshare here.</p>
<p> </p>
<p>https://excalidraw.com/#json=y6K62GW7os9IqjxBo-JWO,1hW8aJ-yCAlKK_FcX2E3mA</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, I break down my complete strategy for achieving $50,000 per month in passive income by my 35th birthday (March 27, 2030).  I reveal my "Four Pillars" business ecosystem designed to make this astronomically ambitious goal not just possible, but extremely likely.</p>
<p> </p>
<p>Grab the drawing shared in the screenshare here.</p>
<p> </p>
<p>https://excalidraw.com/#json=y6K62GW7os9IqjxBo-JWO,1hW8aJ-yCAlKK_FcX2E3mA</p>]]>
      </content:encoded>
      <pubDate>Wed, 26 Nov 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/c939f317/f4debeb5.mp3" length="33449950" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2091</itunes:duration>
      <itunes:summary>In this episode, I break down my complete strategy for achieving $50,000 per month in passive income by my 35th birthday (March 27, 2030).  I reveal my "Four Pillars" business ecosystem designed to make this astronomically ambitious goal not just possible, but extremely likely.
 
Grab the drawing shared in the screenshare here.
 
https://excalidraw.com/#json=y6K62GW7os9IqjxBo-JWO,1hW8aJ-yCAlKK_FcX2E3mA</itunes:summary>
      <itunes:subtitle>In this episode, I break down my complete strategy for achieving $50,000 per month in passive income by my 35th birthday (March 27, 2030).  I reveal my "Four Pillars" business ecosystem designed to make this astronomically ambitious goal not just possible</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#131 - 3 ways to make recurring revenue with AI</title>
      <itunes:episode>132</itunes:episode>
      <podcast:episode>132</podcast:episode>
      <itunes:title>#131 - 3 ways to make recurring revenue with AI</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f2441877-101c-3f8a-b8d8-b1491d5047e5</guid>
      <link>https://share.transistor.fm/s/cd413059</link>
      <description>
        <![CDATA[<p>Guest Nick Spisak shares his insights on automation, recurring revenue opportunities with AI, and how everyday entrepreneurs can get started without getting overwhelmed.</p>
<p>If you’re interested in the AI Assessment that Corey mentions, please email <a href="mailto:Corey@coreyganim.com" rel="noopener noreferrer nofollow">Corey@coreyganim.com</a></p>
<p>Follow Nick on X @NickSpisak_</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Guest Nick Spisak shares his insights on automation, recurring revenue opportunities with AI, and how everyday entrepreneurs can get started without getting overwhelmed.</p>
<p>If you’re interested in the AI Assessment that Corey mentions, please email <a href="mailto:Corey@coreyganim.com" rel="noopener noreferrer nofollow">Corey@coreyganim.com</a></p>
<p>Follow Nick on X @NickSpisak_</p>]]>
      </content:encoded>
      <pubDate>Wed, 19 Nov 2025 12:29:53 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/cd413059/8986af86.mp3" length="48485187" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2021</itunes:duration>
      <itunes:summary>Guest Nick Spisak shares his insights on automation, recurring revenue opportunities with AI, and how everyday entrepreneurs can get started without getting overwhelmed.
If you’re interested in the AI Assessment that Corey mentions, please email Corey@coreyganim.com
Follow Nick on X @NickSpisak_</itunes:summary>
      <itunes:subtitle>Guest Nick Spisak shares his insights on automation, recurring revenue opportunities with AI, and how everyday entrepreneurs can get started without getting overwhelmed.
If you’re interested in the AI Assessment that Corey mentions, please email Corey@cor</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>130 - AI Basics Masterclass | The Corey Ganim Show</title>
      <itunes:episode>131</itunes:episode>
      <podcast:episode>131</podcast:episode>
      <itunes:title>130 - AI Basics Masterclass | The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/48512c56-b121-3c46-bb63-03faa5644adb</guid>
      <link>https://share.transistor.fm/s/cfbfecba</link>
      <description>
        <![CDATA[<p>In this special episode, Corey delivers an AI Basics Masterclass to Carl's mastermind group. This is a departure from the typical interview format, featuring Corey as the expert presenter teaching actionable AI implementation strategies for small business owners and entrepreneurs. The session covers everything from beginner-friendly tools to advanced automation workflows, with a focus on practical, immediately usable tactics.Download the presentation slides (mentioned in episode): Link: <a href="https://corey-ganim.kit.com/78de3e7562" rel="noopener noreferrer nofollow">https://corey-ganim.kit.com/78de3e7562</a></p>
<p> </p>
<p>Check out Karl's website: <a href="http://successwithkarl.com/" rel="noopener noreferrer nofollow">successwithkarl.com</a>"</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this special episode, Corey delivers an AI Basics Masterclass to Carl's mastermind group. This is a departure from the typical interview format, featuring Corey as the expert presenter teaching actionable AI implementation strategies for small business owners and entrepreneurs. The session covers everything from beginner-friendly tools to advanced automation workflows, with a focus on practical, immediately usable tactics.Download the presentation slides (mentioned in episode): Link: <a href="https://corey-ganim.kit.com/78de3e7562" rel="noopener noreferrer nofollow">https://corey-ganim.kit.com/78de3e7562</a></p>
<p> </p>
<p>Check out Karl's website: <a href="http://successwithkarl.com/" rel="noopener noreferrer nofollow">successwithkarl.com</a>"</p>]]>
      </content:encoded>
      <pubDate>Thu, 13 Nov 2025 20:41:50 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/cfbfecba/b9dd214f.mp3" length="103641591" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>4319</itunes:duration>
      <itunes:summary>In this special episode, Corey delivers an AI Basics Masterclass to Carl's mastermind group. This is a departure from the typical interview format, featuring Corey as the expert presenter teaching actionable AI implementation strategies for small business owners and entrepreneurs. The session covers everything from beginner-friendly tools to advanced automation workflows, with a focus on practical, immediately usable tactics.Download the presentation slides (mentioned in episode): Link: https://corey-ganim.kit.com/78de3e7562
 
Check out Karl's website: successwithkarl.com"</itunes:summary>
      <itunes:subtitle>In this special episode, Corey delivers an AI Basics Masterclass to Carl's mastermind group. This is a departure from the typical interview format, featuring Corey as the expert presenter teaching actionable AI implementation strategies for small business</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#129 - Why Health is SO Important in Business with Nick Huber I The Corey Ganim Show</title>
      <itunes:episode>130</itunes:episode>
      <podcast:episode>130</podcast:episode>
      <itunes:title>#129 - Why Health is SO Important in Business with Nick Huber I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/10cd7114-a76e-3aae-864f-2a6e3bc82f0c</guid>
      <link>https://share.transistor.fm/s/231bb4ac</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Nick Huber, an entrepreneur and real estate investor. We talk all about his controversial takes on business, parenting, AI, and health.</p>
<p>Check out Nick's 80/20 health document - <a href="https://sweatystartup.kit.com/b17c0feed3" rel="noopener noreferrer nofollow">https://sweatystartup.kit.com/b17c0feed3 </a></p>
<p>Check out Nick's socials:</p>
<p>X - <a href="https://x.com/sweatystartup?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" rel="noopener noreferrer nofollow">https://x.com/sweatystartup?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor </a></p>
<p>Website - <a href="https://www.sweatystartup.com" rel="noopener noreferrer nofollow">https://www.sweatystartup.com </a></p>
<p>YouTube - https://www.youtube.com/channel/UCBYwRdRw6x9bH4PsyCLnmOw</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Nick Huber, an entrepreneur and real estate investor. We talk all about his controversial takes on business, parenting, AI, and health.</p>
<p>Check out Nick's 80/20 health document - <a href="https://sweatystartup.kit.com/b17c0feed3" rel="noopener noreferrer nofollow">https://sweatystartup.kit.com/b17c0feed3 </a></p>
<p>Check out Nick's socials:</p>
<p>X - <a href="https://x.com/sweatystartup?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" rel="noopener noreferrer nofollow">https://x.com/sweatystartup?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor </a></p>
<p>Website - <a href="https://www.sweatystartup.com" rel="noopener noreferrer nofollow">https://www.sweatystartup.com </a></p>
<p>YouTube - https://www.youtube.com/channel/UCBYwRdRw6x9bH4PsyCLnmOw</p>]]>
      </content:encoded>
      <pubDate>Wed, 05 Nov 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/231bb4ac/2e87bba6.mp3" length="59506820" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3720</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat with Nick Huber, an entrepreneur and real estate investor. We talk all about his controversial takes on business, parenting, AI, and health.
Check out Nick's 80/20 health document - https://sweatystartup.kit.com/b17c0feed3 
Check out Nick's socials:
X - https://x.com/sweatystartup?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor 
Website - https://www.sweatystartup.com 
YouTube - https://www.youtube.com/channel/UCBYwRdRw6x9bH4PsyCLnmOw</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat with Nick Huber, an entrepreneur and real estate investor. We talk all about his controversial takes on business, parenting, AI, and health.
Check out Nick's 80/20 health document - https://sweatyst</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#128 - I'm quitting Amazon... I The Corey Ganim Show</title>
      <itunes:episode>129</itunes:episode>
      <podcast:episode>129</podcast:episode>
      <itunes:title>#128 - I'm quitting Amazon... I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/9c02d27a-ee50-3f96-b89a-dc2bb4576486</guid>
      <link>https://share.transistor.fm/s/6481a7b0</link>
      <description>
        <![CDATA[<p>In this episode, I explain my decision to move on from my Amazon wholesale business. 

Check out the Amazon Vault - https://whop.com/corey-ganim/corey-ganim-s-amazon-vault/</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, I explain my decision to move on from my Amazon wholesale business. 

Check out the Amazon Vault - https://whop.com/corey-ganim/corey-ganim-s-amazon-vault/</p>]]>
      </content:encoded>
      <pubDate>Wed, 29 Oct 2025 02:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6481a7b0/a4028d42.mp3" length="9969012" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>623</itunes:duration>
      <itunes:summary>In this episode, I explain my decision to move on from my Amazon wholesale business. 

Check out the Amazon Vault - https://whop.com/corey-ganim/corey-ganim-s-amazon-vault/</itunes:summary>
      <itunes:subtitle>In this episode, I explain my decision to move on from my Amazon wholesale business. 

Check out the Amazon Vault - https://whop.com/corey-ganim/corey-ganim-s-amazon-vault/</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#127 - How I Made Over 3000 Cold Calls with Arjun Mahadevan I The Corey Ganim Show</title>
      <itunes:episode>128</itunes:episode>
      <podcast:episode>128</podcast:episode>
      <itunes:title>#127 - How I Made Over 3000 Cold Calls with Arjun Mahadevan I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/795bfad5-579d-32a6-90eb-60d8a226f7cc</guid>
      <link>https://share.transistor.fm/s/ebe20877</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. This episode is pulled from Arjun Mahadevan's podcast. He's the CEO of doola, which is a company that helps entrepreneurs from wherever in the world set up LLC's in the US easily. He interviews me and asks about my journey in business.</p>
<p> </p>
<p>Check out Arjun's socials and sites:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/mahadevanarjun/</p>
<p>Instagram - <a href="https://www.instagram.com/ceo.arjunmahadevan/?hl=en" rel="noopener noreferrer nofollow">https://www.instagram.com/ceo.arjunmahadevan/?hl=en</a></p>
<p>X - https://x.com/ArjunMahadevan?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor</p>
<p>doola - https://www.doola.com/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. This episode is pulled from Arjun Mahadevan's podcast. He's the CEO of doola, which is a company that helps entrepreneurs from wherever in the world set up LLC's in the US easily. He interviews me and asks about my journey in business.</p>
<p> </p>
<p>Check out Arjun's socials and sites:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/mahadevanarjun/</p>
<p>Instagram - <a href="https://www.instagram.com/ceo.arjunmahadevan/?hl=en" rel="noopener noreferrer nofollow">https://www.instagram.com/ceo.arjunmahadevan/?hl=en</a></p>
<p>X - https://x.com/ArjunMahadevan?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor</p>
<p>doola - https://www.doola.com/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 22 Oct 2025 12:15:03 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/ebe20877/4600da6e.mp3" length="40504304" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2532</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. This episode is pulled from Arjun Mahadevan's podcast. He's the CEO of doola, which is a company that helps entrepreneurs from wherever in the world set up LLC's in the US easily. He interviews me and asks about my journey in business.
 
Check out Arjun's socials and sites:
 
LinkedIn - https://www.linkedin.com/in/mahadevanarjun/
Instagram - https://www.instagram.com/ceo.arjunmahadevan/?hl=en
X - https://x.com/ArjunMahadevan?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor
doola - https://www.doola.com/
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Amazon Business Templates:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc
 
Discount codes:
 
SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/
Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7
 
Credit card links:
 
Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL
 
Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. This episode is pulled from Arjun Mahadevan's podcast. He's the CEO of doola, which is a company that helps entrepreneurs from wherever in the world set up LLC's in the US easily. He interviews me and asks about my journey</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#126 - How to Hire a World Class Assistant (Free Masterclass) I The Corey Ganim Show</title>
      <itunes:episode>127</itunes:episode>
      <podcast:episode>127</podcast:episode>
      <itunes:title>#126 - How to Hire a World Class Assistant (Free Masterclass) I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/cb4d78d4-8490-3a7d-b1d5-f59dce2ee0e7</guid>
      <link>https://share.transistor.fm/s/bd5be533</link>
      <description>
        <![CDATA[<p>This is the audio of a free masterclass I did on how to hire virtual assistants. Every business owner should know exactly how to do this. </p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This is the audio of a free masterclass I did on how to hire virtual assistants. Every business owner should know exactly how to do this. </p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 15 Oct 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/bd5be533/1feaeb16.mp3" length="106020162" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:image href="https://img.transistorcdn.com/hzavQU-Q-mrShW3zJnTzNaaITWFGVIsf7HNegxi48RM/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS83MzVj/NDg4M2U1ZTAyMzg3/NTg4YTU2YTdiYmFl/OWJmZi5wbmc.jpg"/>
      <itunes:duration>4496</itunes:duration>
      <itunes:summary>This is the audio of a free masterclass I did on how to hire virtual assistants. Every business owner should know exactly how to do this. 
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Amazon Business Templates:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc
 
Discount codes:
 
SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/
Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7
 
Credit card links:
 
Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL
 
Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>This is the audio of a free masterclass I did on how to hire virtual assistants. Every business owner should know exactly how to do this. 
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Join the W</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#125 - How AI and Automation Is Going To Be Essential for Business with Andrew Hewitt I The Corey Ganim Show</title>
      <itunes:episode>126</itunes:episode>
      <podcast:episode>126</podcast:episode>
      <itunes:title>#125 - How AI and Automation Is Going To Be Essential for Business with Andrew Hewitt I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/5fbe957f-9223-3e72-b6df-09643d83ae51</guid>
      <link>https://share.transistor.fm/s/b3923116</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat Andrew Hewitt about AI and AI automation. We go right into the weeds and discuss how critical it is for businesses to thrive in the near future. </p>
<p> </p>
<p>Check out Andrew's socials:</p>
<p> </p>
<p>LinkedIn - <a href="https://www.linkedin.com/in/ayohdev/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/ayohdev/</a>
Instagram - <a href="https://www.instagram.com/ayohdev/" rel="noopener noreferrer nofollow">https://www.instagram.com/ayohdev/</a>
YouTube - https://www.youtube.com/@yohdev</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat Andrew Hewitt about AI and AI automation. We go right into the weeds and discuss how critical it is for businesses to thrive in the near future. </p>
<p> </p>
<p>Check out Andrew's socials:</p>
<p> </p>
<p>LinkedIn - <a href="https://www.linkedin.com/in/ayohdev/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/ayohdev/</a>
Instagram - <a href="https://www.instagram.com/ayohdev/" rel="noopener noreferrer nofollow">https://www.instagram.com/ayohdev/</a>
YouTube - https://www.youtube.com/@yohdev</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 08 Oct 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b3923116/c25c9e1c.mp3" length="31094151" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3887</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat Andrew Hewitt about AI and AI automation. We go right into the weeds and discuss how critical it is for businesses to thrive in the near future. 
 
Check out Andrew's socials:
 
LinkedIn - https://www.linkedin.com/in/ayohdev/
Instagram - https://www.instagram.com/ayohdev/
YouTube - https://www.youtube.com/@yohdev
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Amazon Business Templates:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc
 
Discount codes:
 
SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/
Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7
 
Credit card links:
 
Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL
 
Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat Andrew Hewitt about AI and AI automation. We go right into the weeds and discuss how critical it is for businesses to thrive in the near future. 
 
Check out Andrew's socials:
 
LinkedIn - https://w</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#124 - He Made $50M on Amazon...Then Walked Away with Karl Jacobi I The Corey Ganim Show</title>
      <itunes:episode>125</itunes:episode>
      <podcast:episode>125</podcast:episode>
      <itunes:title>#124 - He Made $50M on Amazon...Then Walked Away with Karl Jacobi I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/e8d99dd2-90cb-3098-95fa-b18b95776b15</guid>
      <link>https://share.transistor.fm/s/3f8c5eac</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Karl Jacobi about how he made millions of dollars selling on Amazon and then pivoted to a new career path after losing it all.</p>
<p> </p>
<p>Check out Karl's socials:</p>
<p> </p>
<p>Facebook - https://www.facebook.com/karl.jacobi/</p>
<p>LinkedIn - https://www.linkedin.com/in/karljacobi/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Karl Jacobi about how he made millions of dollars selling on Amazon and then pivoted to a new career path after losing it all.</p>
<p> </p>
<p>Check out Karl's socials:</p>
<p> </p>
<p>Facebook - https://www.facebook.com/karl.jacobi/</p>
<p>LinkedIn - https://www.linkedin.com/in/karljacobi/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 01 Oct 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/3f8c5eac/6292c6b0.mp3" length="41843033" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2616</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat with Karl Jacobi about how he made millions of dollars selling on Amazon and then pivoted to a new career path after losing it all.
 
Check out Karl's socials:
 
Facebook - https://www.facebook.com/karl.jacobi/
LinkedIn - https://www.linkedin.com/in/karljacobi/
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Amazon Business Templates:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc
 
Discount codes:
 
SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/
Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7
 
Credit card links:
 
Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL
 
Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat with Karl Jacobi about how he made millions of dollars selling on Amazon and then pivoted to a new career path after losing it all.
 
Check out Karl's socials:
 
Facebook - https://www.facebook.com/</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#123 - How He Turned His Amazon Struggles Into a SaaS Company with Michael Tona I The Corey Ganim Show</title>
      <itunes:episode>124</itunes:episode>
      <podcast:episode>124</podcast:episode>
      <itunes:title>#123 - How He Turned His Amazon Struggles Into a SaaS Company with Michael Tona I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/305fdce6-8bd2-332a-a09b-48b50a3cc98b</guid>
      <link>https://share.transistor.fm/s/f8a6bb90</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Michael Tona about how he's building SaaS tools to help Amazon sellers use social media to drive revenue. </p>
<p> </p>
<p>Check out Michael's socials:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/tonafba/?hl=en</p>
<p>LinkedIn - https://www.linkedin.com/in/michaeljtona/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Michael Tona about how he's building SaaS tools to help Amazon sellers use social media to drive revenue. </p>
<p> </p>
<p>Check out Michael's socials:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/tonafba/?hl=en</p>
<p>LinkedIn - https://www.linkedin.com/in/michaeljtona/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 24 Sep 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/f8a6bb90/97146fb5.mp3" length="27587296" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1725</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat with Michael Tona about how he's building SaaS tools to help Amazon sellers use social media to drive revenue. 
 
Check out Michael's socials:
 
Instagram - https://www.instagram.com/tonafba/?hl=en
LinkedIn - https://www.linkedin.com/in/michaeljtona/
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Amazon Business Templates:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc
 
Discount codes:
 
SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/
Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7
 
Credit card links:
 
Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL
 
Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat with Michael Tona about how he's building SaaS tools to help Amazon sellers use social media to drive revenue. 
 
Check out Michael's socials:
 
Instagram - https://www.instagram.com/tonafba/?hl=en
</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#122 - Talking About Brand Direct Deals, Group Buys, and Cancer with Joe Saville I The Corey Ganim Show</title>
      <itunes:episode>123</itunes:episode>
      <podcast:episode>123</podcast:episode>
      <itunes:title>#122 - Talking About Brand Direct Deals, Group Buys, and Cancer with Joe Saville I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f82cc957-eb99-3889-8059-7b7f1a64f850</guid>
      <link>https://share.transistor.fm/s/b23ddb60</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Joe Saville also known as Joemazon. Joe has done it all when it comes to wholesaling on Amazon. We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself. Joe was also recently diagnosed with Stage 4 cancer, so we talk about how he's navigating getting treatment while running a business.</p>
<p> </p>
<p>Check out Joe's socials:</p>
<p> </p>
<p>X - https://x.com/joemazon</p>
<p>LinkedIn - https://www.linkedin.com/in/joseph-saville-05b43bb/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Joe Saville also known as Joemazon. Joe has done it all when it comes to wholesaling on Amazon. We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself. Joe was also recently diagnosed with Stage 4 cancer, so we talk about how he's navigating getting treatment while running a business.</p>
<p> </p>
<p>Check out Joe's socials:</p>
<p> </p>
<p>X - https://x.com/joemazon</p>
<p>LinkedIn - https://www.linkedin.com/in/joseph-saville-05b43bb/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 17 Sep 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b23ddb60/410eb413.mp3" length="41179747" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2574</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat with Joe Saville also known as Joemazon. Joe has done it all when it comes to wholesaling on Amazon. We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself. Joe was also recently diagnosed with Stage 4 cancer, so we talk about how he's navigating getting treatment while running a business.
 
Check out Joe's socials:
 
X - https://x.com/joemazon
LinkedIn - https://www.linkedin.com/in/joseph-saville-05b43bb/
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Amazon Business Templates:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc
 
Discount codes:
 
SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/
Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7
 
Credit card links:
 
Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL
 
Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat with Joe Saville also known as Joemazon. Joe has done it all when it comes to wholesaling on Amazon. We talk about his career and a little bit more about his business and how it has helped me along </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#121 - Helping Remote Entrepreneurs Set Up Businesses in the US with Arjun Mahadevan I The Corey Ganim Show</title>
      <itunes:episode>122</itunes:episode>
      <podcast:episode>122</podcast:episode>
      <itunes:title>#121 - Helping Remote Entrepreneurs Set Up Businesses in the US with Arjun Mahadevan I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/122f1749-d54c-393c-a080-ffd2b5ebed0b</guid>
      <link>https://share.transistor.fm/s/0ef5284b</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Arjun Mahadevan. He's the CEO of doola, which is a company that helps entrepreneurs from wherever in the world set up LLC's in the US easily. We talk about the start of his entrepreneurial journey and how he garnered success. </p>
<p> </p>
<p>Check out Arjun's socials and sites:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/mahadevanarjun/</p>
<p>Instagram - <a href="https://www.instagram.com/ceo.arjunmahadevan/?hl=en" rel="noopener noreferrer nofollow">https://www.instagram.com/ceo.arjunmahadevan/?hl=en</a></p>
<p>X - https://x.com/ArjunMahadevan?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor</p>
<p>doola - https://www.doola.com/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Arjun Mahadevan. He's the CEO of doola, which is a company that helps entrepreneurs from wherever in the world set up LLC's in the US easily. We talk about the start of his entrepreneurial journey and how he garnered success. </p>
<p> </p>
<p>Check out Arjun's socials and sites:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/mahadevanarjun/</p>
<p>Instagram - <a href="https://www.instagram.com/ceo.arjunmahadevan/?hl=en" rel="noopener noreferrer nofollow">https://www.instagram.com/ceo.arjunmahadevan/?hl=en</a></p>
<p>X - https://x.com/ArjunMahadevan?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor</p>
<p>doola - https://www.doola.com/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 10 Sep 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/0ef5284b/c4870a5e.mp3" length="32211601" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2014</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat with Arjun Mahadevan. He's the CEO of doola, which is a company that helps entrepreneurs from wherever in the world set up LLC's in the US easily. We talk about the start of his entrepreneurial journey and how he garnered success. 
 
Check out Arjun's socials and sites:
 
LinkedIn - https://www.linkedin.com/in/mahadevanarjun/
Instagram - https://www.instagram.com/ceo.arjunmahadevan/?hl=en
X - https://x.com/ArjunMahadevan?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor
doola - https://www.doola.com/
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Amazon Business Templates:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc
 
Discount codes:
 
SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/
Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7
 
Credit card links:
 
Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL
 
Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat with Arjun Mahadevan. He's the CEO of doola, which is a company that helps entrepreneurs from wherever in the world set up LLC's in the US easily. We talk about the start of his entrepreneurial jour</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#120 - Dropping Out of College to Sell on Amazon with Sadeq Wahab I The Corey Ganim Show</title>
      <itunes:episode>121</itunes:episode>
      <podcast:episode>121</podcast:episode>
      <itunes:title>#120 - Dropping Out of College to Sell on Amazon with Sadeq Wahab I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/c46f6419-30f1-356b-981b-348d9a2a07e8</guid>
      <link>https://share.transistor.fm/s/2676342c</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Sadeq Wahab. He's a young entrepreneur who runs an incredibly successful Amazon business. We talk about how he dropped out of college to get here and how he's leveraging business tactics to make great sales.  </p>
<p> </p>
<p>Check out Sadeq's socials:</p>
<p> </p>
<p>X - https://x.com/sadeqwahab</p>
<p>Instagram - https://www.instagram.com/sadeqwahabb/?hl=en</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Sadeq Wahab. He's a young entrepreneur who runs an incredibly successful Amazon business. We talk about how he dropped out of college to get here and how he's leveraging business tactics to make great sales.  </p>
<p> </p>
<p>Check out Sadeq's socials:</p>
<p> </p>
<p>X - https://x.com/sadeqwahab</p>
<p>Instagram - https://www.instagram.com/sadeqwahabb/?hl=en</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 03 Sep 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/2676342c/de0a88a0.mp3" length="38145349" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2384</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat with Sadeq Wahab. He's a young entrepreneur who runs an incredibly successful Amazon business. We talk about how he dropped out of college to get here and how he's leveraging business tactics to make great sales.  
 
Check out Sadeq's socials:
 
X - https://x.com/sadeqwahab
Instagram - https://www.instagram.com/sadeqwahabb/?hl=en
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Amazon Business Templates:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc
 
Discount codes:
 
SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/
Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7
 
Credit card links:
 
Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL
 
Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat with Sadeq Wahab. He's a young entrepreneur who runs an incredibly successful Amazon business. We talk about how he dropped out of college to get here and how he's leveraging business tactics to mak</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#119 - How to Get Your First Wholesale PO in Just 7 Days I The Corey Ganim Show</title>
      <itunes:episode>120</itunes:episode>
      <podcast:episode>120</podcast:episode>
      <itunes:title>#119 - How to Get Your First Wholesale PO in Just 7 Days I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/3a2912ed-e245-3271-b421-c53b56ffde28</guid>
      <link>https://share.transistor.fm/s/1c84045a</link>
      <description>
        <![CDATA[<p>In this episode, I show you how to use SmartScout to find wholesale accounts for Amazon FBA and get your first purchase order in just under a week or less.

Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - <a href="https://partners.smartscout.com/?fpr=corey89" rel="noopener noreferrer nofollow">https://partners.smartscout.com/?fpr=corey89</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, I show you how to use SmartScout to find wholesale accounts for Amazon FBA and get your first purchase order in just under a week or less.

Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - <a href="https://partners.smartscout.com/?fpr=corey89" rel="noopener noreferrer nofollow">https://partners.smartscout.com/?fpr=corey89</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 27 Aug 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/1c84045a/1432baa6.mp3" length="35828592" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2240</itunes:duration>
      <itunes:summary>In this episode, I show you how to use SmartScout to find wholesale accounts for Amazon FBA and get your first purchase order in just under a week or less.

Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - https://partners.smartscout.com/?fpr=corey89</itunes:summary>
      <itunes:subtitle>In this episode, I show you how to use SmartScout to find wholesale accounts for Amazon FBA and get your first purchase order in just under a week or less.

Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - https://partners.smar</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#118 - If You Sell Products Online, You Need to Go To This Conference I The Corey Ganim Show</title>
      <itunes:episode>119</itunes:episode>
      <podcast:episode>119</podcast:episode>
      <itunes:title>#118 - If You Sell Products Online, You Need to Go To This Conference I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/b0755ac8-b915-393e-b401-d3c8240dc82c</guid>
      <link>https://share.transistor.fm/s/58721144</link>
      <description>
        <![CDATA[<p>In this episode, I tell you all about Sellers United. It's a conference held for anyone who sells on Amazon, TikTok Shop, Walmart, etc. 

Check out all the information about Sellers United - <a href="https://www.sellersunited.com/" rel="noopener noreferrer nofollow">https://www.sellersunited.com/</a> 

Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - <a href="https://partners.smartscout.com/?fpr=corey89" rel="noopener noreferrer nofollow">https://partners.smartscout.com/?fpr=corey89</a></p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Use these resources in your FBA business:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, I tell you all about Sellers United. It's a conference held for anyone who sells on Amazon, TikTok Shop, Walmart, etc. 

Check out all the information about Sellers United - <a href="https://www.sellersunited.com/" rel="noopener noreferrer nofollow">https://www.sellersunited.com/</a> 

Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - <a href="https://partners.smartscout.com/?fpr=corey89" rel="noopener noreferrer nofollow">https://partners.smartscout.com/?fpr=corey89</a></p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Use these resources in your FBA business:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>]]>
      </content:encoded>
      <pubDate>Wed, 20 Aug 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/58721144/967ca82f.mp3" length="36763371" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1532</itunes:duration>
      <itunes:summary>In this episode, I tell you all about Sellers United. It's a conference held for anyone who sells on Amazon, TikTok Shop, Walmart, etc. 

Check out all the information about Sellers United - https://www.sellersunited.com/ 

Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - https://partners.smartscout.com/?fpr=corey89
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Use these resources in your FBA business:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</itunes:summary>
      <itunes:subtitle>In this episode, I tell you all about Sellers United. It's a conference held for anyone who sells on Amazon, TikTok Shop, Walmart, etc. 

Check out all the information about Sellers United - https://www.sellersunited.com/ 

Get 25% off your first 3 months</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#117 - This Tool Helped Me Close an Amazon FBA Brand With Just Two Phone Calls I The Corey Ganim Show</title>
      <itunes:episode>118</itunes:episode>
      <podcast:episode>118</podcast:episode>
      <itunes:title>#117 - This Tool Helped Me Close an Amazon FBA Brand With Just Two Phone Calls I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/8c9ac1aa-50c9-3502-a1c8-6785df2cd164</guid>
      <link>https://share.transistor.fm/s/7ef7d2a2</link>
      <description>
        <![CDATA[<p>In this episode, I show you how I used SmartScout to close a brand with just a couple of phone calls. I take you through the process of finding the brand, cold calling them, and then landing the deal.

Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - <a href="https://partners.smartscout.com/?fpr=corey89" rel="noopener noreferrer nofollow">https://partners.smartscout.com/?fpr=corey89</a></p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Use these resources in your FBA business:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, I show you how I used SmartScout to close a brand with just a couple of phone calls. I take you through the process of finding the brand, cold calling them, and then landing the deal.

Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - <a href="https://partners.smartscout.com/?fpr=corey89" rel="noopener noreferrer nofollow">https://partners.smartscout.com/?fpr=corey89</a></p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Use these resources in your FBA business:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>]]>
      </content:encoded>
      <pubDate>Wed, 13 Aug 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/7ef7d2a2/790e280e.mp3" length="28921420" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1808</itunes:duration>
      <itunes:summary>In this episode, I show you how I used SmartScout to close a brand with just a couple of phone calls. I take you through the process of finding the brand, cold calling them, and then landing the deal.

Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - https://partners.smartscout.com/?fpr=corey89
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Use these resources in your FBA business:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</itunes:summary>
      <itunes:subtitle>In this episode, I show you how I used SmartScout to close a brand with just a couple of phone calls. I take you through the process of finding the brand, cold calling them, and then landing the deal.

Get 25% off your first 3 months of SmartScout (Use th</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#116 - This Entrepreneur Has Coached Over 20,000 Business Owners with Brandon Vaughn I The Corey Ganim Show</title>
      <itunes:episode>117</itunes:episode>
      <podcast:episode>117</podcast:episode>
      <itunes:title>#116 - This Entrepreneur Has Coached Over 20,000 Business Owners with Brandon Vaughn I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/93b454ea-2125-3382-9dff-9ee0ce1028e8</guid>
      <link>https://share.transistor.fm/s/606933ae</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Brandon Vaughn about how business owners can use AI to hire top-tier talent. He's grown multiple businesses, so we also dive into his experience there. </p>
<p> </p>
<p>Check out Brandon's socials:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/brandonvaughn/</p>
<p>Instagram - https://www.instagram.com/brandonvaughn/?hl=en</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Brandon Vaughn about how business owners can use AI to hire top-tier talent. He's grown multiple businesses, so we also dive into his experience there. </p>
<p> </p>
<p>Check out Brandon's socials:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/brandonvaughn/</p>
<p>Instagram - https://www.instagram.com/brandonvaughn/?hl=en</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>Discount codes:</p>
<p> </p>
<p>SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p>SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>Credit card links:</p>
<p> </p>
<p>Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL</p>
<p> </p>
<p>Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 06 Aug 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/606933ae/7086da2e.mp3" length="52922732" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3308</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat with Brandon Vaughn about how business owners can use AI to hire top-tier talent. He's grown multiple businesses, so we also dive into his experience there. 
 
Check out Brandon's socials:
 
LinkedIn - https://www.linkedin.com/in/brandonvaughn/
Instagram - https://www.instagram.com/brandonvaughn/?hl=en
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Amazon Business Templates:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc
 
Discount codes:
 
SmartScout  - 25% OFF first 3 months - https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
SellerSnap  - 15% off first 3 months - https://referrals.sellersnap.io/l/BrandRocket/
Seller Investigators - (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio - (pay your suppliers with a credit card, they get cash) - https://affiliates.meliopayments.com/4p0gnyr72g7
 
Credit card links:
 
Chase Ink Business Premier (unlimited 2.5% cash back on purchases over $5k) - https://www.referyourchasecard.com/21s/4X5UWQS6XL
 
Capital One Spark (unlimited 2% cash back on everything) - https://i.capitalone.com/JgZ7zoqZu
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat with Brandon Vaughn about how business owners can use AI to hire top-tier talent. He's grown multiple businesses, so we also dive into his experience there. 
 
Check out Brandon's socials:
 
LinkedI</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#115 - Selling Over $75 Million on Amazon with Brandon Young I The Corey Ganim Show</title>
      <itunes:episode>116</itunes:episode>
      <podcast:episode>116</podcast:episode>
      <itunes:title>#115 - Selling Over $75 Million on Amazon with Brandon Young I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/80c99fc1-70a3-3fd4-a025-f38774488d82</guid>
      <link>https://share.transistor.fm/s/bc25727d</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Brandon Young all about Amazon. He's a multiple 8-figure seller who is an expert in private label. He's also a coach who has helped over 100 Amazon sellers become millionaires.</p>
<p> </p>
<p>Check out Brandon's socials and tools:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/byoungsfl/</p>
<p>Instagram - https://www.instagram.com/brandon.young_amazon/?hl=en</p>
<p>YouTube - https://www.youtube.com/c/brandonmyoung</p>
<p>Seller Systems - https://www.sellersystems.com/</p>
<p>DataDive - https://datadive.tools/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Use these resources in your FBA business:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Brandon Young all about Amazon. He's a multiple 8-figure seller who is an expert in private label. He's also a coach who has helped over 100 Amazon sellers become millionaires.</p>
<p> </p>
<p>Check out Brandon's socials and tools:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/byoungsfl/</p>
<p>Instagram - https://www.instagram.com/brandon.young_amazon/?hl=en</p>
<p>YouTube - https://www.youtube.com/c/brandonmyoung</p>
<p>Seller Systems - https://www.sellersystems.com/</p>
<p>DataDive - https://datadive.tools/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Use these resources in your FBA business:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>]]>
      </content:encoded>
      <pubDate>Wed, 30 Jul 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/bc25727d/4b93fd62.mp3" length="48843845" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3053</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat with Brandon Young all about Amazon. He's a multiple 8-figure seller who is an expert in private label. He's also a coach who has helped over 100 Amazon sellers become millionaires.
 
Check out Brandon's socials and tools:
 
LinkedIn - https://www.linkedin.com/in/byoungsfl/
Instagram - https://www.instagram.com/brandon.young_amazon/?hl=en
YouTube - https://www.youtube.com/c/brandonmyoung
Seller Systems - https://www.sellersystems.com/
DataDive - https://datadive.tools/
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Use these resources in your FBA business:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat with Brandon Young all about Amazon. He's a multiple 8-figure seller who is an expert in private label. He's also a coach who has helped over 100 Amazon sellers become millionaires.
 
Check out Bran</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#114 -  FREE 1 Hour PPC Masterclass for Amazon FBA I The Corey Ganim Show</title>
      <itunes:episode>115</itunes:episode>
      <podcast:episode>115</podcast:episode>
      <itunes:title>#114 -  FREE 1 Hour PPC Masterclass for Amazon FBA I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/8138ca81-464c-373c-a179-3824def24722</guid>
      <link>https://share.transistor.fm/s/6102e2c3</link>
      <description>
        <![CDATA[<p>In this special podcast episode, I give you a full breakdown on how to run PPC ads on Amazon as a reseller.</p>
<p> </p>
<p>Timestamps:</p>
<p>Intro 00:00</p>
<p>What to Expect 01:13</p>
<p>Goals of This Masterclass 06:25</p>
<p>PPC Fundamentals 07:28</p>
<p>When (And Why) Resellers Should Run Ads 11:48</p>
<p>Setting Up Your First Campaign 18:26</p>
<p>Targeting Strategies 30:52</p>
<p>Reading PPC Reports 35:21</p>
<p>Campaign Optimization 41:07</p>
<p>Adding Value to Brands with PPC Ads 43:52</p>
<p>Should You Hire a PPC Agency? 53:44</p>
<p>Real Case Studies 54:30</p>
<p>Biggest Advertising Hack for Resellers 57:26</p>
<p>Top 3 Takeaways 01:00:03</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this special podcast episode, I give you a full breakdown on how to run PPC ads on Amazon as a reseller.</p>
<p> </p>
<p>Timestamps:</p>
<p>Intro 00:00</p>
<p>What to Expect 01:13</p>
<p>Goals of This Masterclass 06:25</p>
<p>PPC Fundamentals 07:28</p>
<p>When (And Why) Resellers Should Run Ads 11:48</p>
<p>Setting Up Your First Campaign 18:26</p>
<p>Targeting Strategies 30:52</p>
<p>Reading PPC Reports 35:21</p>
<p>Campaign Optimization 41:07</p>
<p>Adding Value to Brands with PPC Ads 43:52</p>
<p>Should You Hire a PPC Agency? 53:44</p>
<p>Real Case Studies 54:30</p>
<p>Biggest Advertising Hack for Resellers 57:26</p>
<p>Top 3 Takeaways 01:00:03</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Amazon Business Templates:</p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 23 Jul 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6102e2c3/b806d81c.mp3" length="59414023" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3714</itunes:duration>
      <itunes:summary>In this special podcast episode, I give you a full breakdown on how to run PPC ads on Amazon as a reseller.
 
Timestamps:
Intro 00:00
What to Expect 01:13
Goals of This Masterclass 06:25
PPC Fundamentals 07:28
When (And Why) Resellers Should Run Ads 11:48
Setting Up Your First Campaign 18:26
Targeting Strategies 30:52
Reading PPC Reports 35:21
Campaign Optimization 41:07
Adding Value to Brands with PPC Ads 43:52
Should You Hire a PPC Agency? 53:44
Real Case Studies 54:30
Biggest Advertising Hack for Resellers 57:26
Top 3 Takeaways 01:00:03
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Amazon Business Templates:
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc
 
FOLLOW MY SOCIALS:
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>In this special podcast episode, I give you a full breakdown on how to run PPC ads on Amazon as a reseller.
 
Timestamps:
Intro 00:00
What to Expect 01:13
Goals of This Masterclass 06:25
PPC Fundamentals 07:28
When (And Why) Resellers Should Run Ads 11:48</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#113 -  How Podcast Guesting Can Boost Your Income with Dustin Riechmann I The Corey Ganim Show</title>
      <itunes:episode>114</itunes:episode>
      <podcast:episode>114</podcast:episode>
      <itunes:title>#113 -  How Podcast Guesting Can Boost Your Income with Dustin Riechmann I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/86b13951-8eee-3da6-9fe3-56c47f7daf60</guid>
      <link>https://share.transistor.fm/s/1c85a3e3</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Dustin Riechmann. He's an expert in helping business owners and thought leaders expand their network and net worth. We discuss how appearing as a guest on podcasts can boost the amount of income you have coming in.</p>
<p> </p>
<p>Check out Dustin's socials and program:</p>
<p>LinkedIn - https://www.linkedin.com/in/dustinriechmann/</p>
<p>Podcast Guesting Playbook - https://go.7figureleap.com/playbook</p>
<p>YouTube - https://www.youtube.com/@DustinRiechmann</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Use these resources in your FBA business:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Dustin Riechmann. He's an expert in helping business owners and thought leaders expand their network and net worth. We discuss how appearing as a guest on podcasts can boost the amount of income you have coming in.</p>
<p> </p>
<p>Check out Dustin's socials and program:</p>
<p>LinkedIn - https://www.linkedin.com/in/dustinriechmann/</p>
<p>Podcast Guesting Playbook - https://go.7figureleap.com/playbook</p>
<p>YouTube - https://www.youtube.com/@DustinRiechmann</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Use these resources in your FBA business:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>]]>
      </content:encoded>
      <pubDate>Wed, 16 Jul 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/1c85a3e3/f4e21e63.mp3" length="47026988" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2940</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat with Dustin Riechmann. He's an expert in helping business owners and thought leaders expand their network and net worth. We discuss how appearing as a guest on podcasts can boost the amount of income you have coming in.
 
Check out Dustin's socials and program:
LinkedIn - https://www.linkedin.com/in/dustinriechmann/
Podcast Guesting Playbook - https://go.7figureleap.com/playbook
YouTube - https://www.youtube.com/@DustinRiechmann
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Use these resources in your FBA business:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat with Dustin Riechmann. He's an expert in helping business owners and thought leaders expand their network and net worth. We discuss how appearing as a guest on podcasts can boost the amount of incom</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#112 -  His Software Tool Has Made Amazon Sellers Millions with Scott Needham I The Corey Ganim Show</title>
      <itunes:episode>113</itunes:episode>
      <podcast:episode>113</podcast:episode>
      <itunes:title>#112 -  His Software Tool Has Made Amazon Sellers Millions with Scott Needham I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/80efc537-4f34-33d2-bcf4-e03ee4d7d9d4</guid>
      <link>https://share.transistor.fm/s/6af0d1e4</link>
      <description>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Scott Needham who founded the SmartScout software tool. It's a tool that every Amazon seller should be using to find suppliers. I ask him about how he went from a massively successful Amazon seller himself to creating the software. </p>
<p> </p>
<p>Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - https://partners.smartscout.com/?fpr=corey89</p>
<p> </p>
<p>Check out Scott's socials:</p>
<p>LinkedIn - https://www.linkedin.com/in/scott-needham-a8b39813/</p>
<p>Instagram - https://www.instagram.com/smartestseller/?hl=en</p>
<p>X - https://x.com/itsScottNeedham</p>
<p>YouTube - https://www.youtube.com/@smartestamazonseller2371</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Use these resources in your FBA business:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Welcome to the Corey Ganim Show. In this episode, I chat with Scott Needham who founded the SmartScout software tool. It's a tool that every Amazon seller should be using to find suppliers. I ask him about how he went from a massively successful Amazon seller himself to creating the software. </p>
<p> </p>
<p>Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - https://partners.smartscout.com/?fpr=corey89</p>
<p> </p>
<p>Check out Scott's socials:</p>
<p>LinkedIn - https://www.linkedin.com/in/scott-needham-a8b39813/</p>
<p>Instagram - https://www.instagram.com/smartestseller/?hl=en</p>
<p>X - https://x.com/itsScottNeedham</p>
<p>YouTube - https://www.youtube.com/@smartestamazonseller2371</p>
<p> </p>
<p>Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about</p>
<p> </p>
<p>Use these resources in your FBA business:</p>
<p> </p>
<p>Brand criteria - https://corey-ganim.kit.com/d2159c4015</p>
<p>Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f</p>
<p>Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97</p>
<p>Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83</p>
<p>PO template - https://corey-ganim.kit.com/5ebf7e2656</p>
<p>VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</p>]]>
      </content:encoded>
      <pubDate>Wed, 09 Jul 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6af0d1e4/c8cf9fdf.mp3" length="40090543" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2506</itunes:duration>
      <itunes:summary>Welcome to the Corey Ganim Show. In this episode, I chat with Scott Needham who founded the SmartScout software tool. It's a tool that every Amazon seller should be using to find suppliers. I ask him about how he went from a massively successful Amazon seller himself to creating the software. 
 
Get 25% off your first 3 months of SmartScout (Use the code "WHOLESALE25") - https://partners.smartscout.com/?fpr=corey89
 
Check out Scott's socials:
LinkedIn - https://www.linkedin.com/in/scott-needham-a8b39813/
Instagram - https://www.instagram.com/smartestseller/?hl=en
X - https://x.com/itsScottNeedham
YouTube - https://www.youtube.com/@smartestamazonseller2371
 
Check out our Wholesale Accelerator community - https://www.skool.com/the-wholesale-network-101/about
 
Use these resources in your FBA business:
 
Brand criteria - https://corey-ganim.kit.com/d2159c4015
Brand and distributor call scripts - https://corey-ganim.kit.com/7e46a39b1f
Distributor criteria - https://corey-ganim.kit.com/3c9d50ab97
Seasonal sourcing calendar - https://corey-ganim.kit.com/11c8affa83
PO template - https://corey-ganim.kit.com/5ebf7e2656
VA job posting templates - https://corey-ganim.kit.com/b618eb05bc</itunes:summary>
      <itunes:subtitle>Welcome to the Corey Ganim Show. In this episode, I chat with Scott Needham who founded the SmartScout software tool. It's a tool that every Amazon seller should be using to find suppliers. I ask him about how he went from a massively successful Amazon se</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#111 -  Selling on Walmart vs Amazon with Noah Mincis I The Corey Ganim Show</title>
      <itunes:episode>112</itunes:episode>
      <podcast:episode>112</podcast:episode>
      <itunes:title>#111 -  Selling on Walmart vs Amazon with Noah Mincis I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/8400eaec-c694-3fa5-a816-ecfd0ed85b5b</guid>
      <link>https://share.transistor.fm/s/19ca000c</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Noah Mincis. He runs a 7 figure ecom business reselling products on Walmart and Amazon.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Noah: </p>
<p> </p>
<p>YouTube - https://www.youtube.com/@Noah_Mincis</p>
<p>Instagram - https://www.instagram.com/noahmincis/?hl=en</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Noah Mincis. He runs a 7 figure ecom business reselling products on Walmart and Amazon.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Noah: </p>
<p> </p>
<p>YouTube - https://www.youtube.com/@Noah_Mincis</p>
<p>Instagram - https://www.instagram.com/noahmincis/?hl=en</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 02 Jul 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/19ca000c/a15d6a62.mp3" length="47973647" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2999</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Noah Mincis. He runs a 7 figure ecom business reselling products on Walmart and Amazon.
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Noah: 
 
YouTube - https://www.youtube.com/@Noah_Mincis
Instagram - https://www.instagram.com/noahmincis/?hl=en
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
 
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Noah Mincis. He runs a 7 figure ecom business reselling products on Walmart and </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#110 - How to Make Money Online as a Mom of 4 with Emily Baker  I The Corey Ganim Show</title>
      <itunes:episode>111</itunes:episode>
      <podcast:episode>111</podcast:episode>
      <itunes:title>#110 - How to Make Money Online as a Mom of 4 with Emily Baker  I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/b566c5af-4aab-3f6f-904b-e7fa72fb7b11</guid>
      <link>https://share.transistor.fm/s/f27dc3a3</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Emily Baker. She has a massive personal brand in the "make money online for moms" space. She's also an expert in reselling things on online through platforms like Amazon and Walmart.</p>
<p> </p>
<p>Catch Emily at the Seller Retreat 2025 - https://sellerretreat2025.regfox.com/sellerretreat2025</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Emily: </p>
<p> </p>
<p>Instagram - https://www.instagram.com/crazyflippinmom/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Emily Baker. She has a massive personal brand in the "make money online for moms" space. She's also an expert in reselling things on online through platforms like Amazon and Walmart.</p>
<p> </p>
<p>Catch Emily at the Seller Retreat 2025 - https://sellerretreat2025.regfox.com/sellerretreat2025</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Emily: </p>
<p> </p>
<p>Instagram - https://www.instagram.com/crazyflippinmom/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 25 Jun 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/f27dc3a3/d368e0be.mp3" length="50190512" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3137</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Emily Baker. She has a massive personal brand in the "make money online for moms" space. She's also an expert in reselling things on online through platforms like Amazon and Walmart.
 
Catch Emily at the Seller Retreat 2025 - https://sellerretreat2025.regfox.com/sellerretreat2025
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Emily: 
 
Instagram - https://www.instagram.com/crazyflippinmom/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
 
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Emily Baker. She has a massive personal brand in the "make money online for moms</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#109 - How to Grow and Manage Brands on Amazon with Jon Klein  I The Corey Ganim Show</title>
      <itunes:episode>110</itunes:episode>
      <podcast:episode>110</podcast:episode>
      <itunes:title>#109 - How to Grow and Manage Brands on Amazon with Jon Klein  I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/ab500519-7825-3deb-b4b4-ef46e9bbaf65</guid>
      <link>https://share.transistor.fm/s/36e48c37</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Jon Klein. He’s an expert at brand management with Amazon and he helps brands grow their presence on Amazon.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Jon: </p>
<p> </p>
<p>Website - <a href="https://onlinebrandgrowth.com/" rel="noopener noreferrer nofollow">https://onlinebrandgrowth.com/</a></p>
<p>LinkedIn - https://www.linkedin.com/in/jon-klein-5489724b/</p>
<p>X - https://x.com/jonmidas1</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Jon Klein. He’s an expert at brand management with Amazon and he helps brands grow their presence on Amazon.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Jon: </p>
<p> </p>
<p>Website - <a href="https://onlinebrandgrowth.com/" rel="noopener noreferrer nofollow">https://onlinebrandgrowth.com/</a></p>
<p>LinkedIn - https://www.linkedin.com/in/jon-klein-5489724b/</p>
<p>X - https://x.com/jonmidas1</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 18 Jun 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/36e48c37/fbf904c1.mp3" length="44294361" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2769</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Jon Klein. He’s an expert at brand management with Amazon and he helps brands grow their presence on Amazon.
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Jon: 
 
Website - https://onlinebrandgrowth.com/
LinkedIn - https://www.linkedin.com/in/jon-klein-5489724b/
X - https://x.com/jonmidas1
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Jon Klein. He’s an expert at brand management with Amazon and he helps brands gr</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#108 - Why You Need Income Streams AFTER Amazon with Warner Fields I The Corey Ganim Show</title>
      <itunes:episode>109</itunes:episode>
      <podcast:episode>109</podcast:episode>
      <itunes:title>#108 - Why You Need Income Streams AFTER Amazon with Warner Fields I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/fecc078a-a6ec-3fc3-be5b-f69556d13b58</guid>
      <link>https://share.transistor.fm/s/ebc01764</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Warner Fields. He runs a massively successful arbitrage business, but we talk about all of his other income streams. Once you're making a lot of money in your business, it's important to protect that money long term and make it grow in ways separate from Amazon.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Warner: </p>
<p> </p>
<p>YouTube - https://www.youtube.com/@FieldsofProfit/videos</p>
<p>Instagram - https://www.instagram.com/fieldsofprofit/?hl=en</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Warner Fields. He runs a massively successful arbitrage business, but we talk about all of his other income streams. Once you're making a lot of money in your business, it's important to protect that money long term and make it grow in ways separate from Amazon.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Warner: </p>
<p> </p>
<p>YouTube - https://www.youtube.com/@FieldsofProfit/videos</p>
<p>Instagram - https://www.instagram.com/fieldsofprofit/?hl=en</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 11 Jun 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/ebc01764/ddb4e50c.mp3" length="40505147" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2532</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Warner Fields. He runs a massively successful arbitrage business, but we talk about all of his other income streams. Once you're making a lot of money in your business, it's important to protect that money long term and make it grow in ways separate from Amazon.
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Warner: 
 
YouTube - https://www.youtube.com/@FieldsofProfit/videos
Instagram - https://www.instagram.com/fieldsofprofit/?hl=en
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Warner Fields. He runs a massively successful arbitrage business, but we talk ab</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#107 Untapped Method to Grow your Business: with Garett Goral</title>
      <itunes:episode>108</itunes:episode>
      <podcast:episode>108</podcast:episode>
      <itunes:title>#107 Untapped Method to Grow your Business: with Garett Goral</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/682c0e3e-1895-37ff-9886-74d1cad7d9fb</guid>
      <link>https://share.transistor.fm/s/0a39a604</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Garret Goral. We talk about how to build trust within your network.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Cajua: </p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/cajuarobinson/</p>
<p>Instagram - https://www.instagram.com/p/DEOJWz8yyyx/</p>
<p> </p>
<p>Follow Joshua:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/josh-dambman-7b094a48/</p>
<p>Instagram - https://www.instagram.com/joshua_dambman/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Garret Goral. We talk about how to build trust within your network.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Cajua: </p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/cajuarobinson/</p>
<p>Instagram - https://www.instagram.com/p/DEOJWz8yyyx/</p>
<p> </p>
<p>Follow Joshua:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/josh-dambman-7b094a48/</p>
<p>Instagram - https://www.instagram.com/joshua_dambman/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 04 Jun 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/0a39a604/ff716fa2.mp3" length="41579643" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2599</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Garret Goral. We talk about how to build trust within your network.
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Cajua: 
 
LinkedIn - https://www.linkedin.com/in/cajuarobinson/
Instagram - https://www.instagram.com/p/DEOJWz8yyyx/
 
Follow Joshua:
 
LinkedIn - https://www.linkedin.com/in/josh-dambman-7b094a48/
Instagram - https://www.instagram.com/joshua_dambman/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Garret Goral. We talk about how to build trust within your network.
 
Join the W</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#106 - This mom found 4 ways to make money on Amazon with Kate "Ecommerce" | The Corey Ganim Show</title>
      <itunes:episode>107</itunes:episode>
      <podcast:episode>107</podcast:episode>
      <itunes:title>#106 - This mom found 4 ways to make money on Amazon with Kate "Ecommerce" | The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/1f0bf103-84e2-309c-84f8-2f8e724f5139</guid>
      <link>https://share.transistor.fm/s/66906a50</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Kate Ecommerce. We talk about how important community is and what it looks like to succeed in business while being a mom. 

Join the Wholesale Network: <a href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqazJ2d2xBZm5ON0dORUk1R3hxc0NOTGYxbGZsQXxBQ3Jtc0tsc3FWX05PTWZjWVhNbGs1cTBwdnhUOVVybEdKY2dRZXcwdXRid1IxSVZJUWgtTjB1ZldqU0w1RXhTaWg4b3VPUmhydU1hY3RtSE14aFZOU0s0b21wT1A4bGhrdEVOdWxRMGU3TXgyM1dqUWM4ZF8xSQ&amp;q=https%3A%2F%2Fwww.wholesalenetwork.io%2F&amp;v=gh1BUGZzTsE" rel="noopener noreferrer nofollow">https://www.wholesalenetwork.io/</a> 

How to get started! <a href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqblJHUkk1OFJlVVV4X0Ewd1JXS1VxbzN0WEphQXxBQ3Jtc0tuVExQbXBUd3doM094dE9DRnpOSU1NUGpSVmU2ZXQ4STl2eGFnUGw4WjI2REVyZ0JGc0VOelJfeHFHckhRdGEtWF9mQWtlMFNBaWc1NHBEenNYTHNGcW44MEhHQndaaFFMNHJCQUxERXF0X0FQRG9XMA&amp;q=https%3A%2F%2Ffreewholesaleguide.com%2F%C2%A0&amp;v=gh1BUGZzTsE" rel="noopener noreferrer nofollow">https://freewholesaleguide.com/ </a></p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Her:
Instagram: https://www.instagram.com/kate.ecommerce/
Twitter:https://x.com/kateecommerce</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=...
Code: WHOLESALE25</p>
<p>My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21...</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/...</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/...</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=... Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/Bra...</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/...</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/...</p>
<p>FOLLOW MY SOCIALS:</p>
<p>Twitter:   / ganimcorey  
LinkedIn:   / corey-ganim  
Instagram:   / coreyganim  
TikTok: https://www.tiktok.com/@coreyganim?la...</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Kate Ecommerce. We talk about how important community is and what it looks like to succeed in business while being a mom. 

Join the Wholesale Network: <a href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqazJ2d2xBZm5ON0dORUk1R3hxc0NOTGYxbGZsQXxBQ3Jtc0tsc3FWX05PTWZjWVhNbGs1cTBwdnhUOVVybEdKY2dRZXcwdXRid1IxSVZJUWgtTjB1ZldqU0w1RXhTaWg4b3VPUmhydU1hY3RtSE14aFZOU0s0b21wT1A4bGhrdEVOdWxRMGU3TXgyM1dqUWM4ZF8xSQ&amp;q=https%3A%2F%2Fwww.wholesalenetwork.io%2F&amp;v=gh1BUGZzTsE" rel="noopener noreferrer nofollow">https://www.wholesalenetwork.io/</a> 

How to get started! <a href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqblJHUkk1OFJlVVV4X0Ewd1JXS1VxbzN0WEphQXxBQ3Jtc0tuVExQbXBUd3doM094dE9DRnpOSU1NUGpSVmU2ZXQ4STl2eGFnUGw4WjI2REVyZ0JGc0VOelJfeHFHckhRdGEtWF9mQWtlMFNBaWc1NHBEenNYTHNGcW44MEhHQndaaFFMNHJCQUxERXF0X0FQRG9XMA&amp;q=https%3A%2F%2Ffreewholesaleguide.com%2F%C2%A0&amp;v=gh1BUGZzTsE" rel="noopener noreferrer nofollow">https://freewholesaleguide.com/ </a></p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Her:
Instagram: https://www.instagram.com/kate.ecommerce/
Twitter:https://x.com/kateecommerce</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=...
Code: WHOLESALE25</p>
<p>My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21...</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/...</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/...</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=... Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/Bra...</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/...</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/...</p>
<p>FOLLOW MY SOCIALS:</p>
<p>Twitter:   / ganimcorey  
LinkedIn:   / corey-ganim  
Instagram:   / coreyganim  
TikTok: https://www.tiktok.com/@coreyganim?la...</p>]]>
      </content:encoded>
      <pubDate>Wed, 28 May 2025 13:36:17 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/66906a50/a9ae37a8.mp3" length="117019012" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2913</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Kate Ecommerce. We talk about how important community is and what it looks like to succeed in business while being a mom. 

Join the Wholesale Network: https://www.wholesalenetwork.io/ 

How to get started! https://freewholesaleguide.com/ 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Her:
Instagram: https://www.instagram.com/kate.ecommerce/
Twitter:https://x.com/kateecommerce
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=...
Code: WHOLESALE25
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21...
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/...
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/...
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=... Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/Bra...
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/...
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/...
FOLLOW MY SOCIALS:
Twitter:   / ganimcorey  
LinkedIn:   / corey-ganim  
Instagram:   / coreyganim  
TikTok: https://www.tiktok.com/@coreyganim?la...</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Kate Ecommerce. We talk about how important community is and what it looks like </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#105 - The Power of Brand Direct Partnerships with Cajua Robinson and Joshua Dambman I I The Corey Ganim Show</title>
      <itunes:episode>106</itunes:episode>
      <podcast:episode>106</podcast:episode>
      <itunes:title>#105 - The Power of Brand Direct Partnerships with Cajua Robinson and Joshua Dambman I I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/98774cff-ea45-3bb9-aec0-c22b57541be6</guid>
      <link>https://share.transistor.fm/s/78e4f9aa</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Cajua Robinson and Joshua Dambman. We talk about how powerful it is to build direct relationships with brands when selling their products on Amazon.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Cajua: </p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/cajuarobinson/</p>
<p>Instagram - https://www.instagram.com/p/DEOJWz8yyyx/</p>
<p> </p>
<p>Follow Joshua:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/josh-dambman-7b094a48/</p>
<p>Instagram - https://www.instagram.com/joshua_dambman/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Cajua Robinson and Joshua Dambman. We talk about how powerful it is to build direct relationships with brands when selling their products on Amazon.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Cajua: </p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/cajuarobinson/</p>
<p>Instagram - https://www.instagram.com/p/DEOJWz8yyyx/</p>
<p> </p>
<p>Follow Joshua:</p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/josh-dambman-7b094a48/</p>
<p>Instagram - https://www.instagram.com/joshua_dambman/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 21 May 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/78e4f9aa/8741d4d1.mp3" length="34465239" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2154</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Cajua Robinson and Joshua Dambman. We talk about how powerful it is to build direct relationships with brands when selling their products on Amazon.
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Cajua: 
 
LinkedIn - https://www.linkedin.com/in/cajuarobinson/
Instagram - https://www.instagram.com/p/DEOJWz8yyyx/
 
Follow Joshua:
 
LinkedIn - https://www.linkedin.com/in/josh-dambman-7b094a48/
Instagram - https://www.instagram.com/joshua_dambman/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Cajua Robinson and Joshua Dambman. We talk about how powerful it is to build dir</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#104 - How He Got on Gary Vee's Podcast with Mike "Reezy" Rezendes II I The Corey Ganim Show</title>
      <itunes:episode>105</itunes:episode>
      <podcast:episode>105</podcast:episode>
      <itunes:title>#104 - How He Got on Gary Vee's Podcast with Mike "Reezy" Rezendes II I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/de107cee-e247-3e01-ba0e-905ce18d74e4</guid>
      <link>https://share.transistor.fm/s/4e1c3f2c</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Mike Rezendes (aka Reezy Resells). He's one of the OG Amazon sellers in the online space. We talk about how he became successful and other parts of his life such as vaccines, homeschooling, and family.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Reezy: </p>
<p> </p>
<p>YouTube - https://www.youtube.com/c/reezyresells</p>
<p>Instagram - https://www.instagram.com/reezyresells/?hl=en</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Mike Rezendes (aka Reezy Resells). He's one of the OG Amazon sellers in the online space. We talk about how he became successful and other parts of his life such as vaccines, homeschooling, and family.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Reezy: </p>
<p> </p>
<p>YouTube - https://www.youtube.com/c/reezyresells</p>
<p>Instagram - https://www.instagram.com/reezyresells/?hl=en</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 14 May 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/4e1c3f2c/a8198299.mp3" length="27823851" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1739</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Mike Rezendes (aka Reezy Resells). He's one of the OG Amazon sellers in the online space. We talk about how he became successful and other parts of his life such as vaccines, homeschooling, and family.
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Reezy: 
 
YouTube - https://www.youtube.com/c/reezyresells
Instagram - https://www.instagram.com/reezyresells/?hl=en
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Mike Rezendes (aka Reezy Resells). He's one of the OG Amazon sellers in the onli</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#103 - A Complete Cold Calling Masterclass I The Corey Ganim Show</title>
      <itunes:episode>104</itunes:episode>
      <podcast:episode>104</podcast:episode>
      <itunes:title>#103 - A Complete Cold Calling Masterclass I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/c9b6d24c-3684-3b74-bb88-bad2bc611da4</guid>
      <link>https://share.transistor.fm/s/e0b9c8ae</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This is a solo episode where I break down everything you need to know about making good cold calls. I show you scripts to use, examples of me doing cold calls to brands, and then I critique a cold call from one of the members of our Wholesale Network community. </p>
<p> </p>
<p>Join the Wholesale Network: <a href="https://www.wholesalenetwork.io/" rel="noopener noreferrer nofollow">https://www.wholesalenetwork.io/</a></p>
<p> </p>
<p>Get the cold call scripts: https://corey-ganim.kit.com/7e46a39b1f</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This is a solo episode where I break down everything you need to know about making good cold calls. I show you scripts to use, examples of me doing cold calls to brands, and then I critique a cold call from one of the members of our Wholesale Network community. </p>
<p> </p>
<p>Join the Wholesale Network: <a href="https://www.wholesalenetwork.io/" rel="noopener noreferrer nofollow">https://www.wholesalenetwork.io/</a></p>
<p> </p>
<p>Get the cold call scripts: https://corey-ganim.kit.com/7e46a39b1f</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 07 May 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/e0b9c8ae/d9dbc2e7.mp3" length="45936503" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2871</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This is a solo episode where I break down everything you need to know about making good cold calls. I show you scripts to use, examples of me doing cold calls to brands, and then I critique a cold call from one of the members of our Wholesale Network community. 
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Get the cold call scripts: https://corey-ganim.kit.com/7e46a39b1f
 
How to get started!
https://freewholesaleguide.com/ 
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This is a solo episode where I break down everything you need to know about making good cold calls. I</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#102 - From Being a Pro Athlete to Selling on Amazon with Georgios Dimitriou I The Corey Ganim Show</title>
      <itunes:episode>103</itunes:episode>
      <podcast:episode>103</podcast:episode>
      <itunes:title>#102 - From Being a Pro Athlete to Selling on Amazon with Georgios Dimitriou I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/769486ea-308a-3fcd-97f0-07a98f576e26</guid>
      <link>https://share.transistor.fm/s/80b35ef4</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Georgios Dimitriou. He's an ex-pro basketball player who started selling on Amazon. He also lives in Australia and runs a full wholesale business in the US completely remotely. We talk about how he transitioned from sport into business and the logistics of remote selling. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Georgios: </p>
<p> </p>
<p>YouTube - https://www.youtube.com/@theremoteseller/videos</p>
<p>Instagram - https://www.instagram.com/georgiodim/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Georgios Dimitriou. He's an ex-pro basketball player who started selling on Amazon. He also lives in Australia and runs a full wholesale business in the US completely remotely. We talk about how he transitioned from sport into business and the logistics of remote selling. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Georgios: </p>
<p> </p>
<p>YouTube - https://www.youtube.com/@theremoteseller/videos</p>
<p>Instagram - https://www.instagram.com/georgiodim/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 30 Apr 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/80b35ef4/095544f0.mp3" length="48302186" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3019</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Georgios Dimitriou. He's an ex-pro basketball player who started selling on Amazon. He also lives in Australia and runs a full wholesale business in the US completely remotely. We talk about how he transitioned from sport into business and the logistics of remote selling. 
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Georgios: 
 
YouTube - https://www.youtube.com/@theremoteseller/videos
Instagram - https://www.instagram.com/georgiodim/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Georgios Dimitriou. He's an ex-pro basketball player who started selling on Amaz</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#101 - He Stopped Engineering to Make $4M on Amazon with Nick Milani I The Corey Ganim Show</title>
      <itunes:episode>102</itunes:episode>
      <podcast:episode>102</podcast:episode>
      <itunes:title>#101 - He Stopped Engineering to Make $4M on Amazon with Nick Milani I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/02750f91-bc88-381d-a836-235780349500</guid>
      <link>https://share.transistor.fm/s/1fe15dc2</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Nick Milani. He runs a very successful wholesale business on Amazon while traveling the world. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Nick: </p>
<p> </p>
<p>YouTube - https://www.youtube.com/@nickynickster</p>
<p>Instagram - https://www.instagram.com/nickmilanifba/?hl=en</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Nick Milani. He runs a very successful wholesale business on Amazon while traveling the world. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Nick: </p>
<p> </p>
<p>YouTube - https://www.youtube.com/@nickynickster</p>
<p>Instagram - https://www.instagram.com/nickmilanifba/?hl=en</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 23 Apr 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/1fe15dc2/c1891780.mp3" length="49416457" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3089</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Nick Milani. He runs a very successful wholesale business on Amazon while traveling the world. 
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Nick: 
 
YouTube - https://www.youtube.com/@nickynickster
Instagram - https://www.instagram.com/nickmilanifba/?hl=en
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Nick Milani. He runs a very successful wholesale business on Amazon while travel</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#100 - How I Made $14M on Amazon Before I Turned 30 I The Corey Ganim Show</title>
      <itunes:episode>101</itunes:episode>
      <podcast:episode>101</podcast:episode>
      <itunes:title>#100 - How I Made $14M on Amazon Before I Turned 30 I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/aad8ddbd-2dca-3070-8874-baf37a6be5ac</guid>
      <link>https://share.transistor.fm/s/597906af</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is actually about me. While I've built a very successful Amazon business, I tried everything I possibly could before reaching this point. My friend Grant asks me about the journey and how I went from getting expelled from high school to selling over $14 million.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is actually about me. While I've built a very successful Amazon business, I tried everything I possibly could before reaching this point. My friend Grant asks me about the journey and how I went from getting expelled from high school to selling over $14 million.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 16 Apr 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/597906af/33ad5f26.mp3" length="89742814" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>5609</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is actually about me. While I've built a very successful Amazon business, I tried everything I possibly could before reaching this point. My friend Grant asks me about the journey and how I went from getting expelled from high school to selling over $14 million.
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is actually about me. While I've built a very successful Amazon business, I tried everyt</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#099 - How to Get 40K LinkedIn Followers in 60 Days with Brian O'Connor I The Corey Ganim Show</title>
      <itunes:episode>100</itunes:episode>
      <podcast:episode>100</podcast:episode>
      <itunes:title>#099 - How to Get 40K LinkedIn Followers in 60 Days with Brian O'Connor I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/faa1e4de-fbcb-3f46-9916-f721f2559b07</guid>
      <link>https://share.transistor.fm/s/7db876c6</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brian O'Connor. We talk about remote work, how he grew such a big LinkedIn following, and how important the quality of your audience is.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Brian: </p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/brianfoconnor/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brian O'Connor. We talk about remote work, how he grew such a big LinkedIn following, and how important the quality of your audience is.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Brian: </p>
<p> </p>
<p>LinkedIn - https://www.linkedin.com/in/brianfoconnor/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 09 Apr 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/7db876c6/1f25e853.mp3" length="43738902" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2734</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brian O'Connor. We talk about remote work, how he grew such a big LinkedIn following, and how important the quality of your audience is.
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Brian: 
 
LinkedIn - https://www.linkedin.com/in/brianfoconnor/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brian O'Connor. We talk about remote work, how he grew such a big LinkedIn follo</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#098 - Building a 7 Figure Real Estate Portfolio with Dedric Polite I The Corey Ganim Show</title>
      <itunes:episode>99</itunes:episode>
      <podcast:episode>99</podcast:episode>
      <itunes:title>#098 - Building a 7 Figure Real Estate Portfolio with Dedric Polite I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/238df14a-19cc-33db-b022-961876df6100</guid>
      <link>https://share.transistor.fm/s/2210882f</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Dedric Polite. He's a real estate investor, house flipper, and the star of a TV show called 50/50 Flip. We talk about everything related to real estate. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Dedric:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/dedricpolite</p>
<p>Business Instagram - https://www.instagram.com/bepoliteproperties</p>
<p>LinkedIn - https://www.linkedin.com/in/dedricpolite/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Dedric Polite. He's a real estate investor, house flipper, and the star of a TV show called 50/50 Flip. We talk about everything related to real estate. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Dedric:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/dedricpolite</p>
<p>Business Instagram - https://www.instagram.com/bepoliteproperties</p>
<p>LinkedIn - https://www.linkedin.com/in/dedricpolite/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 02 Apr 2025 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/2210882f/996eed8a.mp3" length="49552710" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3097</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Dedric Polite. He's a real estate investor, house flipper, and the star of a TV show called 50/50 Flip. We talk about everything related to real estate. 
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Dedric:
 
Instagram - https://www.instagram.com/dedricpolite
Business Instagram - https://www.instagram.com/bepoliteproperties
LinkedIn - https://www.linkedin.com/in/dedricpolite/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Dedric Polite. He's a real estate investor, house flipper, and the star of a TV </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#097 - How to Blow Up on Social Media with Brett Clur I The Corey Ganim Show</title>
      <itunes:episode>98</itunes:episode>
      <podcast:episode>98</podcast:episode>
      <itunes:title>#097 - How to Blow Up on Social Media with Brett Clur I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/5c719821-7e51-3a6b-bbcb-73f91fa3507c</guid>
      <link>https://share.transistor.fm/s/9a5507cf</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brett Clur. He's a professional drummer and content creator who runs the backend of my social media strategy. We talk about how he gained 100k followers, got followed by Justin Bieber, and everything about posting content online.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Brett:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/brettclurdrums/?hl=en</p>
<p>YouTube - https://www.youtube.com/@brettclurdrums</p>
<p> </p>
<p>Website: https://ricochetdm.com/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brett Clur. He's a professional drummer and content creator who runs the backend of my social media strategy. We talk about how he gained 100k followers, got followed by Justin Bieber, and everything about posting content online.</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Brett:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/brettclurdrums/?hl=en</p>
<p>YouTube - https://www.youtube.com/@brettclurdrums</p>
<p> </p>
<p>Website: https://ricochetdm.com/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 26 Mar 2025 02:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/9a5507cf/6cfc7a64.mp3" length="87776148" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3639</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brett Clur. He's a professional drummer and content creator who runs the backend of my social media strategy. We talk about how he gained 100k followers, got followed by Justin Bieber, and everything about posting content online.
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Brett:
 
Instagram - https://www.instagram.com/brettclurdrums/?hl=en
YouTube - https://www.youtube.com/@brettclurdrums
 
Website: https://ricochetdm.com/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brett Clur. He's a professional drummer and content creator who runs the backend</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#096 - The Business Behind Podcasting with Brien Gearin I The Corey Ganim Show</title>
      <itunes:episode>97</itunes:episode>
      <podcast:episode>97</podcast:episode>
      <itunes:title>#096 - The Business Behind Podcasting with Brien Gearin I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/ce6bba03-ce90-35b1-85e7-94f668f9e855</guid>
      <link>https://share.transistor.fm/s/0d931afd</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brien Gearin. He has a successful marketing agency and massive podcast success. We’re talking deep into entrepreneurship and what it takes to grow a podcast. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Brien: </p>
<p> </p>
<p>LinkedIn: https://www.linkedin.com/in/brien-gearin/</p>
<p> </p>
<p>Podcast: <a href="https://open.spotify.com/show/3L7KgErLlNnqXKrLeQAd0l" rel="noopener noreferrer nofollow">https://open.spotify.com/show/3L7KgErLlNnqXKrLeQAd0l</a></p>
<p> </p>
<p>Website: https://ricochetdm.com/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brien Gearin. He has a successful marketing agency and massive podcast success. We’re talking deep into entrepreneurship and what it takes to grow a podcast. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Brien: </p>
<p> </p>
<p>LinkedIn: https://www.linkedin.com/in/brien-gearin/</p>
<p> </p>
<p>Podcast: <a href="https://open.spotify.com/show/3L7KgErLlNnqXKrLeQAd0l" rel="noopener noreferrer nofollow">https://open.spotify.com/show/3L7KgErLlNnqXKrLeQAd0l</a></p>
<p> </p>
<p>Website: https://ricochetdm.com/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 19 Mar 2025 02:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/0d931afd/b5ede435.mp3" length="86284296" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3591</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brien Gearin. He has a successful marketing agency and massive podcast success. We’re talking deep into entrepreneurship and what it takes to grow a podcast. 
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Brien: 
 
LinkedIn: https://www.linkedin.com/in/brien-gearin/
 
Podcast: https://open.spotify.com/show/3L7KgErLlNnqXKrLeQAd0l
 
Website: https://ricochetdm.com/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is with Brien Gearin. He has a successful marketing agency and massive podcast success. </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#095 - Everything to Know About Amazon Wholesale with Kris McCauley I The Corey Ganim Show</title>
      <itunes:episode>96</itunes:episode>
      <podcast:episode>96</podcast:episode>
      <itunes:title>#095 - Everything to Know About Amazon Wholesale with Kris McCauley I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/8f1576f6-1673-3613-bbd1-d1f27a346482</guid>
      <link>https://share.transistor.fm/s/6af782fb</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is actually a snippet of an episode I did on Kris McCauly's podcast. We talk back and forth about everything related to Amazon Wholesale.</p>
<p> </p>
<p>Follow Kris: </p>
<p>Instagram: https://www.instagram.com/krismccauleyofficial/</p>
<p>Youtube: https://www.youtube.com/c/KrisMcCauley</p>
<p>Website: https://sidehustlesociety.org/?fbclid=PAZXh0bgNhZW0CMTEAAaayPS3jUTFBBUG1YrtQ0Y7I9vEp__cIaPVR_THeBO5TPKLnrRxXXu8BvBo_aem_j0b9jUL9KoiMf10gaLLBEQ</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>

<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>code WHOLESALE25</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is actually a snippet of an episode I did on Kris McCauly's podcast. We talk back and forth about everything related to Amazon Wholesale.</p>
<p> </p>
<p>Follow Kris: </p>
<p>Instagram: https://www.instagram.com/krismccauleyofficial/</p>
<p>Youtube: https://www.youtube.com/c/KrisMcCauley</p>
<p>Website: https://sidehustlesociety.org/?fbclid=PAZXh0bgNhZW0CMTEAAaayPS3jUTFBBUG1YrtQ0Y7I9vEp__cIaPVR_THeBO5TPKLnrRxXXu8BvBo_aem_j0b9jUL9KoiMf10gaLLBEQ</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>

<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>code WHOLESALE25</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 12 Mar 2025 02:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6af782fb/b9a24bd6.mp3" length="25575645" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1599</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is actually a snippet of an episode I did on Kris McCauly's podcast. We talk back and forth about everything related to Amazon Wholesale.
 
Follow Kris: 
Instagram: https://www.instagram.com/krismccauleyofficial/
Youtube: https://www.youtube.com/c/KrisMcCauley
Website: https://sidehustlesociety.org/?fbclid=PAZXh0bgNhZW0CMTEAAaayPS3jUTFBBUG1YrtQ0Y7I9vEp__cIaPVR_THeBO5TPKLnrRxXXu8BvBo_aem_j0b9jUL9KoiMf10gaLLBEQ
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
Join the Wholesale Network: https://www.wholesalenetwork.io/



SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
 
How to get started!
https://freewholesaleguide.com/ 
 
My credit card referral links:
 
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
🐦 Twitter🕴️: https://twitter.com/GanimCorey
 
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
 
Instagram🕺 : https://www.instagram.com/coreyganim/
 
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and diving into the deep end of entrepreneurship. This episode is actually a snippet of an episode I did on Kris McCauly's podcast. We talk back and fo</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#094 - The Untold Story of Flips4Miles with Miles Longstreth I The Corey Ganim Show</title>
      <itunes:episode>95</itunes:episode>
      <podcast:episode>95</podcast:episode>
      <itunes:title>#094 - The Untold Story of Flips4Miles with Miles Longstreth I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/c9ca429d-b42f-3ef0-9189-9a45a37f54b9</guid>
      <link>https://share.transistor.fm/s/6633c519</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and entrepreneurs. We dive into the deep end of what it takes to succeed in business. This episode is with Miles Longstreth (Flips4Miles). He's one of the top Online Arbitrage guys in the Amazon space, and we talk about where he came from and how he got this point in his career. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Miles:</p>
<p>Instagram - https://www.instagram.com/flips4miles/?hl=en</p>
<p>YouTube - https://www.youtube.com/@Flips4Miles/featured</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and entrepreneurs. We dive into the deep end of what it takes to succeed in business. This episode is with Miles Longstreth (Flips4Miles). He's one of the top Online Arbitrage guys in the Amazon space, and we talk about where he came from and how he got this point in his career. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Miles:</p>
<p>Instagram - https://www.instagram.com/flips4miles/?hl=en</p>
<p>YouTube - https://www.youtube.com/@Flips4Miles/featured</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 05 Mar 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6633c519/729ee1d7.mp3" length="85420336" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3544</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and entrepreneurs. We dive into the deep end of what it takes to succeed in business. This episode is with Miles Longstreth (Flips4Miles). He's one of the top Online Arbitrage guys in the Amazon space, and we talk about where he came from and how he got this point in his career. 
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Miles:
Instagram - https://www.instagram.com/flips4miles/?hl=en
YouTube - https://www.youtube.com/@Flips4Miles/featured
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and entrepreneurs. We dive into the deep end of what it takes to succeed in business. This episode is with Miles Longstreth (Flips4Miles). He's one of </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#093 - Building Trustworthy Business Partnerships with Eric Castellano I The Corey Ganim Show</title>
      <itunes:episode>94</itunes:episode>
      <podcast:episode>94</podcast:episode>
      <itunes:title>#093 - Building Trustworthy Business Partnerships with Eric Castellano I The Corey Ganim Show</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/1d20a12f-4f8e-322a-a309-364d0c683806</guid>
      <link>https://share.transistor.fm/s/a843ac22</link>
      <description>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and entrepreneurs. We dive into the deep end of what it takes to succeed in business. This episode is with Eric Castellano. He runs a $60M/year Amazon business. We talk about Amazon wholesale, partnerships, and navigating entrepreneurship as a father. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Eric:</p>
<p>Instagram - https://www.instagram.com/amazon_lit/?hl=en</p>
<p>YouTube - https://www.youtube.com/channel/UCw88V9EPL1RNneIh_mGNw2A</p>
<p>Website - https://www.amazonlit.com/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and entrepreneurs. We dive into the deep end of what it takes to succeed in business. This episode is with Eric Castellano. He runs a $60M/year Amazon business. We talk about Amazon wholesale, partnerships, and navigating entrepreneurship as a father. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Eric:</p>
<p>Instagram - https://www.instagram.com/amazon_lit/?hl=en</p>
<p>YouTube - https://www.youtube.com/channel/UCw88V9EPL1RNneIh_mGNw2A</p>
<p>Website - https://www.amazonlit.com/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>Code: WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 26 Feb 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/a843ac22/07ce5a69.mp3" length="44977313" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:image href="https://img.transistorcdn.com/EteFoEdEOkRjDn0YQ3IJ1yYwSv-dV3AExdJcTdqa2kA/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS9kODA1/NTEwMjEzYTUyMDNl/Zjk1NGU4MmVhZDY0/ZTY0Yy5wbmc.jpg"/>
      <itunes:duration>2811</itunes:duration>
      <itunes:summary>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and entrepreneurs. We dive into the deep end of what it takes to succeed in business. This episode is with Eric Castellano. He runs a $60M/year Amazon business. We talk about Amazon wholesale, partnerships, and navigating entrepreneurship as a father. 
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Eric:
Instagram - https://www.instagram.com/amazon_lit/?hl=en
YouTube - https://www.youtube.com/channel/UCw88V9EPL1RNneIh_mGNw2A
Website - https://www.amazonlit.com/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
Code: WHOLESALE25
 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
LinkedIn: https://www.linkedin.com/in/corey-ganim/
Instagram: https://www.instagram.com/coreyganim/
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Corey Ganim Show! This is a show where I'll be interviewing established business owners and entrepreneurs. We dive into the deep end of what it takes to succeed in business. This episode is with Eric Castellano. He runs a $60M/year Amazon </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#092 - Placing Your First Profitable Purchase Order with Selman Abdullahi I The Amazon Wholesale Podcast</title>
      <itunes:episode>93</itunes:episode>
      <podcast:episode>93</podcast:episode>
      <itunes:title>#092 - Placing Your First Profitable Purchase Order with Selman Abdullahi I The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f2991bea-bf9f-3160-8e36-52c81501c215</guid>
      <link>https://share.transistor.fm/s/a3ab7e0f</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Selman Abdullahi. He's one of the students in our Wholesale Network community. We talk all about how he found his first profitable supplier. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p> </p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Selman:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/selisthenics/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p> </p>
<p>code WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Selman Abdullahi. He's one of the students in our Wholesale Network community. We talk all about how he found his first profitable supplier. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p> </p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Selman:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/selisthenics/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p> </p>
<p>code WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 19 Feb 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/a3ab7e0f/9664a0cc.mp3" length="62119473" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2577</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Selman Abdullahi. He's one of the students in our Wholesale Network community. We talk all about how he found his first profitable supplier. 
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
 
https://freewholesaleguide.com/ 
 
Follow Selman:
 
Instagram - https://www.instagram.com/selisthenics/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
 
code WHOLESALE25
 
My credit card referral links:
 
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
 
LinkedIn: https://www.linkedin.com/in/corey-ganim/
 
Instagram: https://www.instagram.com/coreyganim/
 
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Selman Abdullahi. He's one of the students in </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#091 - Growing an Amazon Business in College with Cameron Richard I The Amazon Wholesale Podcast</title>
      <itunes:episode>92</itunes:episode>
      <podcast:episode>92</podcast:episode>
      <itunes:title>#091 - Growing an Amazon Business in College with Cameron Richard I The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f4de8820-5331-33cd-a4de-8b901b067269</guid>
      <link>https://share.transistor.fm/s/c7937767</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Cameron Richard. He's a college student who's managed to grow his Amazon business to $2m/year in revenue. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p> </p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Grant:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/cjr.sales/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p> </p>
<p>code WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Cameron Richard. He's a college student who's managed to grow his Amazon business to $2m/year in revenue. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p> </p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Grant:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/cjr.sales/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p> </p>
<p>code WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 12 Feb 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/c7937767/7e3cdae9.mp3" length="43056376" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2691</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Cameron Richard. He's a college student who's managed to grow his Amazon business to $2m/year in revenue. 
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
 
https://freewholesaleguide.com/ 
 
Follow Grant:
 
Instagram - https://www.instagram.com/cjr.sales/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
 
code WHOLESALE25
 
My credit card referral links:
 
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
 
LinkedIn: https://www.linkedin.com/in/corey-ganim/
 
Instagram: https://www.instagram.com/coreyganim/
 
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Cameron Richard. He's a college student who's </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#090 - From Online Arbitrage to Wholesale with Grant Baker I The Amazon Wholesale Podcast</title>
      <itunes:episode>91</itunes:episode>
      <podcast:episode>91</podcast:episode>
      <itunes:title>#090 - From Online Arbitrage to Wholesale with Grant Baker I The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/447bf9d1-59de-39b0-832e-26d94e73e4a1</guid>
      <link>https://share.transistor.fm/s/16e92b00</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Grant Baker. He's a member of our Mastermind community who's done very well with online arbitrage. He's been doing a bit of wholesale, so we discuss the differences and everything related to running a wholesale business. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p> </p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Grant:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/_grantbaker/</p>
<p> </p>
<p>X - https://x.com/thegrantbaker</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p> </p>
<p>code WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Grant Baker. He's a member of our Mastermind community who's done very well with online arbitrage. He's been doing a bit of wholesale, so we discuss the differences and everything related to running a wholesale business. </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p> </p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Grant:</p>
<p> </p>
<p>Instagram - https://www.instagram.com/_grantbaker/</p>
<p> </p>
<p>X - https://x.com/thegrantbaker</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p> </p>
<p>code WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>Twitter: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn: https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram: https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok: https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 05 Feb 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/16e92b00/e9e05347.mp3" length="41508666" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2595</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Grant Baker. He's a member of our Mastermind community who's done very well with online arbitrage. He's been doing a bit of wholesale, so we discuss the differences and everything related to running a wholesale business. 
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
 
https://freewholesaleguide.com/ 
 
Follow Grant:
 
Instagram - https://www.instagram.com/_grantbaker/
 
X - https://x.com/thegrantbaker
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
 
code WHOLESALE25
 
My credit card referral links:
 
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
Twitter: https://twitter.com/GanimCorey
 
LinkedIn: https://www.linkedin.com/in/corey-ganim/
 
Instagram: https://www.instagram.com/coreyganim/
 
TikTok: https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Grant Baker. He's a member of our Mastermind c</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#089 - Everything You Need to Know About Wholesale with Alex Kay  I The Amazon Wholesale Podcast</title>
      <itunes:episode>90</itunes:episode>
      <podcast:episode>90</podcast:episode>
      <itunes:title>#089 - Everything You Need to Know About Wholesale with Alex Kay  I The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/4cd74b40-df54-36fc-9aa1-d2e61df998a7</guid>
      <link>https://share.transistor.fm/s/56a55f43</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Alexander Kay (@fbaboys). He's also in the Amazon wholesale space, so we talk all about that and how we operate our businesses.  </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Alex:</p>
<p>Instagram - <a href="https://www.instagram.com/fbaboys/?hl=en" rel="noopener noreferrer nofollow">https://www.instagram.com/fbaboys/?hl=en</a></p>
<p>TikTok - https://www.tiktok.com/@fbaboys?lang=en</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>code WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Alexander Kay (@fbaboys). He's also in the Amazon wholesale space, so we talk all about that and how we operate our businesses.  </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>Follow Alex:</p>
<p>Instagram - <a href="https://www.instagram.com/fbaboys/?hl=en" rel="noopener noreferrer nofollow">https://www.instagram.com/fbaboys/?hl=en</a></p>
<p>TikTok - https://www.tiktok.com/@fbaboys?lang=en</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>code WHOLESALE25</p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 29 Jan 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/56a55f43/032c4cc8.mp3" length="47971576" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2999</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Alexander Kay (@fbaboys). He's also in the Amazon wholesale space, so we talk all about that and how we operate our businesses.  
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
How to get started!
https://freewholesaleguide.com/ 
 
Follow Alex:
Instagram - https://www.instagram.com/fbaboys/?hl=en
TikTok - https://www.tiktok.com/@fbaboys?lang=en
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
 
My credit card referral links:
 
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
🐦 Twitter🕴️: https://twitter.com/GanimCorey
 
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
 
Instagram🕺 : https://www.instagram.com/coreyganim/
 
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Alexander Kay (@fbaboys). He's also in the Ama</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#088 - Finding the Best Amazon FBA Products with RealizeProfits I The Amazon Wholesale Podcast</title>
      <itunes:episode>89</itunes:episode>
      <podcast:episode>89</podcast:episode>
      <itunes:title>#088 - Finding the Best Amazon FBA Products with RealizeProfits I The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/c5595096-f29f-3365-90dd-9740531ab142</guid>
      <link>https://share.transistor.fm/s/4444d315</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Paul (RealizeProfits). He runs a very successful Amazon wholesale business, and we talk about his success and different strategies for finding the best products to sell.  </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Follow Paul:</p>
<p> </p>
<p>RealizeProfits</p>
<p>Instagram -  https://www.instagram.com/realizeprofits/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>code WHOLESALE25</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Paul (RealizeProfits). He runs a very successful Amazon wholesale business, and we talk about his success and different strategies for finding the best products to sell.  </p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Follow Paul:</p>
<p> </p>
<p>RealizeProfits</p>
<p>Instagram -  https://www.instagram.com/realizeprofits/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>code WHOLESALE25</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 22 Jan 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/4444d315/fb32aa57.mp3" length="35251822" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2204</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Paul (RealizeProfits). He runs a very successful Amazon wholesale business, and we talk about his success and different strategies for finding the best products to sell.  
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Follow Paul:
 
RealizeProfits
Instagram -  https://www.instagram.com/realizeprofits/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
 
How to get started!
https://freewholesaleguide.com/ 
 
My credit card referral links:
 
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
🐦 Twitter🕴️: https://twitter.com/GanimCorey
 
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
 
Instagram🕺 : https://www.instagram.com/coreyganim/
 
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Paul (RealizeProfits). He runs a very successf</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#087 - Amazon Wholesale 101 with Flips4Miles and Garrett Goral I The Amazon Wholesale Podcast</title>
      <itunes:episode>88</itunes:episode>
      <podcast:episode>88</podcast:episode>
      <itunes:title>#087 - Amazon Wholesale 101 with Flips4Miles and Garrett Goral I The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f06388fb-8354-3a2d-ba3b-3c162cbf845d</guid>
      <link>https://share.transistor.fm/s/16903188</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Garrett Goral and Flips4Miles. We talk about the basics of Amazon wholesale and how to get into it. This is for both beginners and Amazon sellers who are looking to shift over to doing wholesale. </p>
<p> </p>
<p>Check out the Buy Box Bandits podcast - https://open.spotify.com/show/7AakH21VbmOpRKZpeZoNj0</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>code WHOLESALE25</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Garrett Goral and Flips4Miles. We talk about the basics of Amazon wholesale and how to get into it. This is for both beginners and Amazon sellers who are looking to shift over to doing wholesale. </p>
<p> </p>
<p>Check out the Buy Box Bandits podcast - https://open.spotify.com/show/7AakH21VbmOpRKZpeZoNj0</p>
<p> </p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p> </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89</p>
<p>code WHOLESALE25</p>
<p> </p>
<p>How to get started!</p>
<p>https://freewholesaleguide.com/ </p>
<p> </p>
<p>My credit card referral links:</p>
<p> </p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p> </p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p> </p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p> </p>
<p>SOFTWARE I USE: </p>
<p> </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p> </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p> </p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p> </p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p> </p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p> </p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p> </p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p> </p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 15 Jan 2025 12:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/16903188/ab1072df.mp3" length="39126303" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2446</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Garrett Goral and Flips4Miles. We talk about the basics of Amazon wholesale and how to get into it. This is for both beginners and Amazon sellers who are looking to shift over to doing wholesale. 
 
Check out the Buy Box Bandits podcast - https://open.spotify.com/show/7AakH21VbmOpRKZpeZoNj0
 
Join the Wholesale Network: https://www.wholesalenetwork.io/
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
 
How to get started!
https://freewholesaleguide.com/ 
 
My credit card referral links:
 
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
 
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
 
SOFTWARE I USE: 
 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
 
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
 
FOLLOW MY SOCIALS:
 
🐦 Twitter🕴️: https://twitter.com/GanimCorey
 
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
 
Instagram🕺 : https://www.instagram.com/coreyganim/
 
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Garrett Goral and Flips4Miles. We talk about t</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#086 - Doing $12M of Group Buys in 7 months with Joe Saville I The Amazon Wholesale Podcast</title>
      <itunes:episode>87</itunes:episode>
      <podcast:episode>87</podcast:episode>
      <itunes:title>#086 - Doing $12M of Group Buys in 7 months with Joe Saville I The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/8a852a17-f182-3741-b5d1-7ca501fd9712</guid>
      <link>https://share.transistor.fm/s/9caabfee</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Joe Saville. Joe has done it all when it comes to Amazon. We talk about distribution deals and how he's opened a storefront inside a mall. </p>
<p>Follow Joe</p>
<p>Linkedin: <a href="https://www.linkedin.com/in/joseph-saville-05b43bb/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/joseph-saville-05b43bb/</a>
Twitter: https://x.com/joemazon</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Joe Saville. Joe has done it all when it comes to Amazon. We talk about distribution deals and how he's opened a storefront inside a mall. </p>
<p>Follow Joe</p>
<p>Linkedin: <a href="https://www.linkedin.com/in/joseph-saville-05b43bb/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/joseph-saville-05b43bb/</a>
Twitter: https://x.com/joemazon</p>
<p> </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 08 Jan 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/9caabfee/d6bfda5f.mp3" length="64154277" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2660</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Joe Saville. Joe has done it all when it comes to Amazon. We talk about distribution deals and how he's opened a storefront inside a mall. 
Follow Joe
Linkedin: https://www.linkedin.com/in/joseph-saville-05b43bb/
Twitter: https://x.com/joemazon
 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Joe Saville. Joe has done it all when it comes</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#085 -  How to finally take Amazon seriously in 2025 with Danan | The Amazon Wholesale Podcast</title>
      <itunes:episode>86</itunes:episode>
      <podcast:episode>86</podcast:episode>
      <itunes:title>#085 -  How to finally take Amazon seriously in 2025 with Danan | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f0727a03-68ec-3500-a6b8-694706a7cdb2</guid>
      <link>https://share.transistor.fm/s/fe8a3c0a</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Danan Coleman. Danan knows so much about Amazon. He is truly one of the most knowledgable people in the space. We talk all about all things amazon. I hope you all enjoy!</p>
<p>Follow Danan
Linkedin:https://www.linkedin.com/in/danancoleman/
His Website:https://ecomtriage.com/ </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Danan Coleman. Danan knows so much about Amazon. He is truly one of the most knowledgable people in the space. We talk all about all things amazon. I hope you all enjoy!</p>
<p>Follow Danan
Linkedin:https://www.linkedin.com/in/danancoleman/
His Website:https://ecomtriage.com/ </p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 01 Jan 2025 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/fe8a3c0a/3dce525b.mp3" length="76693826" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3182</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Danan Coleman. Danan knows so much about Amazon. He is truly one of the most knowledgable people in the space. We talk all about all things amazon. I hope you all enjoy!
Follow Danan
Linkedin:https://www.linkedin.com/in/danancoleman/
His Website:https://ecomtriage.com/ 
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Danan Coleman. Danan knows so much about Amazo</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#084 - How to Kill it on Amazon in 2025 with Lex Voelker | The Amazon Wholesale Podcast</title>
      <itunes:episode>84</itunes:episode>
      <podcast:episode>84</podcast:episode>
      <itunes:title>#084 - How to Kill it on Amazon in 2025 with Lex Voelker | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/5df97c7d-0fb3-32fd-b286-076d25baaac9</guid>
      <link>https://share.transistor.fm/s/2e7b16f1</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Lex Voelker. Lex is a part of our Wholesale Mastermind and we decided to do our coaching call in person because he lives in the area. We talked a lot about how to set yourself up for success. Creating habits and being consistent is truly what makes you successful. Consistency will be hard work every time. Lex and I had a great conversation and I hope you all learn a lot from it!</p>
<p>Follow Lex: 
Instagram: https://www.instagram.com/lex_voelker_/</p>
<p>
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Lex Voelker. Lex is a part of our Wholesale Mastermind and we decided to do our coaching call in person because he lives in the area. We talked a lot about how to set yourself up for success. Creating habits and being consistent is truly what makes you successful. Consistency will be hard work every time. Lex and I had a great conversation and I hope you all learn a lot from it!</p>
<p>Follow Lex: 
Instagram: https://www.instagram.com/lex_voelker_/</p>
<p>
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 25 Dec 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/2e7b16f1/4585b5a2.mp3" length="41245896" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1715</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Lex Voelker. Lex is a part of our Wholesale Mastermind and we decided to do our coaching call in person because he lives in the area. We talked a lot about how to set yourself up for success. Creating habits and being consistent is truly what makes you successful. Consistency will be hard work every time. Lex and I had a great conversation and I hope you all learn a lot from it!
Follow Lex: 
Instagram: https://www.instagram.com/lex_voelker_/

Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Lex Voelker. Lex is a part of our Wholesale Ma</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#083 - How the Tik Tok ban affects Amazon Sellers with Todd and Danan | The Amazon Wholesale Podcast</title>
      <itunes:episode>85</itunes:episode>
      <podcast:episode>85</podcast:episode>
      <itunes:title>#083 - How the Tik Tok ban affects Amazon Sellers with Todd and Danan | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/cc2f6df0-e9ca-38ed-a83e-8c58e60475ec</guid>
      <link>https://share.transistor.fm/s/7acad8dc</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Todd Welch and Danan Coleman. This is from Todd Welch's Amazon Seller School podcast. We talk all about the current state of Amazon and what is next for Amazon sellers in the future. I hope you all enjoy!</p>
<p>Check out his podcast: https://www.youtube.com/@AmazonSeller.School </p>
<p>Follow Danan
Linkedin:https://www.linkedin.com/in/danancoleman/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Todd Welch and Danan Coleman. This is from Todd Welch's Amazon Seller School podcast. We talk all about the current state of Amazon and what is next for Amazon sellers in the future. I hope you all enjoy!</p>
<p>Check out his podcast: https://www.youtube.com/@AmazonSeller.School </p>
<p>Follow Danan
Linkedin:https://www.linkedin.com/in/danancoleman/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 18 Dec 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/7acad8dc/423d7447.mp3" length="96827751" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>4034</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Todd Welch and Danan Coleman. This is from Todd Welch's Amazon Seller School podcast. We talk all about the current state of Amazon and what is next for Amazon sellers in the future. I hope you all enjoy!
Check out his podcast: https://www.youtube.com/@AmazonSeller.School 
Follow Danan
Linkedin:https://www.linkedin.com/in/danancoleman/
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Todd Welch and Danan Coleman. This is from Tod</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#082 - He made $40 MILLION on Amazon and then lost it ALL with Karl | The Amazon Wholesale Podcast</title>
      <itunes:episode>83</itunes:episode>
      <podcast:episode>83</podcast:episode>
      <itunes:title>#082 - He made $40 MILLION on Amazon and then lost it ALL with Karl | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/dd50bc8b-2fd2-37cb-8239-ccf047725890</guid>
      <link>https://share.transistor.fm/s/c13abfa3</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Karl Jacobi. He is such a fascinating example of how you can make it in the Amazon world and then totally pivot to something completely different. He has now dedicated his life to help men succeed and fulfill their true potential. His goal is to help 10 million men in his lifetime!</p>
<p>Check out his resources!
successwithkarl.com
COREYG20</p>
<p>Follow Karl: 
Instagram: https://www.instagram.com/karl.jacobi/
Linkedin:https://www.linkedin.com/in/karljacobi/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Karl Jacobi. He is such a fascinating example of how you can make it in the Amazon world and then totally pivot to something completely different. He has now dedicated his life to help men succeed and fulfill their true potential. His goal is to help 10 million men in his lifetime!</p>
<p>Check out his resources!
successwithkarl.com
COREYG20</p>
<p>Follow Karl: 
Instagram: https://www.instagram.com/karl.jacobi/
Linkedin:https://www.linkedin.com/in/karljacobi/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 11 Dec 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/c13abfa3/33058b6f.mp3" length="70472770" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2926</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Karl Jacobi. He is such a fascinating example of how you can make it in the Amazon world and then totally pivot to something completely different. He has now dedicated his life to help men succeed and fulfill their true potential. His goal is to help 10 million men in his lifetime!
Check out his resources!
successwithkarl.com
COREYG20
Follow Karl: 
Instagram: https://www.instagram.com/karl.jacobi/
Linkedin:https://www.linkedin.com/in/karljacobi/
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Karl Jacobi. He is such a fascinating example </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#081 - He tried every side hustle, so you don't have to with Kris | The Amazon Wholesale Podcast</title>
      <itunes:episode>82</itunes:episode>
      <podcast:episode>82</podcast:episode>
      <itunes:title>#081 - He tried every side hustle, so you don't have to with Kris | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/1857829b-e899-3587-bc6e-c7ed5e4652f8</guid>
      <link>https://share.transistor.fm/s/5c8e19aa</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Kris McCauley. Kris is an absolute master of all things E-commerce and Side Hustles. He has tried everything from dropshipping on Amazon, Turo, Amazon FBA and Wholesale. If you have heard of it, I am sure that Kris has tried it and knows a lot about it! I can guarantee that you will learn so much from this episode!</p>
<p>Follow Kris: 
Instagram: https://www.instagram.com/krismccauleyofficial/
Youtube: https://www.youtube.com/c/KrisMcCauley
Website: https://sidehustlesociety.org/?fbclid=PAZXh0bgNhZW0CMTEAAaayPS3jUTFBBUG1YrtQ0Y7I9vEp__cIaPVR_THeBO5TPKLnrRxXXu8BvBo_aem_j0b9jUL9KoiMf10gaLLBEQ</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Kris McCauley. Kris is an absolute master of all things E-commerce and Side Hustles. He has tried everything from dropshipping on Amazon, Turo, Amazon FBA and Wholesale. If you have heard of it, I am sure that Kris has tried it and knows a lot about it! I can guarantee that you will learn so much from this episode!</p>
<p>Follow Kris: 
Instagram: https://www.instagram.com/krismccauleyofficial/
Youtube: https://www.youtube.com/c/KrisMcCauley
Website: https://sidehustlesociety.org/?fbclid=PAZXh0bgNhZW0CMTEAAaayPS3jUTFBBUG1YrtQ0Y7I9vEp__cIaPVR_THeBO5TPKLnrRxXXu8BvBo_aem_j0b9jUL9KoiMf10gaLLBEQ</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 04 Dec 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/5c8e19aa/e3bd3b1e.mp3" length="62845604" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2609</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Kris McCauley. Kris is an absolute master of all things E-commerce and Side Hustles. He has tried everything from dropshipping on Amazon, Turo, Amazon FBA and Wholesale. If you have heard of it, I am sure that Kris has tried it and knows a lot about it! I can guarantee that you will learn so much from this episode!
Follow Kris: 
Instagram: https://www.instagram.com/krismccauleyofficial/
Youtube: https://www.youtube.com/c/KrisMcCauley
Website: https://sidehustlesociety.org/?fbclid=PAZXh0bgNhZW0CMTEAAaayPS3jUTFBBUG1YrtQ0Y7I9vEp__cIaPVR_THeBO5TPKLnrRxXXu8BvBo_aem_j0b9jUL9KoiMf10gaLLBEQ
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Kris McCauley. Kris is an absolute master of a</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#080 -  How to survive after getting screwed by Amazon with John | The Amazon Wholesale Podcast</title>
      <itunes:episode>81</itunes:episode>
      <podcast:episode>81</podcast:episode>
      <itunes:title>#080 -  How to survive after getting screwed by Amazon with John | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/3b806dc4-bea9-329c-b0df-2fc372c71072</guid>
      <link>https://share.transistor.fm/s/35674723</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with John from Side Hustle Experiment. We talked about anything and everything relating to Amazon. We talked about the Amazon Influencer Program, Amazon Armageddon, Amazon Wholesale and so much more. I learned a ton from him and I know you all will do the same!</p>
<p>Follow John: 
Instagram: https://www.instagram.com/sidehustleexperiment/
Youtube: https://www.youtube.com/@SideHustleExperiment/featured
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with John from Side Hustle Experiment. We talked about anything and everything relating to Amazon. We talked about the Amazon Influencer Program, Amazon Armageddon, Amazon Wholesale and so much more. I learned a ton from him and I know you all will do the same!</p>
<p>Follow John: 
Instagram: https://www.instagram.com/sidehustleexperiment/
Youtube: https://www.youtube.com/@SideHustleExperiment/featured
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 27 Nov 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/35674723/eaa83c18.mp3" length="67918821" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2820</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with John from Side Hustle Experiment. We talked about anything and everything relating to Amazon. We talked about the Amazon Influencer Program, Amazon Armageddon, Amazon Wholesale and so much more. I learned a ton from him and I know you all will do the same!
Follow John: 
Instagram: https://www.instagram.com/sidehustleexperiment/
Youtube: https://www.youtube.com/@SideHustleExperiment/featured
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with John from Side Hustle Experiment. We talked ab</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#079 - How Jeff Bezos is Ruining Lives | The Amazon Wholesale Podcast</title>
      <itunes:episode>80</itunes:episode>
      <podcast:episode>80</podcast:episode>
      <itunes:title>#079 - How Jeff Bezos is Ruining Lives | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/a43ae981-2bc2-3f62-a2ea-a67e9e9f55e4</guid>
      <link>https://share.transistor.fm/s/b3110bca</link>
      <description>
        <![CDATA[<p>ntroducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is an episode with just me! We are talking about what is going down this year with all of the account shut downs and the big losses that people are experiencing. I am talking about the future of Amazon and how to stay away from account shut down and make more money! I hope you all enjoy the episode!</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>ntroducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is an episode with just me! We are talking about what is going down this year with all of the account shut downs and the big losses that people are experiencing. I am talking about the future of Amazon and how to stay away from account shut down and make more money! I hope you all enjoy the episode!</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 20 Nov 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b3110bca/69f965f7.mp3" length="40960400" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1707</itunes:duration>
      <itunes:summary>ntroducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is an episode with just me! We are talking about what is going down this year with all of the account shut downs and the big losses that people are experiencing. I am talking about the future of Amazon and how to stay away from account shut down and make more money! I hope you all enjoy the episode!
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>ntroducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is an episode with just me! We are talking about what i</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#078 - How to Actually Get Rich with Amazon Wholesale with Wizards of Ecom | The Amazon Wholesale Podcast</title>
      <itunes:episode>79</itunes:episode>
      <podcast:episode>79</podcast:episode>
      <itunes:title>#078 - How to Actually Get Rich with Amazon Wholesale with Wizards of Ecom | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/fc5da0d3-5d53-3e8c-8c46-6d041781a0b3</guid>
      <link>https://share.transistor.fm/s/e126faf5</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is an episode from the Wizards of Ecom Podcast. This episode was a really great background some things many of you have never heard about me and my story. We talked about wholesale, fba, lessons learned and SO much more! I know you all will enjoy this!</p>
<p>Follow Wizards of Ecom!
Youtube: https://www.youtube.com/@WizardsofEcom
Podcast: https://wizardsofecom.com/podcast/
Instagram: https://www.instagram.com/wizardsofecom/?hl=en</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is an episode from the Wizards of Ecom Podcast. This episode was a really great background some things many of you have never heard about me and my story. We talked about wholesale, fba, lessons learned and SO much more! I know you all will enjoy this!</p>
<p>Follow Wizards of Ecom!
Youtube: https://www.youtube.com/@WizardsofEcom
Podcast: https://wizardsofecom.com/podcast/
Instagram: https://www.instagram.com/wizardsofecom/?hl=en</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 13 Nov 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/e126faf5/b4fa837e.mp3" length="51755776" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2152</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is an episode from the Wizards of Ecom Podcast. This episode was a really great background some things many of you have never heard about me and my story. We talked about wholesale, fba, lessons learned and SO much more! I know you all will enjoy this!
Follow Wizards of Ecom!
Youtube: https://www.youtube.com/@WizardsofEcom
Podcast: https://wizardsofecom.com/podcast/
Instagram: https://www.instagram.com/wizardsofecom/?hl=en
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is an episode from the Wizards of Ecom Podcast. This e</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#077 - What makes you a winner vs a loser on Amazon with Corey |The Amazon Wholesale Podcast</title>
      <itunes:episode>78</itunes:episode>
      <podcast:episode>78</podcast:episode>
      <itunes:title>#077 - What makes you a winner vs a loser on Amazon with Corey |The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/98815760-72b1-3747-8406-c769b70b2f83</guid>
      <link>https://share.transistor.fm/s/b8ff82c6</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with ME! I wanted to come on here and let you all know how thankful I am for all the support over the last year and a half. It means the world to me to see everyone support me and help this show grow. I also talk about what it takes to be a successful Amazon seller and how you can separate yourself from the rest. I hope you all get plenty of value from the episode and thanks again!</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with ME! I wanted to come on here and let you all know how thankful I am for all the support over the last year and a half. It means the world to me to see everyone support me and help this show grow. I also talk about what it takes to be a successful Amazon seller and how you can separate yourself from the rest. I hope you all get plenty of value from the episode and thanks again!</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 06 Nov 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b8ff82c6/8cd87d19.mp3" length="39518952" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1647</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with ME! I wanted to come on here and let you all know how thankful I am for all the support over the last year and a half. It means the world to me to see everyone support me and help this show grow. I also talk about what it takes to be a successful Amazon seller and how you can separate yourself from the rest. I hope you all get plenty of value from the episode and thanks again!
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with ME! I wanted to come on here and let you all k</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#076 - How YOU can make MILLIONS while working a 9-5 with Sean Kaupp  | The Amazon Wholesale Podcast</title>
      <itunes:episode>77</itunes:episode>
      <podcast:episode>77</podcast:episode>
      <itunes:title>#076 - How YOU can make MILLIONS while working a 9-5 with Sean Kaupp  | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/d55b6911-cf95-39c8-ac69-ac84783d0452</guid>
      <link>https://share.transistor.fm/s/a6f481c6</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Sean Kaupp. Sean is a unique case in that he works a traditional finance job on top of scaling an Amazon business. He works upwards of 50-60 hours per week and has grown his business to a multiple 7 figure business. He is a phenomenal example of how to still be successful while working a job as well. If you ever think that you don't have enough time because you work a traditional 9-5, take this episode as an example. I hope you all enjoy and learn a lot from this!</p>
<p>Connect with him on Linkedin: https://www.linkedin.com/in/sean-kaupp/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Sean Kaupp. Sean is a unique case in that he works a traditional finance job on top of scaling an Amazon business. He works upwards of 50-60 hours per week and has grown his business to a multiple 7 figure business. He is a phenomenal example of how to still be successful while working a job as well. If you ever think that you don't have enough time because you work a traditional 9-5, take this episode as an example. I hope you all enjoy and learn a lot from this!</p>
<p>Connect with him on Linkedin: https://www.linkedin.com/in/sean-kaupp/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 30 Oct 2024 02:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/a6f481c6/b30b33ca.mp3" length="63572249" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2643</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Sean Kaupp. Sean is a unique case in that he works a traditional finance job on top of scaling an Amazon business. He works upwards of 50-60 hours per week and has grown his business to a multiple 7 figure business. He is a phenomenal example of how to still be successful while working a job as well. If you ever think that you don't have enough time because you work a traditional 9-5, take this episode as an example. I hope you all enjoy and learn a lot from this!
Connect with him on Linkedin: https://www.linkedin.com/in/sean-kaupp/
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Sean Kaupp. Sean is a unique case in that he w</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#075 - How to avoid account deactivation on Amazon with Chris Grant | The Amazon Wholesale Podcast</title>
      <itunes:episode>76</itunes:episode>
      <podcast:episode>76</podcast:episode>
      <itunes:title>#075 - How to avoid account deactivation on Amazon with Chris Grant | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/69f17c0d-303c-3d75-98cd-e8fc64933907</guid>
      <link>https://share.transistor.fm/s/493ba0ac</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This is with Christ Grant. He is a longtime Amazon seller and one of my partners in The Wholesale Challenge. We talk about all things business and Amazon in this episode. Chris is one of the best and biggest sellers in the game and I know everyone will learn so much from this episode!</p>
<p>Follow him on Twitter here: https://twitter.com/cleartheshelf/
Follow him on Instagram here: https://www.instagram.com/cleartheshelf/
Subscribe to his YouTube/Podcast here: https://www.youtube.com/@cleartheshelfn</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This is with Christ Grant. He is a longtime Amazon seller and one of my partners in The Wholesale Challenge. We talk about all things business and Amazon in this episode. Chris is one of the best and biggest sellers in the game and I know everyone will learn so much from this episode!</p>
<p>Follow him on Twitter here: https://twitter.com/cleartheshelf/
Follow him on Instagram here: https://www.instagram.com/cleartheshelf/
Subscribe to his YouTube/Podcast here: https://www.youtube.com/@cleartheshelfn</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 23 Oct 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/493ba0ac/6449a8ba.mp3" length="55365646" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2301</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This is with Christ Grant. He is a longtime Amazon seller and one of my partners in The Wholesale Challenge. We talk about all things business and Amazon in this episode. Chris is one of the best and biggest sellers in the game and I know everyone will learn so much from this episode!
Follow him on Twitter here: https://twitter.com/cleartheshelf/
Follow him on Instagram here: https://www.instagram.com/cleartheshelf/
Subscribe to his YouTube/Podcast here: https://www.youtube.com/@cleartheshelfn
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This is with Christ Grant. He is a longtime Amazon seller and one o</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#074 - How to make millions by walking around your town with Romer | The Amazon Wholesale Podcast</title>
      <itunes:episode>75</itunes:episode>
      <podcast:episode>75</podcast:episode>
      <itunes:title>#074 - How to make millions by walking around your town with Romer | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/36affeec-4f43-3ef9-ba0a-f2a5c456d133</guid>
      <link>https://share.transistor.fm/s/b1d45e58</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Romer Martin. He is already killing it while selling on Amazon and jumped on to talk about how he can improve. You may also know him from Miami Sellers Conference as he is one of the founders of the event. This episode is packed with value and insight and I hope you all enjoy.</p>
<p>Instagram: https://www.instagram.com/romertheroamer/?hl=en
Youtube:  https://www.youtube.com/channel/UCAY1rqXGPsDrgGqNAx5TxkQ?app=desktop
Facebook: https://www.facebook.com/romertheroamer/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Romer Martin. He is already killing it while selling on Amazon and jumped on to talk about how he can improve. You may also know him from Miami Sellers Conference as he is one of the founders of the event. This episode is packed with value and insight and I hope you all enjoy.</p>
<p>Instagram: https://www.instagram.com/romertheroamer/?hl=en
Youtube:  https://www.youtube.com/channel/UCAY1rqXGPsDrgGqNAx5TxkQ?app=desktop
Facebook: https://www.facebook.com/romertheroamer/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 16 Oct 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b1d45e58/f7cc1aca.mp3" length="32002085" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1330</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Romer Martin. He is already killing it while selling on Amazon and jumped on to talk about how he can improve. You may also know him from Miami Sellers Conference as he is one of the founders of the event. This episode is packed with value and insight and I hope you all enjoy.
Instagram: https://www.instagram.com/romertheroamer/?hl=en
Youtube:  https://www.youtube.com/channel/UCAY1rqXGPsDrgGqNAx5TxkQ?app=desktop
Facebook: https://www.facebook.com/romertheroamer/
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Romer Martin. He </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#073 - Make 6 figures on Amazon working a full time job with Lovepreet |The Amazon Wholesale Podcast</title>
      <itunes:episode>74</itunes:episode>
      <podcast:episode>74</podcast:episode>
      <itunes:title>#073 - Make 6 figures on Amazon working a full time job with Lovepreet |The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/4ff054b8-5d25-30b7-b8b1-e6301b29da50</guid>
      <link>https://share.transistor.fm/s/7fa13d3e</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Lovepreet Singh. He is apart of the wholesale network and has been an unbelievable student of Amazon. He works full time as a truck driver and is still able to make 6 Figures on Amazon. He is truly and inspiration and I hope you all learn a lot from this!</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Lovepreet Singh. He is apart of the wholesale network and has been an unbelievable student of Amazon. He works full time as a truck driver and is still able to make 6 Figures on Amazon. He is truly and inspiration and I hope you all learn a lot from this!</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 09 Oct 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/7fa13d3e/c699d7f9.mp3" length="45371703" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1888</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Lovepreet Singh. He is apart of the wholesale network and has been an unbelievable student of Amazon. He works full time as a truck driver and is still able to make 6 Figures on Amazon. He is truly and inspiration and I hope you all learn a lot from this!
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Lovepreet Singh. </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#072 - How to make your first MILLION in Q4 with Stephen Does Business | The Amazon Wholesale Podcast</title>
      <itunes:episode>73</itunes:episode>
      <podcast:episode>73</podcast:episode>
      <itunes:title>#072 - How to make your first MILLION in Q4 with Stephen Does Business | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/d3ccdaff-d622-3772-b873-fb4485d7bbd0</guid>
      <link>https://share.transistor.fm/s/d00daaab</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Stephen does business. This kid is absolutely killing it on Amazon. He is fresh out of college and is already doing months of OVER $700,000 while doing mostly OA. He is a beast and he comes and talks about his journey and how he is getting geared up for Q4. I hope you all get a BUNCH of value from this!</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: <a href="https://www.wholesalenetwork.io/" rel="noopener noreferrer nofollow">https://www.wholesalenetwork.io/</a>

Follow Stephen:

Instagram: <a href="https://www.instagram.com/stephendoesbusiness?igsh=czB1cmh5bDlhamxs" rel="noopener noreferrer nofollow">https://www.instagram.com/stephendoesbusiness?igsh=czB1cmh5bDlhamxs</a></p>
<p>Twitter: <a href="https://x.com/stephenreinard" rel="noopener noreferrer nofollow">https://x.com/stephenreinard</a> 

Big Cat: <a href="https://www.instagram.com/bigcatdist/" rel="noopener noreferrer nofollow">https://www.instagram.com/bigcatdist/</a> </p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Stephen does business. This kid is absolutely killing it on Amazon. He is fresh out of college and is already doing months of OVER $700,000 while doing mostly OA. He is a beast and he comes and talks about his journey and how he is getting geared up for Q4. I hope you all get a BUNCH of value from this!</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: <a href="https://www.wholesalenetwork.io/" rel="noopener noreferrer nofollow">https://www.wholesalenetwork.io/</a>

Follow Stephen:

Instagram: <a href="https://www.instagram.com/stephendoesbusiness?igsh=czB1cmh5bDlhamxs" rel="noopener noreferrer nofollow">https://www.instagram.com/stephendoesbusiness?igsh=czB1cmh5bDlhamxs</a></p>
<p>Twitter: <a href="https://x.com/stephenreinard" rel="noopener noreferrer nofollow">https://x.com/stephenreinard</a> 

Big Cat: <a href="https://www.instagram.com/bigcatdist/" rel="noopener noreferrer nofollow">https://www.instagram.com/bigcatdist/</a> </p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 02 Oct 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/d00daaab/87d99cf2.mp3" length="53486799" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2219</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Stephen does business. This kid is absolutely killing it on Amazon. He is fresh out of college and is already doing months of OVER $700,000 while doing mostly OA. He is a beast and he comes and talks about his journey and how he is getting geared up for Q4. I hope you all get a BUNCH of value from this!
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

Follow Stephen:

Instagram: https://www.instagram.com/stephendoesbusiness?igsh=czB1cmh5bDlhamxs
Twitter: https://x.com/stephenreinard 

Big Cat: https://www.instagram.com/bigcatdist/ 

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Stephen does busi</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#071 - My Advice for New Amazon Sellers (YOU need to know) with Emiliano | The Amazon Wholesale Podcast</title>
      <itunes:episode>72</itunes:episode>
      <podcast:episode>72</podcast:episode>
      <itunes:title>#071 - My Advice for New Amazon Sellers (YOU need to know) with Emiliano | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/4dc06e38-43f1-395d-8acb-4a254cbf5373</guid>
      <link>https://share.transistor.fm/s/c84e5117</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Emiliano Greco. This was a great episode especially for newer sellers trying to get into the Amazon selling space. I hope you all get tons of value from the episode.</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Emiliano Greco. This was a great episode especially for newer sellers trying to get into the Amazon selling space. I hope you all get tons of value from the episode.</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 25 Sep 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/c84e5117/b417d26f.mp3" length="34916917" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1455</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Emiliano Greco. This was a great episode especially for newer sellers trying to get into the Amazon selling space. I hope you all get tons of value from the episode.
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Emiliano Greco. T</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#070 - He is selling 300k while still in college with Tyler Winkler | The Amazon Wholesale Podcast</title>
      <itunes:episode>71</itunes:episode>
      <podcast:episode>71</podcast:episode>
      <itunes:title>#070 - He is selling 300k while still in college with Tyler Winkler | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/2df827a9-c769-3bab-bde9-f0c81135f588</guid>
      <link>https://share.transistor.fm/s/d2f94082</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Tyler Winkler. Tyler is a college student who has done retail arbitrage, online arbitrage, and now is transitioning to wholesale. He is still in college and he is having 30k months regularly and is hoping for a HUGE Q4. I hope you all enjoy the episode and get plenty of value from it!</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Follow Him!
Twitter: <a href="https://x.com/ceowinkz" rel="noopener noreferrer nofollow">https://x.com/ceowinkz</a></p>
<p>Instagram: <a href="https://www.instagram.com/winkzenterprises/" rel="noopener noreferrer nofollow">https://www.instagram.com/winkzenterprises/</a> </p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Tyler Winkler. Tyler is a college student who has done retail arbitrage, online arbitrage, and now is transitioning to wholesale. He is still in college and he is having 30k months regularly and is hoping for a HUGE Q4. I hope you all enjoy the episode and get plenty of value from it!</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Follow Him!
Twitter: <a href="https://x.com/ceowinkz" rel="noopener noreferrer nofollow">https://x.com/ceowinkz</a></p>
<p>Instagram: <a href="https://www.instagram.com/winkzenterprises/" rel="noopener noreferrer nofollow">https://www.instagram.com/winkzenterprises/</a> </p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 18 Sep 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/d2f94082/73924243.mp3" length="51119824" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2125</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Tyler Winkler. Tyler is a college student who has done retail arbitrage, online arbitrage, and now is transitioning to wholesale. He is still in college and he is having 30k months regularly and is hoping for a HUGE Q4. I hope you all enjoy the episode and get plenty of value from it!
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/
Follow Him!
Twitter: https://x.com/ceowinkz
Instagram: https://www.instagram.com/winkzenterprises/ 

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to Tyler Winkler. Ty</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#069 -  This guy sold HOW MUCH online this year with FBA Elijah | The Amazon Wholesale Podcast</title>
      <itunes:episode>70</itunes:episode>
      <podcast:episode>70</podcast:episode>
      <itunes:title>#069 -  This guy sold HOW MUCH online this year with FBA Elijah | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/bb9b6dea-fbca-337a-b7ed-70491b02c98f</guid>
      <link>https://share.transistor.fm/s/7a2c43a1</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to FBA Elijah. He is a newer seller in the Amazon space and so he was asking lots of questions about Amazon and how to scale. He is already CRUSHING it on Amazon, so I hope you all learn a lot from this episode! I hope you all enjoy!</p>
<p>Follow Him!
Twitter: https://x.com/FBA_Elijah
Instagram:https://www.instagram.com/fba_elijah/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to FBA Elijah. He is a newer seller in the Amazon space and so he was asking lots of questions about Amazon and how to scale. He is already CRUSHING it on Amazon, so I hope you all learn a lot from this episode! I hope you all enjoy!</p>
<p>Follow Him!
Twitter: https://x.com/FBA_Elijah
Instagram:https://www.instagram.com/fba_elijah/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>How to get started!
https://freewholesaleguide.com/ </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 11 Sep 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/7a2c43a1/5536c9e0.mp3" length="58326950" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2426</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to FBA Elijah. He is a newer seller in the Amazon space and so he was asking lots of questions about Amazon and how to scale. He is already CRUSHING it on Amazon, so I hope you all learn a lot from this episode! I hope you all enjoy!
Follow Him!
Twitter: https://x.com/FBA_Elijah
Instagram:https://www.instagram.com/fba_elijah/
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
How to get started!
https://freewholesaleguide.com/ 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to FBA Elijah. He is</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#068 -  This Guy Lost $250,000... HOW? with My Amazon Guy | The Amazon Wholesale Podcast</title>
      <itunes:episode>69</itunes:episode>
      <podcast:episode>69</podcast:episode>
      <itunes:title>#068 -  This Guy Lost $250,000... HOW? with My Amazon Guy | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/2cdefb6c-3ad9-34a5-948d-35d583daf27d</guid>
      <link>https://share.transistor.fm/s/877ec417</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to My Amazon Guy. He is someone who is SO knowledge on all things Amazon. He has done it all and there are few people in the Amazon space that know more than him. I hope you all enjoy!</p>
<p>Follow Him!
Youtube:  https://www.youtube.com/myamazonguy
Website: myamazonguy.com
Linkedin:https://www.linkedin.com/in/steven-pope/
His SOP: <a href="https://go.myguy.agency/my-agency-guy-bundle-limited-time-only?affiliate_id=4274513" rel="noopener noreferrer nofollow">https://go.myguy.agency/my-agency-guy-bundle-limited-time-only?affiliate_id=4274513</a></p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>
My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to My Amazon Guy. He is someone who is SO knowledge on all things Amazon. He has done it all and there are few people in the Amazon space that know more than him. I hope you all enjoy!</p>
<p>Follow Him!
Youtube:  https://www.youtube.com/myamazonguy
Website: myamazonguy.com
Linkedin:https://www.linkedin.com/in/steven-pope/
His SOP: <a href="https://go.myguy.agency/my-agency-guy-bundle-limited-time-only?affiliate_id=4274513" rel="noopener noreferrer nofollow">https://go.myguy.agency/my-agency-guy-bundle-limited-time-only?affiliate_id=4274513</a></p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>
My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 04 Sep 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/877ec417/f10289ea.mp3" length="57884784" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2408</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to My Amazon Guy. He is someone who is SO knowledge on all things Amazon. He has done it all and there are few people in the Amazon space that know more than him. I hope you all enjoy!
Follow Him!
Youtube:  https://www.youtube.com/myamazonguy
Website: myamazonguy.com
Linkedin:https://www.linkedin.com/in/steven-pope/
His SOP: https://go.myguy.agency/my-agency-guy-bundle-limited-time-only?affiliate_id=4274513
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
Join the Wholesale Network: https://www.wholesalenetwork.io/
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25

My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the pleasure of talking to My Amazon Guy. He</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#067 -  How to Sell on Amazon in 2024 - My Advice | The Amazon Wholesale Podcast</title>
      <itunes:episode>68</itunes:episode>
      <podcast:episode>68</podcast:episode>
      <itunes:title>#067 -  How to Sell on Amazon in 2024 - My Advice | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/c48bb542-81d5-3de4-85fd-850a3bd5683c</guid>
      <link>https://share.transistor.fm/s/52d1b3c2</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. I met with Julian, a college freshman who is going places in Amazon wholesale. He had reached out to me a couple of months ago asking to meet with me and get some advice on how to improve his wholesale business. In this call we talked all about getting started in Amazon wholesale and the transition from Online and Retail Arbitrage to wholesale. If you are a new seller and want to learn more, I HIGHLY recommend giving this a listen.</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:
https://www.instagram.com/p/CzrZulNJrjB/</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. I met with Julian, a college freshman who is going places in Amazon wholesale. He had reached out to me a couple of months ago asking to meet with me and get some advice on how to improve his wholesale business. In this call we talked all about getting started in Amazon wholesale and the transition from Online and Retail Arbitrage to wholesale. If you are a new seller and want to learn more, I HIGHLY recommend giving this a listen.</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:
https://www.instagram.com/p/CzrZulNJrjB/</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 28 Aug 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/52d1b3c2/9ff6ca92.mp3" length="38350905" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1598</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. I met with Julian, a college freshman who is going places in Amazon wholesale. He had reached out to me a couple of months ago asking to meet with me and get some advice on how to improve his wholesale business. In this call we talked all about getting started in Amazon wholesale and the transition from Online and Retail Arbitrage to wholesale. If you are a new seller and want to learn more, I HIGHLY recommend giving this a listen.
Join the Wholesale Network: https://www.wholesalenetwork.io/
Try a free trial of Boxem: https://join.boxem.com/u40gjxpbur5s
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Him:
https://www.instagram.com/p/CzrZulNJrjB/
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. I met with Julian, a college freshman who is going places in Amazon</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#066 -  Should I do Wholesale or Online Arbitrage with Warner Fields | The Amazon Wholesale Podcast</title>
      <itunes:episode>67</itunes:episode>
      <podcast:episode>67</podcast:episode>
      <itunes:title>#066 -  Should I do Wholesale or Online Arbitrage with Warner Fields | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/30155749-65c8-3c53-a3c2-0f70d5c85598</guid>
      <link>https://share.transistor.fm/s/2a4910dc</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to one of the biggest guys in the Amazon space. Warner Fields is such a great guy and we had a talk about the pros and cons of both Amazon Wholesale and online arbitrage. I hope you get a bunch of value from it!</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Try a free trial of Boxem: https://www.boxem.com/pricing</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:</p>
<p>Instagram: https://www.instagram.com/fieldsofprofit/</p>
<p>Tik Tok: https://www.tiktok.com/@fieldsofprofit</p>
<p>Youtube:https://www.youtube.com/@FieldsofProfit
 </p>
<p>
My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to one of the biggest guys in the Amazon space. Warner Fields is such a great guy and we had a talk about the pros and cons of both Amazon Wholesale and online arbitrage. I hope you get a bunch of value from it!</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Try a free trial of Boxem: https://www.boxem.com/pricing</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:</p>
<p>Instagram: https://www.instagram.com/fieldsofprofit/</p>
<p>Tik Tok: https://www.tiktok.com/@fieldsofprofit</p>
<p>Youtube:https://www.youtube.com/@FieldsofProfit
 </p>
<p>
My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 21 Aug 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/2a4910dc/5b5a900c.mp3" length="32292382" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1345</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to one of the biggest guys in the Amazon space. Warner Fields is such a great guy and we had a talk about the pros and cons of both Amazon Wholesale and online arbitrage. I hope you get a bunch of value from it!
Join the Wholesale Network: https://www.wholesalenetwork.io/
Try a free trial of Boxem: https://www.boxem.com/pricing
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Him:
Instagram: https://www.instagram.com/fieldsofprofit/
Tik Tok: https://www.tiktok.com/@fieldsofprofit
Youtube:https://www.youtube.com/@FieldsofProfit
 

My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to one of the biggest guys in the Amazon s</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#065 -  How to succeed in wholesale in 2024 with Cajua and Jonah | The Amazon Wholesale Podcast</title>
      <itunes:episode>66</itunes:episode>
      <podcast:episode>66</podcast:episode>
      <itunes:title>#065 -  How to succeed in wholesale in 2024 with Cajua and Jonah | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/66ff7345-c0c0-393d-b3c9-71d740773d1f</guid>
      <link>https://share.transistor.fm/s/dd438b79</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to two people who help me run my wholesale network group. This episode was PACKED with unbelievable value. I recommend listening to this episode at least twice. I hope you all enjoy!

Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Try a free trial of Boxem: https://www.boxem.com/pricing</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Them:

Jonah:
<a href="https://www.instagram.com/jonahhodges_/" rel="noopener noreferrer nofollow">https://www.instagram.com/jonahhodges_/</a>
<a href="https://x.com/jonahhodges_" rel="noopener noreferrer nofollow">https://x.com/jonahhodges_</a>

</p>
<p>Cajua:
https://www.instagram.com/cajuarobinson/
https://x.com/CajuaRobinson</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to two people who help me run my wholesale network group. This episode was PACKED with unbelievable value. I recommend listening to this episode at least twice. I hope you all enjoy!

Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Try a free trial of Boxem: https://www.boxem.com/pricing</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Them:

Jonah:
<a href="https://www.instagram.com/jonahhodges_/" rel="noopener noreferrer nofollow">https://www.instagram.com/jonahhodges_/</a>
<a href="https://x.com/jonahhodges_" rel="noopener noreferrer nofollow">https://x.com/jonahhodges_</a>

</p>
<p>Cajua:
https://www.instagram.com/cajuarobinson/
https://x.com/CajuaRobinson</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 14 Aug 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/dd438b79/5f8b809d.mp3" length="70107366" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2916</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to two people who help me run my wholesale network group. This episode was PACKED with unbelievable value. I recommend listening to this episode at least twice. I hope you all enjoy!

Join the Wholesale Network: https://www.wholesalenetwork.io/
Try a free trial of Boxem: https://www.boxem.com/pricing
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Them:

Jonah:
https://www.instagram.com/jonahhodges_/
https://x.com/jonahhodges_


Cajua:
https://www.instagram.com/cajuarobinson/
https://x.com/CajuaRobinson
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to two people who help me run my wholesale</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#064 -  Buy Box Bandits (Flips4Miles and Garrett Goral) | The Amazon Wholesale Podcast</title>
      <itunes:episode>65</itunes:episode>
      <podcast:episode>65</podcast:episode>
      <itunes:title>#064 -  Buy Box Bandits (Flips4Miles and Garrett Goral) | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/d82ebb43-5c6b-3907-ad01-0f59bf76b528</guid>
      <link>https://share.transistor.fm/s/16a5dd5e</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to three people who are part of my wholesale network and people that really are a joy to be around. They help me learn and grow everyday and it is great to see them winning everyday.</p>
<p>Try a free trial of Boxem: https://www.boxem.com/pricing</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Them:</p>
<p>Miles:
Twitter:  https://x.com/flips4miles
Instagram: https://www.instagram.com/flips4miles/</p>
<p>Cajua:
https://x.com/alloutamazon
https://www.instagram.com/alloutamazonn/</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to three people who are part of my wholesale network and people that really are a joy to be around. They help me learn and grow everyday and it is great to see them winning everyday.</p>
<p>Try a free trial of Boxem: https://www.boxem.com/pricing</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Them:</p>
<p>Miles:
Twitter:  https://x.com/flips4miles
Instagram: https://www.instagram.com/flips4miles/</p>
<p>Cajua:
https://x.com/alloutamazon
https://www.instagram.com/alloutamazonn/</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 07 Aug 2024 08:56:37 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/16a5dd5e/33b5b02c.mp3" length="55054190" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1720</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to three people who are part of my wholesale network and people that really are a joy to be around. They help me learn and grow everyday and it is great to see them winning everyday.
Try a free trial of Boxem: https://www.boxem.com/pricing
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Them:
Miles:
Twitter:  https://x.com/flips4miles
Instagram: https://www.instagram.com/flips4miles/
Cajua:
https://x.com/alloutamazon
https://www.instagram.com/alloutamazonn/
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to three people who are part of my wholesa</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#063 -  The Wholesale Network with Joe, Cajua, and Kate | The Amazon Wholesale Podcast</title>
      <itunes:episode>63</itunes:episode>
      <podcast:episode>63</podcast:episode>
      <itunes:title>#063 -  The Wholesale Network with Joe, Cajua, and Kate | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/85bd25da-254e-3a6d-927d-8b9b04153a8d</guid>
      <link>https://share.transistor.fm/s/263f6ded</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to 3 people who are part of my wholesale network and people that really are a joy to be around. They help me learn and grow everyday and it is great to see them winning everyday.</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Them:
Kate: 
Instagram:  https://www.instagram.com/kate.ecommerce/
Twitter: https://x.com/kateecommerce</p>
<p>Joe:
Twitter:  https://x.com/joemazon
Joe's Instagram:   https://www.instagram.com/afka.joemazon/</p>
<p>Cajua:
https://www.instagram.com/cajuarobinson/
https://x.com/CajuaRobinson</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to 3 people who are part of my wholesale network and people that really are a joy to be around. They help me learn and grow everyday and it is great to see them winning everyday.</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Them:
Kate: 
Instagram:  https://www.instagram.com/kate.ecommerce/
Twitter: https://x.com/kateecommerce</p>
<p>Joe:
Twitter:  https://x.com/joemazon
Joe's Instagram:   https://www.instagram.com/afka.joemazon/</p>
<p>Cajua:
https://www.instagram.com/cajuarobinson/
https://x.com/CajuaRobinson</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 31 Jul 2024 13:17:39 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/263f6ded/87282731.mp3" length="47975855" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1993</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to 3 people who are part of my wholesale network and people that really are a joy to be around. They help me learn and grow everyday and it is great to see them winning everyday.

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Them:
Kate: 
Instagram:  https://www.instagram.com/kate.ecommerce/
Twitter: https://x.com/kateecommerce
Joe:
Twitter:  https://x.com/joemazon
Joe's Instagram:   https://www.instagram.com/afka.joemazon/
Cajua:
https://www.instagram.com/cajuarobinson/
https://x.com/CajuaRobinson
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to 3 people who are part of my wholesale n</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#049 - How to Transition from Online Arbitrage to Wholesale with Oscar | The Amazon Wholesale Podcast</title>
      <itunes:episode>49</itunes:episode>
      <podcast:episode>49</podcast:episode>
      <itunes:title>#049 - How to Transition from Online Arbitrage to Wholesale with Oscar | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/a79202bc-8b80-314d-9767-77072cd87bea</guid>
      <link>https://share.transistor.fm/s/0b405c6e</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This weeks episode is with Oscar Padilla. We dive into all things Amazon. We talk about how to get into Wholesale and the transition from Online Arbitrage. He is a wealth of information and provides so much great insight.  I hope you enjoy!</p>
<p>Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET</p>
<p>Follow Oscar 
Instagram: https://www.instagram.com/ofpadilla/</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This weeks episode is with Oscar Padilla. We dive into all things Amazon. We talk about how to get into Wholesale and the transition from Online Arbitrage. He is a wealth of information and provides so much great insight.  I hope you enjoy!</p>
<p>Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET</p>
<p>Follow Oscar 
Instagram: https://www.instagram.com/ofpadilla/</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 31 Jul 2024 13:15:36 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/0b405c6e/6cf9c5ef.mp3" length="64624575" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2693</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This weeks episode is with Oscar Padilla. We dive into all things Amazon. We talk about how to get into Wholesale and the transition from Online Arbitrage. He is a wealth of information and provides so much great insight.  I hope you enjoy!
Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET
Follow Oscar 
Instagram: https://www.instagram.com/ofpadilla/
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This weeks episode is with Oscar Padilla. We dive into all things A</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#062 - Building financial freedom with Amazon Wholesale with Brien Gearin | The Amazon Wholesale Podcast</title>
      <itunes:episode>62</itunes:episode>
      <podcast:episode>62</podcast:episode>
      <itunes:title>#062 - Building financial freedom with Amazon Wholesale with Brien Gearin | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/eb984ece-f21a-3c9f-b46d-cb9c5531b621</guid>
      <link>https://share.transistor.fm/s/02bb9ddf</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Brian Gearin. This episode is a snippet of my episode on his podcast, Millionaire University. I really hope you are able to get value out of this episode and learn as much as you can from it!</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Brian:
His Podcast:https://www.youtube.com/@millionaireuniversity_mu</p>
<p>
My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Brian Gearin. This episode is a snippet of my episode on his podcast, Millionaire University. I really hope you are able to get value out of this episode and learn as much as you can from it!</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Brian:
His Podcast:https://www.youtube.com/@millionaireuniversity_mu</p>
<p>
My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 24 Jul 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/02bb9ddf/bf93f82f.mp3" length="87188843" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3633</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Brian Gearin. This episode is a snippet of my episode on his podcast, Millionaire University. I really hope you are able to get value out of this episode and learn as much as you can from it!

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Brian:
His Podcast:https://www.youtube.com/@millionaireuniversity_mu

My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Brian Gearin. This episode is a snippet</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#061 - How to scale an 8 figure Amazon business with TonaFBA and Joe | The Amazon Wholesale Podcast</title>
      <itunes:episode>61</itunes:episode>
      <podcast:episode>61</podcast:episode>
      <itunes:title>#061 - How to scale an 8 figure Amazon business with TonaFBA and Joe | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/678c5dbf-edc5-3da6-8ed7-ea0b6001bab8</guid>
      <link>https://share.transistor.fm/s/bce84a4c</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to 
Joe Parpheniuk and TonaFBA. This episode was a snippet from the E-commerce Essentials podcast. This episode was packed with lots of valuable information from my side of the story on how I grew my business from $0 to over $12 million in lifetime sales.</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow them:
Their Podcast: https://www.youtube.com/playlist?list=PL168cm6oOx7blnAVK7s-b7oGoaZoajPn_
Instagram: https://www.instagram.com/tonafba/
https://www.instagram.com/joeparpheniuk/</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to 
Joe Parpheniuk and TonaFBA. This episode was a snippet from the E-commerce Essentials podcast. This episode was packed with lots of valuable information from my side of the story on how I grew my business from $0 to over $12 million in lifetime sales.</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow them:
Their Podcast: https://www.youtube.com/playlist?list=PL168cm6oOx7blnAVK7s-b7oGoaZoajPn_
Instagram: https://www.instagram.com/tonafba/
https://www.instagram.com/joeparpheniuk/</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 17 Jul 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/bce84a4c/402e2b27.mp3" length="103916508" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>4330</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to 
Joe Parpheniuk and TonaFBA. This episode was a snippet from the E-commerce Essentials podcast. This episode was packed with lots of valuable information from my side of the story on how I grew my business from $0 to over $12 million in lifetime sales.

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow them:
Their Podcast: https://www.youtube.com/playlist?list=PL168cm6oOx7blnAVK7s-b7oGoaZoajPn_
Instagram: https://www.instagram.com/tonafba/
https://www.instagram.com/joeparpheniuk/
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to 
Joe Parpheniuk and TonaFBA. This episo</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#060 - Unsexy Ways to Make Money on Amazon with Vanessa Hung | The Amazon Wholesale Podcast</title>
      <itunes:episode>60</itunes:episode>
      <podcast:episode>60</podcast:episode>
      <itunes:title>#060 - Unsexy Ways to Make Money on Amazon with Vanessa Hung | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/8ac80cf5-01b7-3cb1-a2c3-70b17dcf2d1a</guid>
      <link>https://share.transistor.fm/s/fa6262f2</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Vanessa Hung. Vanessa is a master of the unsexy product category. She has specialized in finding products on categories that not many other sellers are dominating. This conversation was amazing and I know that all of you can get value from it.</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Her:
Instagram: https://www.instagram.com/itsvanessahung/
Linkedin: https://www.linkedin.com/in/vanessaamazonproblemsolver/</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Vanessa Hung. Vanessa is a master of the unsexy product category. She has specialized in finding products on categories that not many other sellers are dominating. This conversation was amazing and I know that all of you can get value from it.</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Her:
Instagram: https://www.instagram.com/itsvanessahung/
Linkedin: https://www.linkedin.com/in/vanessaamazonproblemsolver/</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 10 Jul 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/fa6262f2/5f7a6340.mp3" length="77273986" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3215</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Vanessa Hung. Vanessa is a master of the unsexy product category. She has specialized in finding products on categories that not many other sellers are dominating. This conversation was amazing and I know that all of you can get value from it.
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Her:
Instagram: https://www.instagram.com/itsvanessahung/
Linkedin: https://www.linkedin.com/in/vanessaamazonproblemsolver/
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Vanessa Hung. Vanessa is a master of th</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#059 - The key to making more on Amazon with Phil Foster | The Amazon Wholesale Podcast</title>
      <itunes:episode>59</itunes:episode>
      <podcast:episode>59</podcast:episode>
      <itunes:title>#059 - The key to making more on Amazon with Phil Foster | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/8ccd7a1d-7bd6-3721-ad6e-be78296e5bc5</guid>
      <link>https://share.transistor.fm/s/cdd646dc</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Phil Foster. Phil is a highly successful seller who has recently transitioned to wholesale from arbitrage. He, like many others has seen his business blow up recently because he made the switch. He gave so much valuable insight in this episode to take his business to the next level. I hope you all enjoy the episode as much as I enjoyed the conversation!</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:
Twitter: https://x.com/PhillysFlips</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Phil Foster. Phil is a highly successful seller who has recently transitioned to wholesale from arbitrage. He, like many others has seen his business blow up recently because he made the switch. He gave so much valuable insight in this episode to take his business to the next level. I hope you all enjoy the episode as much as I enjoyed the conversation!</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:
Twitter: https://x.com/PhillysFlips</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 03 Jul 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/cdd646dc/1b508761.mp3" length="67886829" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2823</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Phil Foster. Phil is a highly successful seller who has recently transitioned to wholesale from arbitrage. He, like many others has seen his business blow up recently because he made the switch. He gave so much valuable insight in this episode to take his business to the next level. I hope you all enjoy the episode as much as I enjoyed the conversation!
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Him:
Twitter: https://x.com/PhillysFlips
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Phil Foster. Phil is a highly successfu</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#058 - How to Make Money on Amazon as a Mom with Kate Ecommerce | The Amazon Wholesale Podcast</title>
      <itunes:episode>58</itunes:episode>
      <podcast:episode>58</podcast:episode>
      <itunes:title>#058 - How to Make Money on Amazon as a Mom with Kate Ecommerce | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/389dbb80-129b-3e0f-9bbe-00e8d25fbfa0</guid>
      <link>https://share.transistor.fm/s/e11f9ac6</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Kate E-commerce. She is apart of my wholesale network and has seen a lot of growth on Amazon recently. She is unique in the fact that she is a mom that is living in Canada. In this episode we talk more about how that differs from how you operate an Amazon business in the USA. This episode was great and I hope you all enjoy!</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Her:
Instagram: https://www.instagram.com/kate.ecommerce/
Twitter:https://x.com/kateecommerce</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Kate E-commerce. She is apart of my wholesale network and has seen a lot of growth on Amazon recently. She is unique in the fact that she is a mom that is living in Canada. In this episode we talk more about how that differs from how you operate an Amazon business in the USA. This episode was great and I hope you all enjoy!</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Her:
Instagram: https://www.instagram.com/kate.ecommerce/
Twitter:https://x.com/kateecommerce</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 26 Jun 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/e11f9ac6/c4e5b355.mp3" length="63764181" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2648</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Kate E-commerce. She is apart of my wholesale network and has seen a lot of growth on Amazon recently. She is unique in the fact that she is a mom that is living in Canada. In this episode we talk more about how that differs from how you operate an Amazon business in the USA. This episode was great and I hope you all enjoy!
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Her:
Instagram: https://www.instagram.com/kate.ecommerce/
Twitter:https://x.com/kateecommerce
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Kate E-commerce. She is apart of my who</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#057 - Building an Amazon Business from Scratch with Francisco Valencia | The Amazon Wholesale Podcast</title>
      <itunes:episode>57</itunes:episode>
      <podcast:episode>57</podcast:episode>
      <itunes:title>#057 - Building an Amazon Business from Scratch with Francisco Valencia | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/b8a21bdf-7411-3dc4-a240-51d74e5eda34</guid>
      <link>https://share.transistor.fm/s/a33d238d</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Francisco Valencia. Francisco is apart of my wholesale network and he has grown so much recently on Amazon. Francisco is a newer seller eager to grow and lear. He talks about his experiences with talking to suppliers and how scale and build an Amazon business from the start. I hope you all enjoy this episode like I did!</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:
Instagram:https://www.instagram.com/mattmyers30/
OR https://www.instagram.com/m2enterprises/ 
Twitter: https://x.com/mattmyers30</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Francisco Valencia. Francisco is apart of my wholesale network and he has grown so much recently on Amazon. Francisco is a newer seller eager to grow and lear. He talks about his experiences with talking to suppliers and how scale and build an Amazon business from the start. I hope you all enjoy this episode like I did!</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:
Instagram:https://www.instagram.com/mattmyers30/
OR https://www.instagram.com/m2enterprises/ 
Twitter: https://x.com/mattmyers30</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 19 Jun 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/a33d238d/62411baa.mp3" length="56833372" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2362</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Francisco Valencia. Francisco is apart of my wholesale network and he has grown so much recently on Amazon. Francisco is a newer seller eager to grow and lear. He talks about his experiences with talking to suppliers and how scale and build an Amazon business from the start. I hope you all enjoy this episode like I did!

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Him:
Instagram:https://www.instagram.com/mattmyers30/
OR https://www.instagram.com/m2enterprises/ 
Twitter: https://x.com/mattmyers30
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Francisco Valencia. Francisco is apart </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#056 - How To Make Thousands While in College With Matt Myers | The Amazon Wholesale Podcast</title>
      <itunes:episode>56</itunes:episode>
      <podcast:episode>56</podcast:episode>
      <itunes:title>#056 - How To Make Thousands While in College With Matt Myers | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/c1a8e8ef-154f-37bb-9a4e-01634a13b226</guid>
      <link>https://share.transistor.fm/s/53e21ab4</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Matt Myers. Matt is a college student who is absolutely killing on Amazon right now. He started off like many of us reselling  items not on Amazon and eventually made his transition to Amazon laster year.  He is now on pace to do a quarter million on Amazon this year! This was a great conversation, and I hope you all enjoy.</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:
Instagram:https://www.instagram.com/mattmyers30/
OR https://www.instagram.com/m2enterprises/ 
Twitter: https://x.com/mattmyers30</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Matt Myers. Matt is a college student who is absolutely killing on Amazon right now. He started off like many of us reselling  items not on Amazon and eventually made his transition to Amazon laster year.  He is now on pace to do a quarter million on Amazon this year! This was a great conversation, and I hope you all enjoy.</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:
Instagram:https://www.instagram.com/mattmyers30/
OR https://www.instagram.com/m2enterprises/ 
Twitter: https://x.com/mattmyers30</p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 12 Jun 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/53e21ab4/b472d88b.mp3" length="71595466" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2971</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Matt Myers. Matt is a college student who is absolutely killing on Amazon right now. He started off like many of us reselling  items not on Amazon and eventually made his transition to Amazon laster year.  He is now on pace to do a quarter million on Amazon this year! This was a great conversation, and I hope you all enjoy.

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Him:
Instagram:https://www.instagram.com/mattmyers30/
OR https://www.instagram.com/m2enterprises/ 
Twitter: https://x.com/mattmyers30
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Matt Myers. Matt is a college student w</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#055 - How I built my Amazon business with Side Hustle Experiment | The Amazon Wholesale Podcast</title>
      <itunes:episode>55</itunes:episode>
      <podcast:episode>55</podcast:episode>
      <itunes:title>#055 - How I built my Amazon business with Side Hustle Experiment | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/b2bb80e7-ad2d-39ea-8de2-7fa2d80d9837</guid>
      <link>https://share.transistor.fm/s/8f37ae7a</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to John Muscarello also know as Side Hustle Experiment. He is such a knowledgable seller and this episode was fantastic! I hope you all enjoy!</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:
Instagram: https://www.instagram.com/sidehustleexperiment/
His Podcast: https://www.youtube.com/playlist?list=PLX_MRlWUvW7sSPFlTvb2yUPeCTGge64aj </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to John Muscarello also know as Side Hustle Experiment. He is such a knowledgable seller and this episode was fantastic! I hope you all enjoy!</p>
<p>
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Follow Him:
Instagram: https://www.instagram.com/sidehustleexperiment/
His Podcast: https://www.youtube.com/playlist?list=PLX_MRlWUvW7sSPFlTvb2yUPeCTGge64aj </p>
<p>My credit card referral links:</p>
<p>capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL</p>
<p>chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 05 Jun 2024 04:30:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/8f37ae7a/65d356f4.mp3" length="88526764" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3679</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to John Muscarello also know as Side Hustle Experiment. He is such a knowledgable seller and this episode was fantastic! I hope you all enjoy!

SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Follow Him:
Instagram: https://www.instagram.com/sidehustleexperiment/
His Podcast: https://www.youtube.com/playlist?list=PLX_MRlWUvW7sSPFlTvb2yUPeCTGge64aj 
My credit card referral links:
capital one spark unlimited 2% cash back credit card https://i.capitalone.com/JYM92LbJL
chase ink business premier credit card unlimited 2.5% cash back on purchases over $5,000, unlimited 2% cash back on everything else https://www.referyourchasecard.com/21q/C86BY5C66R
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to John Muscarello also know as Side Hustl</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#054 - How to run a fully remote Amazon business with Fast Track FBA | The Amazon Wholesale Podcast</title>
      <itunes:episode>54</itunes:episode>
      <podcast:episode>54</podcast:episode>
      <itunes:title>#054 - How to run a fully remote Amazon business with Fast Track FBA | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/e58e76bf-f035-3cfd-b126-69c6790d7382</guid>
      <link>https://share.transistor.fm/s/6a10412d</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Thomas Parkinson, also known as Fast Track FBA. He is a master of all things Amazon and specializes in hiring virtual assistants. This episode was packed with so much fantastic information and I hope you all enjoy it!
 </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>His website: https://fasttrackfba.com/
Thomas's Twitter: https://twitter.com/fasttrackfba?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor
Youtube Channel: https://www.youtube.com/@FastTrackFBA</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Thomas Parkinson, also known as Fast Track FBA. He is a master of all things Amazon and specializes in hiring virtual assistants. This episode was packed with so much fantastic information and I hope you all enjoy it!
 </p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>His website: https://fasttrackfba.com/
Thomas's Twitter: https://twitter.com/fasttrackfba?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor
Youtube Channel: https://www.youtube.com/@FastTrackFBA</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 29 May 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6a10412d/cb839ccb.mp3" length="62630706" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2604</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Thomas Parkinson, also known as Fast Track FBA. He is a master of all things Amazon and specializes in hiring virtual assistants. This episode was packed with so much fantastic information and I hope you all enjoy it!
 
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
His website: https://fasttrackfba.com/
Thomas's Twitter: https://twitter.com/fasttrackfba?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor
Youtube Channel: https://www.youtube.com/@FastTrackFBA
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Thomas Parkinson, also known as Fast Tr</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#053 - The Brand Direct Masterclass with Operation AMZ | The Amazon Wholesale Podcast</title>
      <itunes:episode>53</itunes:episode>
      <podcast:episode>53</podcast:episode>
      <itunes:title>#053 - The Brand Direct Masterclass with Operation AMZ | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/31c12974-713e-305c-a2d3-e8a8842922b7</guid>
      <link>https://share.transistor.fm/s/83bdff89</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 53rd episode is with Brad and Brandon from Operation AMZ. These two are so knowledgable when it comes to getting brand direct accounts on Amazon and this episode is PACKED with great information that will help you grow and scale your Amazon business. I hope you enjoy!</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Twitter: https://twitter.com/OperationAMZ
Youtube : https://www.youtube.com/c/BradSherman_amazonfbagrowth
Instagram: https://www.instagram.com/operationamz/
Tik Tok: https://www.tiktok.com/@operationamz</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 53rd episode is with Brad and Brandon from Operation AMZ. These two are so knowledgable when it comes to getting brand direct accounts on Amazon and this episode is PACKED with great information that will help you grow and scale your Amazon business. I hope you enjoy!</p>
<p>SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25</p>
<p>Twitter: https://twitter.com/OperationAMZ
Youtube : https://www.youtube.com/c/BradSherman_amazonfbagrowth
Instagram: https://www.instagram.com/operationamz/
Tik Tok: https://www.tiktok.com/@operationamz</p>
<p>Join the Wholesale Network: https://www.wholesalenetwork.io/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: </p>
<p>💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 </p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>]]>
      </content:encoded>
      <pubDate>Wed, 22 May 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/83bdff89/1b4ddafd.mp3" length="65529234" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2716</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 53rd episode is with Brad and Brandon from Operation AMZ. These two are so knowledgable when it comes to getting brand direct accounts on Amazon and this episode is PACKED with great information that will help you grow and scale your Amazon business. I hope you enjoy!
SmartScout  25% OFF first 3 month: https://partners.smartscout.com/?fpr=corey89
code WHOLESALE25
Twitter: https://twitter.com/OperationAMZ
Youtube : https://www.youtube.com/c/BradSherman_amazonfbagrowth
Instagram: https://www.instagram.com/operationamz/
Tik Tok: https://www.tiktok.com/@operationamz
Join the Wholesale Network: https://www.wholesalenetwork.io/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 
💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): https://partners.smartscout.com/?fpr=corey89 Code: COREY25 
💰 SellerSnap (Best Amazon repricer on the market - 15% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 53rd episode is with Brad and Brandon from Operation AMZ. Thes</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#052 - The 60 Million Dollar Seller with Amazon Lit | The Amazon Wholesale Podcast</title>
      <itunes:episode>52</itunes:episode>
      <podcast:episode>52</podcast:episode>
      <itunes:title>#052 - The 60 Million Dollar Seller with Amazon Lit | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/48dab9a6-bc76-35ff-bce3-6ea63820936f</guid>
      <link>https://share.transistor.fm/s/a8965345</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 52nd episode is with Eric Castellano also known as Amazon Lit. Eric is an Amazon Wholesale expert who has helped his clients sell over $50 in yearly sales worth of products on Amazon! He is so knowledgable and I know you will get out so much from this episode! Hope you all enjoy!</p>
<p>SmartScout  25% OFF first 3 month: Smartscout.com 
code WHOLESALE25</p>
<p>His Website: amazonlit.com
Twitter: https://twitter.com/amazon_lit
Youtube : https://www.youtube.com/amazonlit
Instagram: https://www.instagram.com/amazon_lit/</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 52nd episode is with Eric Castellano also known as Amazon Lit. Eric is an Amazon Wholesale expert who has helped his clients sell over $50 in yearly sales worth of products on Amazon! He is so knowledgable and I know you will get out so much from this episode! Hope you all enjoy!</p>
<p>SmartScout  25% OFF first 3 month: Smartscout.com 
code WHOLESALE25</p>
<p>His Website: amazonlit.com
Twitter: https://twitter.com/amazon_lit
Youtube : https://www.youtube.com/amazonlit
Instagram: https://www.instagram.com/amazon_lit/</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 15 May 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/a8965345/09965c28.mp3" length="68322326" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2839</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 52nd episode is with Eric Castellano also known as Amazon Lit. Eric is an Amazon Wholesale expert who has helped his clients sell over $50 in yearly sales worth of products on Amazon! He is so knowledgable and I know you will get out so much from this episode! Hope you all enjoy!
SmartScout  25% OFF first 3 month: Smartscout.com 
code WHOLESALE25
His Website: amazonlit.com
Twitter: https://twitter.com/amazon_lit
Youtube : https://www.youtube.com/amazonlit
Instagram: https://www.instagram.com/amazon_lit/
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 52nd episode is with Eric Castellano also known as Amazon Lit.</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#051 - The College Million Dollar Seller with Buy Box Winner | The Amazon Wholesale Podcast</title>
      <itunes:episode>51</itunes:episode>
      <podcast:episode>51</podcast:episode>
      <itunes:title>#051 - The College Million Dollar Seller with Buy Box Winner | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/28373f91-6dcd-3aec-a178-4b66c4e39e1c</guid>
      <link>https://share.transistor.fm/s/db232e79</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 51st episode is with Buy Box Winner who is a young and successful Amazon seller and a 7 figure seller. He has already done over a million on Amazon using the wholesale method. He is still in college and yet does over a million in sales. He is also the newest member of my wholesale community and has impressed so much in such a short time! I hope you enjoy this episode!</p>
<p>Follow him on Twitter here: https://twitter.com/buyboxwinner_
Tik Tok : https://www.tiktok.com/@buyboxwinner 
Instagram:https://www.instagram.com/buyboxwinner/</p>
<p>
SmartScout  25% OFF first 3 month: Smartscout.com 
code WHOLESALE25</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 51st episode is with Buy Box Winner who is a young and successful Amazon seller and a 7 figure seller. He has already done over a million on Amazon using the wholesale method. He is still in college and yet does over a million in sales. He is also the newest member of my wholesale community and has impressed so much in such a short time! I hope you enjoy this episode!</p>
<p>Follow him on Twitter here: https://twitter.com/buyboxwinner_
Tik Tok : https://www.tiktok.com/@buyboxwinner 
Instagram:https://www.instagram.com/buyboxwinner/</p>
<p>
SmartScout  25% OFF first 3 month: Smartscout.com 
code WHOLESALE25</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 08 May 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/db232e79/bacbe409.mp3" length="56922871" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2356</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 51st episode is with Buy Box Winner who is a young and successful Amazon seller and a 7 figure seller. He has already done over a million on Amazon using the wholesale method. He is still in college and yet does over a million in sales. He is also the newest member of my wholesale community and has impressed so much in such a short time! I hope you enjoy this episode!
Follow him on Twitter here: https://twitter.com/buyboxwinner_
Tik Tok : https://www.tiktok.com/@buyboxwinner 
Instagram:https://www.instagram.com/buyboxwinner/

SmartScout  25% OFF first 3 month: Smartscout.com 
code WHOLESALE25
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 51st episode is with Buy Box Winner who is a young and success</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#050 - The Shoe Guru with Dylan Sawyer | The Amazon Wholesale Podcast</title>
      <itunes:episode>50</itunes:episode>
      <podcast:episode>50</podcast:episode>
      <itunes:title>#050 - The Shoe Guru with Dylan Sawyer | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/3e9397f5-7f74-3c19-89de-7bb876184968</guid>
      <link>https://share.transistor.fm/s/5b11e06c</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 50th episode is with Dylan SawyerSoles who is a young and successful Amazon seller and a 7 figure revenue seller. He has sold over 100,000 pairs of shoes by 18! He is such an impressive human and even better person! He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.</p>
<p>Follow him on Twitter here: https://twitter.com/IamDylanSawyer
Youtube:https://www.youtube.com/@IamDylanSawyer/videos
Instagram:https://www.instagram.com/iamdylansawyer/
Discord group: https://twitter.com/FBA_AIO</p>
<p>Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 50th episode is with Dylan SawyerSoles who is a young and successful Amazon seller and a 7 figure revenue seller. He has sold over 100,000 pairs of shoes by 18! He is such an impressive human and even better person! He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.</p>
<p>Follow him on Twitter here: https://twitter.com/IamDylanSawyer
Youtube:https://www.youtube.com/@IamDylanSawyer/videos
Instagram:https://www.instagram.com/iamdylansawyer/
Discord group: https://twitter.com/FBA_AIO</p>
<p>Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 01 May 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/5b11e06c/42705751.mp3" length="67752053" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2823</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 50th episode is with Dylan SawyerSoles who is a young and successful Amazon seller and a 7 figure revenue seller. He has sold over 100,000 pairs of shoes by 18! He is such an impressive human and even better person! He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.
Follow him on Twitter here: https://twitter.com/IamDylanSawyer
Youtube:https://www.youtube.com/@IamDylanSawyer/videos
Instagram:https://www.instagram.com/iamdylansawyer/
Discord group: https://twitter.com/FBA_AIO
Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 50th episode is with Dylan SawyerSoles who is a young and succ</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#048 - How to Start, Build, and, Scale an Amazon Business with Josh and Cajua | The Amazon Wholesale Podcast</title>
      <itunes:episode>48</itunes:episode>
      <podcast:episode>48</podcast:episode>
      <itunes:title>#048 - How to Start, Build, and, Scale an Amazon Business with Josh and Cajua | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/7ebc65fe-070f-39ed-bcb2-3bc2045e2a67</guid>
      <link>https://share.transistor.fm/s/3214932a</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This week episode is a snippet from the Ecom Unlimited Podcast where my two good friends Josh and Cajua had me on to talk about all things Amazon. We talked about how I got my start on Amazon and how I have been able to build my business and scale it to where it is today. I hope you enjoy!</p>
<p>Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET</p>
<p>Listen to their podcast!
Spotify: https://open.spotify.com/show/3pQVX85Qvujmy1rXlkv5AO?si=a580a617de794d5b
Youtube: https://www.youtube.com/@ecom.unlimited
Instagram: https://www.instagram.com/ecomunlimited.io/</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This week episode is a snippet from the Ecom Unlimited Podcast where my two good friends Josh and Cajua had me on to talk about all things Amazon. We talked about how I got my start on Amazon and how I have been able to build my business and scale it to where it is today. I hope you enjoy!</p>
<p>Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET</p>
<p>Listen to their podcast!
Spotify: https://open.spotify.com/show/3pQVX85Qvujmy1rXlkv5AO?si=a580a617de794d5b
Youtube: https://www.youtube.com/@ecom.unlimited
Instagram: https://www.instagram.com/ecomunlimited.io/</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 17 Apr 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/3214932a/9e98d0ed.mp3" length="69742442" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2906</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This week episode is a snippet from the Ecom Unlimited Podcast where my two good friends Josh and Cajua had me on to talk about all things Amazon. We talked about how I got my start on Amazon and how I have been able to build my business and scale it to where it is today. I hope you enjoy!
Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET
Listen to their podcast!
Spotify: https://open.spotify.com/show/3pQVX85Qvujmy1rXlkv5AO?si=a580a617de794d5b
Youtube: https://www.youtube.com/@ecom.unlimited
Instagram: https://www.instagram.com/ecomunlimited.io/
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This week episode is a snippet from the Ecom Unlimited Podcast wher</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#047 - How to optimize your Amazon Business with Virtual Assistants | The Amazon Wholesale Podcast</title>
      <itunes:episode>47</itunes:episode>
      <podcast:episode>47</podcast:episode>
      <itunes:title>#047 - How to optimize your Amazon Business with Virtual Assistants | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/7052412d-0836-3264-b393-35ef05a2fc02</guid>
      <link>https://share.transistor.fm/s/fe97a283</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This week's episode is live from the Miami Sellers Conference. This is a recording of my talk all about how to get the most out of virtual assistants in your business. There is so much value in this talk and I highly recommend watching it more than once to get everything out of it that you can. I hope you all enjoy the episode!</p>
<p>Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This week's episode is live from the Miami Sellers Conference. This is a recording of my talk all about how to get the most out of virtual assistants in your business. There is so much value in this talk and I highly recommend watching it more than once to get everything out of it that you can. I hope you all enjoy the episode!</p>
<p>Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 10 Apr 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/fe97a283/1aabc5f4.mp3" length="49707929" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2070</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This week's episode is live from the Miami Sellers Conference. This is a recording of my talk all about how to get the most out of virtual assistants in your business. There is so much value in this talk and I highly recommend watching it more than once to get everything out of it that you can. I hope you all enjoy the episode!
Sellersnap 15% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This week's episode is live from the Miami Sellers Conference. This</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#046 - How Community Can 10x Your Amazon Business with Cajua Robinson | The Amazon Wholesale Podcast</title>
      <itunes:episode>46</itunes:episode>
      <podcast:episode>46</podcast:episode>
      <itunes:title>#046 - How Community Can 10x Your Amazon Business with Cajua Robinson | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/4fba1658-94ab-3f3a-9f80-7e084dba4260</guid>
      <link>https://share.transistor.fm/s/ec42f0b7</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a 7 figure Amazon seller who has not transitioned into wholesale and is beginning to work on creating brand direct and brand exclusive accounts. This episode we talk a lot about how he has progressed and our group that we are in together. It has helped both of us tremendously! I hope you enjoy the episode!</p>
<p>Sellersnap 10% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET</p>
<p>Follow Cajua
Twitter: https://twitter.com/CajuaRobinson
Instagram: https://www.instagram.com/cajuarobinson/
Linkedin: https://www.linkedin.com/in/cajuarobinson/
His Podcast: https://www.youtube.com/@ecom.unlimited
Spotify Podcast: https://open.spotify.com/show/3pQVX85Qvujmy1rXlkv5AO?si=e29e70db97b940dd
His Podcast Instagram: https://www.instagram.com/ecomunlimited.io/</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a 7 figure Amazon seller who has not transitioned into wholesale and is beginning to work on creating brand direct and brand exclusive accounts. This episode we talk a lot about how he has progressed and our group that we are in together. It has helped both of us tremendously! I hope you enjoy the episode!</p>
<p>Sellersnap 10% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET</p>
<p>Follow Cajua
Twitter: https://twitter.com/CajuaRobinson
Instagram: https://www.instagram.com/cajuarobinson/
Linkedin: https://www.linkedin.com/in/cajuarobinson/
His Podcast: https://www.youtube.com/@ecom.unlimited
Spotify Podcast: https://open.spotify.com/show/3pQVX85Qvujmy1rXlkv5AO?si=e29e70db97b940dd
His Podcast Instagram: https://www.instagram.com/ecomunlimited.io/</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 03 Apr 2024 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/ec42f0b7/c986898e.mp3" length="59761330" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2490</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a 7 figure Amazon seller who has not transitioned into wholesale and is beginning to work on creating brand direct and brand exclusive accounts. This episode we talk a lot about how he has progressed and our group that we are in together. It has helped both of us tremendously! I hope you enjoy the episode!
Sellersnap 10% OFF first 3 month: https://www.sellersnap.io/ code BRANDROCKET
Follow Cajua
Twitter: https://twitter.com/CajuaRobinson
Instagram: https://www.instagram.com/cajuarobinson/
Linkedin: https://www.linkedin.com/in/cajuarobinson/
His Podcast: https://www.youtube.com/@ecom.unlimited
Spotify Podcast: https://open.spotify.com/show/3pQVX85Qvujmy1rXlkv5AO?si=e29e70db97b940dd
His Podcast Instagram: https://www.instagram.com/ecomunlimited.io/
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a 7 figure Amazon </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#045 - From professional gamer to full time Amazon seller with Keith | The Amazon Wholesale Podcast</title>
      <itunes:episode>45</itunes:episode>
      <podcast:episode>45</podcast:episode>
      <itunes:title>#045 - From professional gamer to full time Amazon seller with Keith | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/6bf3248d-f863-3666-97f4-ea1aa3bf7b67</guid>
      <link>https://share.transistor.fm/s/d6786394</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 45th episode is with Keith. Keith is a former professional gamer who quit to go full time on Amazon. He is also apart of my wholesale group and is absolutely killing as he is scaling his Amazon business. We talk all about how he is able to scale and what he does to continue to grow his business! I hope you enjoy the episode!</p>
<p>Follow Keith
Twitter: https://twitter.com/keith_fba</p>
<p>Selleramp.com/ganim
Code: GANIM or GANIMANNUAL</p>
<p>SmartScout Code COREY25
https://smartscout.com/?fpr=corey83</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 45th episode is with Keith. Keith is a former professional gamer who quit to go full time on Amazon. He is also apart of my wholesale group and is absolutely killing as he is scaling his Amazon business. We talk all about how he is able to scale and what he does to continue to grow his business! I hope you enjoy the episode!</p>
<p>Follow Keith
Twitter: https://twitter.com/keith_fba</p>
<p>Selleramp.com/ganim
Code: GANIM or GANIMANNUAL</p>
<p>SmartScout Code COREY25
https://smartscout.com/?fpr=corey83</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 27 Mar 2024 02:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/d6786394/be52929f.mp3" length="77321920" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3222</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 45th episode is with Keith. Keith is a former professional gamer who quit to go full time on Amazon. He is also apart of my wholesale group and is absolutely killing as he is scaling his Amazon business. We talk all about how he is able to scale and what he does to continue to grow his business! I hope you enjoy the episode!
Follow Keith
Twitter: https://twitter.com/keith_fba
Selleramp.com/ganim
Code: GANIM or GANIMANNUAL
SmartScout Code COREY25
https://smartscout.com/?fpr=corey83
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7k
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 45th episode is with Keith. Keith is a former professional gam</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#044 - How to scale on Amazon with Nick Shucet | The Amazon Wholesale Podcast</title>
      <itunes:episode>44</itunes:episode>
      <podcast:episode>44</podcast:episode>
      <itunes:title>#044 - How to scale on Amazon with Nick Shucet | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/a18cfccc-d8c2-3323-ad52-81db4df9eb27</guid>
      <link>https://share.transistor.fm/s/80d78b9e</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 44th episode is with Nick Shucet who is a longtime seller and the host of the Million Dollar Seller Podcast. He is an experienced businessman with plenty of experience in all things e-commerce. I hope you enjoy the episode!</p>
<p>Follow Nick</p>
<p>Youtube: <a href="https://www.youtube.com/@milliondollarsellers" rel="noopener noreferrer nofollow">https://www.youtube.com/@milliondollarsellers</a></p>
<p>His Community: <a href="https://www.milliondollarsellers.com/" rel="noopener noreferrer nofollow">https://www.milliondollarsellers.com/</a></p>
<p>Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 44th episode is with Nick Shucet who is a longtime seller and the host of the Million Dollar Seller Podcast. He is an experienced businessman with plenty of experience in all things e-commerce. I hope you enjoy the episode!</p>
<p>Follow Nick</p>
<p>Youtube: <a href="https://www.youtube.com/@milliondollarsellers" rel="noopener noreferrer nofollow">https://www.youtube.com/@milliondollarsellers</a></p>
<p>His Community: <a href="https://www.milliondollarsellers.com/" rel="noopener noreferrer nofollow">https://www.milliondollarsellers.com/</a></p>
<p>Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 20 Mar 2024 02:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/80d78b9e/d3ca8fc0.mp3" length="69459099" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2894</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 44th episode is with Nick Shucet who is a longtime seller and the host of the Million Dollar Seller Podcast. He is an experienced businessman with plenty of experience in all things e-commerce. I hope you enjoy the episode!
Follow Nick
Youtube: https://www.youtube.com/@milliondollarsellers
His Community: https://www.milliondollarsellers.com/
Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 44th episode is with Nick Shucet who is a longtime seller and </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#043 - How to Crush Trade Shows with Garrett Goral | The Amazon Wholesale Podcast</title>
      <itunes:episode>43</itunes:episode>
      <podcast:episode>43</podcast:episode>
      <itunes:title>#043 - How to Crush Trade Shows with Garrett Goral | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f9edd141-ad78-3bff-92b3-ebaf39038a14</guid>
      <link>https://share.transistor.fm/s/5a706680</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 43rd episode is with Garrett Goral who is a longtime seller and one of the core members of The Buy Box Bandits. 

Subscribe to Garrett's youtube here: <a href="https://www.youtube.com/@garrettgoral/" rel="noopener noreferrer nofollow">https://www.youtube.com/@garrettgoral/</a>

And follow him on twitter here: <a href="https://twitter.com/alloutamazonn" rel="noopener noreferrer nofollow">https://twitter.com/alloutamazonn </a>

SmartScout Code COREY25 https://smartscout.com/?fpr=corey83 

Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 43rd episode is with Garrett Goral who is a longtime seller and one of the core members of The Buy Box Bandits. 

Subscribe to Garrett's youtube here: <a href="https://www.youtube.com/@garrettgoral/" rel="noopener noreferrer nofollow">https://www.youtube.com/@garrettgoral/</a>

And follow him on twitter here: <a href="https://twitter.com/alloutamazonn" rel="noopener noreferrer nofollow">https://twitter.com/alloutamazonn </a>

SmartScout Code COREY25 https://smartscout.com/?fpr=corey83 

Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 13 Mar 2024 02:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/5a706680/5b493feb.mp3" length="51996211" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2166</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 43rd episode is with Garrett Goral who is a longtime seller and one of the core members of The Buy Box Bandits. 

Subscribe to Garrett's youtube here: https://www.youtube.com/@garrettgoral/

And follow him on twitter here: https://twitter.com/alloutamazonn 

SmartScout Code COREY25 https://smartscout.com/?fpr=corey83 

Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en
 </itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 43rd episode is with Garrett Goral who is a longtime seller an</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#042 - The ONLY tool you need for selling on Amazon with Scott Needham | The Amazon Wholesale Podcast</title>
      <itunes:episode>42</itunes:episode>
      <podcast:episode>42</podcast:episode>
      <itunes:title>#042 - The ONLY tool you need for selling on Amazon with Scott Needham | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/9f6ed5ec-5922-3175-ab3f-d7faf496d538</guid>
      <link>https://share.transistor.fm/s/758a1576</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 22nd episode is with Scott Needham who was once a top 10 Amazon seller in the country who then started Smart Scout and does that fulltime. Scott is one of the most successful Amazon sellers ever and he has paved the way for a lot of people like me. This episode was filmed at the Smart Scout headquarters and it was a pleasure to be invited out there to film this episode.

SmartScout Code COREY25 
<a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83</a></p>
<p>

Scott's Linkedin: <a href="https://www.linkedin.com/in/scott-needham-a8b39813/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/scott-needham-a8b39813/</a></p>
<p>Scott's Newsletter: <a href="https://www.smartscout.com/newsletter-sign-up" rel="noopener noreferrer nofollow">https://www.smartscout.com/newsletter-sign-up</a>


</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 22nd episode is with Scott Needham who was once a top 10 Amazon seller in the country who then started Smart Scout and does that fulltime. Scott is one of the most successful Amazon sellers ever and he has paved the way for a lot of people like me. This episode was filmed at the Smart Scout headquarters and it was a pleasure to be invited out there to film this episode.

SmartScout Code COREY25 
<a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83</a></p>
<p>

Scott's Linkedin: <a href="https://www.linkedin.com/in/scott-needham-a8b39813/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/scott-needham-a8b39813/</a></p>
<p>Scott's Newsletter: <a href="https://www.smartscout.com/newsletter-sign-up" rel="noopener noreferrer nofollow">https://www.smartscout.com/newsletter-sign-up</a>


</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 06 Mar 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/758a1576/b3dd9b51.mp3" length="37225387" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1551</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 22nd episode is with Scott Needham who was once a top 10 Amazon seller in the country who then started Smart Scout and does that fulltime. Scott is one of the most successful Amazon sellers ever and he has paved the way for a lot of people like me. This episode was filmed at the Smart Scout headquarters and it was a pleasure to be invited out there to film this episode.

SmartScout Code COREY25 
https://smartscout.com/?fpr=corey83


Scott's Linkedin: https://www.linkedin.com/in/scott-needham-a8b39813/
Scott's Newsletter: https://www.smartscout.com/newsletter-sign-up



Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en
 </itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 22nd episode is with Scott Needham who was once a top 10 Amazo</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#041 - How anyone can get started on Amazon with Roudolph | The Amazon Wholesale Podcast</title>
      <itunes:episode>41</itunes:episode>
      <podcast:episode>41</podcast:episode>
      <itunes:title>#041 - How anyone can get started on Amazon with Roudolph | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/aee114dd-b3bd-3e9c-b418-57f37b94ff6e</guid>
      <link>https://share.transistor.fm/s/ce9f57ff</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Roudolph all about his process on Amazon. He talked about how to get started on Amazon. He talked about how trade shows can be a great way to grow on Amazon and SO much more! I hope you enjoy this epsiode.</p>
<p>Follow Roudolph:</p>
<p>Twitter: <a href="https://twitter.com/RTC_10" rel="noopener noreferrer nofollow">https://twitter.com/RTC_10</a></p>
<p>Tik Tok: <a href="https://www.tiktok.com/@cinorinvestments" rel="noopener noreferrer nofollow">https://www.tiktok.com/@cinorinvestments</a></p>
<p>Instagram: https://www.instagram.com/cinor_investments/</p>
<p> </p>
<p>Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Roudolph all about his process on Amazon. He talked about how to get started on Amazon. He talked about how trade shows can be a great way to grow on Amazon and SO much more! I hope you enjoy this epsiode.</p>
<p>Follow Roudolph:</p>
<p>Twitter: <a href="https://twitter.com/RTC_10" rel="noopener noreferrer nofollow">https://twitter.com/RTC_10</a></p>
<p>Tik Tok: <a href="https://www.tiktok.com/@cinorinvestments" rel="noopener noreferrer nofollow">https://www.tiktok.com/@cinorinvestments</a></p>
<p>Instagram: https://www.instagram.com/cinor_investments/</p>
<p> </p>
<p>Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 28 Feb 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/ce9f57ff/a89abfea.mp3" length="75303990" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3137</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Roudolph all about his process on Amazon. He talked about how to get started on Amazon. He talked about how trade shows can be a great way to grow on Amazon and SO much more! I hope you enjoy this epsiode.
Follow Roudolph:
Twitter: https://twitter.com/RTC_10
Tik Tok: https://www.tiktok.com/@cinorinvestments
Instagram: https://www.instagram.com/cinor_investments/
 
Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Roudolph all about his process on Amazo</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#040 - How to bring value to brands with Nick Spisak | The Amazon Wholesale Podcast</title>
      <itunes:episode>40</itunes:episode>
      <podcast:episode>40</podcast:episode>
      <itunes:title>#040 - How to bring value to brands with Nick Spisak | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/db13eeb5-cf96-3b1c-8bd4-ac1fe2ee0cf3</guid>
      <link>https://share.transistor.fm/s/c307a3db</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Nick and how he is able to secure great relationships with brands on Amazon by giving them value. Getting exclusive deals on Amazon is the best and newest way to succeed on Amazon. I hope you all enjoy this episode!

Follow Nick:

Twitter: <a href="https://twitter.com/NickSpisak_" rel="noopener noreferrer nofollow">https://twitter.com/NickSpisak_</a>
Tik Tok: <a href="https://www.tiktok.com/@nickspisak_" rel="noopener noreferrer nofollow">https://www.tiktok.com/@nickspisak_</a>
Instagram: <a href="https://www.instagram.com/nickspisak_" rel="noopener noreferrer nofollow">https://www.instagram.com/nickspisak_</a>
Youtube: <a href="https://www.youtube.com/channel/UCusMlMDWZS0uOlhgL0M_q-A" rel="noopener noreferrer nofollow">https://www.youtube.com/channel/UCusMlMDWZS0uOlhgL0M_q-A</a></p>
<p>

Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Nick and how he is able to secure great relationships with brands on Amazon by giving them value. Getting exclusive deals on Amazon is the best and newest way to succeed on Amazon. I hope you all enjoy this episode!

Follow Nick:

Twitter: <a href="https://twitter.com/NickSpisak_" rel="noopener noreferrer nofollow">https://twitter.com/NickSpisak_</a>
Tik Tok: <a href="https://www.tiktok.com/@nickspisak_" rel="noopener noreferrer nofollow">https://www.tiktok.com/@nickspisak_</a>
Instagram: <a href="https://www.instagram.com/nickspisak_" rel="noopener noreferrer nofollow">https://www.instagram.com/nickspisak_</a>
Youtube: <a href="https://www.youtube.com/channel/UCusMlMDWZS0uOlhgL0M_q-A" rel="noopener noreferrer nofollow">https://www.youtube.com/channel/UCusMlMDWZS0uOlhgL0M_q-A</a></p>
<p>

Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 21 Feb 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/c307a3db/60f3c39c.mp3" length="75448402" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3143</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Nick and how he is able to secure great relationships with brands on Amazon by giving them value. Getting exclusive deals on Amazon is the best and newest way to succeed on Amazon. I hope you all enjoy this episode!

Follow Nick:

Twitter: https://twitter.com/NickSpisak_
Tik Tok: https://www.tiktok.com/@nickspisak_
Instagram: https://www.instagram.com/nickspisak_
Youtube: https://www.youtube.com/channel/UCusMlMDWZS0uOlhgL0M_q-A


Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Nick and how he is able to secure great</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#039 - This Grandma makes MILLIONS on Amazon with Tracy Shelley | The Amazon Wholesale Podcast</title>
      <itunes:episode>39</itunes:episode>
      <podcast:episode>39</podcast:episode>
      <itunes:title>#039 - This Grandma makes MILLIONS on Amazon with Tracy Shelley | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/dce24810-0a89-3769-86c7-61824dd911e1</guid>
      <link>https://share.transistor.fm/s/53626857</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Tracy Shelley who is someone that has been selling online for OVER 20 years and has been extremely successful in doing so. This was such a fun conversation and I hope you all enjoy it as much as I did.

Tracy's Instagram: <a href="https://www.instagram.com/7figuregrammy/" rel="noopener noreferrer nofollow">https://www.instagram.com/7figuregrammy/</a></p>
<p>
Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Tracy Shelley who is someone that has been selling online for OVER 20 years and has been extremely successful in doing so. This was such a fun conversation and I hope you all enjoy it as much as I did.

Tracy's Instagram: <a href="https://www.instagram.com/7figuregrammy/" rel="noopener noreferrer nofollow">https://www.instagram.com/7figuregrammy/</a></p>
<p>
Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 14 Feb 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/53626857/bf32996a.mp3" length="81358906" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3390</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Tracy Shelley who is someone that has been selling online for OVER 20 years and has been extremely successful in doing so. This was such a fun conversation and I hope you all enjoy it as much as I did.

Tracy's Instagram: https://www.instagram.com/7figuregrammy/

Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Tracy Shelley who is someone that has b</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#038 - How going to trade shows can make you MILLIONS with Niki | The Amazon Wholesale Podcast</title>
      <itunes:episode>38</itunes:episode>
      <podcast:episode>38</podcast:episode>
      <itunes:title>#038 - How going to trade shows can make you MILLIONS with Niki | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/691810df-622b-33f5-b8a0-8c2eaed50c67</guid>
      <link>https://share.transistor.fm/s/9d3cd5eb</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Niki and he talked about the importance of going to trade shows to grow your Amazon business. I hope you all enjoy!

Nik's Twitter: https://twitter.com/dotklaus

Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Niki and he talked about the importance of going to trade shows to grow your Amazon business. I hope you all enjoy!

Nik's Twitter: https://twitter.com/dotklaus

Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 07 Feb 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/9d3cd5eb/c5e4a088.mp3" length="87925123" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3663</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Niki and he talked about the importance of going to trade shows to grow your Amazon business. I hope you all enjoy!

Nik's Twitter: https://twitter.com/dotklaus

Selleramp.com/ganim 
Code: GANIM or GANIMANNUAL

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Niki and he talked about the importance</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#037 - Making more money with repricers on Amazon with Ian Kaneshiro | The Amazon Wholesale Podcast</title>
      <itunes:episode>37</itunes:episode>
      <podcast:episode>37</podcast:episode>
      <itunes:title>#037 - Making more money with repricers on Amazon with Ian Kaneshiro | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/49d34bc3-2132-3cb3-8584-e2535d09fec5</guid>
      <link>https://share.transistor.fm/s/b630d811</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Ian Kaneshiro who is the Head of Sales and Customer success at Seller Snap. My company have been using Seller Snap as a repricer tool on Amazon for the last 3 years and it has been pivotal to our success on Amazon. Ian is an Amazon Repricing Expert who knows everything about Seller Snap. I hope you enjoy this episode!

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Ian's Linkedin: <a href="https://www.linkedin.com/in/iankaneshiro/?originalSubdomain=il" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/iankaneshiro/?originalSubdomain=il</a>
Ian's Podcast: <a href="https://open.spotify.com/show/1bvW2iDYgsknLAzvg5GMBj?si=eff724d18dc64b01" rel="noopener noreferrer nofollow">https://open.spotify.com/show/1bvW2iDYgsknLAzvg5GMBj?si=eff724d18dc64b01</a></p>
<p>Sellersnap.io</p>
<p>

Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Ian Kaneshiro who is the Head of Sales and Customer success at Seller Snap. My company have been using Seller Snap as a repricer tool on Amazon for the last 3 years and it has been pivotal to our success on Amazon. Ian is an Amazon Repricing Expert who knows everything about Seller Snap. I hope you enjoy this episode!

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Ian's Linkedin: <a href="https://www.linkedin.com/in/iankaneshiro/?originalSubdomain=il" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/iankaneshiro/?originalSubdomain=il</a>
Ian's Podcast: <a href="https://open.spotify.com/show/1bvW2iDYgsknLAzvg5GMBj?si=eff724d18dc64b01" rel="noopener noreferrer nofollow">https://open.spotify.com/show/1bvW2iDYgsknLAzvg5GMBj?si=eff724d18dc64b01</a></p>
<p>Sellersnap.io</p>
<p>

Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 31 Jan 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b630d811/2fa12620.mp3" length="68807332" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2866</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Ian Kaneshiro who is the Head of Sales and Customer success at Seller Snap. My company have been using Seller Snap as a repricer tool on Amazon for the last 3 years and it has been pivotal to our success on Amazon. Ian is an Amazon Repricing Expert who knows everything about Seller Snap. I hope you enjoy this episode!

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Ian's Linkedin: https://www.linkedin.com/in/iankaneshiro/?originalSubdomain=il
Ian's Podcast: https://open.spotify.com/show/1bvW2iDYgsknLAzvg5GMBj?si=eff724d18dc64b01
Sellersnap.io


Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Ian Kaneshiro who is the Head of Sales </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#036 - The easiest way to start selling on Amazon with Ben Whitmer | The Amazon Wholesale Podcast</title>
      <itunes:episode>34</itunes:episode>
      <podcast:episode>34</podcast:episode>
      <itunes:title>#036 - The easiest way to start selling on Amazon with Ben Whitmer | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/53e9871e-80ff-381f-9892-2698e2bd1ca6</guid>
      <link>https://share.transistor.fm/s/ce3fdb27</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Ben Whitmer also know as BenAmzn. He is a 7 figure seller who has been in the game for a couple years and has seen crazy success. This conversation was especially helpful for those trying to get into FBA and selling on Amazon. I hope you enjoy!</p>
<p>Follow Ben</p>
<p>Twitter: <a href="https://twitter.com/BenAmzn" rel="noopener noreferrer nofollow">https://twitter.com/BenAmzn</a></p>
<p>Instagram: <a href="https://www.instagram.com/ben.whitmer/" rel="noopener noreferrer nofollow">https://www.instagram.com/ben.whitmer/</a></p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Ben Whitmer also know as BenAmzn. He is a 7 figure seller who has been in the game for a couple years and has seen crazy success. This conversation was especially helpful for those trying to get into FBA and selling on Amazon. I hope you enjoy!</p>
<p>Follow Ben</p>
<p>Twitter: <a href="https://twitter.com/BenAmzn" rel="noopener noreferrer nofollow">https://twitter.com/BenAmzn</a></p>
<p>Instagram: <a href="https://www.instagram.com/ben.whitmer/" rel="noopener noreferrer nofollow">https://www.instagram.com/ben.whitmer/</a></p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 24 Jan 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/ce3fdb27/6c8be9c4.mp3" length="80038341" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3329</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Ben Whitmer also know as BenAmzn. He is a 7 figure seller who has been in the game for a couple years and has seen crazy success. This conversation was especially helpful for those trying to get into FBA and selling on Amazon. I hope you enjoy!
Follow Ben
Twitter: https://twitter.com/BenAmzn
Instagram: https://www.instagram.com/ben.whitmer/
SellerAmp 50% OFF first month: https://selleramp.com/ganim or use code GANIM
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en
 </itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Ben Whitmer als</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#035 - From $0 to $2 Million in ONE YEAR with Rahul Choudhary | The Amazon Wholesale Podcast</title>
      <itunes:episode>36</itunes:episode>
      <podcast:episode>36</podcast:episode>
      <itunes:title>#035 - From $0 to $2 Million in ONE YEAR with Rahul Choudhary | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/4a06126b-c61b-354c-864a-e2b176af77a7</guid>
      <link>https://share.transistor.fm/s/a44dc11f</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Rahul Choudhary. Rahul is a student of mine and is a part of the Wholesale Challenge that will be happening in just a few days. He was able to scale SO quickly and effectively on Amazon and now he has done over $2 million on Amazon in just a year!</p>
<p>Follow Rahul</p>
<p>Twitter: <a href="https://twitter.com/RahulFBA" rel="noopener noreferrer nofollow">https://twitter.com/RahulFBA</a></p>
<p>Linkedin: <a href="https://www.linkedin.com/in/rahul-choudhary-7b2a61193/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/rahul-choudhary-7b2a61193/</a></p>
<p>
SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Rahul Choudhary. Rahul is a student of mine and is a part of the Wholesale Challenge that will be happening in just a few days. He was able to scale SO quickly and effectively on Amazon and now he has done over $2 million on Amazon in just a year!</p>
<p>Follow Rahul</p>
<p>Twitter: <a href="https://twitter.com/RahulFBA" rel="noopener noreferrer nofollow">https://twitter.com/RahulFBA</a></p>
<p>Linkedin: <a href="https://www.linkedin.com/in/rahul-choudhary-7b2a61193/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/rahul-choudhary-7b2a61193/</a></p>
<p>
SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 17 Jan 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/a44dc11f/cb50552c.mp3" length="63007904" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2625</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Rahul Choudhary. Rahul is a student of mine and is a part of the Wholesale Challenge that will be happening in just a few days. He was able to scale SO quickly and effectively on Amazon and now he has done over $2 million on Amazon in just a year!
Follow Rahul
Twitter: https://twitter.com/RahulFBA
Linkedin: https://www.linkedin.com/in/rahul-choudhary-7b2a61193/

SellerAmp 50% OFF first month: https://selleramp.com/ganim or use code GANIM
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Rahul Choudhary</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#034 - How to transition from Online Arbitrage to Wholesale with Paulo | The Amazon Wholesale Podcast</title>
      <itunes:episode>35</itunes:episode>
      <podcast:episode>35</podcast:episode>
      <itunes:title>#034 - How to transition from Online Arbitrage to Wholesale with Paulo | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/ea45a945-3ac2-3cd8-8e87-2a8f65208ee9</guid>
      <link>https://share.transistor.fm/s/9888f976</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Paulo Sathler. Paulo is a very experienced E-commerce and Amazon seller. He is very knowledgable in all different sectors of Amazon. He has done private label, online arbitrage, and wholesale. He is the perfect example of someone who has done it all and knows all of the dos and dont's of selling on Amazon.</p>
<p>Follow Paulo</p>
<p>Twitter: <a href="https://twitter.com/Paulo_Sells" rel="noopener noreferrer nofollow">https://twitter.com/Paulo_Sells</a></p>
<p>Instagram: <a href="https://www.instagram.com/paulo.sells/" rel="noopener noreferrer nofollow">https://www.instagram.com/paulo.sells/</a></p>
<p>
SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Paulo Sathler. Paulo is a very experienced E-commerce and Amazon seller. He is very knowledgable in all different sectors of Amazon. He has done private label, online arbitrage, and wholesale. He is the perfect example of someone who has done it all and knows all of the dos and dont's of selling on Amazon.</p>
<p>Follow Paulo</p>
<p>Twitter: <a href="https://twitter.com/Paulo_Sells" rel="noopener noreferrer nofollow">https://twitter.com/Paulo_Sells</a></p>
<p>Instagram: <a href="https://www.instagram.com/paulo.sells/" rel="noopener noreferrer nofollow">https://www.instagram.com/paulo.sells/</a></p>
<p>
SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 10 Jan 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/9888f976/4538896b.mp3" length="79120341" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3296</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Paulo Sathler. Paulo is a very experienced E-commerce and Amazon seller. He is very knowledgable in all different sectors of Amazon. He has done private label, online arbitrage, and wholesale. He is the perfect example of someone who has done it all and knows all of the dos and dont's of selling on Amazon.
Follow Paulo
Twitter: https://twitter.com/Paulo_Sells
Instagram: https://www.instagram.com/paulo.sells/

SellerAmp 50% OFF first month: https://selleramp.com/ganim or use code GANIM
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Paulo Sathler. </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#033 - The teenage 7 figure seller with Yoni | The Amazon Wholesale Podcast</title>
      <itunes:episode>33</itunes:episode>
      <podcast:episode>33</podcast:episode>
      <itunes:title>#033 - The teenage 7 figure seller with Yoni | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/2877d313-a3c1-31d6-8e91-5e2e53f8ac15</guid>
      <link>https://share.transistor.fm/s/e9ac6d26</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Yoni, who is only 19 years old and is selling over 7 MILLION in sales in 2023 on Amazon. That is crazy to me. Like many others in this space, he began selling other things and trying other side hustles before landing on Amazon. He has a passion like no other and you can tell from our conversation. I hope you enjoy the episode.</p>
<p>Follow Yoni</p>
<p>Twitter: <a href="https://twitter.com/yoni_ceo" rel="noopener noreferrer nofollow">https://twitter.com/yoni_ceo</a></p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Yoni, who is only 19 years old and is selling over 7 MILLION in sales in 2023 on Amazon. That is crazy to me. Like many others in this space, he began selling other things and trying other side hustles before landing on Amazon. He has a passion like no other and you can tell from our conversation. I hope you enjoy the episode.</p>
<p>Follow Yoni</p>
<p>Twitter: <a href="https://twitter.com/yoni_ceo" rel="noopener noreferrer nofollow">https://twitter.com/yoni_ceo</a></p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 03 Jan 2024 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/e9ac6d26/26c9b7d3.mp3" length="74934171" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3121</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Yoni, who is only 19 years old and is selling over 7 MILLION in sales in 2023 on Amazon. That is crazy to me. Like many others in this space, he began selling other things and trying other side hustles before landing on Amazon. He has a passion like no other and you can tell from our conversation. I hope you enjoy the episode.
Follow Yoni
Twitter: https://twitter.com/yoni_ceo
SellerAmp 50% OFF first month: https://selleramp.com/ganim or use code GANIM
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en
 </itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode, I had the opportunity to talk with Yoni, who is on</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#032 - How to get brand direct accounts with Cajua Robinson | The Amazon Wholesale Podcast</title>
      <itunes:episode>32</itunes:episode>
      <podcast:episode>32</podcast:episode>
      <itunes:title>#032 - How to get brand direct accounts with Cajua Robinson | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/a91fe235-8e29-3096-814f-ce631bd5e060</guid>
      <link>https://share.transistor.fm/s/0cf34d3a</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a 7 figure Amazon seller who has not transitioned into wholesale and is beginning to work on creating brand direct and brand exclusive accounts. This is the future of Amazon Wholesale, and this episode is a great way hear about where this is headed.</p>
<p>Follow Cajua</p>
<p>Twitter: <a href="https://twitter.com/CajuaRobinson" rel="noopener noreferrer nofollow">https://twitter.com/CajuaRobinson</a></p>
<p>Instagram: <a href="https://www.instagram.com/cajuarobinson/" rel="noopener noreferrer nofollow">https://www.instagram.com/cajuarobinson/</a></p>
<p>Linkedin: <a href="https://www.linkedin.com/in/cajuarobinson/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/cajuarobinson/</a></p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a 7 figure Amazon seller who has not transitioned into wholesale and is beginning to work on creating brand direct and brand exclusive accounts. This is the future of Amazon Wholesale, and this episode is a great way hear about where this is headed.</p>
<p>Follow Cajua</p>
<p>Twitter: <a href="https://twitter.com/CajuaRobinson" rel="noopener noreferrer nofollow">https://twitter.com/CajuaRobinson</a></p>
<p>Instagram: <a href="https://www.instagram.com/cajuarobinson/" rel="noopener noreferrer nofollow">https://www.instagram.com/cajuarobinson/</a></p>
<p>Linkedin: <a href="https://www.linkedin.com/in/cajuarobinson/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/cajuarobinson/</a></p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 27 Dec 2023 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/0cf34d3a/756e0c83.mp3" length="59761330" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2490</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a 7 figure Amazon seller who has not transitioned into wholesale and is beginning to work on creating brand direct and brand exclusive accounts. This is the future of Amazon Wholesale, and this episode is a great way hear about where this is headed.
Follow Cajua
Twitter: https://twitter.com/CajuaRobinson
Instagram: https://www.instagram.com/cajuarobinson/
Linkedin: https://www.linkedin.com/in/cajuarobinson/
SellerAmp 50% OFF first month: https://selleramp.com/ganim or use code GANIM
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en
 </itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a 7 figure Amazon </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#031 - The importance of finding great suppliers with Filip | The Amazon Wholesale Podcast</title>
      <itunes:episode>31</itunes:episode>
      <podcast:episode>31</podcast:episode>
      <itunes:title>#031 - The importance of finding great suppliers with Filip | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/b326acb8-76fe-3f01-9378-1b737d16b7a9</guid>
      <link>https://share.transistor.fm/s/5d513b14</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Filip who is one of my earliest friends and connections that I have made through selling on Amazon. This conversation is filled with so much excellent content on how you can better your business on Amazon. I hope you all enjoy!</p>
<p>Check out Filip's Instagram:https://www.instagram.com/amzfilip/</p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Filip who is one of my earliest friends and connections that I have made through selling on Amazon. This conversation is filled with so much excellent content on how you can better your business on Amazon. I hope you all enjoy!</p>
<p>Check out Filip's Instagram:https://www.instagram.com/amzfilip/</p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 20 Dec 2023 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/5d513b14/814ec710.mp3" length="78114320" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3254</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Filip who is one of my earliest friends and connections that I have made through selling on Amazon. This conversation is filled with so much excellent content on how you can better your business on Amazon. I hope you all enjoy!
Check out Filip's Instagram:https://www.instagram.com/amzfilip/
SellerAmp 50% OFF first month: https://selleramp.com/ganim or use code GANIM
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This episode is with Filip who is one of my earliest friends and co</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#030 - Becoming a 7 figure Amazon Seller by 18 with Sawyer | The Amazon Wholesale Podcast</title>
      <itunes:episode>30</itunes:episode>
      <podcast:episode>30</podcast:episode>
      <itunes:title>#030 - Becoming a 7 figure Amazon Seller by 18 with Sawyer | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/20f528f4-c7c8-3e76-95a8-4cf30c03c554</guid>
      <link>https://share.transistor.fm/s/79884fb5</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This eighth episode is with SawyerSoles who is a young and successful Amazon seller and a 7 figure revenue seller. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you. </p>
<p>Follow him on Twitter here: <a href="https://twitter.com/IamDylanSawyer" rel="noopener noreferrer nofollow">https://twitter.com/IamDylanSawyer</a></p>
<p>Youtube:https://www.youtube.com/@IamDylanSawyer/videos</p>
<p>Instagram:https://www.instagram.com/iamdylansawyer/</p>
<p>Discord group: <a href="https://twitter.com/FBA_AIO" rel="noopener noreferrer nofollow">https://twitter.com/FBA_AIO</a></p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This eighth episode is with SawyerSoles who is a young and successful Amazon seller and a 7 figure revenue seller. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you. </p>
<p>Follow him on Twitter here: <a href="https://twitter.com/IamDylanSawyer" rel="noopener noreferrer nofollow">https://twitter.com/IamDylanSawyer</a></p>
<p>Youtube:https://www.youtube.com/@IamDylanSawyer/videos</p>
<p>Instagram:https://www.instagram.com/iamdylansawyer/</p>
<p>Discord group: <a href="https://twitter.com/FBA_AIO" rel="noopener noreferrer nofollow">https://twitter.com/FBA_AIO</a></p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 13 Dec 2023 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/79884fb5/302605aa.mp3" length="72745952" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3031</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This eighth episode is with SawyerSoles who is a young and successful Amazon seller and a 7 figure revenue seller. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you. 
Follow him on Twitter here: https://twitter.com/IamDylanSawyer
Youtube:https://www.youtube.com/@IamDylanSawyer/videos
Instagram:https://www.instagram.com/iamdylansawyer/
Discord group: https://twitter.com/FBA_AIO
SellerAmp 50% OFF first month: https://selleramp.com/ganim or use code GANIM
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This eighth episode is with SawyerSoles who is a young and successf</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#029 - Taking control of your finances on Amazon with Chris Potter | The Amazon Wholesale Podcast</title>
      <itunes:episode>29</itunes:episode>
      <podcast:episode>29</podcast:episode>
      <itunes:title>#029 - Taking control of your finances on Amazon with Chris Potter | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/79c4ec03-7aab-35ff-ba91-7cdb340040fb</guid>
      <link>https://share.transistor.fm/s/9d065a8a</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 29th episode is with Christ Potter. Chris is former Amazon Seller who has now made a shift into taxes and finances, specifically focused on those who fun e-commerce and Amazon businesses. He is one of the founders of Tall Oak advisors who specialize in helping sellers just like you and me.</p>
<p>Take Advantage of his offer on a discount on your taxes! <a href="https://talloakadvisors.com/wholesale/" rel="noopener noreferrer nofollow">https://talloakadvisors.com/wholesale/ </a></p>
<p>Follow his twitter: <a href="https://twitter.com/ChrisPotter361" rel="noopener noreferrer nofollow">https://twitter.com/ChrisPotter361</a></p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p> </p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 29th episode is with Christ Potter. Chris is former Amazon Seller who has now made a shift into taxes and finances, specifically focused on those who fun e-commerce and Amazon businesses. He is one of the founders of Tall Oak advisors who specialize in helping sellers just like you and me.</p>
<p>Take Advantage of his offer on a discount on your taxes! <a href="https://talloakadvisors.com/wholesale/" rel="noopener noreferrer nofollow">https://talloakadvisors.com/wholesale/ </a></p>
<p>Follow his twitter: <a href="https://twitter.com/ChrisPotter361" rel="noopener noreferrer nofollow">https://twitter.com/ChrisPotter361</a></p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p> </p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 06 Dec 2023 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/9d065a8a/9ea35095.mp3" length="85116070" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3546</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 29th episode is with Christ Potter. Chris is former Amazon Seller who has now made a shift into taxes and finances, specifically focused on those who fun e-commerce and Amazon businesses. He is one of the founders of Tall Oak advisors who specialize in helping sellers just like you and me.
Take Advantage of his offer on a discount on your taxes! https://talloakadvisors.com/wholesale/ 
Follow his twitter: https://twitter.com/ChrisPotter361
SellerAmp 50% OFF first month: https://selleramp.com/ganim or use code GANIM
 
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en
 </itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 29th episode is with Christ Potter. Chris is former Amazon Sel</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#028 - Mastering the Keepa with Chris Grant | The Amazon Wholesale Podcast</title>
      <itunes:episode>28</itunes:episode>
      <podcast:episode>28</podcast:episode>
      <itunes:title>#028 - Mastering the Keepa with Chris Grant | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/cd0cb16d-a0b0-30cb-834e-cb61ab6e537e</guid>
      <link>https://share.transistor.fm/s/2e26981f</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 28th episode is with Christ Grant. He is a longtime Amazon seller and one of my partners in The Wholesale Challenge.


Follow Chris:
Twitter here: <a href="https://twitter.com/cleartheshelf/" rel="noopener noreferrer nofollow">https://twitter.com/cleartheshelf/ </a></p>
<p>Follow him on Instagram here: <a href="https://www.instagram.com/cleartheshelf/" rel="noopener noreferrer nofollow">https://www.instagram.com/cleartheshelf/ </a></p>
<p>Subscribe to his YouTube/Podcast here: <a href="https://www.youtube.com/@cleartheshelfn" rel="noopener noreferrer nofollow">https://www.youtube.com/@cleartheshelfn</a></p>
<p> </p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p> </p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 28th episode is with Christ Grant. He is a longtime Amazon seller and one of my partners in The Wholesale Challenge.


Follow Chris:
Twitter here: <a href="https://twitter.com/cleartheshelf/" rel="noopener noreferrer nofollow">https://twitter.com/cleartheshelf/ </a></p>
<p>Follow him on Instagram here: <a href="https://www.instagram.com/cleartheshelf/" rel="noopener noreferrer nofollow">https://www.instagram.com/cleartheshelf/ </a></p>
<p>Subscribe to his YouTube/Podcast here: <a href="https://www.youtube.com/@cleartheshelfn" rel="noopener noreferrer nofollow">https://www.youtube.com/@cleartheshelfn</a></p>
<p> </p>
<p>SellerAmp 50% OFF first month: <a href="https://selleramp.com/ganim" rel="noopener noreferrer nofollow">https://selleramp.com/ganim</a> or use code GANIM</p>
<p> </p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 29 Nov 2023 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/2e26981f/eab1e53f.mp3" length="74454963" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>3102</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 28th episode is with Christ Grant. He is a longtime Amazon seller and one of my partners in The Wholesale Challenge.


Follow Chris:
Twitter here: https://twitter.com/cleartheshelf/ 
Follow him on Instagram here: https://www.instagram.com/cleartheshelf/ 
Subscribe to his YouTube/Podcast here: https://www.youtube.com/@cleartheshelfn
 
SellerAmp 50% OFF first month: https://selleramp.com/ganim or use code GANIM
 
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en
 </itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 28th episode is with Christ Grant. He is a longtime Amazon sel</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#027 - Sourcing Products for Amazon FBA with Oscar Martinez | The Amazon Wholesale Podcast</title>
      <itunes:episode>27</itunes:episode>
      <podcast:episode>27</podcast:episode>
      <itunes:title>#027 - Sourcing Products for Amazon FBA with Oscar Martinez | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/a67384fc-9819-3f7b-b676-cc7e14821edc</guid>
      <link>https://share.transistor.fm/s/dff57c58</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode we talk about all things Amazon FBA and how to source products and getting the best products to sell. Sourcing can be rough, difficult, and can take a LONG time to get. I hope you enjoyed this episode!</p>
<p>Follow Oscar</p>
<p>Instagram: <a href="https://www.instagram.com/oscarmartinez_817/" rel="noopener noreferrer nofollow">https://www.instagram.com/oscarmartinez_817/</a></p>
<p>Youtube Channel: <a href="https://www.youtube.com/c/OscarMartinez817" rel="noopener noreferrer nofollow">https://www.youtube.com/c/OscarMartinez817</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode we talk about all things Amazon FBA and how to source products and getting the best products to sell. Sourcing can be rough, difficult, and can take a LONG time to get. I hope you enjoyed this episode!</p>
<p>Follow Oscar</p>
<p>Instagram: <a href="https://www.instagram.com/oscarmartinez_817/" rel="noopener noreferrer nofollow">https://www.instagram.com/oscarmartinez_817/</a></p>
<p>Youtube Channel: <a href="https://www.youtube.com/c/OscarMartinez817" rel="noopener noreferrer nofollow">https://www.youtube.com/c/OscarMartinez817</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 22 Nov 2023 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/dff57c58/43273040.mp3" length="58883030" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2453</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode we talk about all things Amazon FBA and how to source products and getting the best products to sell. Sourcing can be rough, difficult, and can take a LONG time to get. I hope you enjoyed this episode!
Follow Oscar
Instagram: https://www.instagram.com/oscarmartinez_817/
Youtube Channel: https://www.youtube.com/c/OscarMartinez817
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode we talk about all things Amazon FBA and how to sour</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#026 - Leveraging Virtual Assistants in FBA with Thomas Parkinson | The Amazon Wholesale Podcast</title>
      <itunes:episode>26</itunes:episode>
      <podcast:episode>26</podcast:episode>
      <itunes:title>#026 - Leveraging Virtual Assistants in FBA with Thomas Parkinson | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/5f9faf54-13e2-3701-b292-2bed170c7c42</guid>
      <link>https://share.transistor.fm/s/da474500</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Thomas Parkinson who is a multi-million dollar Amazon seller who also specializes in placing virtual assistants in your Amazon business to get the most out of them. He has been successful for many years in doing this and also has a popular Youtube channel where he helps other sellers called Fast Track FBA. I hope you all enjoy the episode!

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101</a></p>
<p><a href="https://fasttrackfba.com/" rel="noopener noreferrer nofollow">https://fasttrackfba.com/</a></p>
<p>Thomas's Twitter: <a href="https://twitter.com/fasttrackfba" rel="noopener noreferrer nofollow">https://twitter.com/fasttrackfba?</a></p>
<p>ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor</p>
<p>Youtube Channel: <a href="https://www.youtube.com/@FastTrackFBA" rel="noopener noreferrer nofollow">https://www.youtube.com/@FastTrackFBA</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Thomas Parkinson who is a multi-million dollar Amazon seller who also specializes in placing virtual assistants in your Amazon business to get the most out of them. He has been successful for many years in doing this and also has a popular Youtube channel where he helps other sellers called Fast Track FBA. I hope you all enjoy the episode!

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101</a></p>
<p><a href="https://fasttrackfba.com/" rel="noopener noreferrer nofollow">https://fasttrackfba.com/</a></p>
<p>Thomas's Twitter: <a href="https://twitter.com/fasttrackfba" rel="noopener noreferrer nofollow">https://twitter.com/fasttrackfba?</a></p>
<p>ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor</p>
<p>Youtube Channel: <a href="https://www.youtube.com/@FastTrackFBA" rel="noopener noreferrer nofollow">https://www.youtube.com/@FastTrackFBA</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 15 Nov 2023 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/da474500/664cfdc4.mp3" length="66031318" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2751</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Thomas Parkinson who is a multi-million dollar Amazon seller who also specializes in placing virtual assistants in your Amazon business to get the most out of them. He has been successful for many years in doing this and also has a popular Youtube channel where he helps other sellers called Fast Track FBA. I hope you all enjoy the episode!

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101
https://fasttrackfba.com/
Thomas's Twitter: https://twitter.com/fasttrackfba?
ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor
Youtube Channel: https://www.youtube.com/@FastTrackFBA
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Thomas Parkinson who is a multi-million</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#025 - How repricers can save you money on Amazon with Dillon Carter | The Amazon Wholesale Podcast</title>
      <itunes:episode>25</itunes:episode>
      <podcast:episode>25</podcast:episode>
      <itunes:title>#025 - How repricers can save you money on Amazon with Dillon Carter | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/3f6a6b02-a988-3fa2-903b-4b844c935d34</guid>
      <link>https://share.transistor.fm/s/b4ef9079</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Dillon Carter who is a master of selling on Amazon and has been dominating the space for quite some time. He has shifted his focus to work on a project called Aura which is an Amazon repricer that helps sellers like you and I save money while selling on amazon. I believe using a repricer is one of the crucial aspects of selling on Amazon and Aura is a great one to use!</p>
<p>SellerBoard (2 month free trial instead of 1) -- USE CODE COREY <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>Getaura.com</p>
<p>Dilloncarter.com</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Dillon Carter who is a master of selling on Amazon and has been dominating the space for quite some time. He has shifted his focus to work on a project called Aura which is an Amazon repricer that helps sellers like you and I save money while selling on amazon. I believe using a repricer is one of the crucial aspects of selling on Amazon and Aura is a great one to use!</p>
<p>SellerBoard (2 month free trial instead of 1) -- USE CODE COREY <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>Getaura.com</p>
<p>Dilloncarter.com</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 08 Nov 2023 03:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b4ef9079/f07a8bbc.mp3" length="67890051" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2828</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Dillon Carter who is a master of selling on Amazon and has been dominating the space for quite some time. He has shifted his focus to work on a project called Aura which is an Amazon repricer that helps sellers like you and I save money while selling on amazon. I believe using a repricer is one of the crucial aspects of selling on Amazon and Aura is a great one to use!
SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101 
Getaura.com
Dilloncarter.com
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Dillon Carter who is a master of sellin</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#024 - How Spreetail does $1 BILLION in revenue with Amazon Wholesale | The Amazon Wholesale Podcast</title>
      <itunes:episode>24</itunes:episode>
      <podcast:episode>24</podcast:episode>
      <itunes:title>#024 - How Spreetail does $1 BILLION in revenue with Amazon Wholesale | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/07e157d2-b2d3-3c7c-85e4-84ba1c00d66d</guid>
      <link>https://share.transistor.fm/s/f4befac3</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Nelson Micek who works at Spreetail.Spreetail is your full-service ecommerce acceleration partner, built to simplify and scale online sales for hard-to-ship products and more. Spreetail does over 1 billion dollars in sales every year. Nelson talks about how Spreetail helps Amazon sellers like you and I scale our ecommerce businesses.</p>
<p>SellerBoard (2 month free trial instead of 1) -- USE CODE COREY <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101</a></p>
<p>
Nelson's Linkedin: <a href="https://www.linkedin.com/in/nelson-micek-5b427b165/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/nelson-micek-5b427b165/ </a></p>
<p> </p>
<p>Spreetail.com</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Nelson Micek who works at Spreetail.Spreetail is your full-service ecommerce acceleration partner, built to simplify and scale online sales for hard-to-ship products and more. Spreetail does over 1 billion dollars in sales every year. Nelson talks about how Spreetail helps Amazon sellers like you and I scale our ecommerce businesses.</p>
<p>SellerBoard (2 month free trial instead of 1) -- USE CODE COREY <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101</a></p>
<p>
Nelson's Linkedin: <a href="https://www.linkedin.com/in/nelson-micek-5b427b165/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/nelson-micek-5b427b165/ </a></p>
<p> </p>
<p>Spreetail.com</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 01 Nov 2023 02:00:00 -0100</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/f4befac3/f64790ea.mp3" length="63029230" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2626</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Nelson Micek who works at Spreetail.Spreetail is your full-service ecommerce acceleration partner, built to simplify and scale online sales for hard-to-ship products and more. Spreetail does over 1 billion dollars in sales every year. Nelson talks about how Spreetail helps Amazon sellers like you and I scale our ecommerce businesses.
SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Nelson's Linkedin: https://www.linkedin.com/in/nelson-micek-5b427b165/ 
 
Spreetail.com

Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Nelson Micek who works at Spreetail.Spr</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#023 - How to succeed on Amazon using Seller Snap with Ian Kaneshiro | The Amazon Wholesale Podcast</title>
      <itunes:episode>23</itunes:episode>
      <podcast:episode>23</podcast:episode>
      <itunes:title>#023 - How to succeed on Amazon using Seller Snap with Ian Kaneshiro | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/59a88a5b-f33c-30c6-b10f-975be1ba908b</guid>
      <link>https://share.transistor.fm/s/5ba7b8a3</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Ian Kaneshiro who is the Head of Sales and Customer success at Seller Snap. My company have been using Seller Snap as a repricer tool on Amazon for the last 3 years and it has been pivotal to our success on Amazon. Ian is an Amazon Repricing Expert who knows everything about Seller Snap. I hope you enjoy this episode!

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Ian's Linkedin: <a href="https://www.linkedin.com/in/iankaneshiro/?originalSubdomain=il" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/iankaneshiro/?originalSubdomain=il</a>
Ian's Podcast: <a href="https://open.spotify.com/show/1bvW2iDYgsknLAzvg5GMBj?si=eff724d18dc64b01" rel="noopener noreferrer nofollow">https://open.spotify.com/show/1bvW2iDYgsknLAzvg5GMBj?si=eff724d18dc64b01</a></p>
<p>Sellersnap.io</p>
<p>

Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Ian Kaneshiro who is the Head of Sales and Customer success at Seller Snap. My company have been using Seller Snap as a repricer tool on Amazon for the last 3 years and it has been pivotal to our success on Amazon. Ian is an Amazon Repricing Expert who knows everything about Seller Snap. I hope you enjoy this episode!

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Ian's Linkedin: <a href="https://www.linkedin.com/in/iankaneshiro/?originalSubdomain=il" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/iankaneshiro/?originalSubdomain=il</a>
Ian's Podcast: <a href="https://open.spotify.com/show/1bvW2iDYgsknLAzvg5GMBj?si=eff724d18dc64b01" rel="noopener noreferrer nofollow">https://open.spotify.com/show/1bvW2iDYgsknLAzvg5GMBj?si=eff724d18dc64b01</a></p>
<p>Sellersnap.io</p>
<p>

Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 25 Oct 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/5ba7b8a3/4b283922.mp3" length="52034921" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2168</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Ian Kaneshiro who is the Head of Sales and Customer success at Seller Snap. My company have been using Seller Snap as a repricer tool on Amazon for the last 3 years and it has been pivotal to our success on Amazon. Ian is an Amazon Repricing Expert who knows everything about Seller Snap. I hope you enjoy this episode!

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Ian's Linkedin: https://www.linkedin.com/in/iankaneshiro/?originalSubdomain=il
Ian's Podcast: https://open.spotify.com/show/1bvW2iDYgsknLAzvg5GMBj?si=eff724d18dc64b01
Sellersnap.io


Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. In this episode I talked to Ian Kaneshiro who is the Head of Sales </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#022 - How to become a top 10 Amazon seller with Scott Needham | The Amazon Wholesale Podcast</title>
      <itunes:episode>22</itunes:episode>
      <podcast:episode>22</podcast:episode>
      <itunes:title>#022 - How to become a top 10 Amazon seller with Scott Needham | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/d46e2315-e11e-30c4-a23a-62960618e8cb</guid>
      <link>https://share.transistor.fm/s/d0b8d2c4</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 22nd episode is with Scott Needham who was once a top 10 Amazon seller in the country who then started Smart Scout and does that fulltime. Scott is one of the most successful Amazon sellers ever and he has paved the way for a lot of people like me. This episode was filmed at the Smart Scout headquarters and it was a pleasure to be invited out there to film this episode.

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101</a>

Scott's Linkedin: <a href="https://www.linkedin.com/in/scott-needham-a8b39813/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/scott-needham-a8b39813/</a></p>
<p>Scott's Newsletter: <a href="https://www.smartscout.com/newsletter-sign-up" rel="noopener noreferrer nofollow">https://www.smartscout.com/newsletter-sign-up</a>


</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 22nd episode is with Scott Needham who was once a top 10 Amazon seller in the country who then started Smart Scout and does that fulltime. Scott is one of the most successful Amazon sellers ever and he has paved the way for a lot of people like me. This episode was filmed at the Smart Scout headquarters and it was a pleasure to be invited out there to film this episode.

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101</a>

Scott's Linkedin: <a href="https://www.linkedin.com/in/scott-needham-a8b39813/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/scott-needham-a8b39813/</a></p>
<p>Scott's Newsletter: <a href="https://www.smartscout.com/newsletter-sign-up" rel="noopener noreferrer nofollow">https://www.smartscout.com/newsletter-sign-up</a>


</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 18 Oct 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/d0b8d2c4/9a46d344.mp3" length="37623714" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1567</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 22nd episode is with Scott Needham who was once a top 10 Amazon seller in the country who then started Smart Scout and does that fulltime. Scott is one of the most successful Amazon sellers ever and he has paved the way for a lot of people like me. This episode was filmed at the Smart Scout headquarters and it was a pleasure to be invited out there to film this episode.

SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Scott's Linkedin: https://www.linkedin.com/in/scott-needham-a8b39813/
Scott's Newsletter: https://www.smartscout.com/newsletter-sign-up



Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en
 </itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 22nd episode is with Scott Needham who was once a top 10 Amazo</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#021 - How to scale your wholesale business Tona FBA| The Amazon Wholesale Podcast</title>
      <itunes:episode>21</itunes:episode>
      <podcast:episode>21</podcast:episode>
      <itunes:title>#021 - How to scale your wholesale business Tona FBA| The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/5d811249-42df-34c2-99ab-0629736495f0</guid>
      <link>https://share.transistor.fm/s/b1e77084</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 21st episode is with with Tona FBA, aka Michael Tona and we talk about scaling your wholesale business and how to master both OA and wholesale.</p>
<p>SellerBoard (2 month free trial instead of 1) -- USE CODE COREY <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101</a></p>
<p>
Subscribe to Michael's youtube here: <a href="https://www.youtube.com/@tonafba" rel="noopener noreferrer nofollow">https://www.youtube.com/@tonafba </a>
Follow him on twitter here: <a href="https://twitter.com/tonafba" rel="noopener noreferrer nofollow">https://twitter.com/tonafba </a>
Instagram: <a href="https://www.instagram.com/tonafba/" rel="noopener noreferrer nofollow">https://www.instagram.com/tonafba/ </a>
Join his FREE discord here: <a href="https://discord.com/invite/NAJgmfnmCG" rel="noopener noreferrer nofollow">https://discord.com/invite/NAJgmfnmCG</a></p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 21st episode is with with Tona FBA, aka Michael Tona and we talk about scaling your wholesale business and how to master both OA and wholesale.</p>
<p>SellerBoard (2 month free trial instead of 1) -- USE CODE COREY <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101</a></p>
<p>
Subscribe to Michael's youtube here: <a href="https://www.youtube.com/@tonafba" rel="noopener noreferrer nofollow">https://www.youtube.com/@tonafba </a>
Follow him on twitter here: <a href="https://twitter.com/tonafba" rel="noopener noreferrer nofollow">https://twitter.com/tonafba </a>
Instagram: <a href="https://www.instagram.com/tonafba/" rel="noopener noreferrer nofollow">https://www.instagram.com/tonafba/ </a>
Join his FREE discord here: <a href="https://discord.com/invite/NAJgmfnmCG" rel="noopener noreferrer nofollow">https://discord.com/invite/NAJgmfnmCG</a></p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 11 Oct 2023 14:04:39 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b1e77084/c9e5881d.mp3" length="103916508" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>4330</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 21st episode is with with Tona FBA, aka Michael Tona and we talk about scaling your wholesale business and how to master both OA and wholesale.
SellerBoard (2 month free trial instead of 1) -- USE CODE COREY https://sellerboard.com/?partner=01101

Subscribe to Michael's youtube here: https://www.youtube.com/@tonafba 
Follow him on twitter here: https://twitter.com/tonafba 
Instagram: https://www.instagram.com/tonafba/ 
Join his FREE discord here: https://discord.com/invite/NAJgmfnmCG

Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 21st episode is with with Tona FBA, aka Michael Tona and we ta</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#020 - Q4 wholesale strategy with Garrett Goral | The Amazon Wholesale Podcast</title>
      <itunes:episode>20</itunes:episode>
      <podcast:episode>20</podcast:episode>
      <itunes:title>#020 - Q4 wholesale strategy with Garrett Goral | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/384d4a6b-691c-3ed2-8e4b-0d8be24eb67e</guid>
      <link>https://share.transistor.fm/s/b10c57ad</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 20th episode is with Garrett Goral who is a longtime seller and one of the core members of The Buy Box Bandits. </p>
<p>SellerBoard (2 month free trial instead of 1) -- USE CODE COREY
https://sellerboard.com/?partner=01101</p>
<p>Subscribe to Garrett's youtube here: https://www.youtube.com/@garrettgoral/
And follow him on twitter here: https://twitter.com/alloutamazonn</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 20th episode is with Garrett Goral who is a longtime seller and one of the core members of The Buy Box Bandits. </p>
<p>SellerBoard (2 month free trial instead of 1) -- USE CODE COREY
https://sellerboard.com/?partner=01101</p>
<p>Subscribe to Garrett's youtube here: https://www.youtube.com/@garrettgoral/
And follow him on twitter here: https://twitter.com/alloutamazonn</p>
<p>
Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: https://corey-ganim.ck.page/f8c7a2515b</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates</p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83</p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey</p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7</p>
<p>FOLLOW MY SOCIALS:</p>
<p>🐦 Twitter🕴️: https://twitter.com/GanimCorey</p>
<p>LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/</p>
<p>Instagram🕺 : https://www.instagram.com/coreyganim/</p>
<p>TikTok : https://www.tiktok.com/@coreyganim?lang=en</p>]]>
      </content:encoded>
      <pubDate>Wed, 04 Oct 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b10c57ad/da3f2cb8.mp3" length="100007635" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2501</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 20th episode is with Garrett Goral who is a longtime seller and one of the core members of The Buy Box Bandits. 
SellerBoard (2 month free trial instead of 1) -- USE CODE COREY
https://sellerboard.com/?partner=01101
Subscribe to Garrett's youtube here: https://www.youtube.com/@garrettgoral/
And follow him on twitter here: https://twitter.com/alloutamazonn

Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 20th episode is with Garrett Goral who is a longtime seller an</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#019 - Connecting with wholesale distributors with Marlon Peralta | The Amazon Wholesale Podcast</title>
      <itunes:episode>19</itunes:episode>
      <podcast:episode>19</podcast:episode>
      <itunes:title>#019 - Connecting with wholesale distributors with Marlon Peralta | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/2af792fa-5277-323f-ba02-9121a1c7fe37</guid>
      <link>https://share.transistor.fm/s/be1055cb</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I hosted Marlon Peralta, Marlon is a unique guest to the podcast, as he not a reseller or an Amazon seller at all. Marlon works for a large distributor who works with Amazon sellers all the time. We talk about his career and a little bit more about how he has connected with people like me in the Amazon space. He has helped me along with many other people like myself. I hope you enjoy the episode!</p>
<p>Marlon's Twitter: <a href="https://twitter.com/lon_peralta" rel="noopener noreferrer nofollow">https://twitter.com/lon_peralta </a></p>
<p>Marlon's Linkedin: <a href="https://www.linkedin.com/in/marlon-peralta/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/marlon-peralta/</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: <a href="https://corey-ganim.ck.page/f8c7a2515b" rel="noopener noreferrer nofollow">https://corey-ganim.ck.page/f8c7a2515b</a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts</a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates</a></p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83</a></p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/</a></p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey</a></p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101</a></p>
<p>📈 Melio (pay your suppliers with a credit card, they get cash) <a href="https://affiliates.meliopayments.com/4p0gnyr72g7" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7</a></p>
<p>FOLLOW MY SOCIALS: </p>
<p>Twitter🕴️: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey</a></p>
<p>LinkedIn 📷 : <a href="https://www.linkedin.com/in/corey-ganim/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/corey-ganim/</a></p>
<p>Instagram🕺 : <a href="https://www.instagram.com/coreyganim/" rel="noopener noreferrer nofollow">https://www.instagram.com/coreyganim/</a></p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I hosted Marlon Peralta, Marlon is a unique guest to the podcast, as he not a reseller or an Amazon seller at all. Marlon works for a large distributor who works with Amazon sellers all the time. We talk about his career and a little bit more about how he has connected with people like me in the Amazon space. He has helped me along with many other people like myself. I hope you enjoy the episode!</p>
<p>Marlon's Twitter: <a href="https://twitter.com/lon_peralta" rel="noopener noreferrer nofollow">https://twitter.com/lon_peralta </a></p>
<p>Marlon's Linkedin: <a href="https://www.linkedin.com/in/marlon-peralta/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/marlon-peralta/</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: <a href="https://corey-ganim.ck.page/f8c7a2515b" rel="noopener noreferrer nofollow">https://corey-ganim.ck.page/f8c7a2515b</a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts</a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates</a></p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83</a></p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/</a></p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey</a></p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101</a></p>
<p>📈 Melio (pay your suppliers with a credit card, they get cash) <a href="https://affiliates.meliopayments.com/4p0gnyr72g7" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7</a></p>
<p>FOLLOW MY SOCIALS: </p>
<p>Twitter🕴️: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey</a></p>
<p>LinkedIn 📷 : <a href="https://www.linkedin.com/in/corey-ganim/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/corey-ganim/</a></p>
<p>Instagram🕺 : <a href="https://www.instagram.com/coreyganim/" rel="noopener noreferrer nofollow">https://www.instagram.com/coreyganim/</a></p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 27 Sep 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/be1055cb/1593690a.mp3" length="67293873" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2803</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! In this episode I hosted Marlon Peralta, Marlon is a unique guest to the podcast, as he not a reseller or an Amazon seller at all. Marlon works for a large distributor who works with Amazon sellers all the time. We talk about his career and a little bit more about how he has connected with people like me in the Amazon space. He has helped me along with many other people like myself. I hope you enjoy the episode!
Marlon's Twitter: https://twitter.com/lon_peralta 
Marlon's Linkedin: https://www.linkedin.com/in/marlon-peralta/
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101
📈 Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS: 
Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! In this episode I hosted Marlon Peralta, Marlon is a unique guest to the podcast, as he not a reseller or an Amazon seller at all. Marlon works for a large distributor who works with Amazon sellers all the time. W</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#018 - Mastering Amazon Wholesale with Joe Saville | The Amazon Wholesale Podcast</title>
      <itunes:episode>18</itunes:episode>
      <podcast:episode>18</podcast:episode>
      <itunes:title>#018 - Mastering Amazon Wholesale with Joe Saville | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/c356ad05-3fbf-3ddc-8a00-747537ed764a</guid>
      <link>https://share.transistor.fm/s/34a38df7</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I hosted Joe Saville also known as Joemazon. Joe has done it all when it comes to wholesaling on Amazon. He has a lot of experience and is also apart of my wholesale challenge! We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself.</p>
<p>Joe's Twitter: <a href="https://twitter.com/joemazon" rel="noopener noreferrer nofollow">https://twitter.com/joemazon </a></p>
<p>Joe's Instagram: <a href="https://www.instagram.com/joe.mazon/" rel="noopener noreferrer nofollow">https://www.instagram.com/joe.mazon/</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: <a href="https://corey-ganim.ck.page/f8c7a2515b" rel="noopener noreferrer nofollow">https://corey-ganim.ck.page/f8c7a2515b </a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts </a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83 </a></p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>📈 Melio (pay your suppliers with a credit card, they get cash) <a href="https://affiliates.meliopayments.com/4p0gnyr72g7" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7</a></p>
<p>FOLLOW MY SOCIALS: </p>
<p>Twitter🕴️: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey</a></p>
<p>LinkedIn 📷 : <a href="https://www.linkedin.com/in/corey-ganim/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/corey-ganim/ </a></p>
<p>Instagram🕺 : <a href="https://www.instagram.com/coreyganim/" rel="noopener noreferrer nofollow">https://www.instagram.com/coreyganim/ </a></p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>
<p> </p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I hosted Joe Saville also known as Joemazon. Joe has done it all when it comes to wholesaling on Amazon. He has a lot of experience and is also apart of my wholesale challenge! We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself.</p>
<p>Joe's Twitter: <a href="https://twitter.com/joemazon" rel="noopener noreferrer nofollow">https://twitter.com/joemazon </a></p>
<p>Joe's Instagram: <a href="https://www.instagram.com/joe.mazon/" rel="noopener noreferrer nofollow">https://www.instagram.com/joe.mazon/</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: <a href="https://corey-ganim.ck.page/f8c7a2515b" rel="noopener noreferrer nofollow">https://corey-ganim.ck.page/f8c7a2515b </a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts </a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83 </a></p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>📈 Melio (pay your suppliers with a credit card, they get cash) <a href="https://affiliates.meliopayments.com/4p0gnyr72g7" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7</a></p>
<p>FOLLOW MY SOCIALS: </p>
<p>Twitter🕴️: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey</a></p>
<p>LinkedIn 📷 : <a href="https://www.linkedin.com/in/corey-ganim/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/corey-ganim/ </a></p>
<p>Instagram🕺 : <a href="https://www.instagram.com/coreyganim/" rel="noopener noreferrer nofollow">https://www.instagram.com/coreyganim/ </a></p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>
<p> </p>]]>
      </content:encoded>
      <pubDate>Wed, 20 Sep 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/34a38df7/26d2a80d.mp3" length="47862536" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1994</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! In this episode I hosted Joe Saville also known as Joemazon. Joe has done it all when it comes to wholesaling on Amazon. He has a lot of experience and is also apart of my wholesale challenge! We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself.
Joe's Twitter: https://twitter.com/joemazon 
Joe's Instagram: https://www.instagram.com/joe.mazon/
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates 
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83 
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/ 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey 
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 
📈 Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS: 
Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/ 
Instagram🕺 : https://www.instagram.com/coreyganim/ 
TikTok : https://www.tiktok.com/@coreyganim?lang=en
 </itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! In this episode I hosted Joe Saville also known as Joemazon. Joe has done it all when it comes to wholesaling on Amazon. He has a lot of experience and is also apart of my wholesale challenge! We talk about his ca</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#017 - How to build an 8 Figure Amazon Business with Isaiah Fritz | The Amazon Wholesale Podcast</title>
      <itunes:episode>17</itunes:episode>
      <podcast:episode>17</podcast:episode>
      <itunes:title>#017 - How to build an 8 Figure Amazon Business with Isaiah Fritz | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/647b018c-7f9d-351c-880a-f95399738a00</guid>
      <link>https://share.transistor.fm/s/8cd8e75e</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I hosted Isaiah Fritz. Isaiah is one of the most successful Amazon sellers of all time as he done over $40 Million over the course of his business! We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself.</p>
<p>Isaiah's Twitter: <a href="https://x.com/IsaiahFritzOSP?s=20" rel="noopener noreferrer nofollow">https://x.com/IsaiahFritzOSP?s=20 </a></p>
<p>Isaiah's LinkedIn: <a href="https://www.linkedin.com/in/isaiah-fritz/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/isaiah-fritz/ </a></p>
<p>Isaiah's Podcast: <a href="https://open.spotify.com/show/7gM62H1VaI2pcLK4yofXDJ?si=a87c5004cec849d7" rel="noopener noreferrer nofollow">https://open.spotify.com/show/7gM62H1VaI2pcLK4yofXDJ?si=a87c5004cec849d7</a></p>
<p>Isaiah's website: Onlinesellingpartner.com</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: <a href="https://corey-ganim.ck.page/f8c7a2515b" rel="noopener noreferrer nofollow">https://corey-ganim.ck.page/f8c7a2515b </a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts </a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83</a></p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>📈 Melio (pay your suppliers with a credit card, they get cash) <a href="https://affiliates.meliopayments.com/4p0gnyr72g7" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7</a></p>
<p>FOLLOW MY SOCIALS: 🐦 Twitter🕴️: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey </a></p>
<p>LinkedIn 📷 : <a href="https://www.linkedin.com/in/corey-ganim/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/corey-ganim/</a></p>
<p>Instagram🕺 : <a href="https://www.instagram.com/coreyganim/" rel="noopener noreferrer nofollow">https://www.instagram.com/coreyganim/ </a></p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I hosted Isaiah Fritz. Isaiah is one of the most successful Amazon sellers of all time as he done over $40 Million over the course of his business! We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself.</p>
<p>Isaiah's Twitter: <a href="https://x.com/IsaiahFritzOSP?s=20" rel="noopener noreferrer nofollow">https://x.com/IsaiahFritzOSP?s=20 </a></p>
<p>Isaiah's LinkedIn: <a href="https://www.linkedin.com/in/isaiah-fritz/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/isaiah-fritz/ </a></p>
<p>Isaiah's Podcast: <a href="https://open.spotify.com/show/7gM62H1VaI2pcLK4yofXDJ?si=a87c5004cec849d7" rel="noopener noreferrer nofollow">https://open.spotify.com/show/7gM62H1VaI2pcLK4yofXDJ?si=a87c5004cec849d7</a></p>
<p>Isaiah's website: Onlinesellingpartner.com</p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: <a href="https://corey-ganim.ck.page/f8c7a2515b" rel="noopener noreferrer nofollow">https://corey-ganim.ck.page/f8c7a2515b </a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts </a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83</a></p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>📈 Melio (pay your suppliers with a credit card, they get cash) <a href="https://affiliates.meliopayments.com/4p0gnyr72g7" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7</a></p>
<p>FOLLOW MY SOCIALS: 🐦 Twitter🕴️: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey </a></p>
<p>LinkedIn 📷 : <a href="https://www.linkedin.com/in/corey-ganim/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/corey-ganim/</a></p>
<p>Instagram🕺 : <a href="https://www.instagram.com/coreyganim/" rel="noopener noreferrer nofollow">https://www.instagram.com/coreyganim/ </a></p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 13 Sep 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/8cd8e75e/ff8d87c2.mp3" length="53426717" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2226</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! In this episode I hosted Isaiah Fritz. Isaiah is one of the most successful Amazon sellers of all time as he done over $40 Million over the course of his business! We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself.
Isaiah's Twitter: https://x.com/IsaiahFritzOSP?s=20 
Isaiah's LinkedIn: https://www.linkedin.com/in/isaiah-fritz/ 
Isaiah's Podcast: https://open.spotify.com/show/7gM62H1VaI2pcLK4yofXDJ?si=a87c5004cec849d7
Isaiah's website: Onlinesellingpartner.com
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates 
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/ 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey 
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 
📈 Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS: 🐦 Twitter🕴️: https://twitter.com/GanimCorey 
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/ 
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! In this episode I hosted Isaiah Fritz. Isaiah is one of the most successful Amazon sellers of all time as he done over $40 Million over the course of his business! We talk about his career and a little bit more ab</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#016 - Why Having a Website is SO Important with Andrew Hewitt | The Amazon Wholesale Podcast</title>
      <itunes:episode>16</itunes:episode>
      <podcast:episode>16</podcast:episode>
      <itunes:title>#016 - Why Having a Website is SO Important with Andrew Hewitt | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/e77e3309-4dfd-3091-8bf4-03bc22f626d9</guid>
      <link>https://share.transistor.fm/s/a9b26ce8</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I hosted Andrew Hewitt. He owns his own company called YOHdev which helps people create great websites in order to get the most out of their business. We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself.</p>
<p>Andrew's Youtube: <a href="https://www.youtube.com/@yohdev" rel="noopener noreferrer nofollow">https://www.youtube.com/@yohdev </a></p>
<p>Andrew's LinkedIn: <a href="https://www.linkedin.com/in/ayohdev/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/ayohdev/ </a></p>
<p>Andrew's Free website audit: <a href="https://yohdev.com/corey/" rel="noopener noreferrer nofollow">https://yohdev.com/corey/</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: <a href="https://corey-ganim.ck.page/f8c7a2515b" rel="noopener noreferrer nofollow">https://corey-ganim.ck.page/f8c7a2515b</a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts</a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates</a></p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83</a></p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/</a></p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey</a></p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) <a href="https://affiliates.meliopayments.com/4p0gnyr72g7" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7</a></p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey</a></p>
<p>LinkedIn 📷 : <a href="https://www.linkedin.com/in/corey-ganim/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/corey-ganim/</a></p>
<p>Instagram🕺 : <a href="https://www.instagram.com/coreyganim/" rel="noopener noreferrer nofollow">https://www.instagram.com/coreyganim/</a></p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I hosted Andrew Hewitt. He owns his own company called YOHdev which helps people create great websites in order to get the most out of their business. We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself.</p>
<p>Andrew's Youtube: <a href="https://www.youtube.com/@yohdev" rel="noopener noreferrer nofollow">https://www.youtube.com/@yohdev </a></p>
<p>Andrew's LinkedIn: <a href="https://www.linkedin.com/in/ayohdev/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/ayohdev/ </a></p>
<p>Andrew's Free website audit: <a href="https://yohdev.com/corey/" rel="noopener noreferrer nofollow">https://yohdev.com/corey/</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: <a href="https://corey-ganim.ck.page/f8c7a2515b" rel="noopener noreferrer nofollow">https://corey-ganim.ck.page/f8c7a2515b</a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts</a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates</a></p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83</a></p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/</a></p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey</a></p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) <a href="https://affiliates.meliopayments.com/4p0gnyr72g7" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7</a></p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey</a></p>
<p>LinkedIn 📷 : <a href="https://www.linkedin.com/in/corey-ganim/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/corey-ganim/</a></p>
<p>Instagram🕺 : <a href="https://www.instagram.com/coreyganim/" rel="noopener noreferrer nofollow">https://www.instagram.com/coreyganim/</a></p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 06 Sep 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/a9b26ce8/c94792e1.mp3" length="48353270" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2014</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! In this episode I hosted Andrew Hewitt. He owns his own company called YOHdev which helps people create great websites in order to get the most out of their business. We talk about his career and a little bit more about his business and how it has helped me along with many other people like myself.
Andrew's Youtube: https://www.youtube.com/@yohdev 
Andrew's LinkedIn: https://www.linkedin.com/in/ayohdev/ 
Andrew's Free website audit: https://yohdev.com/corey/
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
 
🐦 Twitter🕴️: https://twitter.com/GanimCorey
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/
Instagram🕺 : https://www.instagram.com/coreyganim/
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! In this episode I hosted Andrew Hewitt. He owns his own company called YOHdev which helps people create great websites in order to get the most out of their business. We talk about his career and a little bit more</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#015 - How to Outsource for Wholesaling with David Jacobs | The Amazon Wholesale Podcast</title>
      <itunes:episode>15</itunes:episode>
      <podcast:episode>15</podcast:episode>
      <itunes:title>#015 - How to Outsource for Wholesaling with David Jacobs | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/f79fa60e-c14f-3579-8306-c51256b39de5</guid>
      <link>https://share.transistor.fm/s/0e6c7148</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I host David JAcobs who's established himself in the Wholesaling and OA sector. He owns his own company called East Coast Prep and Ship which helps wholesalers outsource their prep and shipping. We talk about his career and a little bit more about his business and how it has helped me along with many other wholesalers like myself.</p>
<p>David's Website: https://www.eastcoastprepandship.com/</p>
<p>David's Twitter: <a href="https://twitter.com/DavidJacobsLive" rel="noopener noreferrer nofollow">https://twitter.com/DavidJacobsLive</a></p>
<p>David's Instagram: <a href="https://www.instagram.com/the_fba_cpa_/" rel="noopener noreferrer nofollow">https://www.instagram.com/the_fba_cpa_/</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: <a href="https://corey-ganim.ck.page/f8c7a2515b" rel="noopener noreferrer nofollow">https://corey-ganim.ck.page/f8c7a2515b </a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts </a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83 </a></p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) <a href="https://affiliates.meliopayments.com/4p0gnyr72g7" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7</a></p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey </a></p>
<p>LinkedIn 📷 : <a href="https://www.linkedin.com/in/corey-ganim/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/corey-ganim/ </a></p>
<p>Instagram🕺 : <a href="https://www.instagram.com/coreyganim/" rel="noopener noreferrer nofollow">https://www.instagram.com/coreyganim/ </a></p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I host David JAcobs who's established himself in the Wholesaling and OA sector. He owns his own company called East Coast Prep and Ship which helps wholesalers outsource their prep and shipping. We talk about his career and a little bit more about his business and how it has helped me along with many other wholesalers like myself.</p>
<p>David's Website: https://www.eastcoastprepandship.com/</p>
<p>David's Twitter: <a href="https://twitter.com/DavidJacobsLive" rel="noopener noreferrer nofollow">https://twitter.com/DavidJacobsLive</a></p>
<p>David's Instagram: <a href="https://www.instagram.com/the_fba_cpa_/" rel="noopener noreferrer nofollow">https://www.instagram.com/the_fba_cpa_/</a></p>
<p>Wholesale Challenge: wholesalechallenge.com</p>
<p>Newsletter: <a href="https://corey-ganim.ck.page/f8c7a2515b" rel="noopener noreferrer nofollow">https://corey-ganim.ck.page/f8c7a2515b </a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts </a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83 </a></p>
<p>💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈</p>
<p>Melio (pay your suppliers with a credit card, they get cash) <a href="https://affiliates.meliopayments.com/4p0gnyr72g7" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7</a></p>
<p>FOLLOW MY SOCIALS:</p>
<p> </p>
<p>🐦 Twitter🕴️: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey </a></p>
<p>LinkedIn 📷 : <a href="https://www.linkedin.com/in/corey-ganim/" rel="noopener noreferrer nofollow">https://www.linkedin.com/in/corey-ganim/ </a></p>
<p>Instagram🕺 : <a href="https://www.instagram.com/coreyganim/" rel="noopener noreferrer nofollow">https://www.instagram.com/coreyganim/ </a></p>
<p>TikTok : <a href="https://www.tiktok.com/@coreyganim?lang=en" rel="noopener noreferrer nofollow">https://www.tiktok.com/@coreyganim?lang=en</a></p>]]>
      </content:encoded>
      <pubDate>Wed, 30 Aug 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/0e6c7148/d805fe38.mp3" length="39310104" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1637</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! In this episode I host David JAcobs who's established himself in the Wholesaling and OA sector. He owns his own company called East Coast Prep and Ship which helps wholesalers outsource their prep and shipping. We talk about his career and a little bit more about his business and how it has helped me along with many other wholesalers like myself.
David's Website: https://www.eastcoastprepandship.com/
David's Twitter: https://twitter.com/DavidJacobsLive
David's Instagram: https://www.instagram.com/the_fba_cpa_/
Wholesale Challenge: wholesalechallenge.com
Newsletter: https://corey-ganim.ck.page/f8c7a2515b 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates 
SOFTWARE I USE: 💻 SmartScout (Tool for finding brand-direct wholesale accounts - 25% off your first 3 months): Code: COREY25 https://smartscout.com/?fpr=corey83 
💰 SellerSnap (Best Amazon repricer on the market - 10% off first 3 mos) https://referrals.sellersnap.io/l/BrandRocket/ 
💵 Seller Investigators (Get automatically reimbursed when Amazon owes you money - first $500 in reimbursements FREE) Code: corey https://sellerinvestigators.com/reim/ref/corey 
⚡ SellerBoard (Profit analytics software - 2 mos free instead of 1) https://sellerboard.com/?partner=01101 📈
Melio (pay your suppliers with a credit card, they get cash) https://affiliates.meliopayments.com/4p0gnyr72g7
FOLLOW MY SOCIALS:
 
🐦 Twitter🕴️: https://twitter.com/GanimCorey 
LinkedIn 📷 : https://www.linkedin.com/in/corey-ganim/ 
Instagram🕺 : https://www.instagram.com/coreyganim/ 
TikTok : https://www.tiktok.com/@coreyganim?lang=en</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! In this episode I host David JAcobs who's established himself in the Wholesaling and OA sector. He owns his own company called East Coast Prep and Ship which helps wholesalers outsource their prep and shipping. We</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#014 - Building relationships with brands with Todd Welch | The Amazon Wholesale Podcast</title>
      <itunes:episode>14</itunes:episode>
      <podcast:episode>14</podcast:episode>
      <itunes:title>#014 - Building relationships with brands with Todd Welch | The Amazon Wholesale Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/e3c2fa61-deef-3335-b2df-f5e5b150eaf7</guid>
      <link>https://share.transistor.fm/s/54da9651</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I host Todd Welch who's established himself as an awesome wholesaler. He has been in the e-commerce space since the 90s and his expertise shows in this episode! In this episode, we talk shop and dive into creating great relationships with brands and how to get exclusive distribution rights with those brands.</p>
<p>Get ALL recordings of the last Wholesale Challenge here: wholesalechallenge.com</p>
<p>Follow him on Twitter here: <a href="https://twitter.com/ToddWelch?s=20" rel="noopener noreferrer nofollow">https://twitter.com/ToddWelch?s=20 </a></p>
<p> </p>
<p>Link to his website here:https://welchproductsllc.com/</p>
<p>Subscribe to his Youtube Channel: <a href="https://www.youtube.com/@AmazonSeller.School" rel="noopener noreferrer nofollow">https://www.youtube.com/@AmazonSeller.School </a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts </a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>Follow me on Twitter: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey </a></p>
<p>DISCOUNTS CODES FOR COMMUNITY: SmartScout (25% off first 3 months) Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83 </a></p>
<p>SellerBoard (2 month free trial instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>Analyzer Tools (30% off your first month) Code: AnalyzerBR3023 <a href="https://www.analyzer.tools/" rel="noopener noreferrer nofollow">https://www.analyzer.tools/ </a></p>
<p>Seller Investigators (free audit showing how much Amazon owes you) Code: corey</p>
<p><a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow"> https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>Pay suppliers with Melio! You use a credit card, they get cash! https://affiliates.meliopayments.com/4p0gnyr72g7k SellerSnap 10% off first 3 mos</p>
<p><a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow"> https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>ASINzen free 30 day trial https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I host Todd Welch who's established himself as an awesome wholesaler. He has been in the e-commerce space since the 90s and his expertise shows in this episode! In this episode, we talk shop and dive into creating great relationships with brands and how to get exclusive distribution rights with those brands.</p>
<p>Get ALL recordings of the last Wholesale Challenge here: wholesalechallenge.com</p>
<p>Follow him on Twitter here: <a href="https://twitter.com/ToddWelch?s=20" rel="noopener noreferrer nofollow">https://twitter.com/ToddWelch?s=20 </a></p>
<p> </p>
<p>Link to his website here:https://welchproductsllc.com/</p>
<p>Subscribe to his Youtube Channel: <a href="https://www.youtube.com/@AmazonSeller.School" rel="noopener noreferrer nofollow">https://www.youtube.com/@AmazonSeller.School </a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts </a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>Follow me on Twitter: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey </a></p>
<p>DISCOUNTS CODES FOR COMMUNITY: SmartScout (25% off first 3 months) Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83 </a></p>
<p>SellerBoard (2 month free trial instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>Analyzer Tools (30% off your first month) Code: AnalyzerBR3023 <a href="https://www.analyzer.tools/" rel="noopener noreferrer nofollow">https://www.analyzer.tools/ </a></p>
<p>Seller Investigators (free audit showing how much Amazon owes you) Code: corey</p>
<p><a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow"> https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>Pay suppliers with Melio! You use a credit card, they get cash! https://affiliates.meliopayments.com/4p0gnyr72g7k SellerSnap 10% off first 3 mos</p>
<p><a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow"> https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>ASINzen free 30 day trial https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 23 Aug 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/54da9651/3698f7ba.mp3" length="58354950" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2431</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! In this episode I host Todd Welch who's established himself as an awesome wholesaler. He has been in the e-commerce space since the 90s and his expertise shows in this episode! In this episode, we talk shop and dive into creating great relationships with brands and how to get exclusive distribution rights with those brands.
Get ALL recordings of the last Wholesale Challenge here: wholesalechallenge.com
Follow him on Twitter here: https://twitter.com/ToddWelch?s=20 
 
Link to his website here:https://welchproductsllc.com/
Subscribe to his Youtube Channel: https://www.youtube.com/@AmazonSeller.School 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts 
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates 
Follow me on Twitter: https://twitter.com/GanimCorey 
DISCOUNTS CODES FOR COMMUNITY: SmartScout (25% off first 3 months) Code: COREY25 https://smartscout.com/?fpr=corey83 
SellerBoard (2 month free trial instead of 1) https://sellerboard.com/?partner=01101 
Analyzer Tools (30% off your first month) Code: AnalyzerBR3023 https://www.analyzer.tools/ 
Seller Investigators (free audit showing how much Amazon owes you) Code: corey
 https://sellerinvestigators.com/reim/ref/corey 
Pay suppliers with Melio! You use a credit card, they get cash! https://affiliates.meliopayments.com/4p0gnyr72g7k SellerSnap 10% off first 3 mos
 https://referrals.sellersnap.io/l/BrandRocket/ 
ASINzen free 30 day trial https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! In this episode I host Todd Welch who's established himself as an awesome wholesaler. He has been in the e-commerce space since the 90s and his expertise shows in this episode! In this episode, we talk shop and di</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#013 - How to CRUSH it at ASD and beyond with Danny Sorto</title>
      <itunes:episode>13</itunes:episode>
      <podcast:episode>13</podcast:episode>
      <itunes:title>#013 - How to CRUSH it at ASD and beyond with Danny Sorto</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/c6362e08-d546-391d-bd9a-8569b57ded88</guid>
      <link>https://share.transistor.fm/s/22fb2c90</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I host Danny Sorto who's quickly established himself as an awesome wholesaler. In this episode, we talk shop and dive into ASD and how to make sure you demolish it this year in Las Vegas.</p>
<p>Get ALL recordings of the last Wholesale Challenge here: wholesalechallenge.com</p>
<p>Follow him on Twitter here: https://twitter.com/dannydoesbiz
Follow him on Instagram here: https://www.instagram.com/dannydoesbiz/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I host Danny Sorto who's quickly established himself as an awesome wholesaler. In this episode, we talk shop and dive into ASD and how to make sure you demolish it this year in Las Vegas.</p>
<p>Get ALL recordings of the last Wholesale Challenge here: wholesalechallenge.com</p>
<p>Follow him on Twitter here: https://twitter.com/dannydoesbiz
Follow him on Instagram here: https://www.instagram.com/dannydoesbiz/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 16 Aug 2023 04:14:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/22fb2c90/f90c5d3c.mp3" length="97579272" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2440</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! In this episode I host Danny Sorto who's quickly established himself as an awesome wholesaler. In this episode, we talk shop and dive into ASD and how to make sure you demolish it this year in Las Vegas.
Get ALL recordings of the last Wholesale Challenge here: wholesalechallenge.com
Follow him on Twitter here: https://twitter.com/dannydoesbiz
Follow him on Instagram here: https://www.instagram.com/dannydoesbiz/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! In this episode I host Danny Sorto who's quickly established himself as an awesome wholesaler. In this episode, we talk shop and dive into ASD and how to make sure you demolish it this year in Las Vegas.
Get ALL r</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#012 - From shoe selling to 7 figure wholesale with Gavin Sweeney</title>
      <itunes:episode>12</itunes:episode>
      <podcast:episode>12</podcast:episode>
      <itunes:title>#012 - From shoe selling to 7 figure wholesale with Gavin Sweeney</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/7de76cd0-5282-3dd6-b4fb-6336b7ffa8d9</guid>
      <link>https://share.transistor.fm/s/8326fb4e</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I host Gavin Sweeney who transitioned from UK shoe-selling and American shoe-selling to now being 2/3's wholesale. He lays out the groundwork for how to transition from OA to wholesale.</p>
<p>Follow him on Twitter here: https://twitter.com/GavinSweeneyy
Subscribe to his podcast: https://www.youtube.com/@amazonfbanomads1334</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! In this episode I host Gavin Sweeney who transitioned from UK shoe-selling and American shoe-selling to now being 2/3's wholesale. He lays out the groundwork for how to transition from OA to wholesale.</p>
<p>Follow him on Twitter here: https://twitter.com/GavinSweeneyy
Subscribe to his podcast: https://www.youtube.com/@amazonfbanomads1334</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 09 Aug 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/8326fb4e/5065d946.mp3" length="86538888" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2164</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! In this episode I host Gavin Sweeney who transitioned from UK shoe-selling and American shoe-selling to now being 2/3's wholesale. He lays out the groundwork for how to transition from OA to wholesale.
Follow him on Twitter here: https://twitter.com/GavinSweeneyy
Subscribe to his podcast: https://www.youtube.com/@amazonfbanomads1334
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! In this episode I host Gavin Sweeney who transitioned from UK shoe-selling and American shoe-selling to now being 2/3's wholesale. He lays out the groundwork for how to transition from OA to wholesale.
Follow him </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#011 - Uncovering my business and content strategy with Grant Owen</title>
      <itunes:episode>11</itunes:episode>
      <podcast:episode>11</podcast:episode>
      <itunes:title>#011 - Uncovering my business and content strategy with Grant Owen</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/73f9f94d-dd09-3b92-ab6b-f0c0577555ea</guid>
      <link>https://share.transistor.fm/s/cfcf9818</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! Taking a different turn with this episode and talking about how I organize my business and plan out my content with Grant Owen. Grant is the CEO of Integrity Media and hosts the Young and Driven podcast. We've been working together this year and we talk about a lot of what goes on behind the scenes to make this happen.</p>
<p>Follow him on Twitter here: https://twitter.com/iamgrantowen/
Follow him on Instagram here: https://www.instagram.com/iamgrantowen/
Subscribe to his YouTube/Podcast here: https://www.youtube.com/@iamgrantowen</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! Taking a different turn with this episode and talking about how I organize my business and plan out my content with Grant Owen. Grant is the CEO of Integrity Media and hosts the Young and Driven podcast. We've been working together this year and we talk about a lot of what goes on behind the scenes to make this happen.</p>
<p>Follow him on Twitter here: https://twitter.com/iamgrantowen/
Follow him on Instagram here: https://www.instagram.com/iamgrantowen/
Subscribe to his YouTube/Podcast here: https://www.youtube.com/@iamgrantowen</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 02 Aug 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/cfcf9818/846058d6.mp3" length="100999232" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2525</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! Taking a different turn with this episode and talking about how I organize my business and plan out my content with Grant Owen. Grant is the CEO of Integrity Media and hosts the Young and Driven podcast. We've been working together this year and we talk about a lot of what goes on behind the scenes to make this happen.
Follow him on Twitter here: https://twitter.com/iamgrantowen/
Follow him on Instagram here: https://www.instagram.com/iamgrantowen/
Subscribe to his YouTube/Podcast here: https://www.youtube.com/@iamgrantowen
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! Taking a different turn with this episode and talking about how I organize my business and plan out my content with Grant Owen. Grant is the CEO of Integrity Media and hosts the Young and Driven podcast. We've bee</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#010 - The OG of Amazon with Chris Grant</title>
      <itunes:episode>10</itunes:episode>
      <podcast:episode>10</podcast:episode>
      <itunes:title>#010 - The OG of Amazon with Chris Grant</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/298f61e8-7d0b-39f4-a812-02b04405b38a</guid>
      <link>https://share.transistor.fm/s/d75efb26</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 10th episode is with Christ Grant. He is a longtime Amazon seller and one of my partners in The Wholesale Challenge. </p>
<p>Follow him on Twitter here: https://twitter.com/cleartheshelf/
Follow him on Instagram here: https://www.instagram.com/cleartheshelf/
Subscribe to his YouTube/Podcast here: https://www.youtube.com/@cleartheshelf</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 10th episode is with Christ Grant. He is a longtime Amazon seller and one of my partners in The Wholesale Challenge. </p>
<p>Follow him on Twitter here: https://twitter.com/cleartheshelf/
Follow him on Instagram here: https://www.instagram.com/cleartheshelf/
Subscribe to his YouTube/Podcast here: https://www.youtube.com/@cleartheshelf</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 26 Jul 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/d75efb26/53a214b3.mp3" length="77554830" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1939</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 10th episode is with Christ Grant. He is a longtime Amazon seller and one of my partners in The Wholesale Challenge. 
Follow him on Twitter here: https://twitter.com/cleartheshelf/
Follow him on Instagram here: https://www.instagram.com/cleartheshelf/
Subscribe to his YouTube/Podcast here: https://www.youtube.com/@cleartheshelf
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This 10th episode is with Christ Grant. He is a longtime Amazon sel</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#009 - 7 figure seller advice with Logan from Outsource Everything</title>
      <itunes:episode>9</itunes:episode>
      <podcast:episode>9</podcast:episode>
      <itunes:title>#009 - 7 figure seller advice with Logan from Outsource Everything</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/1d5e6572-a26c-3aa5-b517-544e43dcbfe1</guid>
      <link>https://share.transistor.fm/s/4f2343a3</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This ninth episode is with Logan Altenberger and the Outsource Everything crew. He's an entrepreneur who specializes in teams and systems and he teaches people how to stop working IN their business so they can start working ON their business.</p>
<p>Follow him on Twitter here: https://twitter.com/L_Altenberger
Follow him on Instagram here: https://www.instagram.com/loganaltenberger/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This ninth episode is with Logan Altenberger and the Outsource Everything crew. He's an entrepreneur who specializes in teams and systems and he teaches people how to stop working IN their business so they can start working ON their business.</p>
<p>Follow him on Twitter here: https://twitter.com/L_Altenberger
Follow him on Instagram here: https://www.instagram.com/loganaltenberger/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 19 Jul 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/4f2343a3/a4c3f498.mp3" length="54247361" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1357</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This ninth episode is with Logan Altenberger and the Outsource Everything crew. He's an entrepreneur who specializes in teams and systems and he teaches people how to stop working IN their business so they can start working ON their business.
Follow him on Twitter here: https://twitter.com/L_Altenberger
Follow him on Instagram here: https://www.instagram.com/loganaltenberger/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This ninth episode is with Logan Altenberger and the Outsource Ever</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#008 - 17 years old and selling 7 million on Amazon with SawyerSoles</title>
      <itunes:episode>8</itunes:episode>
      <podcast:episode>8</podcast:episode>
      <itunes:title>#008 - 17 years old and selling 7 million on Amazon with SawyerSoles</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/3a01d6de-98a4-3819-b25c-4fdae1e4c3e7</guid>
      <link>https://share.transistor.fm/s/6835dd9c</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This eighth episode is with SawyerSoles who is a young and successful Amazon seller and a 7 figure revenue seller. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.</p>
<p>Follow him on Twitter here: https://twitter.com/SawyerSoles
Discord group: https://twitter.com/FBA_AIO</p>
<p>Sign up for the wholesale challenge HERE: https://wholesalechallenge.com/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This eighth episode is with SawyerSoles who is a young and successful Amazon seller and a 7 figure revenue seller. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.</p>
<p>Follow him on Twitter here: https://twitter.com/SawyerSoles
Discord group: https://twitter.com/FBA_AIO</p>
<p>Sign up for the wholesale challenge HERE: https://wholesalechallenge.com/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 12 Jul 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6835dd9c/83d98a69.mp3" length="87074922" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2177</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This eighth episode is with SawyerSoles who is a young and successful Amazon seller and a 7 figure revenue seller. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.
Follow him on Twitter here: https://twitter.com/SawyerSoles
Discord group: https://twitter.com/FBA_AIO
Sign up for the wholesale challenge HERE: https://wholesalechallenge.com/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This eighth episode is with SawyerSoles who is a young and successf</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#007 - Leveling up in Wholesale with Insane Hustle</title>
      <itunes:episode>7</itunes:episode>
      <podcast:episode>7</podcast:episode>
      <itunes:title>#007 - Leveling up in Wholesale with Insane Hustle</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/1b98461a-e91c-34a3-89e9-81c79804773c</guid>
      <link>https://share.transistor.fm/s/31c100a7</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This seventh episode is with Quentin Whitehead who is a longtime Amazon seller and a 7 figure revenue seller. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.</p>
<p>Follow him on Twitter here: https://twitter.com/Insane_Hustle
Follow him on Instagram here: https://www.instagram.com/insanefbahustle/</p>
<p>Sign up for the wholesale challenge HERE: https://wholesalechallenge.com/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This seventh episode is with Quentin Whitehead who is a longtime Amazon seller and a 7 figure revenue seller. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.</p>
<p>Follow him on Twitter here: https://twitter.com/Insane_Hustle
Follow him on Instagram here: https://www.instagram.com/insanefbahustle/</p>
<p>Sign up for the wholesale challenge HERE: https://wholesalechallenge.com/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 05 Jul 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/31c100a7/0961c08e.mp3" length="75710594" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1893</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This seventh episode is with Quentin Whitehead who is a longtime Amazon seller and a 7 figure revenue seller. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.
Follow him on Twitter here: https://twitter.com/Insane_Hustle
Follow him on Instagram here: https://www.instagram.com/insanefbahustle/
Sign up for the wholesale challenge HERE: https://wholesalechallenge.com/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This seventh episode is with Quentin Whitehead who is a longtime Am</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#006 - Why Wholesale is the best Amazon model with Kris McCauley</title>
      <itunes:episode>6</itunes:episode>
      <podcast:episode>6</podcast:episode>
      <itunes:title>#006 - Why Wholesale is the best Amazon model with Kris McCauley</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/4f6ec123-cb72-326a-99c3-c6a84879bb27</guid>
      <link>https://share.transistor.fm/s/a58d1f93</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This sixth episode is with Kris McCauley who is a longtime Amazon seller who has sold over 9 million in revenue online. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.</p>
<p>Subscribe to his YouTube here: https://www.youtube.com/@KrisMcCauley
Follow him on Twitter here: https://twitter.com/theKrisMccauley
Follow him on Instagram here: https://www.instagram.com/krismccauleyofficial/</p>
<p>Sign up for the wholesale challenge HERE: https://wholesalechallenge.com/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This sixth episode is with Kris McCauley who is a longtime Amazon seller who has sold over 9 million in revenue online. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.</p>
<p>Subscribe to his YouTube here: https://www.youtube.com/@KrisMcCauley
Follow him on Twitter here: https://twitter.com/theKrisMccauley
Follow him on Instagram here: https://www.instagram.com/krismccauleyofficial/</p>
<p>Sign up for the wholesale challenge HERE: https://wholesalechallenge.com/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 28 Jun 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/a58d1f93/4bc2f915.mp3" length="73806804" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1846</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This sixth episode is with Kris McCauley who is a longtime Amazon seller who has sold over 9 million in revenue online. He's an entrepreneur in every sense of the word and we got to have a great discussion that I hope brings a ton of value to you.
Subscribe to his YouTube here: https://www.youtube.com/@KrisMcCauley
Follow him on Twitter here: https://twitter.com/theKrisMccauley
Follow him on Instagram here: https://www.instagram.com/krismccauleyofficial/
Sign up for the wholesale challenge HERE: https://wholesalechallenge.com/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This sixth episode is with Kris McCauley who is a longtime Amazon s</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#005 - The best ways to GROW your Amazon business with Fields of Profit</title>
      <itunes:episode>5</itunes:episode>
      <podcast:episode>5</podcast:episode>
      <itunes:title>#005 - The best ways to GROW your Amazon business with Fields of Profit</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/d6eeb8bb-a98e-38a1-8783-c7856f342899</guid>
      <link>https://share.transistor.fm/s/f9d747e6</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This fifth episode is with Warner (Fields of Profit) who is one of the most well-established Amazon sellers in the industry. He has grown an impressive business and a high-value brand that has helped thousands of sellers grow their Amazon businesses.</p>
<p>Subscribe to his YouTube here: https://www.youtube.com/@FieldsofProfit
Follow him on Twitter here: https://twitter.com/fieldsofprofit
Follow him on Instagram here: https://www.instagram.com/fieldsofprofit/
Get a 14 day FREE TRIAL of SellerAmp: https://selleramp.com/pricing/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This fifth episode is with Warner (Fields of Profit) who is one of the most well-established Amazon sellers in the industry. He has grown an impressive business and a high-value brand that has helped thousands of sellers grow their Amazon businesses.</p>
<p>Subscribe to his YouTube here: https://www.youtube.com/@FieldsofProfit
Follow him on Twitter here: https://twitter.com/fieldsofprofit
Follow him on Instagram here: https://www.instagram.com/fieldsofprofit/
Get a 14 day FREE TRIAL of SellerAmp: https://selleramp.com/pricing/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 21 Jun 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/f9d747e6/2e80bef1.mp3" length="74082664" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>1853</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This fifth episode is with Warner (Fields of Profit) who is one of the most well-established Amazon sellers in the industry. He has grown an impressive business and a high-value brand that has helped thousands of sellers grow their Amazon businesses.
Subscribe to his YouTube here: https://www.youtube.com/@FieldsofProfit
Follow him on Twitter here: https://twitter.com/fieldsofprofit
Follow him on Instagram here: https://www.instagram.com/fieldsofprofit/
Get a 14 day FREE TRIAL of SellerAmp: https://selleramp.com/pricing/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This fifth episode is with Warner (Fields of Profit) who is one of </itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#004- How to build LONG LASTING wholesale relationships with Jomar</title>
      <itunes:episode>4</itunes:episode>
      <podcast:episode>4</podcast:episode>
      <itunes:title>#004- How to build LONG LASTING wholesale relationships with Jomar</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/ecdfcdf4-79dc-3244-afd1-e06e6fa8e4b6</guid>
      <link>https://share.transistor.fm/s/6403e87f</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This fourth episode is with Jomar who is an OG wholesale seller who has been growing his business solo for years and doing numbers that you dream of. </p>
<p>Subscribe to his YouTube here: https://www.youtube.com/@JomarEstrella
Follow him on Twitter here: https://twitter.com/Jomcjohnson
Follow him on Instagram here: https://www.instagram.com/amzhustlenyc/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This fourth episode is with Jomar who is an OG wholesale seller who has been growing his business solo for years and doing numbers that you dream of. </p>
<p>Subscribe to his YouTube here: https://www.youtube.com/@JomarEstrella
Follow him on Twitter here: https://twitter.com/Jomcjohnson
Follow him on Instagram here: https://www.instagram.com/amzhustlenyc/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 14 Jun 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/6403e87f/4fb0692c.mp3" length="90398741" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2260</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This fourth episode is with Jomar who is an OG wholesale seller who has been growing his business solo for years and doing numbers that you dream of. 
Subscribe to his YouTube here: https://www.youtube.com/@JomarEstrella
Follow him on Twitter here: https://twitter.com/Jomcjohnson
Follow him on Instagram here: https://www.instagram.com/amzhustlenyc/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This fourth episode is with Jomar who is an OG wholesale seller who</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#003- How to transition from OA to Wholesale with Cajua Robinson</title>
      <itunes:episode>3</itunes:episode>
      <podcast:episode>3</podcast:episode>
      <itunes:title>#003- How to transition from OA to Wholesale with Cajua Robinson</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/7f04838a-6c13-3504-b68a-39ee52e607d1</guid>
      <link>https://share.transistor.fm/s/bfa75a39</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a new Wholesale seller who is quickly growing his wholesale branch to get MORE revenue than what he was getting with OA.. </p>
<p>Follow him on Twitter here: https://twitter.com/CajuaRobinson
Follow him on Instagram here: https://www.instagram.com/cj_ecom/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a new Wholesale seller who is quickly growing his wholesale branch to get MORE revenue than what he was getting with OA.. </p>
<p>Follow him on Twitter here: https://twitter.com/CajuaRobinson
Follow him on Instagram here: https://www.instagram.com/cj_ecom/</p>
<p>Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts</p>
<p>FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates</p>
<p>Follow me on Twitter: https://twitter.com/GanimCorey</p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83</p>
<p>SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101</p>
<p>Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/</p>
<p>Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey</p>
<p>Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k</p>
<p>SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/</p>
<p>ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 07 Jun 2023 14:07:52 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/bfa75a39/727f589e.mp3" length="87712306" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2193</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a new Wholesale seller who is quickly growing his wholesale branch to get MORE revenue than what he was getting with OA.. 
Follow him on Twitter here: https://twitter.com/CajuaRobinson
Follow him on Instagram here: https://www.instagram.com/cj_ecom/
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck
https://coreybrandrocket.gumroad.com/l/templates
Follow me on Twitter: https://twitter.com/GanimCorey
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months)
Code: COREY25
https://smartscout.com/?fpr=corey83
SellerBoard (2 month free trial instead of 1)
https://sellerboard.com/?partner=01101
Analyzer Tools (30% off your first month) 
Code: AnalyzerBR3023
https://www.analyzer.tools/
Seller Investigators (free audit showing how much Amazon owes you)
Code: corey
https://sellerinvestigators.com/reim/ref/corey
Pay suppliers with Melio! You use a credit card, they get cash!
https://affiliates.meliopayments.com/4p0gnyr72g7k
SellerSnap 10% off first 3 mos
https://referrals.sellersnap.io/l/BrandRocket/
ASINzen free 30 day trial
https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This third episode is with Cajua Robinson who is a new Wholesale se</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#002- How to cultivate STRONG supplier relationships with Jonah FBA</title>
      <itunes:episode>2</itunes:episode>
      <podcast:episode>2</podcast:episode>
      <itunes:title>#002- How to cultivate STRONG supplier relationships with Jonah FBA</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/8f289114-5c2f-372b-847a-05109bfdb216</guid>
      <link>https://share.transistor.fm/s/d371af29</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This second episode is with Jonah FBA who is a longtime seller with over 76,000 products sold.</p>
<p>Follow him on twitter here: <a href="https://twitter.com/Jonah_FBA" rel="noopener noreferrer nofollow">https://twitter.com/Jonah_FBA</a></p>
<p>Subscribe to use YouTube here: <a href="https://www.youtube.com/@jonah_fba" rel="noopener noreferrer nofollow">https://www.youtube.com/@jonah_fba</a> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts</a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>Follow me on Twitter: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey </a></p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months) Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83 </a></p>
<p>SellerBoard (2 month free trial instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>Analyzer Tools (30% off your first month) Code: AnalyzerBR3023 <a href="https://www.analyzer.tools/" rel="noopener noreferrer nofollow">https://www.analyzer.tools/ </a></p>
<p>Seller Investigators (free audit showing how much Amazon owes you) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>Pay suppliers with Melio! You use a credit card, they get cash! <a href="https://affiliates.meliopayments.com/4p0gnyr72g7k" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7k </a></p>
<p>SellerSnap 10% off first 3 mos <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>ASINzen free 30 day trial https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This second episode is with Jonah FBA who is a longtime seller with over 76,000 products sold.</p>
<p>Follow him on twitter here: <a href="https://twitter.com/Jonah_FBA" rel="noopener noreferrer nofollow">https://twitter.com/Jonah_FBA</a></p>
<p>Subscribe to use YouTube here: <a href="https://www.youtube.com/@jonah_fba" rel="noopener noreferrer nofollow">https://www.youtube.com/@jonah_fba</a> </p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts</a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>Follow me on Twitter: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey </a></p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months) Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83 </a></p>
<p>SellerBoard (2 month free trial instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>Analyzer Tools (30% off your first month) Code: AnalyzerBR3023 <a href="https://www.analyzer.tools/" rel="noopener noreferrer nofollow">https://www.analyzer.tools/ </a></p>
<p>Seller Investigators (free audit showing how much Amazon owes you) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>Pay suppliers with Melio! You use a credit card, they get cash! <a href="https://affiliates.meliopayments.com/4p0gnyr72g7k" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7k </a></p>
<p>SellerSnap 10% off first 3 mos <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>ASINzen free 30 day trial https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Wed, 31 May 2023 03:00:00 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/d371af29/a1f80216.mp3" length="96826954" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2421</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This second episode is with Jonah FBA who is a longtime seller with over 76,000 products sold.
Follow him on twitter here: https://twitter.com/Jonah_FBA
Subscribe to use YouTube here: https://www.youtube.com/@jonah_fba 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates 
Follow me on Twitter: https://twitter.com/GanimCorey 
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months) Code: COREY25 https://smartscout.com/?fpr=corey83 
SellerBoard (2 month free trial instead of 1) https://sellerboard.com/?partner=01101 
Analyzer Tools (30% off your first month) Code: AnalyzerBR3023 https://www.analyzer.tools/ 
Seller Investigators (free audit showing how much Amazon owes you) Code: corey https://sellerinvestigators.com/reim/ref/corey 
Pay suppliers with Melio! You use a credit card, they get cash! https://affiliates.meliopayments.com/4p0gnyr72g7k 
SellerSnap 10% off first 3 mos https://referrals.sellersnap.io/l/BrandRocket/ 
ASINzen free 30 day trial https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This second episode is with Jonah FBA who is a longtime seller with</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>#001- Perks of Wholesale with Garrett Goral</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title>#001- Perks of Wholesale with Garrett Goral</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">amazonwholesalepodcast.podbean.com/4db8dd1b-bdba-3530-aaa4-784709ff0f0c</guid>
      <link>https://share.transistor.fm/s/b4761984</link>
      <description>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This first episode is with Garrett Goral who is a longtime seller and one of the core members of The Buy Box Bandits.</p>
<p>Subscribe to his youtube here: <a href="https://www.youtube.com/@garrettgoral/" rel="noopener noreferrer nofollow">https://www.youtube.com/@garrettgoral/ </a></p>
<p>And follow him on twitter here: <a href="https://twitter.com/alloutamazonn" rel="noopener noreferrer nofollow">https://twitter.com/alloutamazonn </a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts</a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>Follow me on Twitter: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey </a></p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months) Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83 </a></p>
<p>SellerBoard (2 month free trial instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>Analyzer Tools (30% off your first month) Code: AnalyzerBR3023 <a href="https://www.analyzer.tools/" rel="noopener noreferrer nofollow">https://www.analyzer.tools/ </a></p>
<p>Seller Investigators (free audit showing how much Amazon owes you) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>Pay suppliers with Melio! You use a credit card, they get cash! <a href="https://affiliates.meliopayments.com/4p0gnyr72g7k" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7k </a></p>
<p>SellerSnap 10% off first 3 mos <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>ASINzen free 30 day trial https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This first episode is with Garrett Goral who is a longtime seller and one of the core members of The Buy Box Bandits.</p>
<p>Subscribe to his youtube here: <a href="https://www.youtube.com/@garrettgoral/" rel="noopener noreferrer nofollow">https://www.youtube.com/@garrettgoral/ </a></p>
<p>And follow him on twitter here: <a href="https://twitter.com/alloutamazonn" rel="noopener noreferrer nofollow">https://twitter.com/alloutamazonn </a></p>
<p>Here's my 100% FREE wholesale course to help you open your first account: <a href="https://coreybrandrocket.gumroad.com/l/sndts" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/sndts</a></p>
<p>FREE supplier email templates that don't suck <a href="https://coreybrandrocket.gumroad.com/l/templates" rel="noopener noreferrer nofollow">https://coreybrandrocket.gumroad.com/l/templates </a></p>
<p>Follow me on Twitter: <a href="https://twitter.com/GanimCorey" rel="noopener noreferrer nofollow">https://twitter.com/GanimCorey </a></p>
<p>DISCOUNTS CODES FOR COMMUNITY:</p>
<p>SmartScout (25% off first 3 months) Code: COREY25 <a href="https://smartscout.com/?fpr=corey83" rel="noopener noreferrer nofollow">https://smartscout.com/?fpr=corey83 </a></p>
<p>SellerBoard (2 month free trial instead of 1) <a href="https://sellerboard.com/?partner=01101" rel="noopener noreferrer nofollow">https://sellerboard.com/?partner=01101 </a></p>
<p>Analyzer Tools (30% off your first month) Code: AnalyzerBR3023 <a href="https://www.analyzer.tools/" rel="noopener noreferrer nofollow">https://www.analyzer.tools/ </a></p>
<p>Seller Investigators (free audit showing how much Amazon owes you) Code: corey <a href="https://sellerinvestigators.com/reim/ref/corey" rel="noopener noreferrer nofollow">https://sellerinvestigators.com/reim/ref/corey </a></p>
<p>Pay suppliers with Melio! You use a credit card, they get cash! <a href="https://affiliates.meliopayments.com/4p0gnyr72g7k" rel="noopener noreferrer nofollow">https://affiliates.meliopayments.com/4p0gnyr72g7k </a></p>
<p>SellerSnap 10% off first 3 mos <a href="https://referrals.sellersnap.io/l/BrandRocket/" rel="noopener noreferrer nofollow">https://referrals.sellersnap.io/l/BrandRocket/ </a></p>
<p>ASINzen free 30 day trial https://try.asinzen.com/now?lc=MAIN&amp;pc=coreyg</p>]]>
      </content:encoded>
      <pubDate>Fri, 26 May 2023 13:57:01 +0000</pubDate>
      <author>Corey Ganim</author>
      <enclosure url="https://media.transistor.fm/b4761984/21463dc0.mp3" length="83528514" type="audio/mpeg"/>
      <itunes:author>Corey Ganim</itunes:author>
      <itunes:duration>2089</itunes:duration>
      <itunes:summary>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This first episode is with Garrett Goral who is a longtime seller and one of the core members of The Buy Box Bandits.
Subscribe to his youtube here: https://www.youtube.com/@garrettgoral/ 
And follow him on twitter here: https://twitter.com/alloutamazonn 
Here's my 100% FREE wholesale course to help you open your first account: https://coreybrandrocket.gumroad.com/l/sndts
FREE supplier email templates that don't suck https://coreybrandrocket.gumroad.com/l/templates 
Follow me on Twitter: https://twitter.com/GanimCorey 
DISCOUNTS CODES FOR COMMUNITY:
SmartScout (25% off first 3 months) Code: COREY25 https://smartscout.com/?fpr=corey83 
SellerBoard (2 month free trial instead of 1) https://sellerboard.com/?partner=01101 
Analyzer Tools (30% off your first month) Code: AnalyzerBR3023 https://www.analyzer.tools/ 
Seller Investigators (free audit showing how much Amazon owes you) Code: corey https://sellerinvestigators.com/reim/ref/corey 
Pay suppliers with Melio! You use a credit card, they get cash! https://affiliates.meliopayments.com/4p0gnyr72g7k 
SellerSnap 10% off first 3 mos https://referrals.sellersnap.io/l/BrandRocket/ 
ASINzen free 30 day trial https://try.asinzen.com/now?lc=MAIN&amp;amp;pc=coreyg</itunes:summary>
      <itunes:subtitle>Introducing The Amazon Wholesale Podcast! This is a show where I'll be interviewing established wholesale sellers and diving into the deep end of wholesale to educate you about the space. This first episode is with Garrett Goral who is a longtime seller a</itunes:subtitle>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
  </channel>
</rss>
