Skip to content

Create new price catalogs associated to a `clientId` using a JSON file

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

Creates new price catalogs associated to a clientId by providing the information about price catalogs, products, product categories and other details.
The JSON file should contain a list of price catalogs, each with detailed information on its products, product categories, and permissions.
The expected JSON structure is:
{ "disableMissingProducts": false, "clientPriceCatalogId": "123", "description": "Description", "products": [ { "supplierReferenceProductId": "456", "supplierProductId": "code", "description": "Description" } ] ... }
Please make sure that the file is in one of the following formats: .json or .zip (compressed JSON).

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

Body

multipart/form-data
file
binary

Responses

202
400
Accepted

Body

application/json
correlationId
string