← All disapproval codes
critical 112

Missing availability

What this means

Pinterest needs to know whether each product is in stock. Error 112 means the availability field is blank, which blocks the product from publishing.

Why this happens

Either the availability column is unmapped, or the source platform exposes stock as a boolean (true/false) or numeric quantity instead of Pinterest's accepted enum values. Pinterest expects exactly one of: in stock, out of stock, preorder, or back order.

How to fix it

  1. Confirm the availability column is mapped and populated for every row.
  2. Translate booleans/quantities into Pinterest values: stock > 0 becomes 'in stock', stock = 0 becomes 'out of stock'.
  3. If you preorder or backorder products, surface those statuses explicitly in the feed.
  4. Refresh the feed at least daily so out-of-stock items don't keep advertising.
  5. Re-ingest and confirm error 112 is gone.

Common pitfalls