Sign in

List shared catalog categories

documented

List categories in a shared catalog.

GET /rest/{store_code}/V1/sharedCatalog/{id}/categoriesCatalogno implementation yet0 runs
No 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"
List shared catalog categories · Adobe Commerce (Magento) · OpenIntegrations