Products > Price Lists > priceListsDelete
Commerce APIProductsPrice ListspriceListsDelete
priceListsDelete
DELETE:price_lists.json

Description

Delete specific price lists of a given shop.

Permission bit: "price_lists.delete"

Topic: Price Lists

Arguments

ids: [String!]!

List of price list ids. See also: Unique Identifiers

Example: ["pl_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module