Headout integration (Productivity, Data). Imported from open-connector.
https://sandbox.api.test-headout.com/api/public/v1/city
| Param | Type | Required | Description |
|---|---|---|---|
| offset | string | optional | The pagination offset returned by a previous Headout response. |
| limit | integer | optional | The number of items to request from Headout. |
/category/list-by/city
| Param | Type | Required | Description |
|---|---|---|---|
| cityCode | string | required | The Headout city code. |
| offset | string | optional | The pagination offset returned by a previous Headout response. |
| limit | integer | optional | The number of items to request from Headout. |
/product/listing/list-by/city
| Param | Type | Required | Description |
|---|---|---|---|
| cityCode | string | required | The Headout city code. |
| currencyCode | string | optional | The ISO 4217 currency code for returned pricing. |
| language | string | optional | The Headout language code. |
| offset | string | optional | The pagination offset returned by a previous Headout response. |
| limit | integer | optional | The number of items to request from Headout. |
/product/listing/list-by/category
| Param | Type | Required | Description |
|---|---|---|---|
| categoryId | string | required | The Headout category identifier. |
| currencyCode | string | optional | The ISO 4217 currency code for returned pricing. |
| language | string | optional | The Headout language code. |
| offset | string | optional | The pagination offset returned by a previous Headout response. |
| limit | integer | optional | The number of items to request from Headout. |
/product/get/{productId}
| Param | Type | Required | Description |
|---|---|---|---|
| productId | string | required | The Headout product identifier. |
| currencyCode | string | optional | The ISO 4217 currency code for returned pricing. |
| language | string | optional | The Headout language code. |
| fetchVariants | boolean | optional | Whether to request variants from Headout. |
/inventory/list-by/variant
| Param | Type | Required | Description |
|---|---|---|---|
| variantId | string | required | The Headout variant identifier. |
| startDateTime | string | optional | The lower bound start date-time in Headout local date-time format. |
| endDateTime | string | optional | The upper bound end date-time in Headout local date-time format. |
| currencyCode | string | optional | The ISO 4217 currency code for returned pricing. |
| offset | string | optional | The pagination offset returned by a previous Headout response. |
| limit | integer | optional | The number of items to request from Headout. |
/booking
| Param | Type | Required | Description |
|---|---|---|---|
| offset | string | optional | The pagination offset returned by a previous Headout response. |
| limit | integer | optional | The number of items to request from Headout. |
/booking/{bookingId}
| Param | Type | Required | Description |
|---|---|---|---|
| bookingId | string | required | The Headout booking identifier. |