Order and Fulfillment Inbound Data (CSV Processor)
Fenix provides multiple ways to consume the order and the fulfillment data from retailers. For retailers on platforms like Shopify, BigCommerce, etc., Fenix uses platform-specific webhooks to retrieve that information.
For retailers not on such platforms, Fenix provides a feed upload service where the retailer can upload the necessary data, order, fulfillment, etc., to an agreed-upon cloud location, and Fenix can consume that data every 30min of the upload.
Folder structure and description
Fenix provides two ways to upload the order and fulfillment feed.
SFTP
AWS S3
Below is a standard folder structure of either of the above two locations.
Â
CSV Sample Templates
Â
Inbound Order Attributes
Attribute | Required | Allowed Fields |
---|---|---|
ORDER_NUMBER | YES | Â |
PLACED_DATE_TIME | YES | 2022-11-06T19:21:29-05:00 |
ITEM_QUANTITY | YES | Â |
TOTAL_WEIGHT_IN_LBS | NO | Â |
CART_COST_IN_USD | YES | Â |
SHIPPING_SOURCE | NO |
|
SHIPPING_METHOD | YES | Â |
SHIPCOST_IN_USD | YES | Â |
ORDER_STATUS | NO |
|
FULFILLMENT_STATUS | NO | Â |
BUYER_ADDRESS_1 | YES | Â |
BUYER_CITY | YES | Â |
BUYER_STATE | YES | Â |
BUYER_ZIPCODE | YES | Â |
BUYER_COUNTRY | YES | Â |
SKUS | YES | Â |
QUANTITIES | YES | Â |
SHIPPABLE_FLAGS | YES | Â |
IMAGE_URLS | YES | Â |
ROUTING_URLS | NO | Â |
EXPECTED_SHIPMENT_DATE_TIME | YES | Â |
PROMISED_DELIVERY_DATE_TIME | YES | Â |
Â
Inbound Fulfillment Attributes
Attribute | Required | Allowed Fields |
---|---|---|
SHIPMENT_ID | YES | Â |
ORDER_NUMBER | YES | Â |
SHIPMENT_DATE_TIME | YES | 2022-11-06T19:21:29-05:00 |
TRACKING_NUMBER | YES | Â |
CARRIER_NAME | YES | Â |
CARRIER_SERVICE | YES | Â |
ITEM_QUANTITY | YES | Â |
SKUS | YES | Â |
QUANTITIES | YES | Â |
TOTAL_DIM_WEIGHT_IN_LBS | NO | Â |
SHIPCOST_IN_USD | YES | Â |
SHIPMENT_STATUS | NO |
|
SHIPPER_ADDRESS_1 | YES | Â |
SHIPPER_CITY | YES | Â |
SHIPPER_STATE | YES | Â |
SHIPPER_ZIPCODE | YES | Â |
SHIPPER_COUNTRY | YES | Â |