GuideOperationsConfigured adminv2.0.0source-verified

Maintain inventory and associate product vendors

Set stock quantities and order/backorder limits, maintain supplier records and connect them to products.

For
administrator
Owner
Commerce documentation owner
Applies to
Feeding Frenzy source inspected 2026-09-10
Reviewed
2026-09-10
InventoryIDProductIDVendorIDProductVendorID

Before you start

  • An inventory-tracked product and an agreed source of truth for stock.
  • A reconciled stock count and approved order/backorder policy.
  • Supplier details and a decision about whether stock is entered here or maintained by an integration.

Open in your admin application

Use your installation’s admin address with one of these routes. Replace {id} with the actual record identifier.

/inventories/inventory-insert/inventory-edit?InventoryID={id}/vendors/vendor-insert/product-edit?ProductID={id}
01

Maintain the inventory record

  1. Find the product’s stock record

    From Product Workspace → Fulfillment use Manage inventory, or open /inventories. Locate the existing product record before inserting another.

  2. Set quantities and thresholds

    On the inventory insert/edit form select Product and enter In Stock Quantity and Low Stock Threshold. Use a reconciled count; this is a quantity record, not evidence of a warehouse receipt.

  3. Set backorder policy

    Set Is Backordering Allowed, Backordered Quantity and Maximum Backorder Quantity according to the operating policy. Set Minimum Order Quantity and Maximum Order Quantity for order limits.

  4. Save and inspect the detail

    Verify product identity, quantities and limits. The detail also exposes last inventory/date and low-stock information. Do not change Is Low Stock Announced merely to hide an alert without resolving the stock condition.

  5. Verify the consuming workflow

    Check the intended storefront/order integration against the new values. A stock record does not itself establish a universal reservation, purchasing or carrier-dispatch workflow.

02

Maintain a vendor and attach it to a product

  1. Create the vendor record

    Open /vendor-insert. Enter Vendor Name, Web Site, Payment Terms, Notes, address and Contact Name as applicable. Set Enabled; leave Deleted clear for an active vendor.

  2. Link it to a product

    In Product Workspace → Organization choose Add Vendor. Confirm Product and Vendor, save the ProductVendor relationship and return to the product.

  3. Verify the relationship, not a purchase order

    Confirm the vendor appears in the product’s Vendors list. Supplier association is catalog data; purchase-order creation, supplier routing and shipment booking use the business-specific integration/workflow.

Fields & records

Field / recordMeaning or use
In Stock QuantityRecorded stock quantity; reconcile to the authoritative inventory process.
Low Stock ThresholdThreshold for configured low-stock behavior.
Backorder fieldsAllowed flag, quantity and maximum are distinct.
ProductVendorAssociation between a product and supplier, not an order to that supplier.

Verify the result

  • Inventory record points to the correct product and shows intended limits.
  • A test order follows the configured stock/backorder policy.
  • The vendor appears on the correct product; no supplier order is assumed from that link.

Troubleshooting

What you seeWhat to check or do
Stock changes revertCheck whether an external inventory integration owns the values.
Supplier did not receive an orderAdding a vendor relationship does not dispatch purchasing work.
Fulfillment incomplete after paymentInspect the basket fulfillment error and configured integration, then follow the payment/fulfillment guide.

Version & scope

Procedure checked against current Feeding Frenzy forms and services. Source verification is not a claim that a live payment, message, customer transaction or full operator run occurred.

Public guides describe shared controls, records and configuration boundaries using fictional data. Tenant URLs, credentials, customer records, provider identifiers and installation-only procedures belong in customer-controlled documentation and are excluded from public pages and search.

Version
2.0.0
Change source
Current Feeding Frenzy forms/services plus reconciled Wiki topics
Feedback key
guide:inventory-vendors
Was this guide helpful?

Feedback records only the page, guide ID and yes/no choice. It never records documentation search text.

Implementation references (4)
  • FeedingFrenzy.Admin/wwwroot/kScripts/Inventories/InventoriesAdmin.ks.html
  • FeedingFrenzy.Admin/wwwroot/kScripts/Vendors/VendorsAdmin.ks.html
  • FeedingFrenzy.Admin/wwwroot/kScripts/ProductVendors/ProductVendorsAdmin.ks.html
  • FeedingFrenzy.Admin/wwwroot/kScripts/Products/Product.Edit.ks.html
← All documentationSoftware feature map ↗