Reviews
getShopReviews
Fetches all public reviews for the store.Response
Example: Reviews Section
Invoices
getInvoice
Fetches full invoice details.Response
getInvoiceStatus
Lightweight endpoint for status polling. Use this instead ofgetInvoice for real-time updates.
Example: Order Status Page
Formatting Utilities
formatPrice
Formats a price with currency symbol.Parameters
Price amount
ISO 4217 currency code
Locale for formatting
createFormatter
Creates a reusableIntl.NumberFormat instance.