Fetches a list of auto categories for a specific store and tag.
Request Code Samples
curl --location --request GET 'https://gateway.storeharmony.com/cloudapi/restro//special/' \
--header 'sessiontoken;'
Responses
*/*
Successfully retrieved auto categories for the store.
[
{
"itemId": "string",
"image": "string",
"name": "string",
"description": "string",
"price": 0,
"quantity": 0,
"totalPrice": 0,
"additionalOptions": [
"string"
]
}
]
Modified at 2025-03-27 14:31:04