request method — the same function that powers all built-in resources. Use it to call any Store API endpoint, including ones you’ve added yourself.
client.request uses the same auth headers, retry logic, and locale/currency defaults as client.products.list() or any other built-in resource.
For a complete walkthrough — creating the API endpoints on the backend, defining TypeScript types, filtering, and expanding associations — see the Store API and SDK tutorials.
