List Feeds
Guidelines for working with list feeds.
Field and format requirements to prepare your Lists Feed for upload to MyAlerts. View File Requirements for general feed requirements.
- Tab-delimited recommended for superior import quality.
- All fields required for any update files containing subsets of data.
Required Fields
Header | Value | Min / Max | Format |
---|---|---|---|
list_id | list id | 4 / 128 | Percent encoded text |
list_name | list name | 4/128 | Percent encoded text |
product_sku | product stock keeping unit | 4 / 32 | Percent encoded text |
user_id | User ID | 1/64 | Percent encoded text |
user_email | User email address | 3 / 254 | RFC 5322 Email Address |
Alternative: Your API
If you prefer MyAlerts leverage your external API for lists data, it should accept a list id (unique to each user) and return a lists of product skus contained in that list.
Updated over 6 years ago