Skip to main content

Get Supplier Price List Metadata

GET 

/api/suppliers/:supplier/price-list/meta

Everything needed to drive the price list's pickers, fetched once rather than on every page:

  • tiers.sell / tiers.cost — selectable retail and supplier pricing tiers with their currency codes
  • selected_tiers — the tier ids, names and currencies actually resolved for this request
  • brands — the distinct product brands this supplier supplies (id + name), for the brand filter
  • columns — the full column catalogue: key, human label, and default (whether the column is shown/exported unless the caller overrides it)

The columns[].key values are the same tokens accepted by the export endpoint's columns parameter.

Authentication: Requires Bearer token (scope: suppliers)

Request

Responses

OK

Response Headers
    Content-Type