Skip to content

Get a product associated to a `clientId` based on the `productId`

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

Get information about a specific product with the given productId and 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
the `productId`.

Responses

200
404
OK

Body

application/json
productId
int32
ME product Id
supplierReferenceProductId
string | null
ME product code
supplierProductId
string | null
ERP product code
note
string | null
Header note
description
string | null
Description
complement
string | null
Description complement
manufacturer
string | null
Manufacturer’s name
measurementUnit
string | null
Measurement unit
estimatedPrice
double | null
Estimated price of the product
categoryId
int32 | null
Product category code
clientCategoryCode
string | null
Product category code at the client
clientCategoryDescription
string | null
Product category description
isService
boolean | null
Flag to indicate if this item is a service (true/false)
True = Service item
False = Product item
isGeneric
boolean | null
Set this flag as follows:
True = Product without a code
False = Product with a code
status
boolean | null
The product statuses can be:
True = Active
False = Blocked
materialOriginId
int32 | null
Material origin:
1 = Domestic origin
2 = Foreign origin
applicationType
string | null
Material application code (tax usage)
materialCategory
string | null
Material accounting code
manufacturers
array of string
Manufacturers is a List consisting of the product manufacturers’ names
productIdentificationCode
object
supplierOwnerId
int32 | null
The supplierOwnerId field is a unique identifier for a supplier responsible for managing and maintaining a product punchout catalog.
If this field is not null, this indicates that the product is part of a punchout catalog, which means that it can be viewed by the buyer, but not updated.
attributes
array of object | null
Attributes of the product, consisting of a name, a value and a description.