SDK Functionality
Before using the SDK methods below, make sure to import the required functions:
import {
showShelfScans,
showProductScans,
showStoreSearchView,
showStoresScreen,
showScanArea,
showStockingScreen,
showStoreChecklist,
fetchScanStatuses,
fetchOnDemandReports,
fetchProductImageBase64,
fetchShelves,
PensaReportType,
} from 'pensa-sdk-react-native';Searching Stores
Accessing Stores Directly with Global Store IDs
Sending Custom Parameters with Scans
Recently Visited Stores
Monitoring Scan Uploads
Stocking Screen
Scan Area
Fetch APIs
Fetch scan statuses
Method
Parameters
Example usage
Fetch on-demand reports
Method
Parameters
Example usage
Fetch product image as Base64
Method
Parameters
Example usage
Fetch shelves by global store ID
Method
Parameters
Model: PensaShelfItem
Field reference
Example usage
Last updated
Was this helpful?