📄️ Introduction
📄️ Create Price List
Allows the creation of a new price list with specified details such as code, name, currency, and type.
📄️ Delete Price List Items Across Price Lists
Deletes specified items from all assigned price lists based on their unique identifiers.
📄️ Delete Price List Items
Deletes specified items from a price list based on their unique identifiers.
📄️ Get Full Price Items By Price List Id
Fetches detailed information about items, including historical price data, for a specific price list.
📄️ Get Prices Items By Items Ids
Retrieves items by ids
📄️ Get Price List By Code
Retrieves information about a specific price list using the unique code associated with it. The response includes details such as code, name, currency, and type.
📄️ Get Price List Items
Fetches a paginated list of items associated with a particular price list.
📄️ Get Price List
Returns information about a particular price list identified by tenant ID and price list ID. The response includes details such as code, name, currency, and type.
📄️ Get Prices Items
Retrieves the current prices of specified items considering the provided context, such as currency and market.
📄️ List Full Price Items By Price List Id
Retrieves a paginated list of detailed price items, including historical data, for a specific price list.
📄️ List Price Lists
Retrieves a list of price lists based on optional filters such as name, code, and other attributes. The response includes details such as code, name, currency, and type.
📄️ Set Price List Items
Updates or creates items for a given price list, allowing bulk modifications.
📄️ Update Price List
Modifies the attributes of an existing price list based on the provided payload and field mask. The field mask is used to specify which attributes of the price list are to be updated. The field mask is a comma-separated list of fully qualified names of fields. Example: `code,name,currency,type`