Verify new item exists

GET http://localhost:3002/items/{{itemId}}

A GET to the /items/:itemId endpoint allows your application to retrieve details about the specified item.

Look under Examples to view an example response.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-typestring

RESPONSES

status: OK

{"item_id":"304832","name":"kabocha","price":"0.89","unit":"lb","currency":"USD"}