GEThttps://uat-api.wellnessliving.io/v1/shop/categoryid_region (required, integer)2.k_business (required, string)49197.{
"a_shop_category": [
{
"i_order": "1",
"is_default": false,
"is_system": false,
"k_shop_category": "1430532",
"text_description": "",
"text_title": "Events"
}
],
"status": "ok",
"s_version": "<string>",
"__a_message": ["<additional metadata strings>"]
}
a_shop_category (array)k_shop_category (string): Unique key for the shop category.text_title (string): Display name of the category (e.g., "Events", "Products").i_order (string or integer): Sort order for how categories should be displayed in the UI.is_default (boolean): Indicates if this category is the default selection.is_system (boolean): Indicates if this is a system-defined category.status (string): Overall status of the call, typically "ok" on success.s_version (string): Internal version identifier for the response schema or data.__a_message (array): Additional informational or diagnostic messages returned by the service.curl --location -g --request GET '/v1/shop/category?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}