Stores

Last Updated - Platform 24.0 - SDK 19.0

The Store Finder and Store Details screens are optional features that enable the user to find stores and check if a product in-store stock.

store finder

# Store Finder
stores
storefinder
# Store Details
store/{id}
store/details/{id}

Replace id with the store identifier.

Set up

To set up the Stores features.

  1. Ensure the SDK and Platform are set up following the PoqSDK set up steps.
  2. Add the PoqStores framework to your project following these steps.
  3. 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.

store availability

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.