Skip to content
Esc

Start typing to search the docs.

Reference Updated Aug 16, 2026

Glossary

Definitions for the words this app and Shopify use, including the several places where the same idea has two names.

Applies to
  • All Shopify plans
Doesn't apply to

No exclusions.

TermMeans
Allow bulk limitThe global switch for storefront enforcement of the product metafield. Not just about bulk pricing — see enforcement
App embedThe theme setting that lets the app run on your storefront. Required for quantity locking and cart-page messages
Cart limitA limit on the whole cart — total quantity or total value — rather than on one product
Checkout validationShopify’s server-side check that runs before payment. What blocks a cart
Collection limitA limit counted across every item from a Shopify collection
MetafieldExtra data stored on a product. Drives bulk limits and storefront quantity locking
MOQMinimum order quantity — the smallest order you will accept
multiple_ofA metafield type making quantities step in your case size: 6, 12, 18
RuleWhat you build in the app. Shopify counts each active one against its 25-validation cap
Shopify FunctionCode running on Shopify’s servers rather than in the browser. Why limits cannot be bypassed
Simple Order LimitThe main rule builder — a limit type and a value
Advanced RulesThe Premium builder, adding conditions for when a limit applies
Storefront layerQuantity locking on product and cart pages. Browser-side, so convenience not protection
Validation functionShopify’s name for what the app installs when you enable a rule

Words that mean the same thing

The app, Shopify and these docs do not always agree on vocabulary:

You may seeAlso called
RuleValidation, validation function, order limit
EnabledActive
Cart amountCart value, order amount, order total
App embedTheme app extension, theme embed

Frequently asked

Is a "rule" the same as a "validation"?

In practice yes. You build a rule; Shopify sees it as an active validation function, which is what the 25-per-store cap counts.

What is MOQ?

Minimum order quantity — a wholesale term for the smallest order a supplier will accept.

See also: Reference · How enforcement works · Shopify limitations