Skip to main content
GET
/
customGroups
Retrieve custom groups for a channel
curl --request GET \
  --url https://mm-api.merchantspring.io/customGroups \
  --header 'x-api-key: <api-key>'
{
  "groups": [
    {
      "groupId": 123,
      "groupName": "<string>"
    }
  ],
  "total": 123
}

Authorizations

x-api-key
string
header
required

Query Parameters

channelId
string
required

Channel ID

merchantId
string
required

Merchant ID

pageSize
integer

Number of groups per page

pageIndex
integer

Zero-based page index

Response

Successful operation

Response containing the list of custom product groups for a channel

groups
object[]
total
integer

Total number of groups for the channel. Only present when limit or offset is provided.