Get all products of a store given a slicer ID.
import { getStoreProducts } from "@slicekit/core" const { cartProducts, storeClosed } = await getStoreProducts({ slicerId, buyer, isOnsite, isDelivery })