Update a price catalog associated to a `clientId` based on the priceCatalogId
put
https://api.mercadoe.com/v1/supplier-catalogs/{clientId}/price-catalogs/{priceCatalogId}
Change a specific price catalog associated to a clientId
field with a provided value.
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
priceCatalogId
int32
required
The price catalog Id in ME
clientId
int32
required
The `clientId` is a unique identifier of a buyer to whom this punchout price catalog is assigned.
Body
application/json
clientPriceCatalogId
string | null
Price Catalog Id in client’s ERP
description
string | null
Price Catalog brief description
category
string | null
Price Catalog category
clientSupplierId
string | null
Supplier Id in client’s ERP
integrationTag
string | null
Identification of the ME user used in the integration.
startDate
date-time | null
Price Catalog start date
endDate
date-time | null
Price Catalog end date
clientPaymentConditionId
string | null
Payment condition code
incoTerms
string | null
Freight code (Incoterms)
currencyCode
string | null
Currency in alphabetic code (for more information, please refer to: https://www.iso.org/iso-4217-currency-codes.html).
deliveryDeadline
int32 | null
Delivery deadline
status
int32 | null
Price Catalog status
totalValue
float | null
Price Catalog total value
fixedValue
float | null
Price Catalog fixed value
usedValue
float | null
Price Catalog used value
note
string | null
Price Catalog notes
isPreOrderCreatedAutomatically
boolean | null
This flag indicates if the pre-order is generated automatically.
isControlledByBalance
boolean | null
This flag indicates if the price catalog balance is controlled by workflow.
isRequestEstimatedPriceUsedInPreOrder
boolean | null
This flag indicates if the request estimated price is used in pre-order creation.
isPreOrderBlockedIfEstimatedRequestDateGreaterThanPriceCatalogEndDate
boolean | null
This flag indicates if the pre-order is blocked if the request estimated date is greather than price catalog end date.
purchasingGroup
string | null
Purchasing Group
balanceControl
string
allowed values:
NoBalanceControl
Quantity
Value
ItemValue
attributes
array of object | null
Attributes of the Price Catalog, consisting of a name, a value and a description.
businessOrganizations
array of object | null
List with the Business Organizations comprising the Company Code, the Entity Type and their Descriptions.
items
array of object | null
List with the Price Catalog items
Responses
202
400
404
Accepted
Body
application/json
correlationId
string