Stores
Last Updated - Platform 24.0 - SDK 19.0The Store Finder and Store Details screens are optional features that enable the user to find stores and check if a product in-store stock.
Deeplinks
# Store Finderstoresstorefinder
# Store Detailsstore/{id}store/details/{id}
Replace id
with the store identifier.
Set up
To set up the Stores features.
- Ensure the SDK and Platform are set up following the PoqSDK set up steps.
- Add the
PoqStores
framework to your project following these steps. - Deeplink to
stores
within your app.
Store Availability
These screens can be presented for a product for in-store stock availability and product specific customisations.
By default Store Availability only presents the stock of a single product variant. This requires backend support that may need additional work. For commerce systems that have this capability our backend SDKs aim to support this out of the box.
History
- 18.0 (v23): Initial release including in-store availability.