List shared catalog categories
documentedList categories in a shared catalog.
GET /rest/{store_code}/V1/sharedCatalog/{id}/categoriesCatalogno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://magento.com/rest/{{$store_code}}/V1/sharedCatalog/{{$id}}/categories" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"