Item Mappings
Returns a list of mappings between item identifiers and Whisky IDs for all identified shop items of the requested shop. Also returns the current Whiskybase rating and the number of Whiskybase ratings of each respective Whisky ID.
If the shop ID is unknown or no items could be mapped to a Whisky ID, status code 204 is returned.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Request Body
shop_idstring · requiredThe Whiskystats identifier number for a shop. Reach out to Whiskystats to request the shop ID.
auth_codestring · requiredA secret authentication code for each shop. Reach out to Whiskystats to request the auth code.
Responses
Data Response
item_identifierstringThe (external) identifying number for the shop item.
mapped_whisky_idnumberThe mapped Whiskybase ID using the prefix "WB".
whiskystats_urlstringThe Whiskystats URL for the mapped Whisky ID.
whiskybase_urlstringThe Whiskybase URL of the mapped Whisky ID.
whiskybase_ratingnumberThe Whiskybase rating of the mapped Whisky ID.
whiskybase_rating_countnumberThe number of Whiskybase ratings of the mapped Whisky ID.

