Hawksearch v4.0 - Mapping API
Mapping API Methods
Upsert
The Upsert method is used to insert mapping records. The mapping records are often categories or departments. There is a limit of 125 mapping objects that can be sent in a request. This method can be called multiple times to accommodate more than 125.
Retrieve Mapping
This method can be used to verify the mapping that has been created.
Objects
Mapping Object
Object | Data Type | Required | Description |
---|---|---|---|
Field | string | required | Field name used in the mapping |
Label | string | required | Display label of the mapping |
Value | string | required | Facet value |
SortOrder | integer | required | Custom sort order |
Mapping API Examples
Please follow this page for details - Mapping API Examples