> For the complete documentation index, see [llms.txt](https://docs.eternals.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eternals.game/gdk-documentation/cocos-creator/api-reference/ninetyeight-game-development-kit-cocos-creator/type-aliases/neshopinfocallback.md).

# NEShopInfoCallback

**negdkcc**

***

negdkcc / NEShopInfoCallback

## Type Alias: NEShopInfoCallback()

> **NEShopInfoCallback** = (`response`) => `void`

Defined in: [interface/INEGdk.ts:46](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/interface/INEGdk.ts#L46)

Callback function used for retrieving shop information.

### Parameters

#### response

`NEShopInfoResponse`

Shop data response from server.

### Returns

`void`
