Usage
Requested url must have at least: apikey, format, compression and either: mid, cid or bid
Examples
- /datafeed/download/mid/1/format/xml/compression/gzip/
- products from merchant id 1 as xml compressed using gzip
- /datafeed/download/mid/1,2,3/cid/10,11/format/csv/delimiter/|/compression/zip/
- products from merchants 1,2,3 categories 10 and 11 as csv, pipe delimited, compressed using zip
- /datafeed/download/format/csv/compression/gzip/cid/10,11/columns/in_stock,condition,is_hotpick
- products from categories 10 and 11 as csv, compressed using gzip, with 3 additional columns
Full url with authentication details should look like:
http://datafeed.api.productserve.com/datafeed/download/apikey/9966ee09bbfa20fe1d73a477718f783b/mid/957,513/format/xml/compression/gzip/cid/5,6/
Compression
Files can only be requested in compressed form
Parameters
- apikey
- API key
- format
- Datafeed format - xml/csv
- compression
- Compression - gzip/zip
- mid
- Merchant IDs - id,id,id... (optional)
- cid
- Category IDs - id,id,id... (optional)
- bid
- Brand IDs - id,id,id... (optional)
- columns
- Column List - column,column,column... (optional)
- content
- Content filter - clean, questionable, adult (optional)
- hotpick
- Hotpick flag - yes/no (optional)
- delimiter
- Delimiter for csv files - , | (optional, defaults to ,)
Columns
The only column displayed by default is id (product id)
all other columns have to be explicitly specified and will appear in order as requested
All available columns
- aw_deep_link
- aw_image_url
- aw_product_id
- aw_thumb_url
- brand_id
- brand_name
- category_id
- category_name
- commission_amount
- commission_group
- condition
- currency
- delivery_cost
- delivery_time
- description
- display_price
- ean
- in_stock
- is_for_sale
- is_hotpick
- isbn
- language
- merchant_category
- merchant_deep_link
- merchant_id
- merchant_image_url
- merchant_name
- merchant_product_id
- merchant_thumb_url
- model_number
- mpn
- parent_product_id
- pre_order
- product_name
- product_type
- promotional_text
- rrp_price
- search_price
- specifications
- stock_quantity
- store_price
- upc
- valid_from
- valid_to
- warranty
- web_offer