1 - Overview:

This document assists merchants in uploading a product feed to pepperjamNETWORK.

2 - File Formats/Delimiters

The tab delimiter is the preferred way to delimit fields within a product feed.

2.1 - Example

 
FIELD1\tFIELD2\tFIELD3\t...

\t represents the tab character

3 - File Header

The following header is required and must be the top line top of a product feed:

PJN_PRODUCT_FEED_BASIC

4 - Field Definitions

Every field of each product record must be present. If there is not any data available for a field, it must be blank.

FieldDescriptionData Type/Length
NameNameCharacter (255)
SKUStock keeping unitCharacter (40)
DestinationURLDestination URLCharacter (1023)
ImageURLImage URLCharacter (1023)
ShortDescriptionShort descriptionCharacter (255)
LongDescriptionLong descriptionCharacter (1023)
SalePricePrice with discountNumber
PricePriceNumber
KeywordsKeywordsCharacter (1023)
ManufacturerManufacturerCharacter (1023)
PrimaryCategoryPrimary CategoryCharacter (50)
Bold Fields are required.

4 - Example Product Feed

An example product feed can be downloaded here: Example Product Feed

5 - System Upload

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.

6 - Rules