← Tools Reference

Headout

Headout integration (Productivity, Data). Imported from open-connector.

API key8 toolshttps://sandbox.api.test-headout.com/api/public/v1
GET
headout_list_cities
List active Headout cities.

/city

2 parameters
ParamTypeRequiredDescription
offsetstringoptionalThe pagination offset returned by a previous Headout response.
limitintegeroptionalThe number of items to request from Headout.
GET
headout_list_categories_by_city
List Headout categories for a given city.

/category/list-by/city

3 parameters
ParamTypeRequiredDescription
cityCodestringrequiredThe Headout city code.
offsetstringoptionalThe pagination offset returned by a previous Headout response.
limitintegeroptionalThe number of items to request from Headout.
GET
headout_list_products_by_city
List Headout product listings for a city.

/product/listing/list-by/city

5 parameters
ParamTypeRequiredDescription
cityCodestringrequiredThe Headout city code.
currencyCodestringoptionalThe ISO 4217 currency code for returned pricing.
languagestringoptionalThe Headout language code.
offsetstringoptionalThe pagination offset returned by a previous Headout response.
limitintegeroptionalThe number of items to request from Headout.
GET
headout_list_products_by_category
List Headout product listings for a category.

/product/listing/list-by/category

5 parameters
ParamTypeRequiredDescription
categoryIdstringrequiredThe Headout category identifier.
currencyCodestringoptionalThe ISO 4217 currency code for returned pricing.
languagestringoptionalThe Headout language code.
offsetstringoptionalThe pagination offset returned by a previous Headout response.
limitintegeroptionalThe number of items to request from Headout.
GET
headout_get_product
Get one Headout product with variants and pricing.

/product/get/{productId}

4 parameters
ParamTypeRequiredDescription
productIdstringrequiredThe Headout product identifier.
currencyCodestringoptionalThe ISO 4217 currency code for returned pricing.
languagestringoptionalThe Headout language code.
fetchVariantsbooleanoptionalWhether to request variants from Headout.
GET
headout_list_inventory_by_variant
List Headout inventory rows for one variant.

/inventory/list-by/variant

6 parameters
ParamTypeRequiredDescription
variantIdstringrequiredThe Headout variant identifier.
startDateTimestringoptionalThe lower bound start date-time in Headout local date-time format.
endDateTimestringoptionalThe upper bound end date-time in Headout local date-time format.
currencyCodestringoptionalThe ISO 4217 currency code for returned pricing.
offsetstringoptionalThe pagination offset returned by a previous Headout response.
limitintegeroptionalThe number of items to request from Headout.
GET
headout_list_bookings
List bookings accessible to the current Headout API key.

/booking

2 parameters
ParamTypeRequiredDescription
offsetstringoptionalThe pagination offset returned by a previous Headout response.
limitintegeroptionalThe number of items to request from Headout.
GET
headout_get_booking
Get one booking by its Headout booking id.

/booking/{bookingId}

1 parameter
ParamTypeRequiredDescription
bookingIdstringrequiredThe Headout booking identifier.