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 on platforms like Shopify, BigCommerce, etc., Fenix uses platform-specific webhooks to retrieve that information.

...

If the retailer wants to upload a delta product feed, they can upload it into this folder. This feed is basically the changes to their product since their last product/product-delta upload. This feed can contain any new SKUs added or 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 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,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

...