Get Available Products
Learn how to fetch and display available products through Bando's Fulfiller API. Implementation guide for accessing our catalog of supported services.
Learn how to use our Catalog API to get products organized by type and brand, including product details and validation requirements.
Getting Products
Retrieve organized products using:
Query Parameters
country
: Filter by country code (e.g., "US", "MX")type
: Filter by product type (e.g., "esim", "topup", "gift_card")brand
: Filter by specific brandsubType
: Filter by product subtypepageSize
: Number of items per pagepageNumber
: Page number to retrieve
Product Types and Examples
1. eSIM Products
Example response:
Key eSIM details:
Duration and data info in
shortNotes
Coverage details in
notes
Phone validation required for delivery
Various data packages available
2. Gift Card Products
Example response:
Key gift card details:
Brand and denomination in
shortNotes
Email delivery validation
Recipient information required
Various denominations available
3. Top-up Products
Example response:
Required Fields by Product Type
1. Reference Types
Each product requires specific validation:
Email Format (Gift Cards)
Phone Format (eSIMs & Top-ups)
2. Additional Fields
Some products require extra information:
Product Details to Check
Basic Information
brandName
: Provider namebrandSlug
: Unique brand identifierimageUrl
: Brand logo URLorder
: Display order priority
Variant Details
shortNotes
: Quick product descriptionnotes
: Detailed informationprice
: Pricing informationsku
: Unique product identifier
Validation Requirements
referenceType
: Main validation formatrequiredFields
: Additional required informationregex
: Validation patterns
Common Use Cases
1. Get eSIMs with Data Details
Shows eSIMs with data packages and duration.
2. View Gift Card Options
Displays available gift card denominations.
3. Find Top-up Products
Lists available mobile top-up options.
Best Practices
Product Selection
Check
shortNotes
for quick infoRead
notes
for full detailsVerify price and currency
Look at brand information
Validation Handling
Pre-validate reference formats
Include all required fields
Follow regex patterns
Handle validation errors
Display Information
Use brand images when available
Show ordered by priority
Display clear pricing
Include important notes
Last updated
Was this helpful?