Store Fulfillment Feed

Explore how New Era Caps generates and utilizes the Store Fulfillment Feed to ensure accurate inventory management in POS systems.

The Store Fulfilled Feed is generated by the OMS and consumed by Flagship to ensure that inventory is accurately deducted in the POS after an order is packed for pickup or shipping.

While initially it was expected that this feed would be generated using the out of the box store fulfilled feed, that is now only being generated after order completion. Updating in store inventory is much more time sensitive so this feed is now generated separately at a higher frequency.

SFTP path: /home/newera-uat-sftp/pos/store_fulfilled_orders/outgoing
  1. Order Id: Unique identifier for each order by Shopify order name.

  2. Product Id: Identifies the specific product in the order using the Shopify product UPCA.

  3. Facility Id: Represents the identifier of the store or facility from which the product is fulfilled. This is currently mapped with external ID of the facility.

  4. Quantity: The quantity of the product fulfilled from the store inventory for the given order.

Last updated