Overview
The Meta feed returns a CSV file compatible with Meta’s Commerce Manager catalog import. Use it to sync your Alana catalog with Facebook Shops, Instagram Shopping, and Meta Advantage+ catalogs.Feed URL
CSV Format
Required Fields
| Field | Description |
|---|---|
id | Unique product identifier |
title | Product name |
description | Product description |
availability | in stock, out of stock, preorder, available for order |
condition | new, used, refurbished |
price | Price with currency (e.g. 29.99 BRL) |
link | Product page URL |
image_link | Product image URL |
brand | Brand name |
Requesting the Feed
Field Mapping
Alana automatically maps your product data to Meta’s required fields:| Alana Field | Meta Field | Notes |
|---|---|---|
sku | id | |
name | title | Truncated at 150 chars |
description | description | Truncated at 9999 chars |
stock_status | availability | Mapped to Meta values |
price | price | Currency appended from workspace settings |
images[0].url | image_link | First image used |
brand.name | brand |
Additional Images
Meta supports up to 10 additional images viaadditional_image_link columns. Alana includes all product images beyond the first in these columns automatically.
Variants
For products with variants (size, color), Alana generates one row per variant withitem_group_id set to the parent product SKU, allowing Meta to group them correctly in the catalog.