Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Fenix provides multiple ways to consume the product and the inventory data from retailers. For retailers who are on platforms like Shopify, BigCommerce, etc., Fenix use the uses platform-specific webhooks to retrieve that information.

For retailers who are not on such platforms, Fenix provides a feed upload service where the retailer can upload the necessary data, product, inventory, order, etc., to a an agreed-upon cloud location, and Fenix can consume that data within 5 minutes of the upload. The In addition, the retailers who are on Shopify or BigCommerce but maintain a consolidated inventory in Shopify can also use this cloud upload feature.

...

Fenix provides two ways to upload the product and inventory feed.

  1. SFTP

  2. AWS S3

Below is a common folder structure of either of the above two locations.

...

The description of each folder is as below.

  1. inventory

If the retailer wants to upload a complete snapshot of their inventory, they can upload the feed into this folder. Existing inventory will be discarded and will be overwritten with the new one.

...

If the retailer wants to upload a delta inventory, they can upload the feed into this folder. This feed is basically the changes that happened to their inventory since their last inventory/delta upload. Only the SKUs present in this feed will be modified. Others will not be touched.

...

If the retailer wants to upload a complete snapshot of their product cataloguecatalog, they can upload the feed into this folder. Existing product data will be discarded and will be overwritten with the new one.

...

If the retailer wants to upload a delta product feed, they can upload the feed it into this folder. This feed is basically the changes that happened to their product since their last product/product-delta upload. This feed can contain any new SKUs added or any changes to the existing products. Only the SKUs present in this feed will be modified. Others will not be touched.

  1. bundles

If the retailers is maintaining virtual skus, they can upload the mapping data in this folder. The mapping contains the virtual SKU name and the physical SKUs with the respective quantities contained in it.

Data processing time

Usually, any feed that is uploaded into the above folders will be processed within 5 minutes.

Data feed formats

Below are sample product, inventory and inventory the bundle SKU feed formats.

Note: If the retailer is given their own template, please use that.

  1. Product Feed Format

View file
nameproduct.csv

Code Block
languagetext
SKU,CATEGORY_ID,CATEGORY_NAME,PRODUCT_ID,PRODUCT_NAME,HEIGHT,WIDTH,LENGTH,GIRTH,DIM_UNITS,WEIGHT,WEIGHT_UNITS
212149,,,,,8,4,4,1,IN,3,LB
312323,,,,,6,6,11,1,IN,0.54895038,LB
4432232,,,,,1,20,20,1,IN,0.70106916,LB
5CHW43,,,,,3,11,21,1,IN,6.49921976,LB

2. Inventory Feed Format

View file
nameinventory-template-v3.1.csv

Code Block
languagetext
SKU,LOCATION_ID,AVAILABLE_QTY
212149,528,612
312149,600,300
424149,810,876

  1. Bundle SKU Feed Format

View file
namebundles_sku_mapping.csv

Code Block
VIRTUAL SKU,PHYSICAL SKU, QUANTITY
Bundle 1,SKU1,3
Bundle 1,SKU2,2
Bundle 2,SKU1,10

Data Feed upload automation

The retailer tech team must automate uploading the feed to the Fenix-provided SFTP/S3 location.

Data Feed Location Access

These details will be provided once Once the customer gives us their preference (SFTP or S3), these details will be provided.