List Pricelists

List of price lists.

get
Responses
200

OK

application/json
get
GET /public/v1/catalog/price-lists HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[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?