getPosStoreQuickButtons

Retrieve quick product button store-specific list. Quick buttons are displayed in POS for fast access.

To change button position, see API call switchPosStoreQuickButton.

To delete button from list, see API call deletePosStoreQuickButton.

Insert new button into the list, see API call insertPosStoreQuickButton.

Input parameters

Parameter name Description Possible value Required
warehouseID Warehouse ID, if warehouse doesnt have store-specific quick buttons enabled - will return error 1189. integer yes
lang Retrieve names in a specific language. If omitted, API will return item names in the default language of your Erply account.
Possible values:
  • 'eng' - English
  • 'spa' - Spanish
  • 'ger' - German
  • 'swe' - Swedish
  • 'fin' - Finnish
  • 'rus' - Russian
  • 'est' - Estonian
  • 'lat' - Latvian
  • 'lit' - Lithuanian
  • 'gre' - Greek
string

Response

Field name Type Description
productID integer Product ID.
serviceID integer Service ID.
name string Name of this product or service.