Skip to main content

How to create BigCommere metafields in bulk

In a practical scenario of setting up a BigCommerce store for the first time, or managing the same, It is often required to create metafields in bulk. We have created the CSV import tool to solve that problem. With our CSV import template you can create 100s of bigcommerce metafields in one click. Creating a CSV file is one of the easiest methods available out there. Even if you are a beginner, you can manage csv files using your favourite spreadsheet tools(like, MS excel, Openoffice Calc etc.) you can download a sample CSV right from the app UI and start preparing the data in the same format.

Understanding the template

Field NameTypeDescriptionExample value
resource_idnumberThe BigCommerce id of the resource (For example, product id)120
idnumberThe BigCommerce id of the metafield12
keystringThe key of the metafieldName
valuestringThe value of the metafieldRonaldo Cristiano
namestringThe name of the metafield to understand what it isEmployee Name
descriptionstringThe description of the metafield to briefly tell what it isfield to store the Employee Name
namespacestringThe namespace of the metafield. Example - Multiple employee names can be in the same namespaceEmployee
permission setstringThe permissions allowed on the metafield- app_only Private to the app that owns the field
- read Visible to other API consumers
- write Open for reading and writing by other API consumers
- read_and_sf_access Visible to other API consumers, including on storefront
- write_and_sf_access Open for reading and writing by other API consumers, including on storefront

Steps to create Metafields in bulk

  • Step:1 Download the provided template to get started.
  • Step:2 Prepare your data in this template, ensuring it adheres to the required format.
  • Step:3 Navigate to the app's "create metafields" form and upload your completed template file.
  • Step:4 Initiate the creation process by clicking the "create metafields" button.
  • Step:5 (Optional) Track the progress of the metafield creation in the app's progress section.
  • Step:6 Once you receive the notification that the process is complete, check the status.
  • Step:7 (Optional) Manually verify your newly created metafields by exploring them in the "browse" tab.

Here's a glimpse of the user interface. Metafields