Hello! Trying to find a solution to show the ETA of out-of-stock products when we allow overselling. Our vendors send inventory reports that have a date of when more is expected but we haven’t been able to find a solution to add this to our product pages. Any ideas on apps or ways to do this?
If you are using inventory transfers customize your theme to show the next incoming date
https://help.shopify.com/en/manual/products/inventory/transfers
https://shopify.dev/api/liquid/objects/variant#variant-next_incoming_date
OS2.0 themes can use custom-liquid blocks or sections
If not using transfers then you’ll need to manually add the data to products, or variants, in a property that can be referenced in your theme. Metafield definitions are a one way
https://help.shopify.com/en/manual/metafields/metafield-definitions
If you need to semi or fully automate adding that data there are spreadsheet apps, or automation apps like usemechanic https://apps.shopify.com/mechanic
Merchants that need this customization may contact me at paull.newton+shopifyforums@gmail.com , please provide the topic URL for context and relevant use case details for pricing.