bloombox / bloombox.client.services.shop / ShopClient / info

info

fun info(callback: InfoCallback?, err: ShopErrorCallback?, context: ShopContext = ShopContext.defaultContext()): ListenableFuture<Response> (source)

Fetch "top-of-the-fold" (i.e. the most critical) information about a particular digital storefront, asynchronously. This includes its current status (OPEN/CLOSED/{PICKUP|DELIVERY}_ONLY) and any other requisite information to render a page. This may change in the future.

fun info(context: ShopContext = ShopContext.defaultContext()): Response (source)

Fetch "top-of-the-fold" (i.e. the most critical) information about a particular digital storefront. This includes its current status (OPEN/CLOSED/{PICKUP|DELIVERY}_ONLY) and any other requisite information to render a page. This may change in the future.