Skip to content

Update a product associated to a `clientId`

patch
https://api.mercadoe.com/v1/supplier-catalogs/{clientId}/products/{productId}

Updates the data of a product by entering the productId and the clientId.

Request

Path Parameters

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

Body

application/json
description
string | null
Product short description
estimatedPrice
double | null
Estimated price of the product
status
string
allowed values: ActiveBlocked
materialOrigin
string | null
Material origin:
1 = Domestic origin
2 = Foreign origin
isGeneric
boolean | null
Set this flag as follows:
True = Product without a code
False = Product with a code
complement
string | null
Description complement
note
string | null
Note
clientReferenceProductId
string
ME product code
measurementUnit
string
Measurement unit
clientGroupId
string
Product group code
clientGroupDescription
string | null
Product group description
isService
boolean | null
Flag to indicate if this item is a service (true/false)
True = Service item
False = Product item
applicationType
string | null
Material application code (tax usage)
materialCategory
string | null
Material accounting code
clientProductId
string
ERP product code
productIdentificationCode
object
groups
array of object | null
Groups is a List consisting of the clientGroupID, Description, IsVisiblePurchisingStucture and EnablesMasterRequest.

Responses

202
400
404
Accepted

Body

application/json
correlationId
string