check_pincode_serviceability
Verify if an Indian PIN code is serviceable for shipping by checking against allowed states or districts. Useful for e-commerce checkout and shipping validation.
Instructions
Checks if a given Indian PIN code is serviceable based on lists of allowed states or districts. Extremely useful for e-commerce checkout and shipping verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pincode | Yes | The 6-digit PIN code (e.g., '560001') | |
| allowedStates | No | Optional list of allowed state names (e.g., ['Karnataka', 'Maharashtra']) | |
| allowedDistricts | No | Optional list of allowed district names (e.g., ['Bangalore', 'Mumbai']) |