Path: / rs / core / {dsName} / {shopGUID}

Returns the core for a specified shop.

Path parameters:
shopGUID - GUID of the shop
dsName - Name of the datasource

Method Summary
ResourceDescription
GET /rs/core/{dsName}/{shopGUID}Returns the core for a specified shop.

Method Detail
HTTP Example:
GET /rs/core/{dsName}/{shopGUID}

API Example:

CoreResource.getCoreInfo({'shopGUID': /* shopGUID GUID of the shop */,
  'dsName': /* dsName Name of the datasource */});

Returns the core for a specified shop.

Output:
javax.ws.rs.core.Response
Produces:
application/json
application/xml