No content to show
User Activity
For all our customer-facing product pages, we use the store_availability object to determine which of our 8 locations have an item in stock and list those locations to the user. (see https://shopify.dev/api/liquid/objects/storeavailability for refere...
05-06-2022
I've written an API that replaces the normal search feature on our collections page. When a user searches for an item, it first checks our proprietary database for the latest price (these prices change frequently, always upwards), and if the price i...