GET product-by-id
Pull a product object by its unique ID.
Endpoint
GET https://app.airkit.com/travel-products-catalog/product-by-id
cURL
Query Params
collection
(String; required)
collection
(String; required)A product's unique ID.
Responses
200
Returns a list containing the Product Object corresponding to the given ID.
Example
400
Returns Error Object.
Example
Last updated
Was this helpful?