-
Notifications
You must be signed in to change notification settings - Fork 0
What are the feed specifications?
Marten Sievers edited this page Feb 1, 2021
·
1 revision
Incito requires a dedicated product/campaign feed on a per publication basis. The supported formats include both JSON (.json) and XML (.xml) formats and are detected automatically and converted. An example feed of such can be found here.
The product information you submit using these attributes is our foundation for creating your Incito publication. Make sure everything you submit is of the quality you'd show to a customer.
Attribute | Format | Minimum Requirements |
---|---|---|
id |
Required Your product's unique identifier Example A42B89 Syntax Max 50 characters |
|
title |
Required Your Product's name Example iPhone 11 Max Syntax Max 30 characters |
|
description |
Required Your product's description Example Made from 100% organic cotton, this classic red men's polo has a slim fit. Syntax Max 100 characters |
|
link |
Required Your product's landing page Example https://www.example.com/shop?cat=12&id=1030 |
|
image |
Required The URL of your product's main image Example https://www.example.com/image1.png Supported types JPEG (.jpg/.jpeg) format, PNG (.png) format |
For the image URL:
|
category |
Required The main product category Example Electronics |
|
These attributes define the price, unit, quantity, and visibility of your products. This information is shown to potential customers based on their existence. If you provide savings, they will automatically show up in Incito. If you provide a membership price, it will automatically replace the regular sale price.
Attribute | Format | Minimum Requirements |
---|---|---|
price |
Required Your product's price Example15.00 DKK Syntax Numeric |
|
per_unit |
Optional The unit of your products price, if the product is sold in a bundle or multipack Example Piece Supported values Month, Piece, Set |
|
membership_pricing |
Optional Your product's membership price Example 10.00 USD Syntax Numeric |
|
savings |
Optional Your product's savings compared to it's regular price Example 100.00 DKK Syntax Numeric |
|