getPointOfSaleStatuses

Retrieve statuses ('open' or 'closed') of all registers (points of sale), in all shops and locations.

lastUpdated records will be zero for timestamp and empty for date if this register was not open or closed before.

Input parameters

Parameter name Description Possible value Required
pointOfSaleIDs Multiple register IDs, separated by commas, such as: 1,2,3,4,5. string
warehouseIDs Multiple Warehouse IDs, separated by commas, such as: 1,2,3,4,5. string

Response

Field name Type Description
pointOfSaleID integer
name string Register name
warehouseID integer
warehouseName string
status string Register status - 'open' or 'closed'
lastUpdatedTime string Last update time (opening or closing) as ISO date and time string ("yyyy-mm-dd hh:mm:ss"). This date and time is in the time zone of the location/store where the register is located. (Or in account's general time zone, if no time zone has been specified for the location.)
lastUpdatedUnixTime integer Unix timestamp. Last update time (opening or closing) as timestamp