Create a product category associated to a `clientId`
post
https://api.mercadoe.com/v1/supplier-catalogs/{clientId}/product-categories
Creates a new product category associated to a clientId
by providing the client category 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 category is assigned.
Body
application/json
description
string
required
Group description
clientCategoryId
string
required
Product category code
permissions
array of object | null
List of product category permissions. The fields in this property define, for example, if the category can be placed on requests or orders, among others.
Responses
202
400
404
Accepted
Body
application/json
correlationId
string