Product feed (SaaS)
Introduction
Core-commerce has support for a product feed for each configured language. Customer support can set-up the feeds and share the secured URL per available language.
Mapping
The following mapping is applied in the XML feeds, where multiple fields require an extra field (item category in Orisha Commerce | platform) where the mapping is based on the original name:
- Sku = product -> Sku
- Title = product -> Title (limited to 150 chars)
- Description = product -> Description (limited to 500 chars)
- MainImageUrl = product -> Main image url
- Availability = if product.Stock > 0, then 'in_stock', else 'out_of_stock'
- Price = product -> base price (rounded on 2 decimals)
- SalePrice = if priceFromAttribute is empty, then 'null', else frim price (round on 2 decimals)
- Url = Frontend URL PDP
- GlobalTradeItemNumber = product -> Ean
- Brand = Extra Field value "brand", when empty "TODO: unknown brand"
- Condition = Extra Field value "condition", when empty "new"
- Gender = Extra Field value "gender", when empty "Unisex"
- Material = Extra Field value "material"
- Size = Extra Field value "size", when empty "Onesize"
Updated 6 months ago