Products > Price Lists > priceLists
GET:price_lists.json
Description
Get all or specific price lists for a given shop.
This is a typical bulk get endpoint.
Permission bit: "price_lists.read"
Topic: Price Lists
Arguments
List of price list ids. See also: Unique Identifiers
Example: ["pl_EQzGqWoY"]
When asking for multiple items, allow returning less than was asked (in case some are missing)
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Result
[PriceList!]
Preview (typescript)
Loading module