# Slice ## Docs - [payProducts](https://docs.slice.so/core/actions/checkout/payProducts.md): Trigger purchase of a given cart. - [payProductsConfig](https://docs.slice.so/core/actions/checkout/payProductsConfig.md): Get PayProducts config for a given account and cart - [getOrder](https://docs.slice.so/core/actions/orders/getOrder.md): Get order details by transaction hash - [getOrders](https://docs.slice.so/core/actions/orders/getOrders.md): Get orders details by buyer address - [getDisplayedPrices](https://docs.slice.so/core/actions/prices/getDisplayedPrices.md): Get prices to display for a given product. - [getTotalPrices](https://docs.slice.so/core/actions/prices/getTotalPrices.md): Get prices given a cart. - [getProduct](https://docs.slice.so/core/actions/products/getProduct.md): Get selected product given slicer and product ID. - [getSelectedProducts](https://docs.slice.so/core/actions/products/getSelectedProducts.md): Get selected products of multiple stores. - [getStoreProducts](https://docs.slice.so/core/actions/products/getStoreProducts.md): Get all products of a store given a slicer ID. - [getStores](https://docs.slice.so/core/actions/stores/getStores.md): Get stores by IDs. - [Getting Started](https://docs.slice.so/core/getting-started.md): Start using Slicekit Core in your application. - [Installation](https://docs.slice.so/core/installation.md): Install Slicekit Core via your package manager. - [Quickstart](https://docs.slice.so/quickstart.md): Learn how to use slicekit - [Getting Started](https://docs.slice.so/react/getting-started.md): Start using Slicekit React in your application. - [useCart](https://docs.slice.so/react/hooks/checkout/useCart.md): Hook to handle the cart. - [useCheckout](https://docs.slice.so/react/hooks/checkout/useCheckout.md): Hook to initialize the checkout process. - [usePayProductsConfig](https://docs.slice.so/react/hooks/checkout/usePayProductsConfig.md): Get PayProducts config for a given account - [useOrder](https://docs.slice.so/react/hooks/orders/useOrder.md): Get order details by transaction hash - [useOrders](https://docs.slice.so/react/hooks/orders/useOrders.md): Get orders details by buyer address - [usePriceRecap](https://docs.slice.so/react/hooks/prices/usePriceRecap.md): Get prices given a cart. - [Installation](https://docs.slice.so/react/installation.md): Install Slicekit React via your package manager. ## OpenAPI Specs - [openapi](https://docs.slice.so/core/openapi.json) ## Optional - [Documentation](https://docs.slice.so) - [Slice website](https://slice.so)