Get prices for listings

Get prices for listings in your PriceLabs account. Returns the last-refreshed price information for each listing.

Headers

X-API-KeystringRequired

Request

This endpoint expects an object.
listingslist of objectsRequired
Listings to fetch prices for. Each listing and its PMS must already exist in your PriceLabs account.

Response

Success
idstring
ID for the listing
pmsstring
PMS Name
groupstring
Listing group
currencystring
Currency for the listing
last_refreshed_atstring

DateTime when the listing was last refreshed in PL like when “Save & Refresh” is done. Also updated when sync happens as prices are refreshed before sync.

errorstring
Returned instead of price data when the request cannot be fulfilled for this listing
error_statusenum

Machine-readable error code. LISTING_NOT_PRESENT — listing does not exist in PriceLabs. LISTING_NO_DATA — prices were not fetched on PriceLabs. LISTING_TOGGLE_OFF — sync is turned OFF.

los_pricingobject
LOS pricing as defined in PL for the listing
datalist of objects
Daily price entries for the requested date range

Errors

400
Bad Request Error