<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ramnath - Bay20 Software</title>
	<atom:link href="https://www.bay20.com/author/ramnath/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.bay20.com</link>
	<description>An e-Commerce Solution Provider</description>
	<lastBuildDate>Wed, 09 Sep 2026 05:21:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.7</generator>
	<item>
		<title>How to Reference Custom Metafields in BigCommerce Stencil Template Files</title>
		<link>https://www.bay20.com/how-to-reference-custom-metafields-in-bigcommerce-stencil-template-files/</link>
		
		<dc:creator><![CDATA[Ramnath]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 05:20:51 +0000</pubDate>
				<category><![CDATA[BigCommerce]]></category>
		<category><![CDATA[Bigcommerce Stencil]]></category>
		<category><![CDATA[Bigcommerce]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=16753</guid>

					<description><![CDATA[<p>Metafields are BigCommerce&#8217;s way of attaching structured, custom data to a product, category, brand, or cart, something beyond what the standard fields cover. They are organized under a namespace and key, so multiple apps or features can store their own data without stepping on each other. Metafields are a genuinely useful piece of the platform. [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/how-to-reference-custom-metafields-in-bigcommerce-stencil-template-files/">How to Reference Custom Metafields in BigCommerce Stencil Template Files</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to Query and Filter Large Product Catalogs via the API?</title>
		<link>https://www.bay20.com/how-to-query-and-filter-large-product-catalogs-via-the-api/</link>
		
		<dc:creator><![CDATA[Ramnath]]></dc:creator>
		<pubDate>Sat, 05 Sep 2026 08:40:47 +0000</pubDate>
				<category><![CDATA[BigCommerce]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=16737</guid>

					<description><![CDATA[<p>Most people write their first BigCommerce sync script the same way. Loop through every product, then for each one, fire off another request for its variants. Another request for its images, maybe a third for custom fields. It works. It also completely falls apart the moment your catalog stops being a fifty-item test store and [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/how-to-query-and-filter-large-product-catalogs-via-the-api/">How to Query and Filter Large Product Catalogs via the API?</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to Set Up and Verify BigCommerce Webhooks?</title>
		<link>https://www.bay20.com/how-to-set-up-and-verify-bigcommerce-webhooks/</link>
		
		<dc:creator><![CDATA[Ramnath]]></dc:creator>
		<pubDate>Sat, 05 Sep 2026 06:34:35 +0000</pubDate>
				<category><![CDATA[BigCommerce]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=16734</guid>

					<description><![CDATA[<p>Most BigCommerce integrations start out polling. You set up a script that checks the Orders endpoint every few minutes, or the Products endpoint, or whatever resource you care about, and most of those checks come back with nothing new. It works, but it&#8217;s wasteful, and it puts a ceiling on how quickly your system can [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/how-to-set-up-and-verify-bigcommerce-webhooks/">How to Set Up and Verify BigCommerce Webhooks?</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to Manage 301 Redirects via the BigCommerce Redirects API?</title>
		<link>https://www.bay20.com/how-to-manage-301-redirects-via-the-bigcommerce-redirects-api/</link>
		
		<dc:creator><![CDATA[Ramnath]]></dc:creator>
		<pubDate>Thu, 13 Aug 2026 10:15:05 +0000</pubDate>
				<category><![CDATA[BigCommerce]]></category>
		<category><![CDATA[Bigcommerce]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=16685</guid>

					<description><![CDATA[<p>Every store migration, URL restructure, or category rename ends up creating a pile of dead links somewhere. Old product pages that used to rank on Google, blog posts that moved, category paths that got flattened during migration. Handling a handful of these by hand in the control panel is fine. Handling thousands of them after [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/how-to-manage-301-redirects-via-the-bigcommerce-redirects-api/">How to Manage 301 Redirects via the BigCommerce Redirects API?</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to Search Products by SKU in BigCommerce with Variant Pre-Selection?</title>
		<link>https://www.bay20.com/how-to-search-products-by-sku-in-bigcommerce-with-variant-pre-selection/</link>
		
		<dc:creator><![CDATA[Ramnath]]></dc:creator>
		<pubDate>Sat, 08 Aug 2026 04:50:44 +0000</pubDate>
				<category><![CDATA[BigCommerce]]></category>
		<category><![CDATA[Bigcommerce Stencil]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=16577</guid>

					<description><![CDATA[<p>If you run a BigCommerce store with a lot of variants, you&#8217;ve probably run into a problem like this. A customer has a SKU in hand, maybe from a spec sheet, an old invoice, or a catalog PDF, and they type it into your search bar expecting to land straight on that exact version of [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/how-to-search-products-by-sku-in-bigcommerce-with-variant-pre-selection/">How to Search Products by SKU in BigCommerce with Variant Pre-Selection?</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to Bulk Import Products and Variants using BigCommerce Catalog API?</title>
		<link>https://www.bay20.com/how-to-bulk-import-products-and-variants-using-bigcommerce-catalog-api/</link>
		
		<dc:creator><![CDATA[Ramnath]]></dc:creator>
		<pubDate>Wed, 29 Jul 2026 05:31:48 +0000</pubDate>
				<category><![CDATA[BigCommerce]]></category>
		<category><![CDATA[Bigcommerce]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=16664</guid>

					<description><![CDATA[<p>Moving a few thousand SKUs into BigCommerce sounds like it should be a single &#8220;import everything&#8221; operation. It isn&#8217;t. The Catalog API is built around separate resources, products, variants, and options, and each one plays by its own rules about what can be batched and what can&#8217;t. Get the order of operations wrong and you&#8217;ll [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/how-to-bulk-import-products-and-variants-using-bigcommerce-catalog-api/">How to Bulk Import Products and Variants using BigCommerce Catalog API?</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to Integrate BigCommerce with Salesforce CRM for Order Sync?</title>
		<link>https://www.bay20.com/how-to-integrate-bigcommerce-with-salesforce-crm-for-order-sync/</link>
		
		<dc:creator><![CDATA[Ramnath]]></dc:creator>
		<pubDate>Wed, 22 Jul 2026 15:07:50 +0000</pubDate>
				<category><![CDATA[BigCommerce]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Bigcommerce]]></category>
		<category><![CDATA[salesforce]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=16532</guid>

					<description><![CDATA[<p>If you have a store built on BigCommerce and a sales team running on Salesforce, there&#8217;s a good chance the two don&#8217;t talk to each other. Orders happen on the storefront, and nobody on the CRM side sees them without someone manually copying data over. That gap causes missed follow-ups, messy reporting, and a sales [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/how-to-integrate-bigcommerce-with-salesforce-crm-for-order-sync/">How to Integrate BigCommerce with Salesforce CRM for Order Sync?</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to Build a Custom Print Layout for BigCommerce Product?</title>
		<link>https://www.bay20.com/how-to-build-a-custom-print-layout-for-bigcommerce-product/</link>
		
		<dc:creator><![CDATA[Ramnath]]></dc:creator>
		<pubDate>Wed, 22 Jul 2026 13:47:40 +0000</pubDate>
				<category><![CDATA[BigCommerce]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=16546</guid>

					<description><![CDATA[<p>The browser&#8217;s default print behavior just wasn&#8217;t built with e-commerce in mind. Hit Ctrl+P on a typical BigCommerce product page, and you get the header, the nav menu, a cookie banner, and a footer with a newsletter signup, all crammed onto paper along with the one thing anyone actually wanted: the product. If you want [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/how-to-build-a-custom-print-layout-for-bigcommerce-product/">How to Build a Custom Print Layout for BigCommerce Product?</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to Set Up Customer-Specific Pricing in BigCommerce Using Price Lists?</title>
		<link>https://www.bay20.com/how-to-set-up-customer-specific-pricing-in-bigcommerce-using-price-lists/</link>
		
		<dc:creator><![CDATA[Ramnath]]></dc:creator>
		<pubDate>Tue, 21 Jul 2026 16:54:58 +0000</pubDate>
				<category><![CDATA[BigCommerce]]></category>
		<category><![CDATA[Ecommerce]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=16523</guid>

					<description><![CDATA[<p>If you sell to businesses, you already know one thing: every customer wants a different price. A wholesale buyer wants a bulk rate. A long-time client wants their loyalty discount. A distributor wants a completely separate rate sheet because the contract says so. In a normal store, this turns into a mess of spreadsheets and [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/how-to-set-up-customer-specific-pricing-in-bigcommerce-using-price-lists/">How to Set Up Customer-Specific Pricing in BigCommerce Using Price Lists?</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to Replace Pagination with Infinite Scroll in BigCommerce?</title>
		<link>https://www.bay20.com/how-to-replace-pagination-with-infinite-scroll-in-bigcommerce/</link>
		
		<dc:creator><![CDATA[Ramnath]]></dc:creator>
		<pubDate>Tue, 21 Jul 2026 12:37:15 +0000</pubDate>
				<category><![CDATA[BigCommerce]]></category>
		<category><![CDATA[Bigcommerce Stencil]]></category>
		<category><![CDATA[Bigcommerce]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=16507</guid>

					<description><![CDATA[<p>If you have ever built a category page in BigCommerce, you know the default setup. Products load in a grid, and at the bottom, there is a row of page numbers. Click 2, wait for the page to reload, click 3, wait again. It works, but it is not exactly a modern shopping experience anymore. [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/how-to-replace-pagination-with-infinite-scroll-in-bigcommerce/">How to Replace Pagination with Infinite Scroll in BigCommerce?</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
