Articles on: Reference

Product Fields

Products are items that you sell in your Shopify store. When exporting or importing products, you can work with their basic information, variants, images, inventory, pricing and more.

Sample File



Download a sample spreadsheet with product data to import.

Product Fields



These are all the fields you can import or export for products in Altera. Fields are grouped by category for easier reference.

General



Basic product information and settings.

FieldDescriptionExample Value
IDShopify's unique product identifier7890123456
HandleURL-friendly version of the product titleblue-t-shirt-xl
CommandAction to perform on this product rowMERGE
TitleName of the productBlue T-Shirt XL
Body HTMLProduct description in HTML format<p>A comfortable cotton t-shirt</p>
VendorProduct manufacturer or supplierNike
TypeProduct category or typeApparel
TagsComma-separated list of tagssummer, cotton, sale
Tags CommandAction to perform on product tagsADD
Created AtDate and time when product was created2023-01-15T10:00:00Z
Updated AtDate and time when product was last modified2023-06-20T15:30:00Z
StatusProduct status (active/draft)active
PublishedWhether the product is publishedtrue
Published AtDate and time when product was published2023-01-16T09:00:00Z
Published ScopeVisibility scope of the productweb
Template SuffixAlternative template for product pagespecial-layout
Gift CardWhether the product is a gift cardfalse
URLFull URL to the product pagehttps://mystore.com/products/blue-t-shirt-xl


Category Fields



Fields related to product categorization.

FieldDescriptionExample Value
Category: IDCategory identifier12345
Category: NameCategory nameMen's Clothing
CategoryFull category pathApparel/Men's/T-Shirts


Collection Fields



Fields for managing product collections.

FieldDescriptionExample Value
Custom CollectionsManual collections containing this productsummer-essentials, staff-picks
Smart CollectionsAutomated collections containing this productall-t-shirts, sale-items


Media Fields



Fields related to product images and media.

FieldDescriptionExample Value
Image TypeType of media (image, video, etc.)IMAGE
Image SrcURL of the media filehttps://cdn.shopify.com/image.jpg
Image CommandAction to perform on the mediaMERGE
Image PositionDisplay order of the media1
Image WidthWidth in pixels800
Image HeightHeight in pixels600
Image Alt TextAlternative text for accessibilityBlue t-shirt front view


Variant Fields



Fields for product variants and inventory.

FieldDescriptionExample Value
Variant IDUnique identifier for the variant123456789
Variant CommandAction to perform on this variantMERGE
Option1 NameFirst option nameSize
Option1 ValueFirst option valueLarge
Option2 NameSecond option nameColor
Option2 ValueSecond option valueBlue
Option3 NameThird option nameMaterial
Option3 ValueThird option valueCotton
Variant SKUStock keeping unitBTS-LRG-BLU
Variant BarcodeBarcode/UPC/ISBN123456789012
Variant PriceRegular selling price29.99
Variant Compare At PriceOriginal or MSRP price39.99
Variant Inventory QtyCurrent inventory quantity100


Customs Information Fields



Fields for international shipping and customs.

FieldDescriptionExample Value
Variant HS CodeHarmonized System code6109.10.00
Variant Country of OriginCountry where product was madeCN
Variant Province of OriginProvince/state where product was madeGuangdong


Multi-Location Inventory Fields



Fields for managing inventory across multiple locations.

FieldDescriptionExample Value
Inventory AvailableAvailable quantity per location{"Warehouse": 50, "Store": 25}
Inventory Available AdjustQuantity adjustment per location{"Warehouse": +5, "Store": -2}


Market-Specific Pricing Fields



Fields for managing prices in different markets.

FieldDescriptionExample Value
IncludedMarkets where variant is availableUS, CA, UK
PriceMarket-specific price{"US": 29.99, "CA": 39.99}
Compare At PriceMarket-specific compare-at price{"US": 39.99, "CA": 49.99}


Metafields



Fields for custom metadata.

FieldDescriptionExample Value
MetafieldsProduct metafields{"namespace.key": "value"}
Variant MetafieldsVariant-specific metafields{"size.weight": "2kg"}


Product Filters



You can use these filters to limit which products are exported. For more information about using filters, see the Filters documentation.

- handle: Filter by product handle
- title: Filter by product title
- barcode: Filter by product barcode
- category_id: Filter by category ID
- collection_id: Filter by collection ID
- inventory_total: Filter by total inventory quantity
- price: Filter by product price
- product_type: Filter by product type
- sku: Filter by SKU
- variant_id: Filter by variant ID
- variant_title: Filter by variant title
- vendor: Filter by vendor name
- created_at: Filter by creation date
- updated_at: Filter by last update date
- published_at: Filter by publish date
- gift_card: Filter by whether the product is a gift card
- is_price_reduced: Filter by whether the product has a reduced price
- tag: Filter by tag (include)
- tag_not: Filter by tag (exclude)
- publishable_status: Filter by publication status (values: published, unpublished)

Updated on: 20/02/2025