Skip to content

Create a product group associated to a `clientId`

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

Creates a new product group associated to a clientId by providing the client group id, description and other details.

Request

Headers

X-ME-CORRELATION-ID
string
Internal client code to be identified in the webhook. It can be, for example, a product code in your ERP, an order number, etc.

Path Parameters

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

Body

application/json
description
string
required
Group description
clientGroupId
string
required
Product group code
isVisiblePurchasingStructure
boolean
required
It indicates if the purchasing structure is visible.
enablesMasterRequest
boolean
required
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