Get Pricelist

Gets a price list.

get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
get
GET /public/v1/catalog/price-lists/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-07-01T00:06:31.349Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-07-01T00:06:31.349Z",
      "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?