Skip to content

Update a product group associated to a `clientId` based on the `groupId`

patch
https://api.mercadoe.com/v1/supplier-catalogs/{clientId}/groups/{groupId}

Updates the data of a product group by entering the groupId and the clientId.

Request

Path Parameters

clientId
int32
required
The `clientId` is a unique identifier of a buyer to whom this punchout product group is assigned.
groupId
int32
required
the `groupId`

Body

application/json
description
string | null
Group description
clientGroupId
string | null
Product group code
isVisiblePurchasingStructure
boolean | null
It indicates if the purchasing structure is visible.
enablesMasterRequest
boolean | null
It indicates if any master request is allowed.
permissions
array of object | null
List of product group permissions. The fields in this property define, for example, if the group can be placed on requests or orders, among others.

Responses

202
400
404
Accepted

Body

application/json
correlationId
string