get https://{serverURL}/api/catalog/items
This endpoint retrieves a list of the catalog inventory items.
Responses
This endpoint retrieves a list of the catalog inventory items.
xxxxxxxxxx
curl --request GET \
--url 'https://changeme/api/catalog/items?max=25&offset=0&sort=name&direction=asc' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: