Get prices for listings
Get prices for listings in your PriceLabs account. Returns the last-refreshed price information for each listing.
Headers
X-API-Key
Request
This endpoint expects an object.
listings
Listings to fetch prices for. Each listing and its PMS must already exist in your PriceLabs account.
Response
Success
id
ID for the listing
pms
PMS Name
group
Listing group
currency
Currency for the listing
last_refreshed_at
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.
error
Returned instead of price data when the request cannot be fulfilled for this listing
error_status
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_pricing
LOS pricing as defined in PL for the listing
data
Daily price entries for the requested date range
Errors
400
Bad Request Error