{"info":{"_postman_id":"603f7d04-9859-4dc9-991e-4262ca12a89a","name":"GG - Search + Browse","description":"<html><head></head><body><p>The Search and Browse API provider powers your views that show gifts to end users. It allows you to search categories, use the GG recommendation engine, view a gift's details, display the carousels, and view gift lists.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4028164","collectionId":"603f7d04-9859-4dc9-991e-4262ca12a89a","publishedId":"SzYW3fxh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-29T19:16:56.000Z"},"item":[{"name":"Category Browse","id":"2a52b4d4-58a6-41ab-997b-cba428a3ec3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Id","value":" {{client_id}}","type":"text"},{"key":"Timestamp","value":" {{request_timestamp}}","type":"text"},{"key":"Request-Hash","value":" {{generated_hash}}","type":"text"}],"url":"{{url}}/search?gift_type={{category_id}}&location=11&format=json","description":"<p>Returns gifts that are present in the given, passed category, by location. Location is an integer that defines a country (CA, US, etc).</p>\n","urlObject":{"path":["search"],"host":["{{url}}"],"query":[{"key":"gift_type","value":"{{category_id}}"},{"key":"location","value":"11"},{"key":"format","value":"json"}],"variable":[]}},"response":[],"_postman_id":"2a52b4d4-58a6-41ab-997b-cba428a3ec3e"},{"name":"Search Recommendations","id":"04fcbc65-084f-4976-bb5c-66d1c584e900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Id","value":" {{client_id}}","type":"text"},{"key":"Timestamp","value":" {{request_timestamp}}","type":"text"},{"key":"Request-Hash","value":" {{generated_hash}}","type":"text"}],"url":"{{url}}/search/suggest?search={{search_term}}","description":"<p>Provide gifts based on a keyword term. This API call pulls recommendations from our Recommendation engine and returns gift results.</p>\n","urlObject":{"path":["search","suggest"],"host":["{{url}}"],"query":[{"key":"search","value":"{{search_term}}"}],"variable":[]}},"response":[],"_postman_id":"04fcbc65-084f-4976-bb5c-66d1c584e900"},{"name":"Gift Details","id":"0d46f144-461c-48f1-8061-33e551eedf18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Id","type":"text","value":" {{client_id}}"},{"key":"Timestamp","type":"text","value":" {{request_timestamp}}"},{"key":"Request-Hash","type":"text","value":" {{generated_hash}}"}],"url":"{{url}}/api/gift/details?ids={{gift_ids}}","description":"<p>Request the details of a gift. Several gift ID's can be passed, comma separated, to return multiple gives in one API call.</p>\n","urlObject":{"path":["api","gift","details"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Comma separated list of gift ids</p>\n","type":"text/plain"},"key":"ids","value":"{{gift_ids}}"}],"variable":[]}},"response":[],"_postman_id":"0d46f144-461c-48f1-8061-33e551eedf18"},{"name":"Carousel","id":"9d54ada3-1b77-4ec0-aa03-5c58c968c8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Id","value":" {{client_id}}","type":"text"},{"key":"Timestamp","value":" {{request_timestamp}}","type":"text"},{"key":"Request-Hash","value":" {{generated_hash}}","type":"text"}],"url":"{{url}}/search/carousels?location={{location_id}}","description":"<p>Retrieve the carousels to display based on location. Carousels are a GG Retail feature that clients may also leverage.</p>\n","urlObject":{"path":["search","carousels"],"host":["{{url}}"],"query":[{"key":"location","value":"{{location_id}}"}],"variable":[]}},"response":[],"_postman_id":"9d54ada3-1b77-4ec0-aa03-5c58c968c8f8"},{"name":"Gift List Search (website)","id":"e6fe8d7e-c339-44ce-af60-fcde2c0966c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Id","value":" {{client_id}}","type":"text"},{"key":"Timestamp","value":" {{request_timestamp}}","type":"text"},{"key":"Request-Hash","value":" {{generated_hash}}","type":"text"}],"url":"{{url}}/search?location=11&search={{search_term}}&page=1&limit=20","description":"<p>Search the GG Search Engine for results by search term. </p>\n","urlObject":{"path":["search"],"host":["{{url}}"],"query":[{"key":"location","value":"11"},{"key":"search","value":"{{search_term}}"},{"key":"page","value":"1"},{"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"e6fe8d7e-c339-44ce-af60-fcde2c0966c8"}]}