Author Archives: Ramnath

How to Reference Custom Metafields in BigCommerce Stencil Template Files

Metafields are BigCommerce’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. […]

How to Bulk Import Products and Variants using BigCommerce Catalog API?

Moving a few thousand SKUs into BigCommerce sounds like it should be a single “import everything” operation. It isn’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’t. Get the order of operations wrong and you’ll […]

How to Integrate BigCommerce with Salesforce CRM for Order Sync?

If you have a store built on BigCommerce and a sales team running on Salesforce, there’s a good chance the two don’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 […]