We created many (MANY) catalogs in bulk via the API. When you do, it auto sets the SORT BY option to Name A-Z. Typically, you’d want Newest to Oldest. Anyone familar with how to set a list of IDs to that option? Otherwise I’m cursed with navigating the catalog management screen and changing them one by one….
From -Â
To -Â
Â
We used this to create:Â /api-browser/#!/learn/Catalogue/Catalogue_learn_v1_catalog_batch
{
 "items":
  {
   "code": "string",
   "name": "string",
   "description": "string"
  }
 ]
}
Edit??