API documentation
Method list
Test your request
Changelog


getInventoryPriceGroups
The method allows to retrieve price groups existing in BaseLinker storage


Input parameters



Output data
The method returns the data in JSON format.
statusvarchar(30)SUCCESS - request executed correctly
ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code
price_groupsarrayAn array of available price group identifiers
| - price_group_idintPrice group identifier
| - namevarchar(100)Name of the price group
| - descriptiontextPrice group description
| - currencyint3-letter currency symbol e.g. PLN, EUR
| - is_defaultboolFlag indicating whether the price group is default



Sample
Input data:
Output data:
A sample request in PHP: