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
idstringOptional
ID for the listing
pmsstringOptional
PMS Name
groupstringOptional

Listing Tags (deprecated). Unfortunately named legacy field.

currencystringOptional
Currency for the listing
last_refreshed_atstringOptional

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.

errorstringOptional
Returned instead of price data when the request cannot be fulfilled for this listing
error_statusenumOptional

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_pricingobjectOptional
LOS pricing as defined in PL for the listing
datalist of objectsOptional
Daily price entries for the requested date range

Errors

400
Bad Request Error