Hi team,
I noticed that when I call the GET /v2/catalog/list endpoint via the API Explorer, I get more fields in each ITEM object than when calling the same endpoint from my app or Postman.
Specifically, fields like:
categoriesreporting_categorydescription_plaintextis_alcoholic
…appear in the API Explorer response but are missing from my actual API calls.
I need categories and reporting_category for custom sorting and displaying items the way the merchant prefers. The other fields would also be helpful for our UI.
I’m using the latest API version and confirmed that auth and headers are set correctly. Is this expected behavior? Are these fields only available in certain contexts?
Thanks in advance for any help!