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.

...

Below are sample product, inventory and 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

...

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

...