Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

The API works over HTTPS and follows REST semantics. Authentication is handled with HTTP Basic - method. The credentials used are those which are set-up for the account to access the Fruugo Merchant Centre.

Stock Inventory Feed

The Stock Inventory feed allows a GET request which returns a simple XML feed of the retailer's live SKUs on Fruugo to allow you to map the status of the product in your own system. It will provide you with our internal Fruugo Sku Id; retailers Product Id; retailers Sku Id; product title; availability status; and if provided to us it will return the quantity of items in stock.

URLhttps://www.fruugo.com/stockstatus-api
HTTP MethodGET
Returns

Product XML of the retailer's Skus and availability held on Fruugo, MIME type "application/XML"

Stock Inventory Specification

The sku (<sku>) element contains three Ids and the following expected values:

NameFormatDescription
fruugoSkuIdLong IntegerFruugo's internal Id for the sku.
merchantProductIdStringThe Product Id provided in the retailer's product data feed.
merchantSkuIdStringThe Sku Id provided in the retailer's product data feed.
nameStringThe product title provided in the retailer's product data feed.
availabilityStringValid values for the availability element are the same as in the product data feed specification:
INSTOCK - If you have the product currently in stock.
OUTOFSTOCK - The product is currently out of stock but may return.
NOTAVAILABLE - The product is permanently out of stock and needs to be removed.
itemsInStockIntegerThe quantity of stock held by the retailer.^

^Only included if the information about the quantity held by the retailer is provided in the product data feed, and therefore exists in Fruugo's product database.



  • No labels