Application Functionality Walkthrough (UC2) - stacc-dasso/woocommerce-extension GitHub Wiki
Use Case 2
Preconditions
Scenario
User enters the Shop ID and API Key:
If the fields validate (alphanumeric characters only), the extension will do two things:
- Try to communicate with the API
- If the extension can communicate with the API it will start the inventory sync process (Currently a dummy method)
This is the result of a successful installation:
Covered Alternative Scenarios
- Invalid input (Shop ID = "++-a"; API Key = "")