v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
x) Accounts

Update a product

Updates the fields of an existing product. The productMode header can control update behaviour for specific product types.

put/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/products/{productId}

Path parameters

tenantIdinteger required
organisationIdinteger required
productIdinteger required

Headers

productModestring

Request body

base64EncodedImagestring
categorystring
createdstring date-time
currencystring
descriptionstring
externalIdstring
lastModifiedstring date-time
lowStockCountinteger
mediaTypestring
modestring
namestring
organisationIdinteger
partnerNamestring
pinnedProductboolean
productIdinteger required
skustring
statusstring
supplierIdinteger
taxType'VAT'
tenantIdinteger required
typestring
unitPriceExclnumber
versioninteger

Example request

{
  "created": "2022-03-10T12:15:50-04:00",
  "lastModified": "2022-03-10T12:15:50-04:00"
}

Response

OK

alertMessagestring
base64EncodedImagestring
categorystring
createdstring date-time
currencystring
descriptionstring
externalIdstring
itemCountinteger
lastModifiedstring date-time
lowStockCountinteger
mediaTypestring
modestring
namestring
organisationIdinteger required
partnerNamestring
pinnedProductboolean
productIdinteger
skustring
statusstring
supplierIdinteger
taxType'VAT'
tenantIdinteger required
typestring
unitPriceExclnumber
versioninteger

Example response

{
  "created": "2022-03-10T12:15:50-04:00",
  "lastModified": "2022-03-10T12:15:50-04:00"
}