Feature Pack 7

Get top level resource URLs

The following example shows how to get top level resource URLs.

Request


GET /wcs/resources/store/10101 HTTP/1.1
Host: testserver.mycompany.com
Content-Type: application/json

Response


HTTP/1.1 200 OK
Content-Type: application/json

{
	"directory": "Madisons-FEP",
	"espotUrl": "http:\/\/localhost\/wcs\/resources\/store\/10101\/espot\/{marketingspotname}\/...",
	"geonodeUrl": "http:\/\/localhost\/wcs\/resources\/store\/10101\/geonode\/...",
	"guestidentityUrl": "https:\/\/localhost\/wcs\/resources\/store\/10101\/guestidentity",
	"inventoryavailabilityUrl": "http:\/\/localhost\/wcs\/resources\/store\/10101\/inventoryavailability\/{productids}",
	"loginidentityUrl": "https:\/\/localhost\/wcs\/resources\/store\/10101\/ltpadentity",
	"orderUrl": "https:\/\/localhost\/wcs\/resources\/store\/10101\/order\/...",
	"personUrl": "https:\/\/localhost\/wcs\/resources\/store\/10101\/person\/@self\/...",
	"productUrl": "http:\/\/localhost\/wcs\/resources\/store\/10101\/productview\/...",
	"shoppingcartUrl": "http:\/\/localhost\/wcs\/resources\/store\/10101\/cart\/@self\/...",
	"storeId": "10101",
	"storeLocatorUrl": "http:\/\/localhost\/wcs\/resources\/store\/10101\/storelocator\/...",
	"storeName": null,
	"topcategoriesUrl": "http:\/\/localhost\/wcs\/resources\/store\/10101\/categoryview\/...",
	"wishlistUrl": "https:\/\/localhost\/wcs\/resources\/store\/10101\/wishlist\/..."
}