The following table summarizes the additional considerations that each field must meet for a correct feed validation.
| Fields | Data type | Minimum value | Maximum value | Available values | Comments |
| id* | String | ||||
| url* | String | ||||
| mobile_url | String | ||||
| title* | String | ||||
| content* | String | Minimum length of 30 characters | |||
| category* | String | Furniture Sports Equipment Electronics and Technology Pets Phones Musical Instruments Kids Photography Art and Collectables Fashion Health and Beauty Car Parts and Accessories |
Multiples categories must be separated by comma. | ||
| price | Decimal | 0 | 500000 | Zero value is excluded. Only prices with 0.XX are accepted. | |
| shipping_cost | Decimal | 0 | 1000 | Only applicable if price is set. | |
| make | String | ||||
| model | String | ||||
| address | String | ||||
| neighborhood | String | ||||
| city_area | String | ||||
| city | String | ||||
| region | String | ||||
| postcode | String | ||||
| picture_url | String | ||||
| picture_title | String | ||||
| date | Date | ||||
| expiration_date | Date | ||||
Legend for data types:
- String: Alphanumeric string.
- Fixed string: Alphanumeric string with default values. See the column of available values.
- Integer: Positive number or zero.
- Decimal: The integer part is expressed without units separators. The decimal part is expressed with point.
- Boolean: True value for “true”, “yes”, “si” or “1”. False value for “false”, “no” or “0”.
- Date: Formats accepted
DD/MM/YYYY or DD/MM/YYYY HH:MM:SS
DD-MM-YYYY or DD-MM-YYYY HH:MM:SS
YYYY/MM/DD or YYYY/MM/DD HH:MM:SS
YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
where DD is the day with two digits, MM the month with two digits, YYYY the year with four digits, HH the hour in 24h format with two digits, MM the minutes and SS the seconds. - Year: YYYY format, where YYYY is the year with four digits.
- Room string: It can be an Integer, a Decimal with 0 or ½ as the decimal part (e.g. 3.0, 1.5), or two consecutive numbers with a dash (e.g. 1-2, 3-4).
*Mandatory field
Comments
0 comments
Please sign in to leave a comment.