Products > Price Lists > priceLists
Commerce APIProductsPrice ListspriceLists
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

ids: [String!]

List of price list ids. See also: Unique Identifiers

Example: ["pl_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[PriceList!]

Preview (typescript)

Loading module