Create product classifications
post
https://api.mercadoe.com/v1/products/{productId}/classifications
Creates new classifications for a specific product by providing the product ID and a list of classification objects.
Each classification should include BorgId, ApplicationType, and optionally Iva, LedgerAccountCode, StatisticalOrder, and PreEdited.
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
productId
int32
required
The product ID
Body
application/*+json
Responses
202
400
Accepted
Body
application/json
success
boolean