get https://example.com/api/basedata/v1/article-groups/
By giving the required id
as path parameter, this endpoint returns the article group linked to it.
Log in to see full request history
Responses
401You are not unauthorized
404Not Found
By giving the required id
as path parameter, this endpoint returns the article group linked to it.
401You are not unauthorized
404Not Found
xxxxxxxxxx
curl --request GET \
--url 'https://example.com/api/basedata/v1/article-groups/id?storeId=null&includeDeleted=false' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: