bookCatalog

Catalog

Search catalog items

post

Returns a paginated list of catalog items.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

AWS Cognito JWT token. Include as 'Authorization: Bearer {token}' header.

x-api-keystringRequired

API Gateway API key. Include as 'x-api-key: {key}' header.

Body

Request parameters for searching the product catalog.

Responses
chevron-right
200

Search results.

application/json
post
/catalog/search

Catalog item detail

post

Retrieves detailed information for a catalog item.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

AWS Cognito JWT token. Include as 'Authorization: Bearer {token}' header.

x-api-keystringRequired

API Gateway API key. Include as 'x-api-key: {key}' header.

Body

Request parameters for retrieving detailed information about a catalog item.

productIdstring · min: 1Required

Unique identifier for the product.

facilityIdinteger · int64Required

Facility identifier to scope the catalog request.

requesterIdinteger · int64Required

User identifier making the request.

Responses
chevron-right
200

Item detail.

application/json
post
/catalog/detail

Last updated