Column Reference

A reference of all available columns for each resource type. Column names can be customized in the settings.

Product Column Reference

Product Basics

ColumnTypeRequiredDescriptionExample
idText-Shopify Global ID. Used to identify records for update or delete. Not required for new records.8445181264069
handleText-URL slug. Alphanumeric characters and hyphens only. Auto-generated from title if omitted.test-product-1000
commandCommand-Operation type. MERGE (default) / CREATE / UPDATE / DELETE / REPLACE.MERGE
titleTextYesProduct title.テスト商品 1000
bodyHtmlHTML-Product description. HTML tags supported.<p>商品説明</p>
vendorText-Brand or manufacturer name.メーカー1
typeText-Product type (category classification).カテゴリ1
tagsComma-separated-Tags. Multiple values separated by commas.テスト商品,新商品
tagsCommandCommand-Tag operation mode. ADD/MERGE (add to existing) / DELETE/REMOVE (remove specified tags) / REPLACE (overwrite all).REPLACE
createdAtDateTime-Creation date. Read-only.2025-10-10 15:09:22 +0900
updatedAtDateTime-Last update date. Read-only.2025-10-10 15:09:26 +0900
statusText-Visibility. ACTIVE / DRAFT / ARCHIVED.Active
publishedTRUE/FALSE-Published flag. Read-only. Use the status column to control visibility.TRUE
publishedAtDateTime-Publication date for the online store.2025-10-10 15:09:22 +0900
publishedScopeText-Published channels. web (online store only) / global (all channels) / blank (unpublished).web
templateSuffixText-Custom template identifier. Leave blank in most cases.
giftCardTRUE/FALSE-Whether this is a gift card product. TRUE / FALSE.FALSE
urlURL-Online store URL. Read-only.https://store.myshopify.com/products/test-product
totalInventoryQtyNumber-Total inventory across all locations. Read-only (auto-calculated).43
rowNumberNumber-CSV row number1
topRowTRUE/FALSE-First row for this productTRUE
categoryIdText-Product category ID. Equivalent to category. Specify one or the other.
categoryNameText-
categoryText-Shopify product category. Specify as full path. e.g. Apparel & Accessories > Clothing.

Collection

ColumnTypeRequiredDescriptionExample
customCollectionsComma-separated-Manual collections
smartCollectionsComma-separated-Auto collectionsテストコレクション

Images

ColumnTypeRequiredDescriptionExample
imageTypeText-IMAGE
imageSrcURL-Image URL. Must be publicly accessible.https://cdn.shopify.com/image.jpg
imageCommandCommand-Image operation mode. ADD / REPLACE (overwrite all) / DELETE.MERGE
imagePositionNumber-Image display order (integer starting from 1).1
imageWidthNumber-1024
imageHeightNumber-768
imageAltTextText-商品画像

Variants

ColumnTypeRequiredDescriptionExample
variantImageURL-https://cdn.shopify.com/image.jpg
variantInventoryItemIdText-47310597062853
variantIdText-Variant Shopify ID. Used for update or delete.45179016609989
variantCommandCommand-Variant operation mode. MERGE / UPDATE / DELETE.MERGE
variantPositionNumber-1
skuText-TEST-SKU-01000
option1NameText-Option 1 name. e.g. Size, Color.Title
option1ValueText-Option 1 value. e.g. M, Red.Default Title
option2NameText-Option 2 name.Size
option2ValueText-Option 2 value.M
option3NameText-Option 3 name.Material
option3ValueText-Option 3 value.Cotton
barcodeText-
weightNumber-0
weightUnitText-kg
priceNumber-9428.00
compareAtPriceNumber-
taxableTRUE/FALSE-TRUE
taxCodeText-
inventoryTrackerText-shopify
inventoryPolicyText-deny
fulfillmentServiceText-manual
requiresShippingTRUE/FALSE-TRUE
inventoryQtyNumber-Inventory quantity for the specified location.43
inventoryAdjustNumber-0
costNumber-5000.00
hsCodeText-
countryOfOriginText-
provinceOfOriginText-

Inventory

ColumnTypeRequiredDescriptionExample
inventoryAvailableNumber-Location-specific43

Metafields

ColumnTypeRequiredDescriptionExample
metafield.{namespace}.{key}Text / Number etc.-Metafields registered in Column Settings are available as individual columns. Column name format: metafield.{namespace}.{key} (e.g. metafield.custom.color). Value format depends on the metafield type: text as plain string, number as numeric value, boolean as true/false, list types as comma-separated values.Red
variantMetafield.{namespace}.{key}Text / Number etc.-Variant metafield individual column. Column name format: variantMetafield.{namespace}.{key} (e.g. variantMetafield.custom.material). Applies to columns registered as variant metafields in Column Settings.Cotton 100%

Metafield Type Reference

Value format depends on the metafield type. For reference types, enter a handle or numeric ID (GID format is not required).

TypeInput FormatExample
single_line_text_fieldText (single line)Red
multi_line_text_fieldText (multi-line)Line 1 Line 2
number_integerInteger42
number_decimalDecimal3.14
booleantrue / falsetrue
dateYYYY-MM-DD2026-01-15
date_timeISO 86012026-01-15T10:00:00Z
urlURLhttps://example.com
colorHex color code#FF0000
jsonJSON string{"key":"value"}
moneyDecimal amount1000.00
weightNumber (unit per definition)1.5
dimensionNumber (unit per definition)100
volumeNumber (unit per definition)500
ratingDecimal4.5
file_referenceFilename or numeric IDphoto.jpg
page_referencePage handle or numeric IDabout-us
product_referenceProduct handle or numeric IDmy-product
variant_referenceSKU or numeric variant IDSKU001
collection_referenceCollection handle or numeric IDsummer-sale
metaobject_referenceMetaobject handle or numeric IDmy-metaobject
list.*Comma-separated (all list types)value1,value2,value3