Retrieve a shop summary
Last updated 1 year ago
Get the shop summary for your app.
const summary = await assetlayer.shop.summary();
type ReturnType = ShopItemSummary;