This document assists merchants in uploading a product feed to pepperjamNETWORK.
The tab delimiter is the preferred way to delimit fields within a product feed.
FIELD1\tFIELD2\tFIELD3\t...
\t represents the tab character
The following header is required and must be the top line top of a product feed:
PJN_PRODUCT_FEED_BASIC
Every field of each product record must be present. If there is not any data available for a field, it must be blank.
| Field | Description | Data Type/Length |
| Name | Name | Character (255) |
| SKU | Stock keeping unit | Character (40) |
| DestinationURL | Destination URL | Character (1023) |
| ImageURL | Image URL | Character (1023) |
| ShortDescription | Short description | Character (255) |
| LongDescription | Long description | Character (1023) |
| SalePrice | Price with discount | Number |
| Price | Price | Number |
| Keywords | Keywords | Character (1023) |
| Manufacturer | Manufacturer | Character (1023) |
| PrimaryCategory | Primary Category | Character (50) |
| Bold Fields are required. | ||
An example product feed can be downloaded here: Example Product Feed
In order to upload a product feed to pepperjamNETWORK, the feed must be available via HTTP GET. The pepperjamNETWORK data-transfer system will constantly refresh product data by downloading from the merchant-specified URL.