Save and consult customer search criteria
- Customers
- Booking
- 2 routes
How can I save and later retrieve search criteria in a customer account?
This scenario explains how to save a set of search criteria in a customer account and retrieve it later to restart a search from stored preferences.
Overview
Use POST/v0/customers/{customer_id}/bookmarks to persist saved searches and GET/v0/customers/{customer_id}/bookmarks to reload them from the customer space.
Prerequisites
customer_idmust refer to an existing customer account.- Customer bookmark routes require the customer scope to be available.
accept-languageandx-api-keyare required on the documented calls.
Process workflow
Legend:
Mandatory
Optional