Versions Compared

Key

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

This API provides the stock availability of products synced from the marketplace. To retrieve stock availability, refer to the Ecomsync Item API. Stock availability is stored in the bl_fi_mst_ecomsync_item_hdr.qty_balance field.

...

  • Stock Availability: Refers to the stock that is available for sale to the customer.

  • Stock Balance: Refers to the stock held by the branch.

When a sales order is created, the stock is deducted from stock availability as it has been reserved for the customer. When a sales invoice is generated, the stock is deducted from the stock balance.

The stock balance is based on multiple branches configured by users in the Organization Applet. Each time a sales order is created, the system updates the stock availability in bl_fi_mst_ecomsync_item_hdr.qty_balance, where the mkt_guid (branch/marketplace) is part of the configured branch.

...