Posted on 20/02/2023 13:02:39
Hi
There are few endpoints in the api which return the data in blob. i dont know if that is by purpose or ...? but it would be nice if it can return the data in proper Json or an actual model which would be even better
for example
/dwapi/ecommerce/groups
returns
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
}
}
}
}
}
same goes for
"/dwapi/ecommerce/shippings/FindServicePoints": {
"/dwapi/feeds/GetFeedOutput": {
"/dwapi/ecommerce/groups/{groupId}": {