API extensions use cases
1 min read
This section provides an introduction, implementation instructions, and storefront results, showing how to extend FastStore APIs and integrate them with external ones. These examples are designed to help you understand how to use this feature.
| Use case | Description |
|---|---|
| Adding a contact form to the landing page | Allows shoppers to contact your store through a form. |
| Adding available installment information on the PDP | Displays the available installment options for a product on the Product Details Page (PDP). |
| Displaying an order summary for the signed-in shopper | Displays how many orders the signed-in shopper has placed, using the shopper's own session. |
For detailed code examples, access the playground.store repository, which provides in-depth details on each use case.