Update Pricelist

Updates a price list.

put
Path parameters
idstringRequired
Body
externalIdsall ofOptional
defaultMarkupnumber · double | nullableOptional
notesstring | nullableOptional
Responses
200
OK
application/json
put
PUT /public/v1/catalog/price-lists/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 66

{
  "externalIds": {
    "vendor": "text"
  },
  "defaultMarkup": 1,
  "notes": "text"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-07-03T02:58:50.343Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-07-03T02:58:50.343Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "currency": "text",
  "precision": 1,
  "defaultMarkup": 1,
  "notes": "text",
  "externalIds": {
    "vendor": "text"
  },
  "statistics": {
    "sellers": 1,
    "listings": 1,
    "priceListItems": 1,
    "purchasePriceItems": 1,
    "purchasePriceCompleteness": 1,
    "salesPriceItems": 1,
    "salesPriceCompleteness": 1,
    "averageMarkup": 1,
    "averageMargin": 1
  },
  "product": {
    "id": "text",
    "name": "text",
    "externalIds": {
      "operations": "text"
    },
    "icon": "text",
    "status": "text"
  },
  "vendor": {
    "id": "text",
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  }
}

Last updated

Was this helpful?