Catalog
Manages product catalogs, including adding, updating, and deleting products, as well as categorizing them.
A brand represents a specific brand or manufacturer associated with a product. Brands help customers identify and differentiate products based on their manufacturer or designer. Each brand typically has a unique identifier and a name. For example, a clothing platform might have brands such as "Nike," "Adidas," "Gucci," and "Zara." Our Brand APIs facilitate access to brand-related data, offering functionalities such as retrieving list of available brands and obtaining detailed information about a specific brand using its unique slug.
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/brands/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "items": [3 {4 "uid": 1,5 "name": "Barry, Jennings and Larson",6 "slug": "Hess-Inc",7 "action": {8 "page": {9 "type": "products",10 "query": {11 "brand": [12 "Hess-Inc"13 ]14 }15 },16 "type": "page"17 },18 "logo": {19 "type": "image",20 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"21 },22 "banners": {23 "portrait": {24 "type": "image",25 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/12537_9cdfc6835e814b0986ee1643d38cf6cd.png"26 }27 },28 "en_name": "Barry, Jennings and Larson"29 }30 ],31 "page": {32 "current": 1,33 "total": 1,34 "has_previous": false,35 "has_next": false,36 "item_total": 1,37 "type": "number"38 }39}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/brands/{slug}/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "logo": {3 "type": "image",4 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"5 },6 "banners": {7 "portrait": {8 "type": "image",9 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/12537_9cdfc6835e814b0986ee1643d38cf6cd.png"10 },11 "landscape": {12 "type": "image",13 "url": "https://hdn-1.fynd.com/media/banner/brand/original/12536_e1a5cdcefc7540e68cedd8c2b0673179.png"14 }15 },16 "uid": 1,17 "name": "Hess Inc"18}
Categories are hierarchical structure that enables a systematic organization of products for better discoverability of products on storefront. Categories are structured into three levels: L1, L2, and L3, with L1 representing the top-level category, followed by L2 and L3. For example - Clothing(L1) >> Shirts(L2) >> Formal Shirts(L3) A single L1 category can encompass multiple L2 categories underneath it, and similarly, an L2 category can contain multiple L3 categories within it. Category is a sales-channel specific configuration. While categories are common across all companies, sales channel can configure L3 category names tailored to their unique requirements.
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/categories/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "departments": [3 {4 "slug": "Cody-Doyle",5 "uid": 16 }7 ],8 "data": [9 {10 "department": "Cody-Doyle",11 "items": [12 {13 "name": "Janet Parker",14 "banners": {15 "landscape": {},16 "portrait": {}17 },18 "image": {19 "aspect_ratio": "13:20",20 "aspect_ratio_f": 0.65,21 "url": "https://d2zv4gzhlr4ud6.cloudfront.net/media/banner_portrait/category/resize-w:130,h:200/12064_e69e1d8b5e934d3488f0dc8663d8a158.jpg"22 },23 "uid": 1,24 "slug": "Janet-Parker",25 "_custom_json": {},26 "action": {27 "type": "category",28 "url": "https://api.addsale.com/platform/content/v1/products/?l1_category=Janet-Parker&department=Jaime-Chambers",29 "query": {30 "l1_category": [31 "Janet-Parker"32 ],33 "department": [34 "Jaime-Chambers"35 ]36 }37 },38 "childs": [39 {40 "name": "Hannah Lawson",41 "image": {42 "aspect_ratio": "13:20",43 "aspect_ratio_f": 0.65,44 "url": "https://d2zv4gzhlr4ud6.cloudfront.net/media/banner_portrait/category/resize-w:130,h:200/12064_e69e1d8b5e934d3488f0dc8663d8a158.jpg"45 },46 "uid": 2,47 "slug": "Hannah-Lawson",48 "_custom_json": {},49 "action": {50 "type": "category",51 "url": "https://api.addsale.com/platform/content/v1/products/?l2_category=Hannah-Lawson&department=Jaime-Chambers",52 "query": {53 "l2_category": [54 "Hannah-Lawson"55 ],56 "department": [57 "Jaime-Chambers"58 ]59 }60 },61 "childs": [62 {63 "name": "Logan Black",64 "image": {65 "aspect_ratio": "13:20",66 "aspect_ratio_f": 0.65,67 "url": "https://d2zv4gzhlr4ud6.cloudfront.net/media/banner_portrait/category/resize-w:130,h:200/12064_e69e1d8b5e934d3488f0dc8663d8a158.jpg"68 },69 "uid": 3,70 "slug": "Logan-Black",71 "_custom_json": {},72 "action": {73 "type": "category",74 "url": "https://api.addsale.com/platform/content/v1/products/?category=Logan-Black&department=Jaime-Chambers",75 "query": {76 "category": [77 "Logan-Black"78 ],79 "department": [80 "Jaime-Chambers"81 ]82 }83 },84 "childs": []85 }86 ]87 }88 ]89 }90 ]91 }92 ]93}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/categories/{slug}/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "logo": {3 "type": "image",4 "url": "http://cdn4.gofynd.com/media/banner/category/original/12063_a5bb91bd5cb44c3c9db98c2a0e6b3d99.jpg"5 },6 "uid": 1,7 "name": "Kyle Cabrera",8 "banners": {9 "portrait": {10 "type": "image",11 "url": "http://cdn4.gofynd.com/media/banner_portrait/category/original/12064_e69e1d8b5e934d3488f0dc8663d8a158.jpg"12 },13 "landscape": {14 "type": "image",15 "url": "http://cdn4.gofynd.com/media/banner/category/original/12063_a5bb91bd5cb44c3c9db98c2a0e6b3d99.jpg"16 }17 },18 "_custom_json": {}19}
A collection is a grouping of products that sellers can create to make their stores easier to browse. For example, a seller might create a collection for a specific type of product by latest fashion trend or season, such as Summer collection or streetwear collection. Collections can be rule based on conditions like specific brand, category, etc. or a custom collection which can be comprised of handpicked products. Retrieve a list of collections, access items within a specific collection using its slug or unique identifier, and obtain detailed information about a specific collection, including its title, description, and associated items. This resource streamlines the management of curated sets of products, services, or other items., retrieve, update, and delete collections. Add and retrieve items within collections for organized content management.
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/collections/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "page": {3 "type": "number",4 "current": 1,5 "total": 1,6 "has_previous": false,7 "has_next": false,8 "item_total": 29 },10 "items": [11 {12 "uid": "601a4f39448327cfa83e7db2",13 "type": "query",14 "query": [15 {16 "op": "in",17 "value": [],18 "attribute": "",19 "category": [20 "Anna-Navarro"21 ]22 }23 ],24 "name": "collection with Anna-Navarro",25 "banners": {26 "portrait": {27 "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729908/production/applications/app_000000000000000000000001/media/collection/portrait/pewrpnjrhcrca1dmtvx5.png",28 "aspect_ratio": "13:20"29 },30 "landscape": {31 "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729858/production/applications/app_000000000000000000000001/media/collection/landscape/tkclmj847hdvfbudeqbr.png",32 "aspect_ratio": "27:20"33 }34 },35 "logo": {36 "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729838/production/applications/app_000000000000000000000001/media/collection/logo/xierjsrcwhd2fphzyjod.png",37 "aspect_ratio": "1:1"38 },39 "published": true,40 "description": "Crimsoune Club | Upto 70% Off",41 "is_active": true,42 "tags": [43 "men",44 "women"45 ],46 "slug": "crimsoune-club-upto-70-off-754fa043",47 "action": {48 "type": "collection",49 "url": "https://api.addsale.com/platform/content/v1/collections/crimsoune-club-upto-70-off-754fa043/items/"50 },51 "allow_facets": true,52 "allow_sort": true,53 "visible_facets_keys": [],54 "meta": {},55 "badge": {},56 "sort_on": "popular",57 "_custom_json": {},58 "_locale_language": {},59 "_schedule": {}60 },61 {62 "uid": "601a4f39448327cfa83e7db0",63 "type": "items",64 "query": [65 {66 "op": "in",67 "value": [],68 "attribute": "",69 "category": [70 "Anna-Navarro"71 ]72 }73 ],74 "name": "collection with items",75 "banners": {76 "portrait": {77 "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729908/production/applications/app_000000000000000000000001/media/collection/portrait/pewrpnjrhcrca1dmtvx5.png",78 "aspect_ratio": "13:20"79 },80 "landscape": {81 "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729858/production/applications/app_000000000000000000000001/media/collection/landscape/tkclmj847hdvfbudeqbr.png",82 "aspect_ratio": "27:20"83 }84 },85 "logo": {86 "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729838/production/applications/app_000000000000000000000001/media/collection/logo/xierjsrcwhd2fphzyjod.png",87 "aspect_ratio": "1:1"88 },89 "published": true,90 "description": "Crimsoune Club | Upto 70% Off",91 "is_active": true,92 "tags": [93 "men",94 "women"95 ],96 "slug": "crimsoune-club-upto-70-off-754fa043",97 "action": {98 "type": "collection",99 "url": "https://api.addsale.com/platform/content/v1/collections/crimsoune-club-upto-70-off-754fa043/items/"100 },101 "allow_facets": true,102 "allow_sort": true,103 "visible_facets_keys": [],104 "meta": {},105 "badge": {},106 "sort_on": "popular",107 "_custom_json": {},108 "_locale_language": {},109 "_schedule": {}110 }111 ],112 "filters": {113 "tags": [114 {115 "name": "men",116 "is_selected": false,117 "display": "men"118 },119 {120 "name": "women",121 "is_selected": false,122 "display": "women"123 }124 ],125 "type": [126 {127 "name": "items",128 "is_selected": false,129 "display": "items"130 },131 {132 "name": "query",133 "is_selected": false,134 "display": "query"135 }136 ]137 }138}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/collections/{slug}/items/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "filters": [3 {4 "key": {5 "display": "Department",6 "name": "department",7 "kind": "multivalued",8 "logo": "https://hdn-1.fynd.com/global/menu-icons/Department.svg"9 },10 "values": [11 {12 "display": "Debra Villarreal",13 "count": 1,14 "is_selected": false,15 "value": "Debra-Villarreal",16 "logo": {17 "type": "image",18 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"19 }20 },21 {22 "display": "Tracey Miller",23 "count": 1,24 "is_selected": false,25 "value": "Tracey-Miller",26 "logo": {27 "type": "image",28 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"29 }30 }31 ]32 },33 {34 "key": {35 "display": "Category",36 "name": "category",37 "kind": "multivalued",38 "logo": "https://hdn-1.fynd.com/global/menu-icons/Category.svg"39 },40 "values": [41 {42 "display": "Amy Kim DDS",43 "count": 1,44 "is_selected": false,45 "value": "3",46 "logo": "http://cdn4.gofynd.com/media/banner/category/original/12063_a5bb91bd5cb44c3c9db98c2a0e6b3d99.jpg"47 }48 ]49 },50 {51 "key": {52 "display": "Gender",53 "name": "gender",54 "kind": "multivalued",55 "logo": "https://hdn-1.fynd.com/global/menu-icons/Gender.svg"56 },57 "values": [58 {59 "display": "Men",60 "count": 1,61 "is_selected": false,62 "value": "men"63 },64 {65 "display": "Women",66 "count": 1,67 "is_selected": false,68 "value": "women"69 }70 ]71 },72 {73 "key": {74 "display": "Size",75 "name": "sizes",76 "kind": "multivalued",77 "logo": "https://hdn-1.fynd.com/global/menu-icons/Sizes.svg"78 },79 "values": [80 {81 "display": "13",82 "count": 1,83 "is_selected": false,84 "value": "13"85 }86 ]87 },88 {89 "key": {90 "display": "Brand",91 "name": "brand",92 "kind": "multivalued",93 "logo": "https://hdn-1.fynd.com/global/menu-icons/Brand%20ID.svg"94 },95 "values": [96 {97 "display": "Barry, Jennings and Larson",98 "count": 1,99 "is_selected": false,100 "value": "1",101 "logo": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"102 }103 ]104 },105 {106 "key": {107 "display": "Rating",108 "name": "rating",109 "kind": "multivalued",110 "logo": "https://hdn-1.fynd.com/global/menu-icons/Rating.svg"111 },112 "values": [113 {114 "count": 1,115 "display": "2 - 3",116 "value": "[2 TO 3}",117 "is_selected": false118 }119 ]120 },121 {122 "key": {123 "display": "Image",124 "name": "image_nature",125 "kind": "multivalued",126 "logo": "https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg"127 },128 "values": [129 {130 "display": "GoodQuality",131 "count": 1,132 "is_selected": false,133 "value": "standard"134 }135 ]136 },137 {138 "key": {139 "display": "Monica Hampton",140 "name": "material",141 "kind": "multivalued",142 "logo": "https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg"143 },144 "values": [145 {146 "display": "Neoprene",147 "count": 1,148 "is_selected": false,149 "value": "Neoprene"150 }151 ]152 },153 {154 "key": {155 "display": "John Mendoza",156 "name": "weight",157 "kind": "multivalued",158 "logo": "https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg"159 },160 "values": [161 {162 "display": "100",163 "count": 1,164 "is_selected": false,165 "value": "100"166 }167 ]168 },169 {170 "key": {171 "display": "Kimberly Mcdaniel",172 "name": "gender",173 "kind": "multivalued",174 "logo": "https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg"175 },176 "values": [177 {178 "display": "['Men', 'Women']",179 "count": 1,180 "is_selected": false,181 "value": "['Men', 'Women']"182 }183 ]184 },185 {186 "key": {187 "display": "Kimberly Davidson",188 "name": "color",189 "kind": "multivalued",190 "logo": "https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg"191 },192 "values": [193 {194 "display": "Grey",195 "count": 1,196 "is_selected": false,197 "value": "808080"198 }199 ]200 },201 {202 "key": {203 "display": "Available",204 "name": "is_available",205 "kind": "singlevalued"206 },207 "values": [208 {209 "display": "Available",210 "count": 3,211 "is_selected": false,212 "value": "true"213 }214 ]215 }216 ],217 "items": [218 {219 "type": "product",220 "attributes": {221 "primary_color_hex": "808080",222 "weight": "100",223 "gender": "women",224 "material": "Neoprene",225 "primary_color": "DarkGrey"226 },227 "categories": [228 {229 "id": 3,230 "uid": 3,231 "name": "Amy Kim DDS",232 "logo": {233 "type": "image",234 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"235 },236 "action": {237 "page": {238 "type": "category",239 "query": {240 "category": [241 "Amy-Kim-DDS"242 ]243 }244 },245 "type": "page"246 },247 "_custom_json": {}248 }249 ],250 "sellable": true,251 "name": "benchmark collaborative paradigms",252 "slug": "benchmark-collaborative-paradigms",253 "uid": 1,254 "item_type": "set",255 "brand": {256 "type": "brand",257 "name": "Hess Inc",258 "logo": {259 "type": "image",260 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"261 },262 "action": {263 "page": {264 "type": "products",265 "query": {266 "brand": [267 "Hess-Inc"268 ]269 }270 },271 "type": "page"272 },273 "_custom_json": {}274 },275 "action": {276 "page": {277 "type": "product",278 "query": {279 "slug": "benchmark-collaborative-paradigms"280 }281 },282 "type": "page"283 },284 "medias": [285 {286 "type": "image",287 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"288 }289 ],290 "discount": "14% OFF",291 "price": {292 "marked": {293 "min": 1399,294 "max": 1499,295 "currency_code": "INR",296 "currency_symbol": "₹"297 },298 "effective": {299 "min": 1199,300 "max": 1399,301 "currency_code": "INR",302 "currency_symbol": "₹"303 }304 },305 "is_tryout": false,306 "promo_meta": {307 "title": "",308 "subtitle": ""309 },310 "rating": 2.7311 }312 ],313 "sort_on": [314 {315 "display": "Latest Products.",316 "name": "Latest Products.",317 "logo": "https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/360x0/56_MKT02AI060CORAL/1_1567590349681.jpg",318 "value": "latest",319 "is_selected": false320 }321 ],322 "page": {323 "type": "number",324 "current": 1,325 "total": 1,326 "has_previous": false,327 "has_next": false,328 "item_total": 1329 }330}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/collections/{slug}/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "uid": "601a4f39448327cfa83e7db0",3 "type": "items",4 "query": [5 {6 "op": "in",7 "value": [],8 "attribute": ""9 }10 ],11 "name": "collection with items",12 "banners": {13 "portrait": {14 "type": "image",15 "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729908/production/applications/app_000000000000000000000001/media/collection/portrait/pewrpnjrhcrca1dmtvx5.png"16 },17 "landscape": {18 "type": "image",19 "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729858/production/applications/app_000000000000000000000001/media/collection/landscape/tkclmj847hdvfbudeqbr.png"20 }21 },22 "logo": {23 "type": "image",24 "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729838/production/applications/app_000000000000000000000001/media/collection/logo/xierjsrcwhd2fphzyjod.png"25 },26 "published": true,27 "description": "Crimsoune Club | Upto 70% Off",28 "is_active": true,29 "tags": [30 "men",31 "women"32 ],33 "slug": "crimsoune-club-upto-70-off-754fa043",34 "action": {35 "page": {36 "type": "collection",37 "query": {38 "collection": [39 "crimsoune-club-upto-70-off-754fa043"40 ]41 }42 },43 "type": "page"44 },45 "allow_facets": true,46 "allow_sort": true,47 "visible_facets_keys": [],48 "meta": {},49 "badge": {},50 "sort_on": "popular",51 "_custom_json": {},52 "_locale_language": {},53 "_schedule": {}54}
A department categorizes products into different sections or categories based on their type or purpose. Departments help organize products in a logical manner, making it easier for customers to navigate the product catalog. Each department typically has a unique identifier and a name. For example, a clothing ecommerce platform might have departments such as "Men's Clothing," "Women's Clothing," "Accessories," and "Footwear." You can retrieve a list of all departments associated with available products, facilitating easy navigation and organization of products based on departmental categorization. Additionally, the APIs allow you to list all products associated with a specific brand, collection, or category in a random order, enhancing user engagement and discovery within your application
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/departments/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "items": [3 {4 "uid": 1,5 "name": "Zachary Harris",6 "slug": "Zachary-Harris",7 "priority_order": 7,8 "logo": {9 "type": "image",10 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"11 }12 },13 {14 "uid": 2,15 "name": "Aaron Reilly",16 "slug": "Aaron-Reilly",17 "priority_order": 7,18 "logo": {19 "type": "image",20 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"21 }22 },23 {24 "uid": 3,25 "name": "Bobby Sandoval",26 "slug": "Bobby-Sandoval",27 "priority_order": 7,28 "logo": {29 "type": "image",30 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"31 }32 },33 {34 "uid": 4,35 "name": "Seth Hughes",36 "slug": "Seth-Hughes",37 "priority_order": 7,38 "logo": {39 "type": "image",40 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"41 }42 },43 {44 "uid": 5,45 "name": "Michelle Moore",46 "slug": "Michelle-Moore",47 "priority_order": 7,48 "logo": {49 "type": "image",50 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"51 }52 },53 {54 "uid": 6,55 "name": "Annette Baldwin",56 "slug": "Annette-Baldwin",57 "priority_order": 7,58 "logo": {59 "type": "image",60 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"61 }62 },63 {64 "uid": 7,65 "name": "Chris Mata",66 "slug": "Chris-Mata",67 "priority_order": 7,68 "logo": {69 "type": "image",70 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"71 }72 },73 {74 "uid": 8,75 "name": "Nicole Jacobs",76 "slug": "Nicole-Jacobs",77 "priority_order": 7,78 "logo": {79 "type": "image",80 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"81 }82 },83 {84 "uid": 9,85 "name": "Pamela Smith",86 "slug": "Pamela-Smith",87 "priority_order": 7,88 "logo": {89 "type": "image",90 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"91 }92 },93 {94 "uid": 10,95 "name": "Nicole Simon",96 "slug": "Nicole-Simon",97 "priority_order": 7,98 "logo": {99 "type": "image",100 "url": "http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png"101 }102 }103 ]104}
Customers have the ability to follow or unfollow specific products based on their preferences, allowing them to curate a list of favorites. This feature enables users to manage their preferences and interactions with different content or entities. By retrieving a list of products or brands they are following, customers can easily keep track of their interests. They can remove items, brands, or products from their followed list using the collection ID, and add new ones using the same ID. Additionally, customers can find out how many other users are following a specific item and get the IDs of all the items they are currently following, whether they are products, brands, or collections.
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/follow/{collection_type}/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "items": [3 {4 "type": "product",5 "name": "revolutionize end-to-end technologies",6 "item_type": "set",7 "slug": "revolutionize-end-to-end-technologies",8 "uid": 1,9 "brand": {10 "type": "brand",11 "name": "Chen PLC",12 "logo": {13 "type": "image",14 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"15 },16 "action": {17 "page": {18 "type": "products",19 "query": {20 "brand": [21 "Chen-PLC"22 ]23 }24 },25 "type": "page"26 },27 "_custom_json": {}28 },29 "sellable": false,30 "action": {31 "page": {32 "type": "product",33 "query": {34 "slug": "revolutionize-end-to-end-technologies"35 }36 },37 "type": "page"38 },39 "attributes": {40 "color_hex": "808080",41 "weight": 100,42 "product_type": "LaptopBags",43 "gender": [44 "Men",45 "Women"46 ],47 "material": "Neoprene",48 "style_note": "Shape up your overall appeal with this stunning laptop bag. The amazing storage and great design will let you carry your laptop in style!",49 "item_code": "LGLAPTOPSLEEVE5",50 "occasion": "Casual",51 "primary_color": "Grey",52 "primary_material": "Others",53 "variant": "LGLAPTOPSLEEVE5",54 "color": "DarkGrey",55 "product_details": "This is a Unisex Product.",56 "primary_color_hex": "808080"57 },58 "medias": [59 {60 "type": "image",61 "url": "http://cdn4.gofynd.com/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg"62 }63 ],64 "categories": [65 {66 "id": 3,67 "uid": 3,68 "name": "Paul Palmer",69 "logo": {70 "type": "image",71 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"72 },73 "action": {74 "page": {75 "type": "category",76 "query": {77 "category": [78 "Paul-Palmer"79 ]80 }81 },82 "type": "page"83 },84 "_custom_json": {}85 }86 ],87 "discount": "14% OFF",88 "price": {89 "marked": {90 "min": 1399,91 "max": 1399,92 "currency_code": "INR",93 "currency_symbol": "₹"94 },95 "effective": {96 "min": 1199,97 "max": 1399,98 "currency_code": "INR",99 "currency_symbol": "₹"100 }101 },102 "rating": 2.7,103 "rating_count": 2104 },105 {106 "type": "product",107 "name": "grow B2B experiences",108 "item_type": "set",109 "slug": "grow-B2B-experiences",110 "uid": 15,111 "brand": {112 "type": "brand",113 "name": "Chen PLC",114 "logo": {115 "type": "image",116 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"117 },118 "action": {119 "page": {120 "type": "products",121 "query": {122 "brand": [123 "Chen-PLC"124 ]125 }126 },127 "type": "page"128 },129 "_custom_json": {}130 },131 "sellable": false,132 "action": {133 "page": {134 "type": "product",135 "query": {136 "slug": "grow-B2B-experiences"137 }138 },139 "type": "page"140 },141 "attributes": {142 "color_hex": "808080",143 "weight": 100,144 "product_type": "LaptopBags",145 "gender": [146 "Men",147 "Women"148 ],149 "material": "Neoprene",150 "style_note": "Shape up your overall appeal with this stunning laptop bag. The amazing storage and great design will let you carry your laptop in style!",151 "item_code": "LGLAPTOPSLEEVE5",152 "occasion": "Casual",153 "primary_color": "Grey",154 "primary_material": "Others",155 "variant": "LGLAPTOPSLEEVE5",156 "color": "DarkGrey",157 "product_details": "This is a Unisex Product.",158 "primary_color_hex": "808080"159 },160 "medias": [161 {162 "type": "image",163 "url": "http://cdn4.gofynd.com/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg"164 }165 ],166 "categories": [167 {168 "id": 3,169 "uid": 3,170 "name": "Paul Palmer",171 "logo": {172 "type": "image",173 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"174 },175 "action": {176 "page": {177 "type": "category",178 "query": {179 "category": [180 "Paul-Palmer"181 ]182 }183 },184 "type": "page"185 },186 "_custom_json": {}187 }188 ],189 "discount": "14% OFF",190 "price": {191 "marked": {192 "min": 1399,193 "max": 1399,194 "currency_code": "INR",195 "currency_symbol": "₹"196 },197 "effective": {198 "min": 1199,199 "max": 1399,200 "currency_code": "INR",201 "currency_symbol": "₹"202 }203 },204 "rating": 2.7,205 "rating_count": 2206 },207 {208 "type": "product",209 "name": "target robust systems",210 "item_type": "set",211 "slug": "target-robust-systems",212 "uid": 14,213 "brand": {214 "type": "brand",215 "name": "Chen PLC",216 "logo": {217 "type": "image",218 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"219 },220 "action": {221 "page": {222 "type": "products",223 "query": {224 "brand": [225 "Chen-PLC"226 ]227 }228 },229 "type": "page"230 },231 "_custom_json": {}232 },233 "sellable": false,234 "action": {235 "page": {236 "type": "product",237 "query": {238 "slug": "target-robust-systems"239 }240 },241 "type": "page"242 },243 "attributes": {244 "color_hex": "808080",245 "weight": 100,246 "product_type": "LaptopBags",247 "gender": [248 "Men",249 "Women"250 ],251 "material": "Neoprene",252 "style_note": "Shape up your overall appeal with this stunning laptop bag. The amazing storage and great design will let you carry your laptop in style!",253 "item_code": "LGLAPTOPSLEEVE5",254 "occasion": "Casual",255 "primary_color": "Grey",256 "primary_material": "Others",257 "variant": "LGLAPTOPSLEEVE5",258 "color": "DarkGrey",259 "product_details": "This is a Unisex Product.",260 "primary_color_hex": "808080"261 },262 "medias": [263 {264 "type": "image",265 "url": "http://cdn4.gofynd.com/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg"266 }267 ],268 "categories": [269 {270 "id": 3,271 "uid": 3,272 "name": "Paul Palmer",273 "logo": {274 "type": "image",275 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"276 },277 "action": {278 "page": {279 "type": "category",280 "query": {281 "category": [282 "Paul-Palmer"283 ]284 }285 },286 "type": "page"287 },288 "_custom_json": {}289 }290 ],291 "discount": "14% OFF",292 "price": {293 "marked": {294 "min": 1399,295 "max": 1399,296 "currency_code": "INR",297 "currency_symbol": "₹"298 },299 "effective": {300 "min": 1199,301 "max": 1399,302 "currency_code": "INR",303 "currency_symbol": "₹"304 }305 },306 "rating": 2.7,307 "rating_count": 2308 }309 ],310 "page": {311 "next_id": "6066fc7b3b17fd7038c46317",312 "has_previous": false,313 "has_next": true,314 "item_total": 15,315 "type": "number"316 }317}
1curl -X DELETE "https://api.fynd.com/service/application/catalog/v1.0/follow/{collection_type}/{collection_id}/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "message": "Products Removed From Wishlist",3 "id": "1"4}
1curl -X POST "https://api.fynd.com/service/application/catalog/v1.0/follow/{collection_type}/{collection_id}/"2 -H 'Authorization: Bearer {authorization_token}'3 -H 'Content-Type: application/json'
1{2 "message": "Brands Added To Wishlist",3 "id": "1"4}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/follow/{collection_type}/{collection_id}/count/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "count": 03}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/follow/ids/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "data": {3 "products": [4 1,5 15,6 14,7 13,8 12,9 11,10 10,11 9,12 8,13 7,14 6,15 5,16 4,17 3,18 219 ],20 "brands": [21 122 ],23 "collections": []24 }25}
A Product is an individual item available for sale. It includes details like the product's name, description, price, images, and variants (such as size or colour). This resource is crucial for managing the catalogue of items that customers can browse, search for, and purchase. Additionally, you can retrieve information about each product, including availability, sizes with quantities, dimensions, stock status, pricing details (marked, effective, selling), and minimum order quantity (MOQ). The APIs further support accessing products within the same category as a specified product, all available variants of a product, current stock status using unique identifiers like SKU, ALU, and EAN, as well as estimated future stock levels. Moreover, you can retrieve a comprehensive list of all products in the catalogue at the application level, with robust filtering options based on product attributes like name, brand, department, category, and collection, along with versatile sorting options based on factors like price, ratings, and discounts. The Product resource at the application level also facilitates operations such as retrieving product bundles, obtaining the price of specific product sizes across selling locations near a given PIN code, and retrieving a list of sellers offering a specific product in a specific size. With these functionalities, the 'Product' resource empowers you to efficiently manage and analyze your product catalogue holistically across your entire application, streamline operations, and enhance customer experiences
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/products/{slug}/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "type": "product",3 "grouped_attributes": [4 {5 "title": "Alexander Sawyer",6 "details": [7 {8 "key": "Kimberly Davidson",9 "type": "text",10 "value": "DarkGrey"11 },12 {13 "key": "Kimberly Mcdaniel",14 "type": "text",15 "value": "Men,Women"16 },17 {18 "key": "Monica Hampton",19 "type": "text",20 "value": "Neoprene"21 },22 {23 "key": "John Mendoza",24 "type": "text",25 "value": "100 g"26 }27 ]28 }29 ],30 "medias": [31 {32 "type": "image",33 "url": "http://cdn4.gofynd.com/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg"34 }35 ],36 "brand": {37 "name": "Barry, Jennings and Larson",38 "uid": 1,39 "logo": {40 "type": "image",41 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"42 },43 "action": {44 "page": {45 "type": "products",46 "query": {47 "brand": [48 "Hess-Inc"49 ]50 }51 },52 "type": "page"53 },54 "_custom_json": {}55 },56 "department": {57 "name": "Electronics",58 "uid": 1,59 "logo": {60 "type": "image",61 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"62 },63 "slug": "electronics"64 },65 "uid": 1,66 "slug": "benchmark-collaborative-paradigms",67 "attributes": {68 "color_hex": "808080",69 "weight": 100,70 "product_type": "LaptopBags",71 "gender": [72 "Men",73 "Women"74 ],75 "material": "Neoprene",76 "style_note": "Shape up your overall appeal with this stunning laptop bag. The amazing storage and great design will let you carry your laptop in style!",77 "item_code": "LGLAPTOPSLEEVE5",78 "occasion": "Casual",79 "primary_color": "Grey",80 "primary_material": "Others",81 "variant": "LGLAPTOPSLEEVE5",82 "color": "DarkGrey",83 "product_details": "This is a Unisex Product.",84 "primary_color_hex": "808080",85 "brand": "Barry, Jennings and Larson"86 },87 "name": "benchmark collaborative paradigms",88 "has_variant": true,89 "categories": [90 {91 "id": 3,92 "uid": 3,93 "name": "Amy Kim DDS",94 "logo": {95 "type": "image",96 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"97 },98 "action": {99 "page": {100 "type": "category",101 "query": {102 "category": [103 "Amy-Kim-DDS"104 ]105 }106 },107 "type": "page"108 },109 "_custom_json": {}110 }111 ],112 "tryouts": [],113 "rating": 2.7,114 "rating_count": 2,115 "image_nature": "standard",116 "tags": [117 "Digital"118 ],119 "teaser_tag": "",120 "no_of_boxes": 1,121 "custom_order": {},122 "color": "808080",123 "similars": [124 "brand"125 ],126 "_custom_json": {},127 "is_dependent": false,128 "item_type": "standard"129}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/products/{slug}/sizes/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "sellable": true,3 "sizes": [4 {5 "display": "13",6 "value": "13",7 "quantity": 10,8 "seller_identifiers": [9 "123456789",10 "987654321"11 ],12 "is_available": true13 }14 ],15 "discount": "",16 "stores": {17 "count": 118 },19 "size_chart": {20 "headers": {21 "col_1": {22 "value": "s",23 "convertable": false24 },25 "col_2": {26 "value": "m",27 "convertable": true28 },29 "col_3": {30 "value": "l",31 "convertable": false32 },33 "col_4": {34 "value": "xl",35 "convertable": true36 },37 "col_5": {38 "value": "xxl",39 "convertable": false40 },41 "col_6": {42 "value": "xxxl",43 "convertable": true44 },45 "col_7": {46 "value": "4xl",47 "convertable": false48 },49 "col_8": {50 "value": "5xl",51 "convertable": true52 },53 "col_9": {54 "value": "xs",55 "convertable": false56 },57 "col_10": {58 "value": "xxs",59 "convertable": true60 }61 },62 "sizes": [63 {64 "col_1": "32",65 "col_2": "34"66 }67 ],68 "unit": "cm",69 "size_tip": "test size guide",70 "image": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/bahu/products/pictures/size-guide/free/original/Vs6anXiiN-EZk2rf_UT-Logo.png",71 "description": null,72 "title": "test size guide",73 "id": "6762e34f0c3228e5fd0e4ed7"74 },75 "price": {76 "marked": {77 "min": 66.5,78 "max": 66.5,79 "currency_code": "INR",80 "currency_symbol": "₹"81 },82 "effective": {83 "min": 66.5,84 "max": 66.5,85 "currency_code": "INR",86 "currency_symbol": "₹"87 }88 },89 "tags": [90 "Digital"91 ]92}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/products/compare/?slug=lorem&slug=ipsum"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "attributes_metadata": [3 {4 "title": "Alexander Sawyer",5 "details": [6 {7 "key": "color",8 "display": "Kimberly Davidson",9 "description": ""10 },11 {12 "key": "gender",13 "display": "Kimberly Mcdaniel",14 "description": ""15 },16 {17 "key": "material",18 "display": "Monica Hampton",19 "description": ""20 },21 {22 "key": "weight",23 "display": "John Mendoza",24 "description": ""25 }26 ]27 }28 ],29 "items": [30 {31 "type": "product",32 "name": "benchmark collaborative paradigms",33 "item_type": "set",34 "slug": "benchmark-collaborative-paradigms",35 "id": 1,36 "brand": {37 "type": "brand",38 "name": "Barry, Jennings and Larson",39 "logo": {40 "type": "image",41 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"42 },43 "action": {44 "page": {45 "type": "products",46 "query": {47 "brand": [48 "Hess-Inc"49 ]50 }51 },52 "type": "page"53 },54 "_custom_json": {}55 },56 "action": {57 "page": {58 "type": "product",59 "query": {60 "slug": "benchmark-collaborative-paradigms"61 }62 },63 "type": "page"64 },65 "attributes": {66 "color_hex": "808080",67 "weight": 100,68 "product_type": "LaptopBags",69 "gender": [70 "Men",71 "Women"72 ],73 "material": "Neoprene",74 "style_note": "Shape up your overall appeal with this stunning laptop bag. The amazing storage and great design will let you carry your laptop in style!",75 "item_code": "LGLAPTOPSLEEVE5",76 "occasion": "Casual",77 "primary_color": "Grey",78 "primary_material": "Others",79 "variant": "LGLAPTOPSLEEVE5",80 "color": "DarkGrey",81 "product_details": "This is a Unisex Product.",82 "primary_color_hex": "808080"83 },84 "medias": [85 {86 "type": "image",87 "url": "http://cdn4.gofynd.com/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg"88 }89 ],90 "categories": [91 {92 "id": 3,93 "uid": 3,94 "name": "Amy Kim DDS",95 "logo": {96 "type": "image",97 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"98 },99 "action": {100 "page": {101 "type": "category",102 "query": {103 "category": [104 "Amy-Kim-DDS"105 ]106 }107 },108 "type": "page"109 },110 "_custom_json": {}111 }112 ],113 "discount": "14% OFF",114 "price": {115 "marked": {116 "min": 1399,117 "max": 1399,118 "currency_code": "INR",119 "currency_symbol": "₹"120 },121 "effective": {122 "min": 1199,123 "max": 1399,124 "currency_code": "INR",125 "currency_symbol": "₹"126 }127 },128 "rating": 2.7,129 "rating_count": 2130 },131 {132 "type": "product",133 "name": "deploy viral systems",134 "item_type": "set",135 "slug": "deploy-viral-systems",136 "id": 2,137 "brand": {138 "type": "brand",139 "name": "Barry, Jennings and Larson",140 "logo": {141 "type": "image",142 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"143 },144 "action": {145 "page": {146 "type": "products",147 "query": {148 "brand": [149 "Hess-Inc"150 ]151 }152 },153 "type": "page"154 },155 "_custom_json": {}156 },157 "action": {158 "page": {159 "type": "product",160 "query": {161 "slug": "deploy-viral-systems"162 }163 },164 "type": "page"165 },166 "attributes": {167 "color_hex": "808080",168 "weight": 100,169 "product_type": "LaptopBags",170 "gender": [171 "Men",172 "Women"173 ],174 "material": "Neoprene",175 "style_note": "Shape up your overall appeal with this stunning laptop bag. The amazing storage and great design will let you carry your laptop in style!",176 "item_code": "LGLAPTOPSLEEVE5",177 "occasion": "Casual",178 "primary_color": "Grey",179 "primary_material": "Others",180 "variant": "LGLAPTOPSLEEVE5",181 "color": "DarkGrey",182 "product_details": "This is a Unisex Product.",183 "primary_color_hex": "808080"184 },185 "medias": [186 {187 "type": "image",188 "url": "http://cdn4.gofynd.com/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg"189 }190 ],191 "categories": [192 {193 "id": 3,194 "uid": 3,195 "name": "Amy Kim DDS",196 "logo": {197 "type": "image",198 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"199 },200 "action": {201 "page": {202 "type": "category",203 "query": {204 "category": [205 "Amy-Kim-DDS"206 ]207 }208 },209 "type": "page"210 },211 "_custom_json": {}212 }213 ],214 "discount": "14% OFF",215 "price": {216 "marked": {217 "min": 1399,218 "max": 1399,219 "currency_code": "INR",220 "currency_symbol": "₹"221 },222 "effective": {223 "min": 1199,224 "max": 1399,225 "currency_code": "INR",226 "currency_symbol": "₹"227 }228 },229 "rating": 2.7,230 "rating_count": 2231 }232 ]233}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/products/{slug}/similar/compare/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "attributes_metadata": [3 {4 "title": "Kevin Everett",5 "details": [6 {7 "key": "color",8 "display": "Steven Walker",9 "description": ""10 },11 {12 "key": "gender",13 "display": "Wesley Sandoval",14 "description": ""15 },16 {17 "key": "material",18 "display": "Lawrence Spencer",19 "description": ""20 },21 {22 "key": "weight",23 "display": "April Lopez",24 "description": ""25 }26 ]27 }28 ],29 "items": [30 {31 "type": "product",32 "template_tag": "test_template",33 "name": "facilitate value-added infrastructures",34 "item_type": "set",35 "item_code": "LGLAPTOPSLEEVE5",36 "slug": "facilitate-value-added-infrastructures",37 "uid": 1,38 "brand": {39 "type": "brand",40 "name": "Guerra-Chang",41 "logo": {42 "type": "image",43 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"44 },45 "action": {46 "page": {47 "type": "products",48 "query": {49 "brand": [50 "Guerra-Chang"51 ]52 }53 },54 "type": "page"55 },56 "_custom_json": {57 "how_to_redeem": [58 "Go to PlayStation Store and click on your Avatar at the top of the screen",59 "Select Redeem Codes from the drop-down menu",60 "Carefully enter the code and select Redeem",61 "The credit or content is now applied to your account"62 ],63 "terms_and_condition": [],64 "order_short_description": "Thank you for your purchase! Please visit the PlayStation Store to redeem your code"65 }66 },67 "sellable": false,68 "action": {69 "page": {70 "type": "product",71 "params": {72 "slug": [73 "facilitate-value-added-infrastructures"74 ]75 }76 },77 "type": "page"78 },79 "attributes": {80 "color_hex": "808080",81 "weight": 100,82 "product_type": "LaptopBags",83 "gender": [84 "Men",85 "Women"86 ],87 "material": "Neoprene",88 "style_note": "Shape up your overall appeal with this stunning laptop bag. The amazing storage and great design will let you carry your laptop in style!",89 "item_code": "LGLAPTOPSLEEVE5",90 "occasion": "Casual",91 "primary_color": "Grey",92 "primary_material": "Others",93 "variant": "LGLAPTOPSLEEVE5",94 "color": "Red",95 "product_details": "This is a Unisex Product.",96 "primary_color_hex": "808080"97 },98 "_custom_meta": [],99 "medias": [100 {101 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/jiox5/products/pictures/item/free/original/DfIRf_k-6M-hp-56-c6656aa-ink-cartridge-black-490783783-i-1-1200wx1200h.jpeg",102 "type": "image",103 "alt": ""104 }105 ],106 "categories": [107 {108 "uid": 3,109 "name": "Sarah Carter",110 "logo": {111 "type": "image",112 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"113 },114 "action": {115 "page": {116 "type": "products",117 "query": {118 "category": [119 "Sarah-Carter"120 ]121 }122 },123 "type": "page"124 },125 "_custom_json": {}126 }127 ],128 "discount": "14% OFF",129 "price": {130 "marked": {131 "min": 1399,132 "max": 1399,133 "currency_code": "INR",134 "currency_symbol": "₹"135 },136 "effective": {137 "min": 1199,138 "max": 1399,139 "currency_code": "INR",140 "currency_symbol": "₹"141 }142 },143 "net_quantity": {144 "value": 2,145 "unit": "kg"146 },147 "rating": 2.7,148 "rating_count": 2,149 "short_description": ""150 },151 {152 "type": "product",153 "attributes": {154 "primary_color_hex": null,155 "color": "808080",156 "gender": "women",157 "material": "Neoprene",158 "weight": "100"159 },160 "categories": [161 {162 "uid": 3,163 "name": "Sarah Carter",164 "logo": {165 "type": "image",166 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"167 },168 "action": {169 "page": {170 "type": "products",171 "query": {172 "category": [173 "Sarah-Carter"174 ]175 }176 },177 "type": "page"178 },179 "_custom_json": {}180 }181 ],182 "_custom_meta": [],183 "sellable": false,184 "name": "product-name-updated",185 "sizes": [186 "13"187 ],188 "slug": "mesh-magnetic-e-business",189 "tags": [190 "Digital"191 ],192 "uid": 10,193 "item_code": "LGLAPTOPSLEEVE5",194 "item_type": "set",195 "brand": {196 "type": "brand",197 "name": "Edwards, Chapman and Anderson",198 "logo": {199 "type": "image",200 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"201 },202 "action": {203 "page": {204 "type": "products",205 "query": {206 "brand": [207 "Edwards,-Chapman-and-Anderson"208 ]209 }210 },211 "type": "page"212 },213 "_custom_json": {214 "how_to_redeem": [215 "Go to PlayStation Store and click on your Avatar at the top of the screen",216 "Select Redeem Codes from the drop-down menu",217 "Carefully enter the code and select Redeem",218 "The credit or content is now applied to your account"219 ],220 "terms_and_condition": [],221 "order_short_description": "Thank you for your purchase! Please visit the PlayStation Store to redeem your code"222 }223 },224 "action": {225 "page": {226 "type": "product",227 "params": {228 "slug": [229 "mesh-magnetic-e-business"230 ]231 }232 },233 "type": "page"234 },235 "medias": [236 {237 "type": "image",238 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg",239 "alt": "product-name-updated"240 }241 ],242 "identifiers": [],243 "discount": "14% OFF",244 "price": {245 "marked": {246 "min": 1399,247 "max": 2000,248 "currency_code": "INR",249 "currency_symbol": "₹"250 },251 "effective": {252 "min": 1199,253 "max": 1600,254 "currency_code": "INR",255 "currency_symbol": "₹"256 },257 "selling": {258 "min": 1399,259 "max": 1800,260 "currency_code": "INR",261 "currency_symbol": "₹"262 }263 },264 "is_tryout": false,265 "channel": "000000000000000000000001",266 "rating": 2.7,267 "_custom_json": {},268 "moq": {269 "minimum": 1,270 "increment_unit": 1271 },272 "net_quantity": {},273 "discount_meta": {},274 "seo": {},275 "variants": []276 },277 {278 "type": "product",279 "attributes": {280 "primary_color_hex": null,281 "color": "808080",282 "gender": "women",283 "material": "Neoprene",284 "weight": "100"285 },286 "categories": [287 {288 "uid": 3,289 "name": "Sarah Carter",290 "logo": {291 "type": "image",292 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"293 },294 "action": {295 "page": {296 "type": "products",297 "query": {298 "category": [299 "Sarah-Carter"300 ]301 }302 },303 "type": "page"304 },305 "_custom_json": {}306 }307 ],308 "_custom_meta": [],309 "sellable": false,310 "name": "product-name-updated",311 "sizes": [312 "13"313 ],314 "slug": "evolve-e-business-web-services",315 "tags": [316 "Digital"317 ],318 "uid": 11,319 "item_code": "LGLAPTOPSLEEVE5",320 "item_type": "set",321 "brand": {322 "type": "brand",323 "name": "Edwards, Chapman and Anderson",324 "logo": {325 "type": "image",326 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"327 },328 "action": {329 "page": {330 "type": "products",331 "query": {332 "brand": [333 "Edwards,-Chapman-and-Anderson"334 ]335 }336 },337 "type": "page"338 },339 "_custom_json": {340 "how_to_redeem": [341 "Go to PlayStation Store and click on your Avatar at the top of the screen",342 "Select Redeem Codes from the drop-down menu",343 "Carefully enter the code and select Redeem",344 "The credit or content is now applied to your account"345 ],346 "terms_and_condition": [],347 "order_short_description": "Thank you for your purchase! Please visit the PlayStation Store to redeem your code"348 }349 },350 "action": {351 "page": {352 "type": "product",353 "params": {354 "slug": [355 "evolve-e-business-web-services"356 ]357 }358 },359 "type": "page"360 },361 "medias": [362 {363 "type": "image",364 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg",365 "alt": "product-name-updated"366 }367 ],368 "identifiers": [],369 "discount": "14% OFF",370 "price": {371 "marked": {372 "min": 1399,373 "max": 2000,374 "currency_code": "INR",375 "currency_symbol": "₹"376 },377 "effective": {378 "min": 1199,379 "max": 1600,380 "currency_code": "INR",381 "currency_symbol": "₹"382 },383 "selling": {384 "min": 1399,385 "max": 1800,386 "currency_code": "INR",387 "currency_symbol": "₹"388 }389 },390 "is_tryout": false,391 "channel": "000000000000000000000001",392 "rating": 2.7,393 "_custom_json": {},394 "moq": {395 "minimum": 1,396 "increment_unit": 1397 },398 "net_quantity": {},399 "discount_meta": {},400 "seo": {},401 "variants": []402 },403 {404 "type": "product",405 "attributes": {406 "primary_color_hex": null,407 "color": "808080",408 "gender": "women",409 "material": "Neoprene",410 "weight": "100"411 },412 "categories": [413 {414 "uid": 3,415 "name": "Sarah Carter",416 "logo": {417 "type": "image",418 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"419 },420 "action": {421 "page": {422 "type": "products",423 "query": {424 "category": [425 "Sarah-Carter"426 ]427 }428 },429 "type": "page"430 },431 "_custom_json": {}432 }433 ],434 "_custom_meta": [],435 "sellable": false,436 "name": "product-name-updated",437 "sizes": [438 "13"439 ],440 "slug": "reinvent-cutting-edge-web-services",441 "tags": [442 "Digital"443 ],444 "uid": 12,445 "item_code": "LGLAPTOPSLEEVE5",446 "item_type": "set",447 "brand": {448 "type": "brand",449 "name": "Edwards, Chapman and Anderson",450 "logo": {451 "type": "image",452 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"453 },454 "action": {455 "page": {456 "type": "products",457 "query": {458 "brand": [459 "Edwards,-Chapman-and-Anderson"460 ]461 }462 },463 "type": "page"464 },465 "_custom_json": {466 "how_to_redeem": [467 "Go to PlayStation Store and click on your Avatar at the top of the screen",468 "Select Redeem Codes from the drop-down menu",469 "Carefully enter the code and select Redeem",470 "The credit or content is now applied to your account"471 ],472 "terms_and_condition": [],473 "order_short_description": "Thank you for your purchase! Please visit the PlayStation Store to redeem your code"474 }475 },476 "action": {477 "page": {478 "type": "product",479 "params": {480 "slug": [481 "reinvent-cutting-edge-web-services"482 ]483 }484 },485 "type": "page"486 },487 "medias": [488 {489 "type": "image",490 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg",491 "alt": "product-name-updated"492 }493 ],494 "identifiers": [],495 "discount": "14% OFF",496 "price": {497 "marked": {498 "min": 1399,499 "max": 2000,500 "currency_code": "INR",501 "currency_symbol": "₹"502 },503 "effective": {504 "min": 1199,505 "max": 1600,506 "currency_code": "INR",507 "currency_symbol": "₹"508 },509 "selling": {510 "min": 1399,511 "max": 1800,512 "currency_code": "INR",513 "currency_symbol": "₹"514 }515 },516 "is_tryout": false,517 "channel": "000000000000000000000001",518 "rating": 2.7,519 "_custom_json": {},520 "moq": {521 "minimum": 1,522 "increment_unit": 1523 },524 "net_quantity": {},525 "discount_meta": {},526 "seo": {},527 "variants": []528 },529 {530 "type": "product",531 "attributes": {532 "primary_color_hex": null,533 "color": "808080",534 "gender": "women",535 "material": "Neoprene",536 "weight": "100"537 },538 "categories": [539 {540 "uid": 3,541 "name": "Sarah Carter",542 "logo": {543 "type": "image",544 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"545 },546 "action": {547 "page": {548 "type": "products",549 "query": {550 "category": [551 "Sarah-Carter"552 ]553 }554 },555 "type": "page"556 },557 "_custom_json": {}558 }559 ],560 "_custom_meta": [],561 "sellable": false,562 "name": "product-name-updated",563 "sizes": [564 "13"565 ],566 "slug": "seize-mission-critical-e-tailers",567 "tags": [568 "Digital"569 ],570 "uid": 13,571 "item_code": "LGLAPTOPSLEEVE5",572 "item_type": "set",573 "brand": {574 "type": "brand",575 "name": "Edwards, Chapman and Anderson",576 "logo": {577 "type": "image",578 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"579 },580 "action": {581 "page": {582 "type": "products",583 "query": {584 "brand": [585 "Edwards,-Chapman-and-Anderson"586 ]587 }588 },589 "type": "page"590 },591 "_custom_json": {592 "how_to_redeem": [593 "Go to PlayStation Store and click on your Avatar at the top of the screen",594 "Select Redeem Codes from the drop-down menu",595 "Carefully enter the code and select Redeem",596 "The credit or content is now applied to your account"597 ],598 "terms_and_condition": [],599 "order_short_description": "Thank you for your purchase! Please visit the PlayStation Store to redeem your code"600 }601 },602 "action": {603 "page": {604 "type": "product",605 "params": {606 "slug": [607 "seize-mission-critical-e-tailers"608 ]609 }610 },611 "type": "page"612 },613 "medias": [614 {615 "type": "image",616 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg",617 "alt": "product-name-updated"618 }619 ],620 "identifiers": [],621 "discount": "14% OFF",622 "price": {623 "marked": {624 "min": 1399,625 "max": 2000,626 "currency_code": "INR",627 "currency_symbol": "₹"628 },629 "effective": {630 "min": 1199,631 "max": 1600,632 "currency_code": "INR",633 "currency_symbol": "₹"634 },635 "selling": {636 "min": 1399,637 "max": 1800,638 "currency_code": "INR",639 "currency_symbol": "₹"640 }641 },642 "is_tryout": false,643 "channel": "000000000000000000000001",644 "rating": 2.7,645 "_custom_json": {},646 "moq": {647 "minimum": 1,648 "increment_unit": 1649 },650 "net_quantity": {},651 "discount_meta": {},652 "seo": {},653 "variants": []654 },655 {656 "type": "product",657 "attributes": {658 "primary_color_hex": null,659 "color": "808080",660 "gender": "women",661 "material": "Neoprene",662 "weight": "100"663 },664 "categories": [665 {666 "uid": 3,667 "name": "Sarah Carter",668 "logo": {669 "type": "image",670 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"671 },672 "action": {673 "page": {674 "type": "products",675 "query": {676 "category": [677 "Sarah-Carter"678 ]679 }680 },681 "type": "page"682 },683 "_custom_json": {}684 }685 ],686 "_custom_meta": [],687 "sellable": false,688 "name": "product-name-updated",689 "sizes": [690 "13"691 ],692 "slug": "cultivate-strategic-supply-chains",693 "tags": [694 "Digital"695 ],696 "uid": 14,697 "item_code": "LGLAPTOPSLEEVE5",698 "item_type": "set",699 "brand": {700 "type": "brand",701 "name": "Edwards, Chapman and Anderson",702 "logo": {703 "type": "image",704 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"705 },706 "action": {707 "page": {708 "type": "products",709 "query": {710 "brand": [711 "Edwards,-Chapman-and-Anderson"712 ]713 }714 },715 "type": "page"716 },717 "_custom_json": {718 "how_to_redeem": [719 "Go to PlayStation Store and click on your Avatar at the top of the screen",720 "Select Redeem Codes from the drop-down menu",721 "Carefully enter the code and select Redeem",722 "The credit or content is now applied to your account"723 ],724 "terms_and_condition": [],725 "order_short_description": "Thank you for your purchase! Please visit the PlayStation Store to redeem your code"726 }727 },728 "action": {729 "page": {730 "type": "product",731 "params": {732 "slug": [733 "cultivate-strategic-supply-chains"734 ]735 }736 },737 "type": "page"738 },739 "medias": [740 {741 "type": "image",742 "url": "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg",743 "alt": "product-name-updated"744 }745 ],746 "identifiers": [],747 "discount": "14% OFF",748 "price": {749 "marked": {750 "min": 1399,751 "max": 2000,752 "currency_code": "INR",753 "currency_symbol": "₹"754 },755 "effective": {756 "min": 1199,757 "max": 1600,758 "currency_code": "INR",759 "currency_symbol": "₹"760 },761 "selling": {762 "min": 1399,763 "max": 1800,764 "currency_code": "INR",765 "currency_symbol": "₹"766 }767 },768 "is_tryout": false,769 "channel": "000000000000000000000001",770 "rating": 2.7,771 "_custom_json": {},772 "moq": {773 "minimum": 1,774 "increment_unit": 1775 },776 "net_quantity": {},777 "discount_meta": {},778 "seo": {},779 "variants": []780 }781 ]782}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/products/{slug}/similar/compared-frequently/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "similars": {3 "title": "Most Compared",4 "subtitle": "We bet you would love these!",5 "attributes_metadata": [6 {7 "title": "Alexander Sawyer",8 "details": [9 {10 "key": "color",11 "display": "Kimberly Davidson",12 "description": ""13 },14 {15 "key": "gender",16 "display": "Kimberly Mcdaniel",17 "description": ""18 },19 {20 "key": "material",21 "display": "Monica Hampton",22 "description": ""23 },24 {25 "key": "weight",26 "display": "John Mendoza",27 "description": ""28 }29 ]30 }31 ],32 "items": [33 {34 "type": "product",35 "name": "benchmark collaborative paradigms",36 "item_type": "set",37 "slug": "benchmark-collaborative-paradigms",38 "id": 1,39 "brand": {40 "type": "brand",41 "name": "Barry, Jennings and Larson",42 "logo": {43 "type": "image",44 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"45 },46 "action": {47 "page": {48 "type": "products",49 "query": {50 "brand": [51 "Hess-Inc"52 ]53 }54 },55 "type": "page"56 },57 "_custom_json": {}58 },59 "action": {60 "page": {61 "type": "product",62 "query": {63 "slug": "benchmark-collaborative-paradigms"64 }65 },66 "type": "page"67 },68 "attributes": {69 "color_hex": "808080",70 "weight": 100,71 "product_type": "LaptopBags",72 "gender": [73 "Men",74 "Women"75 ],76 "material": "Neoprene",77 "style_note": "Shape up your overall appeal with this stunning laptop bag. The amazing storage and great design will let you carry your laptop in style!",78 "item_code": "LGLAPTOPSLEEVE5",79 "occasion": "Casual",80 "primary_color": "Grey",81 "primary_material": "Others",82 "variant": "LGLAPTOPSLEEVE5",83 "color": "DarkGrey",84 "product_details": "This is a Unisex Product.",85 "primary_color_hex": "808080"86 },87 "medias": [88 {89 "type": "image",90 "url": "http://cdn4.gofynd.com/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg"91 }92 ],93 "categories": [94 {95 "id": 3,96 "uid": 3,97 "name": "Amy Kim DDS",98 "logo": {99 "type": "image",100 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"101 },102 "action": {103 "page": {104 "type": "category",105 "query": {106 "category": [107 "Amy-Kim-DDS"108 ]109 }110 },111 "type": "page"112 },113 "_custom_json": {}114 }115 ],116 "discount": "14% OFF",117 "price": {118 "marked": {119 "min": 1399,120 "max": 1399,121 "currency_code": "INR",122 "currency_symbol": "₹"123 },124 "effective": {125 "min": 1199,126 "max": 1399,127 "currency_code": "INR",128 "currency_symbol": "₹"129 }130 },131 "rating": 2.7,132 "rating_count": 2133 },134 {135 "type": "product",136 "attributes": {137 "primary_color_hex": "808080",138 "weight": "100",139 "gender": "women",140 "material": "Neoprene",141 "primary_color": "DarkGrey"142 },143 "categories": [144 {145 "id": 3,146 "uid": 3,147 "name": "Amy Kim DDS",148 "logo": {149 "type": "image",150 "url": "https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg"151 },152 "action": {153 "page": {154 "type": "category",155 "query": {156 "category": [157 "Amy-Kim-DDS"158 ]159 }160 },161 "type": "page"162 },163 "_custom_json": {}164 }165 ],166 "sellable": true,167 "name": "deploy viral systems",168 "slug": "deploy-viral-systems",169 "uid": 2,170 "item_type": "set",171 "brand": {172 "type": "brand",173 "name": "Hess Inc",174 "logo": {175 "type": "image",176 "url": "https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg"177 },178 "action": {179 "page": {180 "type": "products",181 "query": {182 "brand": [183 "Hess-Inc"184 ]185 }186 },187 "type": "page"188 },189 "_custom_json": {}190 },191 "action": {192 "page": {193 "type": "product",194 "query": {195 "slug": "deploy-viral-systems"196 }197 },198 "type": "page"199 },200 "medias": [201 {202 "type": "image",203 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"204 }205 ],206 "discount": "14% OFF",207 "price": {208 "marked": {209 "min": 1399,210 "max": 1499,211 "currency_code": "INR",212 "currency_symbol": "₹"213 },214 "effective": {215 "min": 1199,216 "max": 1399,217 "currency_code": "INR",218 "currency_symbol": "₹"219 }220 },221 "is_tryout": false,222 "rating": 2.7223 }224 ]225 }226}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/products/{slug}/variants/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "variants": [3 {4 "header": "Addtn. Color",5 "key": "color",6 "group_id": "darkgrey-18928016",7 "display_type": "image",8 "logo": "https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/360x0/56_MKT02AI060CORAL/1_1567590349681.jpg",9 "items": [10 {11 "action": {12 "page": {13 "type": "product",14 "query": {15 "slug": "benchmark-collaborative-paradigms"16 }17 },18 "type": "page"19 },20 "uid": 1,21 "slug": "benchmark-collaborative-paradigms",22 "medias": [23 {24 "type": "image",25 "url": "http://cdn4.gofynd.com/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg"26 }27 ],28 "name": "benchmark collaborative paradigms",29 "is_available": true,30 "color_name": "DarkGrey",31 "color": "808080"32 }33 ]34 }35 ]36}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/products/stock-status/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "items": [3 {4 "uid": "1",5 "item_id": 1,6 "identifier": {7 "sku_code": "P10101101154425S"8 },9 "price": {10 "effective": 399,11 "marked": 399,12 "currency": "INR"13 },14 "size": "13",15 "company": {16 "id": 1,17 "name": "Natalie Norman"18 },19 "store": {20 "id": 1,21 "name": "Wayne Lamb",22 "code": "Wayne-Lamb"23 },24 "quantity": 525 },26 {27 "uid": "2",28 "item_id": 1,29 "identifier": {30 "sku_code": "P10101101154425S"31 },32 "price": {33 "effective": 399,34 "marked": 399,35 "currency": "INR"36 },37 "size": "13",38 "company": {39 "id": 1,40 "name": "Natalie Norman"41 },42 "store": {43 "id": 1,44 "name": "Wayne Lamb",45 "code": "Wayne-Lamb"46 },47 "quantity": 548 },49 {50 "uid": "3",51 "item_id": 2,52 "identifier": {53 "sku_code": "P10101101154425S"54 },55 "price": {56 "effective": 399,57 "marked": 399,58 "currency": "INR"59 },60 "size": "13",61 "company": {62 "id": 1,63 "name": "Natalie Norman"64 },65 "store": {66 "id": 1,67 "name": "Wayne Lamb",68 "code": "Wayne-Lamb"69 },70 "quantity": 571 },72 {73 "uid": "4",74 "item_id": 2,75 "identifier": {76 "sku_code": "P10101101154425S"77 },78 "price": {79 "effective": 399,80 "marked": 399,81 "currency": "INR"82 },83 "size": "13",84 "company": {85 "id": 1,86 "name": "Natalie Norman"87 },88 "store": {89 "id": 1,90 "name": "Wayne Lamb",91 "code": "Wayne-Lamb"92 },93 "quantity": 594 },95 {96 "uid": "5",97 "item_id": 3,98 "identifier": {99 "sku_code": "P10101101154425S"100 },101 "price": {102 "effective": 399,103 "marked": 399,104 "currency": "INR"105 },106 "size": "13",107 "company": {108 "id": 1,109 "name": "Natalie Norman"110 },111 "store": {112 "id": 1,113 "name": "Wayne Lamb",114 "code": "Wayne-Lamb"115 },116 "quantity": 5117 },118 {119 "uid": "6",120 "item_id": 3,121 "identifier": {122 "sku_code": "P10101101154425S"123 },124 "price": {125 "effective": 399,126 "marked": 399,127 "currency": "INR"128 },129 "size": "13",130 "company": {131 "id": 1,132 "name": "Natalie Norman"133 },134 "store": {135 "id": 1,136 "name": "Wayne Lamb",137 "code": "Wayne-Lamb"138 },139 "quantity": 5140 },141 {142 "uid": "7",143 "item_id": 4,144 "identifier": {145 "sku_code": "P10101101154425S"146 },147 "price": {148 "effective": 399,149 "marked": 399,150 "currency": "INR"151 },152 "size": "13",153 "company": {154 "id": 1,155 "name": "Natalie Norman"156 },157 "store": {158 "id": 1,159 "name": "Wayne Lamb",160 "code": "Wayne-Lamb"161 },162 "quantity": 5163 },164 {165 "uid": "8",166 "item_id": 4,167 "identifier": {168 "sku_code": "P10101101154425S"169 },170 "price": {171 "effective": 399,172 "marked": 399,173 "currency": "INR"174 },175 "size": "13",176 "company": {177 "id": 1,178 "name": "Natalie Norman"179 },180 "store": {181 "id": 1,182 "name": "Wayne Lamb",183 "code": "Wayne-Lamb"184 },185 "quantity": 5186 },187 {188 "uid": "9",189 "item_id": 5,190 "identifier": {191 "sku_code": "P10101101154425S"192 },193 "price": {194 "effective": 399,195 "marked": 399,196 "currency": "INR"197 },198 "size": "13",199 "company": {200 "id": 1,201 "name": "Natalie Norman"202 },203 "store": {204 "id": 1,205 "name": "Wayne Lamb",206 "code": "Wayne-Lamb"207 },208 "quantity": 5209 },210 {211 "uid": "10",212 "item_id": 5,213 "identifier": {214 "sku_code": "P10101101154425S"215 },216 "price": {217 "effective": 399,218 "marked": 399,219 "currency": "INR"220 },221 "size": "13",222 "company": {223 "id": 1,224 "name": "Natalie Norman"225 },226 "store": {227 "id": 1,228 "name": "Wayne Lamb",229 "code": "Wayne-Lamb"230 },231 "quantity": 5232 },233 {234 "uid": "11",235 "item_id": 6,236 "identifier": {237 "sku_code": "P10101101154425S"238 },239 "price": {240 "effective": 399,241 "marked": 399,242 "currency": "INR"243 },244 "size": "13",245 "company": {246 "id": 1,247 "name": "Natalie Norman"248 },249 "store": {250 "id": 1,251 "name": "Wayne Lamb",252 "code": "Wayne-Lamb"253 },254 "quantity": 5255 },256 {257 "uid": "12",258 "item_id": 6,259 "identifier": {260 "sku_code": "P10101101154425S"261 },262 "price": {263 "effective": 399,264 "marked": 399,265 "currency": "INR"266 },267 "size": "13",268 "company": {269 "id": 1,270 "name": "Natalie Norman"271 },272 "store": {273 "id": 1,274 "name": "Wayne Lamb",275 "code": "Wayne-Lamb"276 },277 "quantity": 5278 },279 {280 "uid": "13",281 "item_id": 7,282 "identifier": {283 "sku_code": "P10101101154425S"284 },285 "price": {286 "effective": 399,287 "marked": 399,288 "currency": "INR"289 },290 "size": "13",291 "company": {292 "id": 1,293 "name": "Natalie Norman"294 },295 "store": {296 "id": 1,297 "name": "Wayne Lamb",298 "code": "Wayne-Lamb"299 },300 "quantity": 5301 },302 {303 "uid": "14",304 "item_id": 7,305 "identifier": {306 "sku_code": "P10101101154425S"307 },308 "price": {309 "effective": 399,310 "marked": 399,311 "currency": "INR"312 },313 "size": "13",314 "company": {315 "id": 1,316 "name": "Natalie Norman"317 },318 "store": {319 "id": 1,320 "name": "Wayne Lamb",321 "code": "Wayne-Lamb"322 },323 "quantity": 5324 },325 {326 "uid": "15",327 "item_id": 8,328 "identifier": {329 "sku_code": "P10101101154425S"330 },331 "price": {332 "effective": 399,333 "marked": 399,334 "currency": "INR"335 },336 "size": "13",337 "company": {338 "id": 1,339 "name": "Natalie Norman"340 },341 "store": {342 "id": 1,343 "name": "Wayne Lamb",344 "code": "Wayne-Lamb"345 },346 "quantity": 5347 },348 {349 "uid": "16",350 "item_id": 8,351 "identifier": {352 "sku_code": "P10101101154425S"353 },354 "price": {355 "effective": 399,356 "marked": 399,357 "currency": "INR"358 },359 "size": "13",360 "company": {361 "id": 1,362 "name": "Natalie Norman"363 },364 "store": {365 "id": 1,366 "name": "Wayne Lamb",367 "code": "Wayne-Lamb"368 },369 "quantity": 5370 },371 {372 "uid": "17",373 "item_id": 9,374 "identifier": {375 "sku_code": "P10101101154425S"376 },377 "price": {378 "effective": 399,379 "marked": 399,380 "currency": "INR"381 },382 "size": "13",383 "company": {384 "id": 1,385 "name": "Natalie Norman"386 },387 "store": {388 "id": 1,389 "name": "Wayne Lamb",390 "code": "Wayne-Lamb"391 },392 "quantity": 5393 },394 {395 "uid": "18",396 "item_id": 9,397 "identifier": {398 "sku_code": "P10101101154425S"399 },400 "price": {401 "effective": 399,402 "marked": 399,403 "currency": "INR"404 },405 "size": "13",406 "company": {407 "id": 1,408 "name": "Natalie Norman"409 },410 "store": {411 "id": 1,412 "name": "Wayne Lamb",413 "code": "Wayne-Lamb"414 },415 "quantity": 5416 },417 {418 "uid": "19",419 "item_id": 10,420 "identifier": {421 "sku_code": "P10101101154425S"422 },423 "price": {424 "effective": 399,425 "marked": 399,426 "currency": "INR"427 },428 "size": "13",429 "company": {430 "id": 1,431 "name": "Natalie Norman"432 },433 "store": {434 "id": 1,435 "name": "Wayne Lamb",436 "code": "Wayne-Lamb"437 },438 "quantity": 5439 },440 {441 "uid": "20",442 "item_id": 10,443 "identifier": {444 "sku_code": "P10101101154425S"445 },446 "price": {447 "effective": 399,448 "marked": 399,449 "currency": "INR"450 },451 "size": "13",452 "company": {453 "id": 1,454 "name": "Natalie Norman"455 },456 "store": {457 "id": 1,458 "name": "Wayne Lamb",459 "code": "Wayne-Lamb"460 },461 "quantity": 5462 },463 {464 "uid": "21",465 "item_id": 11,466 "identifier": {467 "sku_code": "P10101101154425S"468 },469 "price": {470 "effective": 399,471 "marked": 399,472 "currency": "INR"473 },474 "size": "13",475 "company": {476 "id": 1,477 "name": "Natalie Norman"478 },479 "store": {480 "id": 1,481 "name": "Wayne Lamb",482 "code": "Wayne-Lamb"483 },484 "quantity": 5485 },486 {487 "uid": "22",488 "item_id": 11,489 "identifier": {490 "sku_code": "P10101101154425S"491 },492 "price": {493 "effective": 399,494 "marked": 399,495 "currency": "INR"496 },497 "size": "13",498 "company": {499 "id": 1,500 "name": "Natalie Norman"501 },502 "store": {503 "id": 1,504 "name": "Wayne Lamb",505 "code": "Wayne-Lamb"506 },507 "quantity": 5508 },509 {510 "uid": "23",511 "item_id": 12,512 "identifier": {513 "sku_code": "P10101101154425S"514 },515 "price": {516 "effective": 399,517 "marked": 399,518 "currency": "INR"519 },520 "size": "13",521 "company": {522 "id": 1,523 "name": "Natalie Norman"524 },525 "store": {526 "id": 1,527 "name": "Wayne Lamb",528 "code": "Wayne-Lamb"529 },530 "quantity": 5531 },532 {533 "uid": "24",534 "item_id": 12,535 "identifier": {536 "sku_code": "P10101101154425S"537 },538 "price": {539 "effective": 399,540 "marked": 399,541 "currency": "INR"542 },543 "size": "13",544 "company": {545 "id": 1,546 "name": "Natalie Norman"547 },548 "store": {549 "id": 1,550 "name": "Wayne Lamb",551 "code": "Wayne-Lamb"552 },553 "quantity": 5554 },555 {556 "uid": "25",557 "item_id": 13,558 "identifier": {559 "sku_code": "P10101101154425S"560 },561 "price": {562 "effective": 399,563 "marked": 399,564 "currency": "INR"565 },566 "size": "13",567 "company": {568 "id": 1,569 "name": "Natalie Norman"570 },571 "store": {572 "id": 1,573 "name": "Wayne Lamb",574 "code": "Wayne-Lamb"575 },576 "quantity": 5577 },578 {579 "uid": "26",580 "item_id": 13,581 "identifier": {582 "sku_code": "P10101101154425S"583 },584 "price": {585 "effective": 399,586 "marked": 399,587 "currency": "INR"588 },589 "size": "13",590 "company": {591 "id": 1,592 "name": "Natalie Norman"593 },594 "store": {595 "id": 1,596 "name": "Wayne Lamb",597 "code": "Wayne-Lamb"598 },599 "quantity": 5600 },601 {602 "uid": "27",603 "item_id": 14,604 "identifier": {605 "sku_code": "P10101101154425S"606 },607 "price": {608 "effective": 399,609 "marked": 399,610 "currency": "INR"611 },612 "size": "13",613 "company": {614 "id": 1,615 "name": "Natalie Norman"616 },617 "store": {618 "id": 1,619 "name": "Wayne Lamb",620 "code": "Wayne-Lamb"621 },622 "quantity": 5623 },624 {625 "uid": "28",626 "item_id": 14,627 "identifier": {628 "sku_code": "P10101101154425S"629 },630 "price": {631 "effective": 399,632 "marked": 399,633 "currency": "INR"634 },635 "size": "13",636 "company": {637 "id": 1,638 "name": "Natalie Norman"639 },640 "store": {641 "id": 1,642 "name": "Wayne Lamb",643 "code": "Wayne-Lamb"644 },645 "quantity": 5646 },647 {648 "uid": "29",649 "item_id": 15,650 "identifier": {651 "sku_code": "P10101101154425S"652 },653 "price": {654 "effective": 399,655 "marked": 399,656 "currency": "INR"657 },658 "size": "13",659 "company": {660 "id": 1,661 "name": "Natalie Norman"662 },663 "store": {664 "id": 1,665 "name": "Wayne Lamb",666 "code": "Wayne-Lamb"667 },668 "quantity": 5669 },670 {671 "uid": "30",672 "item_id": 15,673 "identifier": {674 "sku_code": "P10101101154425S"675 },676 "price": {677 "effective": 399,678 "marked": 399,679 "currency": "INR"680 },681 "size": "13",682 "company": {683 "id": 1,684 "name": "Natalie Norman"685 },686 "store": {687 "id": 1,688 "name": "Wayne Lamb",689 "code": "Wayne-Lamb"690 },691 "quantity": 5692 }693 ]694}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/products/stock-status/poll/?timestamp=value"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "items": [3 {4 "uid": "1",5 "brand": {6 "name": "Guerra-Chang",7 "id": 18 },9 "item_id": 1,10 "identifier": {11 "sku_code": "P10101101154425S"12 },13 "seller_identifier": "2022-11-03T15:48:25.340Z",14 "price": {15 "effective": 319,16 "marked": 399,17 "currency": "INR"18 },19 "size": "13",20 "company": {21 "id": 1,22 "name": "Jordan Wagner"23 },24 "store": {25 "id": 1,26 "name": "Zachary Waller",27 "code": "Zachary-Waller"28 },29 "quantity": 5,30 "price_marked": 399,31 "price_effective": 319,32 "price_selling": 399,33 "discount_meta": {},34 "discount_applied": {35 "_id": "65cc93264f63e8da2ee70487",36 "job_id": "648009ff1c6f01961b0bbbeb",37 "discount": [38 {39 "value": 20,40 "min_items": 141 }42 ],43 "item_id": 1,44 "seller_identifier": "2022-11-03T15:48:25.340Z",45 "discount_type": "percentage",46 "company_id": 1,47 "store_ids": [48 9690,49 150 ],51 "brand_ids": [52 153 ],54 "abandoned": false,55 "app_ids": [56 "000000000000000000000001"57 ],58 "zone_ids": [],59 "created_on": "2024-02-14T10:17:09.135000",60 "modified_on": "2024-02-14T10:17:09.135000",61 "discount_meta": {62 "start": "2024-02-13T10:17:09.136000Z",63 "end": "2024-02-15T10:17:09.136000Z",64 "timer": true,65 "start_timer_in_minutes": 6266 },67 "discount_job": {68 "_id": "648009ff1c6f01961b0bbbeb",69 "name": "test api",70 "job_type": "app|brand|inventory",71 "discount_type": "percentage",72 "discount_level": "application",73 "company_id": 1,74 "brand_ids": [],75 "store_ids": [],76 "app_ids": [77 "000000000000000000000001"78 ],79 "extension_ids": [],80 "zone_ids": [],81 "validity": {82 "start": "2024-02-13T10:17:09.136000",83 "end": "2024-02-15T10:17:09.136000"84 },85 "created_on": "2024-02-14T10:17:09.136000",86 "modified_on": "2024-02-14T10:17:09.136000",87 "is_active": true,88 "value": "",89 "file_path": ""90 }91 }92 }93 ],94 "page": {95 "type": "cursor",96 "next_id": "65cc93264f63e8da2ee7040f",97 "has_previous": true,98 "has_next": true,99 "item_total": 12100 }101}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/products/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "filters": [3 {4 "key": {5 "display": "Department",6 "name": "department",7 "kind": "multivalued",8 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/FiQP7BeJbz-Department.png"9 },10 "values": [11 {12 "display": "Fashion",13 "count": 2496,14 "is_selected": false,15 "value": "fashion",16 "logo": {17 "type": "image",18 "url": "https://hdn-1.addsale.com/x0/department/pictures/square-logo/original/ziRuAA0EX-https/hdn-1.fynd.com/department/pictures/square-logo/original/jSt0jjI7D-https/hdn-1.fynd.com/department/pictures/square-logo/original/6ouiCBSSn-https/hdn-1.fynd.com/department/pictures/square-logo/original/o2Rti5if7-.jpeg.jpeg.jpeg.jpeg"19 }20 },21 {22 "display": "Mary-Vargas",23 "count": 15,24 "is_selected": false,25 "value": "Mary-Vargas"26 },27 {28 "display": "Michael-Davis",29 "count": 15,30 "is_selected": false,31 "value": "Michael-Davis"32 },33 {34 "display": "Toys & games",35 "count": 2,36 "is_selected": false,37 "value": "toys",38 "logo": {39 "type": "image",40 "url": "https://hdn-1.addsale.com/x0/department/pictures/square-logo/original/WU_YDGrIe-https/hdn-1.fynd.com/media/category_tab_icons/department/Toys.png.png"41 }42 }43 ]44 },45 {46 "key": {47 "display": "Category",48 "name": "category",49 "kind": "multivalued",50 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/YuQYSFD6Tu-Category.png"51 },52 "values": [53 {54 "display": "running-shoes",55 "count": 2495,56 "is_selected": false,57 "value": "running-shoes"58 },59 {60 "display": "Mr.-Robert-Wilson",61 "count": 15,62 "is_selected": false,63 "value": "Mr.-Robert-Wilson"64 },65 {66 "display": "action-figures",67 "count": 2,68 "is_selected": false,69 "value": "action-figures"70 },71 {72 "display": "hats",73 "count": 1,74 "is_selected": false,75 "value": "hats"76 }77 ]78 },79 {80 "key": {81 "display": "Size",82 "name": "sizes",83 "kind": "multivalued",84 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/M45tOYu45x-Sizes.png"85 },86 "values": [87 {88 "display": "11",89 "count": 1492,90 "is_selected": false,91 "value": "11"92 },93 {94 "display": "8",95 "count": 1003,96 "is_selected": false,97 "value": "8"98 },99 {100 "display": "13",101 "count": 15,102 "is_selected": false,103 "value": "13"104 },105 {106 "display": "FREE",107 "count": 2,108 "is_selected": false,109 "value": "FREE"110 },111 {112 "display": "OS",113 "count": 2,114 "is_selected": false,115 "value": "OS"116 },117 {118 "display": "R4",119 "count": 2,120 "is_selected": false,121 "value": "R4"122 },123 {124 "display": "10",125 "count": 1,126 "is_selected": false,127 "value": "10"128 },129 {130 "display": "9",131 "count": 1,132 "is_selected": false,133 "value": "9"134 }135 ]136 },137 {138 "key": {139 "display": "Brand",140 "name": "brand",141 "kind": "multivalued",142 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/m4SDdD279_-Min-price-effective.png"143 },144 "values": [145 {146 "display": "load-brand-1",147 "count": 1492,148 "is_selected": false,149 "value": "load-brand-1"150 },151 {152 "display": "caneworks",153 "count": 1002,154 "is_selected": false,155 "value": "caneworks"156 },157 {158 "display": "Mann-Morris",159 "count": 15,160 "is_selected": false,161 "value": "Mann-Morris"162 },163 {164 "display": "test",165 "count": 2,166 "is_selected": false,167 "value": "test"168 },169 {170 "display": "nexus",171 "count": 1,172 "is_selected": false,173 "value": "nexus"174 },175 {176 "display": "nike",177 "count": 1,178 "is_selected": false,179 "value": "nike"180 }181 ]182 },183 {184 "key": {185 "display": "Image",186 "name": "image_nature",187 "kind": "multivalued",188 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/JcGqgsW9FR-image-Nature.png"189 },190 "values": [191 {192 "display": "No Image",193 "count": 2479,194 "is_selected": false,195 "value": "default"196 },197 {198 "display": "Good Quality",199 "count": 34,200 "is_selected": false,201 "value": "standard"202 }203 ]204 },205 {206 "key": {207 "display": "Size Depth",208 "name": "size_depth",209 "kind": "range",210 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/D6W3aAamqz-Size-Depth.png"211 },212 "values": [213 {214 "count": 2513,215 "min": 1,216 "max": 4,217 "is_selected": false,218 "selected_min": 1,219 "selected_max": 4,220 "display_format": "{} - {}",221 "query_format": "[{} TO {}]",222 "display": "1 - 4"223 }224 ]225 },226 {227 "key": {228 "display": "Price",229 "name": "min_price_effective",230 "kind": "range",231 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/m4SDdD279_-Min-price-effective.png"232 },233 "values": [234 {235 "count": 2513,236 "min": 9,237 "max": 6789,238 "is_selected": false,239 "selected_min": 9,240 "selected_max": 6788,241 "display_format": "{} to {}",242 "currency_code": "INR",243 "currency_symbol": "₹",244 "query_format": "[{},INR TO {},INR]",245 "display": "₹9.51 to ₹6788.44"246 }247 ]248 },249 {250 "key": {251 "display": "Discount",252 "name": "discount",253 "kind": "range",254 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/qsYhcYuntC-Platform-Discount.png"255 },256 "values": [257 {258 "count": 2513,259 "min": 0,260 "max": 83,261 "is_selected": false,262 "selected_min": 0,263 "selected_max": 83,264 "display_format": "{}% - {}%",265 "query_format": "[{} TO {}]",266 "display": "0% - 83%"267 }268 ]269 }270 ],271 "items": [272 {273 "type": "product",274 "attributes": {275 "primary_color_hex": null,276 "filtercollection": "test",277 "gender": "men",278 "marketer-address": "Andheri",279 "marketer-name": "Puma",280 "primary_color": null,281 "primary_material": "Cotton"282 },283 "categories": [],284 "_custom_meta": [],285 "sellable": true,286 "name": "Shoe 671",287 "slug": "shoes-671-gs7hedxv_w01",288 "moq": {289 "maximum": 5,290 "minimum": 1,291 "increment_unit": 1292 },293 "uid": 7501985,294 "item_code": "SHOE-671",295 "item_type": "standard",296 "brand": {297 "type": "brand",298 "name": "CaneWorks",299 "uid": 1,300 "logo": {},301 "action": {302 "page": {303 "type": "products",304 "query": {305 "brand": [306 "caneworks"307 ]308 }309 },310 "type": "page"311 },312 "_custom_json": {}313 },314 "action": {315 "page": {316 "type": "product",317 "params": {318 "slug": [319 "shoes-671-gs7hedxv_w01"320 ]321 }322 },323 "type": "page"324 },325 "medias": [326 {327 "type": "image",328 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"329 }330 ],331 "discount": "50% OFF",332 "price": {333 "marked": {334 "min": 2000,335 "max": 9000,336 "currency_code": "INR",337 "currency_symbol": "₹"338 },339 "effective": {340 "min": 1000,341 "max": 6000,342 "currency_code": "INR",343 "currency_symbol": "₹"344 }345 },346 "is_tryout": false,347 "channel": "000000000000000000000001",348 "_custom_json": {},349 "country_of_origin": "India",350 "variants": [351 {352 "display_type": "image",353 "header": "Additional Colors",354 "items": [355 {356 "action": {357 "page": {358 "type": "product",359 "params": {360 "slug": [361 "shoes-487-ciaqajcbvhxi"362 ]363 }364 },365 "type": "page"366 },367 "uid": 7501992,368 "slug": "shoes-487-ciaqajcbvhxi",369 "color": "4A90E2",370 "medias": [371 {372 "type": "image",373 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"374 }375 ],376 "name": "Shoe 487",377 "is_available": false,378 "display_type": "image",379 "_custom_json": {}380 }381 ],382 "key": "color",383 "total": 2384 },385 {386 "display_type": "text",387 "header": "RAM",388 "items": [389 {390 "action": {391 "page": {392 "type": "product",393 "params": {394 "slug": [395 "shoes-1255-7_dtnnaaqay"396 ]397 }398 },399 "type": "page"400 },401 "uid": 7503196,402 "slug": "shoes-1255-7_dtnnaaqay",403 "value": "",404 "medias": [405 {406 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aM_8QuyQH-HP6YCHrbk7-484A0178.jpg",407 "type": "image"408 }409 ],410 "name": "test1",411 "is_available": false,412 "display_type": "text",413 "_custom_json": {414 "k a": [415 "https://hdn-1.addsale.com/x0/misc/general/free/original/rnq4jjauz-Screenshot-2022-03-29-at-7.55.43-PM.png"416 ]417 },418 "color_name": "Red"419 },420 {421 "action": {422 "page": {423 "type": "product",424 "params": {425 "slug": [426 "shoes-413-yeskjstfl6va"427 ]428 }429 },430 "type": "page"431 },432 "uid": 7502115,433 "slug": "shoes-413-yeskjstfl6va",434 "value": "",435 "medias": [436 {437 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/uCrIUYgNs-Neemans-FieryRed-ReLive-Knits-Jogger-FrontRightLogo-Comfortable-Shoes_1024x.jpg",438 "type": "image"439 },440 {441 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/J87k8IiMW-nike-free-og-royal-blue-running-imported-sport-shoes-500x500.jpg",442 "type": "image"443 },444 {445 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/UHKXhrzCK-5_1_72f25caf-a641-402e-8f3a-c56604b7f602_765x.jpg",446 "type": "image"447 },448 {449 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aUnsm8Z_T-sneaker-index-1587142381.jpg",450 "type": "image"451 }452 ],453 "name": "Shoe 413 TEST2",454 "is_available": false,455 "display_type": "text",456 "_custom_json": {}457 }458 ],459 "key": "ram",460 "total": 2461 }462 ]463 },464 {465 "type": "product",466 "attributes": {467 "primary_color_hex": null,468 "filtercollection": "test",469 "gender": "men",470 "marketer-address": "Andheri",471 "marketer-name": "Puma",472 "primary_color": null,473 "primary_material": "Cotton"474 },475 "categories": [],476 "_custom_meta": [],477 "sellable": true,478 "name": "Shoe 671",479 "slug": "shoes-671-gs7hedxv_w01",480 "uid": 7501985,481 "item_code": "SHOE-671",482 "item_type": "standard",483 "brand": {484 "type": "brand",485 "name": "CaneWorks",486 "logo": {},487 "action": {488 "page": {489 "type": "products",490 "query": {491 "brand": [492 "caneworks"493 ]494 }495 },496 "type": "page"497 },498 "_custom_json": {}499 },500 "action": {501 "page": {502 "type": "product",503 "params": {504 "slug": [505 "shoes-671-gs7hedxv_w01"506 ]507 }508 },509 "type": "page"510 },511 "medias": [512 {513 "type": "image",514 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"515 }516 ],517 "discount": "50% OFF",518 "price": {519 "marked": {520 "min": 2000,521 "max": 9000,522 "currency_code": "INR",523 "currency_symbol": "₹"524 },525 "effective": {526 "min": 1000,527 "max": 6000,528 "currency_code": "INR",529 "currency_symbol": "₹"530 }531 },532 "is_tryout": false,533 "channel": "000000000000000000000001",534 "_custom_json": {},535 "country_of_origin": "India",536 "variants": [537 {538 "display_type": "image",539 "header": "Additional Colors",540 "items": [541 {542 "action": {543 "page": {544 "type": "product",545 "params": {546 "slug": [547 "shoes-487-ciaqajcbvhxi"548 ]549 }550 },551 "type": "page"552 },553 "uid": 7501992,554 "slug": "shoes-487-ciaqajcbvhxi",555 "color": "4A90E2",556 "medias": [557 {558 "type": "image",559 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"560 }561 ],562 "name": "Shoe 487",563 "is_available": false,564 "display_type": "image",565 "_custom_json": {}566 }567 ],568 "key": "color",569 "total": 2570 },571 {572 "display_type": "text",573 "header": "RAM",574 "items": [575 {576 "action": {577 "page": {578 "type": "product",579 "params": {580 "slug": [581 "shoes-1255-7_dtnnaaqay"582 ]583 }584 },585 "type": "page"586 },587 "uid": 7503196,588 "slug": "shoes-1255-7_dtnnaaqay",589 "value": "",590 "medias": [591 {592 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aM_8QuyQH-HP6YCHrbk7-484A0178.jpg",593 "type": "image"594 }595 ],596 "name": "test1",597 "is_available": false,598 "display_type": "text",599 "_custom_json": {600 "k a": [601 "https://hdn-1.addsale.com/x0/misc/general/free/original/rnq4jjauz-Screenshot-2022-03-29-at-7.55.43-PM.png"602 ]603 },604 "color_name": "Red"605 },606 {607 "action": {608 "page": {609 "type": "product",610 "params": {611 "slug": [612 "shoes-413-yeskjstfl6va"613 ]614 }615 },616 "type": "page"617 },618 "uid": 7502115,619 "slug": "shoes-413-yeskjstfl6va",620 "value": "",621 "medias": [622 {623 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/uCrIUYgNs-Neemans-FieryRed-ReLive-Knits-Jogger-FrontRightLogo-Comfortable-Shoes_1024x.jpg",624 "type": "image"625 },626 {627 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/J87k8IiMW-nike-free-og-royal-blue-running-imported-sport-shoes-500x500.jpg",628 "type": "image"629 },630 {631 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/UHKXhrzCK-5_1_72f25caf-a641-402e-8f3a-c56604b7f602_765x.jpg",632 "type": "image"633 },634 {635 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aUnsm8Z_T-sneaker-index-1587142381.jpg",636 "type": "image"637 }638 ],639 "name": "Shoe 413 TEST2",640 "is_available": false,641 "display_type": "text",642 "_custom_json": {}643 }644 ],645 "key": "ram",646 "total": 2647 }648 ]649 },650 {651 "type": "product",652 "attributes": {653 "primary_color_hex": null,654 "gender": "men",655 "marketer-address": "Load Galli, Mumbai",656 "marketer-name": "Load Wala",657 "primary_color": null,658 "primary_material": "Fabric"659 },660 "categories": [],661 "_custom_meta": [],662 "sellable": true,663 "name": "Load Shoes 100931",664 "slug": "load-shoes-100931-qnuugutshoec",665 "uid": 7522863,666 "item_code": "LS100931",667 "item_type": "standard",668 "brand": {669 "type": "brand",670 "name": "Load Brand 1",671 "logo": {},672 "action": {673 "page": {674 "type": "products",675 "query": {676 "brand": [677 "load-brand-1"678 ]679 }680 },681 "type": "page"682 },683 "_custom_json": {}684 },685 "action": {686 "page": {687 "type": "product",688 "params": {689 "slug": [690 "load-shoes-100931-qnuugutshoec"691 ]692 }693 },694 "type": "page"695 },696 "medias": [697 {698 "type": "image",699 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"700 }701 ],702 "discount": "6% OFF",703 "price": {704 "marked": {705 "min": 5000,706 "max": 5000,707 "currency_code": "INR",708 "currency_symbol": "₹"709 },710 "effective": {711 "min": 4699,712 "max": 4699,713 "currency_code": "INR",714 "currency_symbol": "₹"715 }716 },717 "is_tryout": false,718 "channel": "000000000000000000000001",719 "_custom_json": {},720 "country_of_origin": "India",721 "variants": []722 },723 {724 "type": "product",725 "attributes": {726 "primary_color_hex": null,727 "gender": "men",728 "marketer-address": "Load Galli, Mumbai",729 "marketer-name": "Load Wala",730 "primary_color": null,731 "primary_material": "Fabric"732 },733 "categories": [],734 "_custom_meta": [],735 "sellable": true,736 "name": "Load Shoes 101490",737 "slug": "load-shoes-101490-0cgg_86ozi6s",738 "uid": 7523770,739 "item_code": "LS101490",740 "item_type": "standard",741 "brand": {742 "type": "brand",743 "name": "Load Brand 1",744 "logo": {},745 "action": {746 "page": {747 "type": "products",748 "query": {749 "brand": [750 "load-brand-1"751 ]752 }753 },754 "type": "page"755 },756 "_custom_json": {}757 },758 "action": {759 "page": {760 "type": "product",761 "params": {762 "slug": [763 "load-shoes-101490-0cgg_86ozi6s"764 ]765 }766 },767 "type": "page"768 },769 "medias": [770 {771 "type": "image",772 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"773 }774 ],775 "discount": "6% OFF",776 "price": {777 "marked": {778 "min": 5000,779 "max": 5000,780 "currency_code": "INR",781 "currency_symbol": "₹"782 },783 "effective": {784 "min": 4699,785 "max": 4699,786 "currency_code": "INR",787 "currency_symbol": "₹"788 }789 },790 "is_tryout": false,791 "channel": "000000000000000000000001",792 "_custom_json": {},793 "country_of_origin": "India",794 "variants": []795 },796 {797 "type": "product",798 "attributes": {799 "primary_color_hex": null,800 "gender": "men",801 "marketer-address": "Andheri",802 "marketer-name": "Puma",803 "primary_color": null,804 "primary_material": "Cotton"805 },806 "categories": [],807 "_custom_meta": [],808 "sellable": true,809 "name": "Shoe 487",810 "slug": "shoes-487-ciaqajcbvhxi",811 "uid": 7501992,812 "item_code": "SHOE-487",813 "item_type": "standard",814 "brand": {815 "type": "brand",816 "name": "CaneWorks",817 "logo": {},818 "action": {819 "page": {820 "type": "products",821 "query": {822 "brand": [823 "caneworks"824 ]825 }826 },827 "type": "page"828 },829 "_custom_json": {}830 },831 "action": {832 "page": {833 "type": "product",834 "params": {835 "slug": [836 "shoes-487-ciaqajcbvhxi"837 ]838 }839 },840 "type": "page"841 },842 "medias": [843 {844 "type": "image",845 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"846 }847 ],848 "discount": "50% OFF",849 "price": {850 "marked": {851 "min": 2000,852 "max": 2000,853 "currency_code": "INR",854 "currency_symbol": "₹"855 },856 "effective": {857 "min": 1000,858 "max": 1000,859 "currency_code": "INR",860 "currency_symbol": "₹"861 }862 },863 "is_tryout": false,864 "channel": "000000000000000000000001",865 "_custom_json": {},866 "country_of_origin": "India",867 "variants": [868 {869 "display_type": "image",870 "header": "Additional Colors",871 "items": [872 {873 "action": {874 "page": {875 "type": "product",876 "params": {877 "slug": [878 "shoes-671-gs7hedxv_w01"879 ]880 }881 },882 "type": "page"883 },884 "uid": 7501985,885 "slug": "shoes-671-gs7hedxv_w01",886 "color": "4A90E2",887 "medias": [888 {889 "type": "image",890 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"891 }892 ],893 "name": "Shoe 671",894 "is_available": false,895 "display_type": "image",896 "_custom_json": {}897 }898 ],899 "key": "color",900 "total": 2901 }902 ]903 },904 {905 "type": "product",906 "attributes": {907 "primary_color_hex": null,908 "gender": "men",909 "marketer-address": "Andheri",910 "marketer-name": "Puma",911 "primary_color": null,912 "primary_material": "Cotton"913 },914 "categories": [],915 "_custom_meta": [],916 "sellable": true,917 "name": "Shoe 487",918 "slug": "shoes-487-ciaqajcbvhxi",919 "uid": 7501992,920 "item_code": "SHOE-487",921 "item_type": "standard",922 "brand": {923 "type": "brand",924 "name": "CaneWorks",925 "logo": {},926 "action": {927 "page": {928 "type": "products",929 "query": {930 "brand": [931 "caneworks"932 ]933 }934 },935 "type": "page"936 },937 "_custom_json": {}938 },939 "action": {940 "page": {941 "type": "product",942 "params": {943 "slug": [944 "shoes-487-ciaqajcbvhxi"945 ]946 }947 },948 "type": "page"949 },950 "medias": [951 {952 "type": "image",953 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"954 }955 ],956 "discount": "50% OFF",957 "price": {958 "marked": {959 "min": 2000,960 "max": 2000,961 "currency_code": "INR",962 "currency_symbol": "₹"963 },964 "effective": {965 "min": 1000,966 "max": 1000,967 "currency_code": "INR",968 "currency_symbol": "₹"969 }970 },971 "is_tryout": false,972 "channel": "000000000000000000000001",973 "_custom_json": {},974 "country_of_origin": "India",975 "variants": [976 {977 "display_type": "image",978 "header": "Additional Colors",979 "items": [980 {981 "action": {982 "page": {983 "type": "product",984 "params": {985 "slug": [986 "shoes-671-gs7hedxv_w01"987 ]988 }989 },990 "type": "page"991 },992 "uid": 7501985,993 "slug": "shoes-671-gs7hedxv_w01",994 "color": "4A90E2",995 "medias": [996 {997 "type": "image",998 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"999 }1000 ],1001 "name": "Shoe 671",1002 "is_available": false,1003 "display_type": "image",1004 "_custom_json": {}1005 }1006 ],1007 "key": "color",1008 "total": 21009 }1010 ]1011 },1012 {1013 "type": "product",1014 "attributes": {1015 "primary_color_hex": null,1016 "gender": "men",1017 "marketer-address": "Load Galli, Mumbai",1018 "marketer-name": "Load Wala",1019 "primary_color": null,1020 "primary_material": "Fabric"1021 },1022 "categories": [],1023 "_custom_meta": [],1024 "sellable": true,1025 "name": "Load Shoes 100241",1026 "slug": "load-shoes-100241-9ee51v8qxpz",1027 "uid": 7523366,1028 "item_code": "LS100241",1029 "item_type": "standard",1030 "brand": {1031 "type": "brand",1032 "name": "Load Brand 1",1033 "logo": {},1034 "action": {1035 "page": {1036 "type": "products",1037 "query": {1038 "brand": [1039 "load-brand-1"1040 ]1041 }1042 },1043 "type": "page"1044 },1045 "_custom_json": {}1046 },1047 "action": {1048 "page": {1049 "type": "product",1050 "params": {1051 "slug": [1052 "load-shoes-100241-9ee51v8qxpz"1053 ]1054 }1055 },1056 "type": "page"1057 },1058 "medias": [1059 {1060 "type": "image",1061 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1062 }1063 ],1064 "discount": "6% OFF",1065 "price": {1066 "marked": {1067 "min": 5000,1068 "max": 5000,1069 "currency_code": "INR",1070 "currency_symbol": "₹"1071 },1072 "effective": {1073 "min": 4699,1074 "max": 4699,1075 "currency_code": "INR",1076 "currency_symbol": "₹"1077 }1078 },1079 "is_tryout": false,1080 "channel": "000000000000000000000001",1081 "_custom_json": {},1082 "country_of_origin": "India",1083 "variants": []1084 },1085 {1086 "type": "product",1087 "attributes": {1088 "primary_color_hex": null,1089 "gender": "men",1090 "marketer-address": "Load Galli, Mumbai",1091 "marketer-name": "Load Wala",1092 "primary_color": null,1093 "primary_material": "Fabric"1094 },1095 "categories": [],1096 "_custom_meta": [],1097 "sellable": true,1098 "name": "Load Shoes 100407",1099 "slug": "load-shoes-100407-jcubbw5xz3wa",1100 "uid": 7523709,1101 "item_code": "LS100407",1102 "item_type": "standard",1103 "brand": {1104 "type": "brand",1105 "name": "Load Brand 1",1106 "logo": {},1107 "action": {1108 "page": {1109 "type": "products",1110 "query": {1111 "brand": [1112 "load-brand-1"1113 ]1114 }1115 },1116 "type": "page"1117 },1118 "_custom_json": {}1119 },1120 "action": {1121 "page": {1122 "type": "product",1123 "params": {1124 "slug": [1125 "load-shoes-100407-jcubbw5xz3wa"1126 ]1127 }1128 },1129 "type": "page"1130 },1131 "medias": [1132 {1133 "type": "image",1134 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1135 }1136 ],1137 "discount": "6% OFF",1138 "price": {1139 "marked": {1140 "min": 5000,1141 "max": 5000,1142 "currency_code": "INR",1143 "currency_symbol": "₹"1144 },1145 "effective": {1146 "min": 4699,1147 "max": 4699,1148 "currency_code": "INR",1149 "currency_symbol": "₹"1150 }1151 },1152 "is_tryout": false,1153 "channel": "000000000000000000000001",1154 "_custom_json": {},1155 "country_of_origin": "India",1156 "variants": []1157 },1158 {1159 "type": "product",1160 "attributes": {1161 "primary_color_hex": null,1162 "gender": "men",1163 "marketer-address": "Load Galli, Mumbai",1164 "marketer-name": "Load Wala",1165 "primary_color": null,1166 "primary_material": "Fabric"1167 },1168 "categories": [],1169 "_custom_meta": [],1170 "sellable": true,1171 "name": "Load Shoes 100763",1172 "slug": "load-shoes-100763-gse_mewuxfxv",1173 "uid": 7523185,1174 "item_code": "LS100763",1175 "item_type": "standard",1176 "brand": {1177 "type": "brand",1178 "name": "Load Brand 1",1179 "logo": {},1180 "action": {1181 "page": {1182 "type": "products",1183 "query": {1184 "brand": [1185 "load-brand-1"1186 ]1187 }1188 },1189 "type": "page"1190 },1191 "_custom_json": {}1192 },1193 "action": {1194 "page": {1195 "type": "product",1196 "params": {1197 "slug": [1198 "load-shoes-100763-gse_mewuxfxv"1199 ]1200 }1201 },1202 "type": "page"1203 },1204 "medias": [1205 {1206 "type": "image",1207 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1208 }1209 ],1210 "discount": "6% OFF",1211 "price": {1212 "marked": {1213 "min": 5000,1214 "max": 5000,1215 "currency_code": "INR",1216 "currency_symbol": "₹"1217 },1218 "effective": {1219 "min": 4699,1220 "max": 4699,1221 "currency_code": "INR",1222 "currency_symbol": "₹"1223 }1224 },1225 "is_tryout": false,1226 "channel": "000000000000000000000001",1227 "_custom_json": {},1228 "country_of_origin": "India",1229 "variants": []1230 },1231 {1232 "type": "product",1233 "attributes": {1234 "primary_color_hex": null,1235 "gender": "men",1236 "marketer-address": "Andheri",1237 "marketer-name": "Puma",1238 "primary_color": null,1239 "primary_material": "Cotton"1240 },1241 "categories": [],1242 "_custom_meta": [],1243 "sellable": true,1244 "name": "Shoe 539",1245 "slug": "shoes-539-dkkfadu66m1l",1246 "uid": 7501643,1247 "item_code": "SHOE-539",1248 "item_type": "standard",1249 "brand": {1250 "type": "brand",1251 "name": "CaneWorks",1252 "logo": {},1253 "action": {1254 "page": {1255 "type": "products",1256 "query": {1257 "brand": [1258 "caneworks"1259 ]1260 }1261 },1262 "type": "page"1263 },1264 "_custom_json": {}1265 },1266 "action": {1267 "page": {1268 "type": "product",1269 "params": {1270 "slug": [1271 "shoes-539-dkkfadu66m1l"1272 ]1273 }1274 },1275 "type": "page"1276 },1277 "medias": [1278 {1279 "type": "image",1280 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1281 }1282 ],1283 "discount": "50% OFF",1284 "price": {1285 "marked": {1286 "min": 2000,1287 "max": 2000,1288 "currency_code": "INR",1289 "currency_symbol": "₹"1290 },1291 "effective": {1292 "min": 1000,1293 "max": 1000,1294 "currency_code": "INR",1295 "currency_symbol": "₹"1296 }1297 },1298 "is_tryout": false,1299 "channel": "000000000000000000000001",1300 "_custom_json": {},1301 "country_of_origin": "India",1302 "variants": []1303 },1304 {1305 "type": "product",1306 "attributes": {1307 "primary_color_hex": null,1308 "gender": "men",1309 "marketer-address": "Andheri",1310 "marketer-name": "Puma",1311 "primary_color": null,1312 "primary_material": "Cotton"1313 },1314 "categories": [],1315 "_custom_meta": [],1316 "sellable": true,1317 "name": "Shoe 348",1318 "slug": "shoes-348-dcnhciie0v3",1319 "uid": 7502012,1320 "item_code": "SHOE-348",1321 "item_type": "standard",1322 "brand": {1323 "type": "brand",1324 "name": "CaneWorks",1325 "logo": {},1326 "action": {1327 "page": {1328 "type": "products",1329 "query": {1330 "brand": [1331 "caneworks"1332 ]1333 }1334 },1335 "type": "page"1336 },1337 "_custom_json": {}1338 },1339 "action": {1340 "page": {1341 "type": "product",1342 "params": {1343 "slug": [1344 "shoes-348-dcnhciie0v3"1345 ]1346 }1347 },1348 "type": "page"1349 },1350 "medias": [1351 {1352 "type": "image",1353 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1354 }1355 ],1356 "discount": "50% OFF",1357 "price": {1358 "marked": {1359 "min": 2000,1360 "max": 2000,1361 "currency_code": "INR",1362 "currency_symbol": "₹"1363 },1364 "effective": {1365 "min": 1000,1366 "max": 1000,1367 "currency_code": "INR",1368 "currency_symbol": "₹"1369 }1370 },1371 "is_tryout": false,1372 "channel": "000000000000000000000001",1373 "_custom_json": {},1374 "country_of_origin": "India",1375 "variants": []1376 },1377 {1378 "type": "product",1379 "attributes": {1380 "primary_color_hex": null,1381 "gender": "men",1382 "marketer-address": "Andheri",1383 "marketer-name": "Puma",1384 "primary_color": null,1385 "primary_material": "Cotton"1386 },1387 "categories": [],1388 "_custom_meta": [],1389 "sellable": true,1390 "name": "Shoe 1048",1391 "slug": "shoes-1048-piqk6-rwmts5",1392 "uid": 7502307,1393 "item_code": "SHOE-1048",1394 "item_type": "standard",1395 "brand": {1396 "type": "brand",1397 "name": "CaneWorks",1398 "logo": {},1399 "action": {1400 "page": {1401 "type": "products",1402 "query": {1403 "brand": [1404 "caneworks"1405 ]1406 }1407 },1408 "type": "page"1409 },1410 "_custom_json": {}1411 },1412 "action": {1413 "page": {1414 "type": "product",1415 "params": {1416 "slug": [1417 "shoes-1048-piqk6-rwmts5"1418 ]1419 }1420 },1421 "type": "page"1422 },1423 "medias": [1424 {1425 "type": "image",1426 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1427 }1428 ],1429 "discount": "50% OFF",1430 "price": {1431 "marked": {1432 "min": 2000,1433 "max": 2000,1434 "currency_code": "INR",1435 "currency_symbol": "₹"1436 },1437 "effective": {1438 "min": 1000,1439 "max": 1000,1440 "currency_code": "INR",1441 "currency_symbol": "₹"1442 }1443 },1444 "is_tryout": false,1445 "channel": "000000000000000000000001",1446 "_custom_json": {},1447 "country_of_origin": "India",1448 "variants": []1449 }1450 ],1451 "sort_on": [1452 {1453 "display": "Latest Products",1454 "name": "Latest Products",1455 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/QEvUfhsfyg-Latest-Products.png",1456 "value": "latest",1457 "is_selected": false1458 },1459 {1460 "display": "Popularity",1461 "name": "Popularity",1462 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/iG82Qjay9X-Popularity.png",1463 "value": "popular",1464 "is_selected": true1465 },1466 {1467 "display": "Price Low to High",1468 "name": "Price Low to High",1469 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/dLUtvNwoQt-Price-High-to-Low.png",1470 "value": "price_asc",1471 "is_selected": false1472 },1473 {1474 "display": "Price High to Low",1475 "name": "Price High to Low",1476 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/dLUtvNwoQt-Price-High-to-Low.png",1477 "value": "price_dsc",1478 "is_selected": false1479 },1480 {1481 "display": "Discount Low to High",1482 "name": "Discount Low to High",1483 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/9VdjDVc_aR-Discount-Low-to-High.png",1484 "value": "discount_asc",1485 "is_selected": false1486 },1487 {1488 "display": "Discount High to Low",1489 "name": "Discount High to Low",1490 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/9VdjDVc_aR-Discount-Low-to-High.png",1491 "value": "discount_dsc",1492 "is_selected": false1493 },1494 {1495 "display": "Rating",1496 "name": "Rating",1497 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/IyaIm4EZXI-Rating.png",1498 "value": "rating_dsc",1499 "is_selected": false1500 },1501 {1502 "display": "Size Depth (High to Low)",1503 "name": "Size Depth (High to Low)",1504 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/hyWWrNJ1A--Size-Depth.png",1505 "value": "depth_desc",1506 "is_selected": false1507 }1508 ],1509 "page": {1510 "type": "cursor",1511 "next_id": "AoIIRHjAAD8HMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAxIV9hbGxfITc1MDIzMDc=",1512 "has_previous": false,1513 "has_next": true,1514 "item_total": 25131515 }1516}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/home/listing/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "filters": [3 {4 "key": {5 "display": "Department",6 "name": "department",7 "kind": "multivalued",8 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/FiQP7BeJbz-Department.png"9 },10 "values": [11 {12 "display": "Fashion",13 "count": 2496,14 "is_selected": false,15 "value": "fashion",16 "logo": {17 "type": "image",18 "url": "https://hdn-1.addsale.com/x0/department/pictures/square-logo/original/ziRuAA0EX-https/hdn-1.fynd.com/department/pictures/square-logo/original/jSt0jjI7D-https/hdn-1.fynd.com/department/pictures/square-logo/original/6ouiCBSSn-https/hdn-1.fynd.com/department/pictures/square-logo/original/o2Rti5if7-.jpeg.jpeg.jpeg.jpeg"19 }20 },21 {22 "display": "Mary-Vargas",23 "count": 15,24 "is_selected": false,25 "value": "Mary-Vargas"26 },27 {28 "display": "Michael-Davis",29 "count": 15,30 "is_selected": false,31 "value": "Michael-Davis"32 },33 {34 "display": "Toys & games",35 "count": 2,36 "is_selected": false,37 "value": "toys",38 "logo": {39 "type": "image",40 "url": "https://hdn-1.addsale.com/x0/department/pictures/square-logo/original/WU_YDGrIe-https/hdn-1.fynd.com/media/category_tab_icons/department/Toys.png.png"41 }42 }43 ]44 },45 {46 "key": {47 "display": "Category",48 "name": "category",49 "kind": "multivalued",50 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/YuQYSFD6Tu-Category.png"51 },52 "values": [53 {54 "display": "running-shoes",55 "count": 2495,56 "is_selected": false,57 "value": "running-shoes"58 },59 {60 "display": "Mr.-Robert-Wilson",61 "count": 15,62 "is_selected": false,63 "value": "Mr.-Robert-Wilson"64 },65 {66 "display": "action-figures",67 "count": 2,68 "is_selected": false,69 "value": "action-figures"70 },71 {72 "display": "hats",73 "count": 1,74 "is_selected": false,75 "value": "hats"76 }77 ]78 },79 {80 "key": {81 "display": "Size",82 "name": "sizes",83 "kind": "multivalued",84 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/M45tOYu45x-Sizes.png"85 },86 "values": [87 {88 "display": "11",89 "count": 1492,90 "is_selected": false,91 "value": "11"92 },93 {94 "display": "8",95 "count": 1003,96 "is_selected": false,97 "value": "8"98 },99 {100 "display": "13",101 "count": 15,102 "is_selected": false,103 "value": "13"104 },105 {106 "display": "FREE",107 "count": 2,108 "is_selected": false,109 "value": "FREE"110 },111 {112 "display": "OS",113 "count": 2,114 "is_selected": false,115 "value": "OS"116 },117 {118 "display": "R4",119 "count": 2,120 "is_selected": false,121 "value": "R4"122 },123 {124 "display": "10",125 "count": 1,126 "is_selected": false,127 "value": "10"128 },129 {130 "display": "9",131 "count": 1,132 "is_selected": false,133 "value": "9"134 }135 ]136 },137 {138 "key": {139 "display": "Brand",140 "name": "brand",141 "kind": "multivalued",142 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/m4SDdD279_-Min-price-effective.png"143 },144 "values": [145 {146 "display": "load-brand-1",147 "count": 1492,148 "is_selected": false,149 "value": "load-brand-1"150 },151 {152 "display": "caneworks",153 "count": 1002,154 "is_selected": false,155 "value": "caneworks"156 },157 {158 "display": "Mann-Morris",159 "count": 15,160 "is_selected": false,161 "value": "Mann-Morris"162 },163 {164 "display": "test",165 "count": 2,166 "is_selected": false,167 "value": "test"168 },169 {170 "display": "nexus",171 "count": 1,172 "is_selected": false,173 "value": "nexus"174 },175 {176 "display": "nike",177 "count": 1,178 "is_selected": false,179 "value": "nike"180 }181 ]182 },183 {184 "key": {185 "display": "Image",186 "name": "image_nature",187 "kind": "multivalued",188 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/JcGqgsW9FR-image-Nature.png"189 },190 "values": [191 {192 "display": "No Image",193 "count": 2479,194 "is_selected": false,195 "value": "default"196 },197 {198 "display": "Good Quality",199 "count": 34,200 "is_selected": false,201 "value": "standard"202 }203 ]204 },205 {206 "key": {207 "display": "Size Depth",208 "name": "size_depth",209 "kind": "range",210 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/D6W3aAamqz-Size-Depth.png"211 },212 "values": [213 {214 "count": 2513,215 "min": 1,216 "max": 4,217 "is_selected": false,218 "selected_min": 1,219 "selected_max": 4,220 "display_format": "{} - {}",221 "query_format": "[{} TO {}]",222 "display": "1 - 4"223 }224 ]225 },226 {227 "key": {228 "display": "Price",229 "name": "min_price_effective",230 "kind": "range",231 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/m4SDdD279_-Min-price-effective.png"232 },233 "values": [234 {235 "count": 2513,236 "min": 9,237 "max": 6789,238 "is_selected": false,239 "selected_min": 9.51,240 "selected_max": 6788.44,241 "display_format": "{} to {}",242 "currency_code": "INR",243 "currency_symbol": "₹",244 "query_format": "[{},INR TO {},INR]",245 "display": "₹9.51 to ₹6788.44"246 }247 ]248 },249 {250 "key": {251 "display": "Discount",252 "name": "discount",253 "kind": "range",254 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/qsYhcYuntC-Platform-Discount.png"255 },256 "values": [257 {258 "count": 2513,259 "min": 0,260 "max": 83,261 "is_selected": false,262 "selected_min": 0,263 "selected_max": 83,264 "display_format": "{}% - {}%",265 "query_format": "[{} TO {}]",266 "display": "0% - 83%"267 }268 ]269 }270 ],271 "items": [272 {273 "type": "product",274 "attributes": {275 "primary_color_hex": null,276 "filtercollection": "test",277 "gender": "men",278 "marketer-address": "Andheri",279 "marketer-name": "Puma",280 "primary_color": null,281 "primary_material": "Cotton"282 },283 "categories": [],284 "_custom_meta": [],285 "sellable": true,286 "name": "Shoe 671",287 "slug": "shoes-671-gs7hedxv_w01",288 "uid": 7501985,289 "item_code": "SHOE-671",290 "item_type": "standard",291 "brand": {292 "type": "brand",293 "name": "CaneWorks",294 "logo": {},295 "action": {296 "page": {297 "type": "products",298 "query": {299 "brand": [300 "caneworks"301 ]302 }303 },304 "type": "page"305 },306 "_custom_json": {}307 },308 "action": {309 "page": {310 "type": "product",311 "params": {312 "slug": [313 "shoes-671-gs7hedxv_w01"314 ]315 }316 },317 "type": "page"318 },319 "medias": [320 {321 "type": "image",322 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"323 }324 ],325 "discount": "50% OFF",326 "price": {327 "marked": {328 "min": 2000,329 "max": 9000,330 "currency_code": "INR",331 "currency_symbol": "₹"332 },333 "effective": {334 "min": 1000,335 "max": 6000,336 "currency_code": "INR",337 "currency_symbol": "₹"338 }339 },340 "is_tryout": false,341 "channel": "000000000000000000000001",342 "_custom_json": {},343 "country_of_origin": "India",344 "variants": [345 {346 "display_type": "image",347 "header": "Additional Colors",348 "items": [349 {350 "action": {351 "page": {352 "type": "product",353 "params": {354 "slug": [355 "shoes-487-ciaqajcbvhxi"356 ]357 }358 },359 "type": "page"360 },361 "uid": 7501992,362 "slug": "shoes-487-ciaqajcbvhxi",363 "color": "4A90E2",364 "medias": [365 {366 "type": "image",367 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"368 }369 ],370 "name": "Shoe 487",371 "is_available": false,372 "display_type": "image",373 "_custom_json": {}374 }375 ],376 "key": "color",377 "total": 2378 },379 {380 "display_type": "text",381 "header": "RAM",382 "items": [383 {384 "action": {385 "page": {386 "type": "product",387 "params": {388 "slug": [389 "shoes-1255-7_dtnnaaqay"390 ]391 }392 },393 "type": "page"394 },395 "uid": 7503196,396 "slug": "shoes-1255-7_dtnnaaqay",397 "value": "",398 "medias": [399 {400 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aM_8QuyQH-HP6YCHrbk7-484A0178.jpg",401 "type": "image"402 }403 ],404 "name": "test1",405 "is_available": false,406 "display_type": "text",407 "_custom_json": {408 "k a": [409 "https://hdn-1.addsale.com/x0/misc/general/free/original/rnq4jjauz-Screenshot-2022-03-29-at-7.55.43-PM.png"410 ]411 },412 "color_name": "Red"413 },414 {415 "action": {416 "page": {417 "type": "product",418 "params": {419 "slug": [420 "shoes-413-yeskjstfl6va"421 ]422 }423 },424 "type": "page"425 },426 "uid": 7502115,427 "slug": "shoes-413-yeskjstfl6va",428 "value": "",429 "medias": [430 {431 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/uCrIUYgNs-Neemans-FieryRed-ReLive-Knits-Jogger-FrontRightLogo-Comfortable-Shoes_1024x.jpg",432 "type": "image"433 },434 {435 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/J87k8IiMW-nike-free-og-royal-blue-running-imported-sport-shoes-500x500.jpg",436 "type": "image"437 },438 {439 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/UHKXhrzCK-5_1_72f25caf-a641-402e-8f3a-c56604b7f602_765x.jpg",440 "type": "image"441 },442 {443 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aUnsm8Z_T-sneaker-index-1587142381.jpg",444 "type": "image"445 }446 ],447 "name": "Shoe 413 TEST2",448 "is_available": false,449 "display_type": "text",450 "_custom_json": {}451 }452 ],453 "key": "ram",454 "total": 2455 }456 ]457 },458 {459 "type": "product",460 "attributes": {461 "primary_color_hex": null,462 "filtercollection": "test",463 "gender": "men",464 "marketer-address": "Andheri",465 "marketer-name": "Puma",466 "primary_color": null,467 "primary_material": "Cotton"468 },469 "categories": [],470 "_custom_meta": [],471 "sellable": true,472 "name": "Shoe 671",473 "slug": "shoes-671-gs7hedxv_w01",474 "uid": 7501985,475 "item_code": "SHOE-671",476 "item_type": "standard",477 "brand": {478 "type": "brand",479 "name": "CaneWorks",480 "logo": {},481 "action": {482 "page": {483 "type": "products",484 "query": {485 "brand": [486 "caneworks"487 ]488 }489 },490 "type": "page"491 },492 "_custom_json": {}493 },494 "action": {495 "page": {496 "type": "product",497 "params": {498 "slug": [499 "shoes-671-gs7hedxv_w01"500 ]501 }502 },503 "type": "page"504 },505 "medias": [506 {507 "type": "image",508 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"509 }510 ],511 "discount": "50% OFF",512 "price": {513 "marked": {514 "min": 2000,515 "max": 9000,516 "currency_code": "INR",517 "currency_symbol": "₹"518 },519 "effective": {520 "min": 1000,521 "max": 6000,522 "currency_code": "INR",523 "currency_symbol": "₹"524 }525 },526 "is_tryout": false,527 "channel": "000000000000000000000001",528 "_custom_json": {},529 "country_of_origin": "India",530 "variants": [531 {532 "display_type": "image",533 "header": "Additional Colors",534 "items": [535 {536 "action": {537 "page": {538 "type": "product",539 "params": {540 "slug": [541 "shoes-487-ciaqajcbvhxi"542 ]543 }544 },545 "type": "page"546 },547 "uid": 7501992,548 "slug": "shoes-487-ciaqajcbvhxi",549 "color": "4A90E2",550 "medias": [551 {552 "type": "image",553 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"554 }555 ],556 "name": "Shoe 487",557 "is_available": false,558 "display_type": "image",559 "_custom_json": {}560 }561 ],562 "key": "color",563 "total": 2564 },565 {566 "display_type": "text",567 "header": "RAM",568 "items": [569 {570 "action": {571 "page": {572 "type": "product",573 "params": {574 "slug": [575 "shoes-1255-7_dtnnaaqay"576 ]577 }578 },579 "type": "page"580 },581 "uid": 7503196,582 "slug": "shoes-1255-7_dtnnaaqay",583 "value": "",584 "medias": [585 {586 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aM_8QuyQH-HP6YCHrbk7-484A0178.jpg",587 "type": "image"588 }589 ],590 "name": "test1",591 "is_available": false,592 "display_type": "text",593 "_custom_json": {594 "k a": [595 "https://hdn-1.addsale.com/x0/misc/general/free/original/rnq4jjauz-Screenshot-2022-03-29-at-7.55.43-PM.png"596 ]597 },598 "color_name": "Red"599 },600 {601 "action": {602 "page": {603 "type": "product",604 "params": {605 "slug": [606 "shoes-413-yeskjstfl6va"607 ]608 }609 },610 "type": "page"611 },612 "uid": 7502115,613 "slug": "shoes-413-yeskjstfl6va",614 "value": "",615 "medias": [616 {617 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/uCrIUYgNs-Neemans-FieryRed-ReLive-Knits-Jogger-FrontRightLogo-Comfortable-Shoes_1024x.jpg",618 "type": "image"619 },620 {621 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/J87k8IiMW-nike-free-og-royal-blue-running-imported-sport-shoes-500x500.jpg",622 "type": "image"623 },624 {625 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/UHKXhrzCK-5_1_72f25caf-a641-402e-8f3a-c56604b7f602_765x.jpg",626 "type": "image"627 },628 {629 "url": "https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aUnsm8Z_T-sneaker-index-1587142381.jpg",630 "type": "image"631 }632 ],633 "name": "Shoe 413 TEST2",634 "is_available": false,635 "display_type": "text",636 "_custom_json": {}637 }638 ],639 "key": "ram",640 "total": 2641 }642 ]643 },644 {645 "type": "product",646 "attributes": {647 "primary_color_hex": null,648 "gender": "men",649 "marketer-address": "Load Galli, Mumbai",650 "marketer-name": "Load Wala",651 "primary_color": null,652 "primary_material": "Fabric"653 },654 "categories": [],655 "_custom_meta": [],656 "sellable": true,657 "name": "Load Shoes 100931",658 "slug": "load-shoes-100931-qnuugutshoec",659 "uid": 7522863,660 "item_code": "LS100931",661 "item_type": "standard",662 "brand": {663 "type": "brand",664 "name": "Load Brand 1",665 "logo": {},666 "action": {667 "page": {668 "type": "products",669 "query": {670 "brand": [671 "load-brand-1"672 ]673 }674 },675 "type": "page"676 },677 "_custom_json": {}678 },679 "action": {680 "page": {681 "type": "product",682 "params": {683 "slug": [684 "load-shoes-100931-qnuugutshoec"685 ]686 }687 },688 "type": "page"689 },690 "medias": [691 {692 "type": "image",693 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"694 }695 ],696 "discount": "6% OFF",697 "price": {698 "marked": {699 "min": 5000,700 "max": 5000,701 "currency_code": "INR",702 "currency_symbol": "₹"703 },704 "effective": {705 "min": 4699,706 "max": 4699,707 "currency_code": "INR",708 "currency_symbol": "₹"709 }710 },711 "is_tryout": false,712 "channel": "000000000000000000000001",713 "_custom_json": {},714 "country_of_origin": "India",715 "variants": []716 },717 {718 "type": "product",719 "attributes": {720 "primary_color_hex": null,721 "gender": "men",722 "marketer-address": "Load Galli, Mumbai",723 "marketer-name": "Load Wala",724 "primary_color": null,725 "primary_material": "Fabric"726 },727 "categories": [],728 "_custom_meta": [],729 "sellable": true,730 "name": "Load Shoes 101490",731 "slug": "load-shoes-101490-0cgg_86ozi6s",732 "uid": 7523770,733 "item_code": "LS101490",734 "item_type": "standard",735 "brand": {736 "type": "brand",737 "name": "Load Brand 1",738 "logo": {},739 "action": {740 "page": {741 "type": "products",742 "query": {743 "brand": [744 "load-brand-1"745 ]746 }747 },748 "type": "page"749 },750 "_custom_json": {}751 },752 "action": {753 "page": {754 "type": "product",755 "params": {756 "slug": [757 "load-shoes-101490-0cgg_86ozi6s"758 ]759 }760 },761 "type": "page"762 },763 "medias": [764 {765 "type": "image",766 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"767 }768 ],769 "discount": "6% OFF",770 "price": {771 "marked": {772 "min": 5000,773 "max": 5000,774 "currency_code": "INR",775 "currency_symbol": "₹"776 },777 "effective": {778 "min": 4699,779 "max": 4699,780 "currency_code": "INR",781 "currency_symbol": "₹"782 }783 },784 "is_tryout": false,785 "channel": "000000000000000000000001",786 "_custom_json": {},787 "country_of_origin": "India",788 "variants": []789 },790 {791 "type": "product",792 "attributes": {793 "primary_color_hex": null,794 "gender": "men",795 "marketer-address": "Andheri",796 "marketer-name": "Puma",797 "primary_color": null,798 "primary_material": "Cotton"799 },800 "categories": [],801 "_custom_meta": [],802 "sellable": true,803 "name": "Shoe 487",804 "slug": "shoes-487-ciaqajcbvhxi",805 "uid": 7501992,806 "item_code": "SHOE-487",807 "item_type": "standard",808 "brand": {809 "type": "brand",810 "name": "CaneWorks",811 "logo": {},812 "action": {813 "page": {814 "type": "products",815 "query": {816 "brand": [817 "caneworks"818 ]819 }820 },821 "type": "page"822 },823 "_custom_json": {}824 },825 "action": {826 "page": {827 "type": "product",828 "params": {829 "slug": [830 "shoes-487-ciaqajcbvhxi"831 ]832 }833 },834 "type": "page"835 },836 "medias": [837 {838 "type": "image",839 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"840 }841 ],842 "discount": "50% OFF",843 "price": {844 "marked": {845 "min": 2000,846 "max": 2000,847 "currency_code": "INR",848 "currency_symbol": "₹"849 },850 "effective": {851 "min": 1000,852 "max": 1000,853 "currency_code": "INR",854 "currency_symbol": "₹"855 }856 },857 "is_tryout": false,858 "channel": "000000000000000000000001",859 "_custom_json": {},860 "country_of_origin": "India",861 "variants": [862 {863 "display_type": "image",864 "header": "Additional Colors",865 "items": [866 {867 "action": {868 "page": {869 "type": "product",870 "params": {871 "slug": [872 "shoes-671-gs7hedxv_w01"873 ]874 }875 },876 "type": "page"877 },878 "uid": 7501985,879 "slug": "shoes-671-gs7hedxv_w01",880 "color": "4A90E2",881 "medias": [882 {883 "type": "image",884 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"885 }886 ],887 "name": "Shoe 671",888 "is_available": false,889 "display_type": "image",890 "_custom_json": {}891 }892 ],893 "key": "color",894 "total": 2895 }896 ]897 },898 {899 "type": "product",900 "attributes": {901 "primary_color_hex": null,902 "gender": "men",903 "marketer-address": "Andheri",904 "marketer-name": "Puma",905 "primary_color": null,906 "primary_material": "Cotton"907 },908 "categories": [],909 "_custom_meta": [],910 "sellable": true,911 "name": "Shoe 487",912 "slug": "shoes-487-ciaqajcbvhxi",913 "uid": 7501992,914 "item_code": "SHOE-487",915 "item_type": "standard",916 "brand": {917 "type": "brand",918 "name": "CaneWorks",919 "logo": {},920 "action": {921 "page": {922 "type": "products",923 "query": {924 "brand": [925 "caneworks"926 ]927 }928 },929 "type": "page"930 },931 "_custom_json": {}932 },933 "action": {934 "page": {935 "type": "product",936 "params": {937 "slug": [938 "shoes-487-ciaqajcbvhxi"939 ]940 }941 },942 "type": "page"943 },944 "medias": [945 {946 "type": "image",947 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"948 }949 ],950 "discount": "50% OFF",951 "price": {952 "marked": {953 "min": 2000,954 "max": 2000,955 "currency_code": "INR",956 "currency_symbol": "₹"957 },958 "effective": {959 "min": 1000,960 "max": 1000,961 "currency_code": "INR",962 "currency_symbol": "₹"963 }964 },965 "is_tryout": false,966 "channel": "000000000000000000000001",967 "_custom_json": {},968 "country_of_origin": "India",969 "variants": [970 {971 "display_type": "image",972 "header": "Additional Colors",973 "items": [974 {975 "action": {976 "page": {977 "type": "product",978 "params": {979 "slug": [980 "shoes-671-gs7hedxv_w01"981 ]982 }983 },984 "type": "page"985 },986 "uid": 7501985,987 "slug": "shoes-671-gs7hedxv_w01",988 "color": "4A90E2",989 "medias": [990 {991 "type": "image",992 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"993 }994 ],995 "name": "Shoe 671",996 "is_available": false,997 "display_type": "image",998 "_custom_json": {}999 }1000 ],1001 "key": "color",1002 "total": 21003 }1004 ]1005 },1006 {1007 "type": "product",1008 "attributes": {1009 "primary_color_hex": null,1010 "gender": "men",1011 "marketer-address": "Load Galli, Mumbai",1012 "marketer-name": "Load Wala",1013 "primary_color": null,1014 "primary_material": "Fabric"1015 },1016 "categories": [],1017 "_custom_meta": [],1018 "sellable": true,1019 "name": "Load Shoes 100241",1020 "slug": "load-shoes-100241-9ee51v8qxpz",1021 "uid": 7523366,1022 "item_code": "LS100241",1023 "item_type": "standard",1024 "brand": {1025 "type": "brand",1026 "name": "Load Brand 1",1027 "logo": {},1028 "action": {1029 "page": {1030 "type": "products",1031 "query": {1032 "brand": [1033 "load-brand-1"1034 ]1035 }1036 },1037 "type": "page"1038 },1039 "_custom_json": {}1040 },1041 "action": {1042 "page": {1043 "type": "product",1044 "params": {1045 "slug": [1046 "load-shoes-100241-9ee51v8qxpz"1047 ]1048 }1049 },1050 "type": "page"1051 },1052 "medias": [1053 {1054 "type": "image",1055 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1056 }1057 ],1058 "discount": "6% OFF",1059 "price": {1060 "marked": {1061 "min": 5000,1062 "max": 5000,1063 "currency_code": "INR",1064 "currency_symbol": "₹"1065 },1066 "effective": {1067 "min": 4699,1068 "max": 4699,1069 "currency_code": "INR",1070 "currency_symbol": "₹"1071 }1072 },1073 "is_tryout": false,1074 "channel": "000000000000000000000001",1075 "_custom_json": {},1076 "country_of_origin": "India",1077 "variants": []1078 },1079 {1080 "type": "product",1081 "attributes": {1082 "primary_color_hex": null,1083 "gender": "men",1084 "marketer-address": "Load Galli, Mumbai",1085 "marketer-name": "Load Wala",1086 "primary_color": null,1087 "primary_material": "Fabric"1088 },1089 "categories": [],1090 "_custom_meta": [],1091 "sellable": true,1092 "name": "Load Shoes 100407",1093 "slug": "load-shoes-100407-jcubbw5xz3wa",1094 "uid": 7523709,1095 "item_code": "LS100407",1096 "item_type": "standard",1097 "brand": {1098 "type": "brand",1099 "name": "Load Brand 1",1100 "logo": {},1101 "action": {1102 "page": {1103 "type": "products",1104 "query": {1105 "brand": [1106 "load-brand-1"1107 ]1108 }1109 },1110 "type": "page"1111 },1112 "_custom_json": {}1113 },1114 "action": {1115 "page": {1116 "type": "product",1117 "params": {1118 "slug": [1119 "load-shoes-100407-jcubbw5xz3wa"1120 ]1121 }1122 },1123 "type": "page"1124 },1125 "medias": [1126 {1127 "type": "image",1128 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1129 }1130 ],1131 "discount": "6% OFF",1132 "price": {1133 "marked": {1134 "min": 5000,1135 "max": 5000,1136 "currency_code": "INR",1137 "currency_symbol": "₹"1138 },1139 "effective": {1140 "min": 4699,1141 "max": 4699,1142 "currency_code": "INR",1143 "currency_symbol": "₹"1144 }1145 },1146 "is_tryout": false,1147 "channel": "000000000000000000000001",1148 "_custom_json": {},1149 "country_of_origin": "India",1150 "variants": []1151 },1152 {1153 "type": "product",1154 "attributes": {1155 "primary_color_hex": null,1156 "gender": "men",1157 "marketer-address": "Load Galli, Mumbai",1158 "marketer-name": "Load Wala",1159 "primary_color": null,1160 "primary_material": "Fabric"1161 },1162 "categories": [],1163 "_custom_meta": [],1164 "sellable": true,1165 "name": "Load Shoes 100763",1166 "slug": "load-shoes-100763-gse_mewuxfxv",1167 "uid": 7523185,1168 "item_code": "LS100763",1169 "item_type": "standard",1170 "brand": {1171 "type": "brand",1172 "name": "Load Brand 1",1173 "logo": {},1174 "action": {1175 "page": {1176 "type": "products",1177 "query": {1178 "brand": [1179 "load-brand-1"1180 ]1181 }1182 },1183 "type": "page"1184 },1185 "_custom_json": {}1186 },1187 "action": {1188 "page": {1189 "type": "product",1190 "params": {1191 "slug": [1192 "load-shoes-100763-gse_mewuxfxv"1193 ]1194 }1195 },1196 "type": "page"1197 },1198 "medias": [1199 {1200 "type": "image",1201 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1202 }1203 ],1204 "discount": "6% OFF",1205 "price": {1206 "marked": {1207 "min": 5000,1208 "max": 5000,1209 "currency_code": "INR",1210 "currency_symbol": "₹"1211 },1212 "effective": {1213 "min": 4699,1214 "max": 4699,1215 "currency_code": "INR",1216 "currency_symbol": "₹"1217 }1218 },1219 "is_tryout": false,1220 "channel": "000000000000000000000001",1221 "_custom_json": {},1222 "country_of_origin": "India",1223 "variants": []1224 },1225 {1226 "type": "product",1227 "attributes": {1228 "primary_color_hex": null,1229 "gender": "men",1230 "marketer-address": "Andheri",1231 "marketer-name": "Puma",1232 "primary_color": null,1233 "primary_material": "Cotton"1234 },1235 "categories": [],1236 "_custom_meta": [],1237 "sellable": true,1238 "name": "Shoe 539",1239 "slug": "shoes-539-dkkfadu66m1l",1240 "uid": 7501643,1241 "item_code": "SHOE-539",1242 "item_type": "standard",1243 "brand": {1244 "type": "brand",1245 "name": "CaneWorks",1246 "logo": {},1247 "action": {1248 "page": {1249 "type": "products",1250 "query": {1251 "brand": [1252 "caneworks"1253 ]1254 }1255 },1256 "type": "page"1257 },1258 "_custom_json": {}1259 },1260 "action": {1261 "page": {1262 "type": "product",1263 "params": {1264 "slug": [1265 "shoes-539-dkkfadu66m1l"1266 ]1267 }1268 },1269 "type": "page"1270 },1271 "medias": [1272 {1273 "type": "image",1274 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1275 }1276 ],1277 "discount": "50% OFF",1278 "price": {1279 "marked": {1280 "min": 2000,1281 "max": 2000,1282 "currency_code": "INR",1283 "currency_symbol": "₹"1284 },1285 "effective": {1286 "min": 1000,1287 "max": 1000,1288 "currency_code": "INR",1289 "currency_symbol": "₹"1290 }1291 },1292 "is_tryout": false,1293 "channel": "000000000000000000000001",1294 "_custom_json": {},1295 "country_of_origin": "India",1296 "variants": []1297 },1298 {1299 "type": "product",1300 "attributes": {1301 "primary_color_hex": null,1302 "gender": "men",1303 "marketer-address": "Andheri",1304 "marketer-name": "Puma",1305 "primary_color": null,1306 "primary_material": "Cotton"1307 },1308 "categories": [],1309 "_custom_meta": [],1310 "sellable": true,1311 "name": "Shoe 348",1312 "slug": "shoes-348-dcnhciie0v3",1313 "uid": 7502012,1314 "item_code": "SHOE-348",1315 "item_type": "standard",1316 "brand": {1317 "type": "brand",1318 "name": "CaneWorks",1319 "logo": {},1320 "action": {1321 "page": {1322 "type": "products",1323 "query": {1324 "brand": [1325 "caneworks"1326 ]1327 }1328 },1329 "type": "page"1330 },1331 "_custom_json": {}1332 },1333 "action": {1334 "page": {1335 "type": "product",1336 "params": {1337 "slug": [1338 "shoes-348-dcnhciie0v3"1339 ]1340 }1341 },1342 "type": "page"1343 },1344 "medias": [1345 {1346 "type": "image",1347 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1348 }1349 ],1350 "discount": "50% OFF",1351 "price": {1352 "marked": {1353 "min": 2000,1354 "max": 2000,1355 "currency_code": "INR",1356 "currency_symbol": "₹"1357 },1358 "effective": {1359 "min": 1000,1360 "max": 1000,1361 "currency_code": "INR",1362 "currency_symbol": "₹"1363 }1364 },1365 "is_tryout": false,1366 "channel": "000000000000000000000001",1367 "_custom_json": {},1368 "country_of_origin": "India",1369 "variants": []1370 },1371 {1372 "type": "product",1373 "attributes": {1374 "primary_color_hex": null,1375 "gender": "men",1376 "marketer-address": "Andheri",1377 "marketer-name": "Puma",1378 "primary_color": null,1379 "primary_material": "Cotton"1380 },1381 "categories": [],1382 "_custom_meta": [],1383 "sellable": true,1384 "name": "Shoe 1048",1385 "slug": "shoes-1048-piqk6-rwmts5",1386 "uid": 7502307,1387 "item_code": "SHOE-1048",1388 "item_type": "standard",1389 "brand": {1390 "type": "brand",1391 "name": "CaneWorks",1392 "logo": {},1393 "action": {1394 "page": {1395 "type": "products",1396 "query": {1397 "brand": [1398 "caneworks"1399 ]1400 }1401 },1402 "type": "page"1403 },1404 "_custom_json": {}1405 },1406 "action": {1407 "page": {1408 "type": "product",1409 "params": {1410 "slug": [1411 "shoes-1048-piqk6-rwmts5"1412 ]1413 }1414 },1415 "type": "page"1416 },1417 "medias": [1418 {1419 "type": "image",1420 "url": "https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg"1421 }1422 ],1423 "discount": "50% OFF",1424 "price": {1425 "marked": {1426 "min": 2000,1427 "max": 2000,1428 "currency_code": "INR",1429 "currency_symbol": "₹"1430 },1431 "effective": {1432 "min": 1000,1433 "max": 1000,1434 "currency_code": "INR",1435 "currency_symbol": "₹"1436 }1437 },1438 "is_tryout": false,1439 "channel": "000000000000000000000001",1440 "_custom_json": {},1441 "country_of_origin": "India",1442 "variants": []1443 }1444 ],1445 "sort_on": [1446 {1447 "display": "Latest Products",1448 "name": "Latest Products",1449 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/QEvUfhsfyg-Latest-Products.png",1450 "value": "latest",1451 "is_selected": false1452 },1453 {1454 "display": "Popularity",1455 "name": "Popularity",1456 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/iG82Qjay9X-Popularity.png",1457 "value": "popular",1458 "is_selected": true1459 },1460 {1461 "display": "Price Low to High",1462 "name": "Price Low to High",1463 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/dLUtvNwoQt-Price-High-to-Low.png",1464 "value": "price_asc",1465 "is_selected": false1466 },1467 {1468 "display": "Price High to Low",1469 "name": "Price High to Low",1470 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/dLUtvNwoQt-Price-High-to-Low.png",1471 "value": "price_dsc",1472 "is_selected": false1473 },1474 {1475 "display": "Discount Low to High",1476 "name": "Discount Low to High",1477 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/9VdjDVc_aR-Discount-Low-to-High.png",1478 "value": "discount_asc",1479 "is_selected": false1480 },1481 {1482 "display": "Discount High to Low",1483 "name": "Discount High to Low",1484 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/9VdjDVc_aR-Discount-Low-to-High.png",1485 "value": "discount_dsc",1486 "is_selected": false1487 },1488 {1489 "display": "Rating",1490 "name": "Rating",1491 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/IyaIm4EZXI-Rating.png",1492 "value": "rating_dsc",1493 "is_selected": false1494 },1495 {1496 "display": "Size Depth (High to Low)",1497 "name": "Size Depth (High to Low)",1498 "logo": "https://hdn-1.fynd.com/products/pictures/attribute/logo/original/hyWWrNJ1A--Size-Depth.png",1499 "value": "depth_desc",1500 "is_selected": false1501 }1502 ],1503 "page": {1504 "type": "cursor",1505 "next_id": "AoIIRHjAAD8HMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAxIV9hbGxfITc1MDIzMDc=",1506 "has_previous": false,1507 "has_next": true,1508 "item_total": 25131509 }1510}
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/product-grouping/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "items": [3 {4 "company_id": 1,5 "page_visibility": [],6 "name": "Test bundle",7 "choice": "multi",8 "same_store_assignment": true,9 "slug": "test-bundle",10 "logo": null,11 "meta": {},12 "created_on": "2020-05-21T03:58:41.237Z",13 "modified_on": "2020-05-21T03:58:41.237Z",14 "products": [15 {16 "product_uid": 7502119,17 "min_quantity": 1,18 "product_details": {19 "name": "Neopack WSLTBR42 42 & 44 mm Leather Strap, Brown",20 "out_of_stock": false,21 "is_set": false,22 "identifier": {23 "sku_code": [24 "491667188"25 ]26 },27 "country_of_origin": "India",28 "media": [29 {30 "type": "image",31 "url": "https://hdn-1.jiox0.de/jiox5/products/pictures/item/free/original/G8moRC9NMj-neopack-wsltbr42-smart-watch-bands-491667188-i-1-1200wx1200h.jpeg"32 },33 {34 "type": "image",35 "url": "https://hdn-1.jiox0.de/jiox5/products/pictures/item/free/original/3Xumb2A0tV-neopack-wsltbr42-smart-watch-bands-491667188-i-2-1200wx1200h.jpeg"36 },37 {38 "type": "image",39 "url": "https://hdn-1.jiox0.de/jiox5/products/pictures/item/free/original/ZOnlihkNUS-neopack-wsltbr42-smart-watch-bands-491667188-i-3-1200wx1200h.jpeg"40 },41 {42 "type": "image",43 "url": "https://hdn-1.jiox0.de/jiox5/products/pictures/item/free/original/mu9B2afklQ-neopack-wsltbr42-smart-watch-bands-491667188-i-4-1200wx1200h.jpeg"44 }45 ],46 "template_tag": "health-care",47 "description": "Personalize your Apple Watch with this Classic and fashionable Neopack WSLTBR42 Leather Strap that fits your different mood and outfits in daily life & any occasion. It is a Perfect Replacement for original straps and is fully adjustable so that it can be adjusted and fit perfectly. The wrist strap is made of genuine calf leather and includes Space Grey Adapter and buckle.",48 "images": [49 "https://hdn-1.jiox0.de/jiox5/products/pictures/item/free/original/G8moRC9NMj-neopack-wsltbr42-smart-watch-bands-491667188-i-1-1200wx1200h.jpeg",50 "https://hdn-1.jiox0.de/jiox5/products/pictures/item/free/original/3Xumb2A0tV-neopack-wsltbr42-smart-watch-bands-491667188-i-2-1200wx1200h.jpeg",51 "https://hdn-1.jiox0.de/jiox5/products/pictures/item/free/original/ZOnlihkNUS-neopack-wsltbr42-smart-watch-bands-491667188-i-3-1200wx1200h.jpeg",52 "https://hdn-1.jiox0.de/jiox5/products/pictures/item/free/original/mu9B2afklQ-neopack-wsltbr42-smart-watch-bands-491667188-i-4-1200wx1200h.jpeg"53 ],54 "attributes": {55 "color": "Brown",56 "model": "WSLTBR42",57 "action": "upsert",58 "warranty": "1 Year",59 "product_details": "Personalize your Apple Watch with this Classic and fashionable Neopack WSLTBR42 Leather Strap that fits your different mood and outfits in daily life & any occasion. It is a Perfect Replacement for original straps and is fully adjustable so that it can be adjusted and fit perfectly. The wrist strap is made of genuine calf leather and includes Space Grey Adapter and buckle.",60 "brand_name": "Neopack",61 "primary_color_hex": "8B572A"62 },63 "hsn_code": 91130000,64 "image_nature": "standard",65 "slug": "neopack-wsltbr42-42-and-44-mm-leather-strap-brown",66 "brand_uid": 90,67 "item_code": "491667188"68 },69 "allow_remove": true,70 "auto_add_to_cart": false,71 "price": {72 "min_marked": 2499,73 "min_effective": 1499,74 "currency": "INR",75 "max_effective": 1499,76 "max_marked": 249977 },78 "sizes": [79 {80 "value": "OS",81 "is_available": true,82 "quantity": 30000,83 "display": "OS"84 }85 ],86 "max_quantity": 1,87 "auto_select": false88 }89 ]90 }91 ]92}
1curl -X GET "https://api.fynd.com/service/application/catalog/v4.0/products/{slug}/sizes/{size}/price/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "price_per_piece": {3 "effective": 66.5,4 "marked": 66.5,5 "currency_code": "INR",6 "currency_symbol": "₹"7 },8 "price": {9 "effective": 399,10 "marked": 399,11 "currency_code": "INR",12 "currency_symbol": "₹"13 },14 "quantity": 5,15 "pincode": "400603",16 "article_id": "1",17 "long_lat": [18 72.9159784,19 19.099023120 ],21 "item_type": "set",22 "discount": "",23 "article_assignment": {24 "level": "multi-companies",25 "strategy": "optimal"26 },27 "seller": {28 "uid": 1,29 "name": "Natalie Norman"30 },31 "store": {32 "uid": 1,33 "name": "Wayne Lamb",34 "count": 235 },36 "strategy_wise_listing": [37 {38 "distance": 11,39 "quantity": 5,40 "tat": 2592000,41 "pincode": "400603"42 },43 {44 "distance": 11,45 "quantity": 5,46 "tat": 2592000,47 "pincode": "400603"48 }49 ],50 "set": {51 "size_distribution": {52 "sizes": [53 {54 "size": "5",55 "pieces": 156 },57 {58 "size": "7",59 "pieces": 160 },61 {62 "size": "8",63 "pieces": 264 },65 {66 "size": "9",67 "pieces": 168 },69 {70 "size": "10",71 "pieces": 172 }73 ]74 },75 "quantity": 676 },77 "is_gift": true,78 "is_cod": false,79 "delivery_promise": {80 "min": "2023-08-03T18:19:23.000Z",81 "max": "2023-08-04T14:19:23.000Z"82 }83}
1curl -X GET "https://api.fynd.com/service/application/catalog/v4.0/products/{slug}/sizes/{size}/sellers/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "items": [3 {4 "price_per_piece": {5 "effective": 66.5,6 "marked": 66.5,7 "currency_code": "INR",8 "currency_symbol": "₹"9 },10 "price": {11 "effective": 399,12 "marked": 399,13 "currency_code": "INR",14 "currency_symbol": "₹"15 },16 "quantity": 5,17 "pincode": "400603",18 "article_id": "1",19 "discount": "",20 "article_assignment": {21 "level": "single-company",22 "strategy": "optimal"23 },24 "seller": {25 "uid": 1,26 "name": "Natalie Norman"27 },28 "store": {29 "uid": 1,30 "name": "Wayne Lamb"31 },32 "is_gift": true,33 "is_cod": false34 },35 {36 "price_per_piece": {37 "effective": 66.5,38 "marked": 66.5,39 "currency_code": "INR",40 "currency_symbol": "₹"41 },42 "price": {43 "effective": 399,44 "marked": 399,45 "currency_code": "INR",46 "currency_symbol": "₹"47 },48 "quantity": 5,49 "pincode": "400603",50 "article_id": "2",51 "discount": "",52 "article_assignment": {53 "level": "single-company",54 "strategy": "optimal"55 },56 "seller": {57 "uid": 1,58 "name": "Natalie Norman"59 },60 "store": {61 "uid": 1,62 "name": "Wayne Lamb"63 },64 "is_gift": true,65 "is_cod": false66 }67 ],68 "page": {69 "current": 1,70 "total": 1,71 "has_previous": false,72 "has_next": false,73 "item_total": 2,74 "type": "number"75 },76 "sort_on": [77 {78 "default": true,79 "is_selected": true,80 "name": "Best price & fast delivery",81 "value": "optimal"82 },83 {84 "default": false,85 "is_selected": false,86 "name": "Best Price",87 "value": "low-price"88 },89 {90 "default": false,91 "is_selected": false,92 "name": "Fastest Delivery",93 "value": "fast-delivery"94 }95 ]96}
Search autocomplete suggestions are the results derived by user search queries giving suggestions according to what the customer has searched. Retrieve search results for products, brands, or categories based on user queries. Searches can be performed using partial or full text for names, enabling comprehensive and flexible search capabilities.
1curl -X GET "https://api.fynd.com/service/application/catalog/v1.0/auto-complete/?q=value"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "items": [3 {4 "display": "CDN test 002 03",5 "type": "category",6 "action": {7 "page": {8 "type": "products",9 "query": {10 "category": [11 "cdn-test-002-03"12 ]13 }14 },15 "type": "page"16 },17 "logo": {18 "type": "image",19 "url": "https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/SqBYEE2EC-department.png"20 },21 "_custom_json": {}22 }23 ]24}
A selling location represents a geographical location where your stores, pop-up stores, headquarters, and warehouses exist. Find in-stock locations for products Additionally, the API retrieves detailed location information by ID, offering comprehensive store details for enhanced user convenience.
1curl -X GET "https://api.fynd.com/service/application/catalog/v2.0/locations/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "page": {3 "current": 1,4 "type": "number",5 "total": 54,6 "has_previous": false,7 "has_next": true,8 "item_total": 6459 },10 "items": [11 {12 "city": "Mumbai",13 "country": "India",14 "address": "1st Floor, Wework Vijay Diamond, Opp. SBI Branch, Cross Road B, Ajit Nagar, Kondivita, Andheri East",15 "store_email": "test@example.com",16 "lat_long": {17 "type": "Point",18 "coordinates": [19 72.8677092,20 19.128274321 ]22 },23 "name": "SHOPSENSE RETAIL TECHNOLOGIES LIMITED edited",24 "store_code": "HS-3e51a",25 "uid": 1,26 "contacts": [27 {28 "number": "8888888888",29 "country_code": 9130 }31 ],32 "manager_contact": "8888888888",33 "tags": [],34 "pincode": "400093",35 "state": "Maharashtra"36 },37 {38 "city": "Allahabad",39 "country": "India",40 "address": "Mufti, Shop No. GF-08 & 09, Ground Floor, Sardar Patel Marg, Vinayak City Centre Mall.",41 "store_email": "test@example.com",42 "lat_long": {43 "type": "Point",44 "coordinates": [45 81.834671,46 25.4546347 ]48 },49 "name": "Credo Brands Mktg Pvt Ltd (Vinayak City Centre Mall)",50 "store_code": "CBML-257",51 "uid": 10751,52 "contacts": [53 {54 "number": "8888888888",55 "country_code": 9156 }57 ],58 "manager_contact": "8888888888",59 "tags": [60 "supermall",61 "newtera"62 ],63 "pincode": "211002",64 "state": "Uttar Pradesh"65 },66 {67 "city": "Central Delhi",68 "country": "India",69 "address": "Mufti, Plot No. C-7/68/13, Hotel Fortune Park Galaxy, Campus, N.H. No.8, GIDC.",70 "store_email": "test@example.com",71 "lat_long": {72 "type": "Point",73 "coordinates": [74 77.22279,75 28.681455176 ]77 },78 "name": "Credo Brands Mktg Pvt Ltd (Vapi)",79 "store_code": "CBML-223edited",80 "uid": 10753,81 "contacts": [82 {83 "number": "8888888888",84 "country_code": 9185 }86 ],87 "manager_contact": "8888888888",88 "tags": [89 "port"90 ],91 "pincode": "110001",92 "state": "Delhi"93 },94 {95 "city": "Jaipur",96 "country": "India",97 "address": "\"Mufti\", Shop No.3, Ground Floor, D232/233 Pawan path, Hanuman Nagar, Vaishali Nagar.",98 "store_email": "test@example.com",99 "lat_long": {100 "type": "Point",101 "coordinates": [102 26.9115433,103 75.7467183104 ]105 },106 "name": "Credo Brands Mktg Pvt Ltd (Vaishali Nagar)",107 "store_code": "CBML-098",108 "uid": 10754,109 "contacts": [110 {111 "number": "8888888888",112 "country_code": 91113 }114 ],115 "manager_contact": "8888888888",116 "tags": [],117 "pincode": "302021",118 "state": "Rajasthan"119 },120 {121 "city": "Surat",122 "country": "India",123 "address": "Mufti, Shop No .49 & 50 Avadh Viceroy , Sarthana Jakat Naka- Kamrej Road , Subhash Nagar , Nana Varachha.",124 "store_email": "test@example.com",125 "lat_long": {126 "type": "Point",127 "coordinates": [128 72.903189,129 21.2311515130 ]131 },132 "name": "Credo Brands Mktg Pvt Ltd (Varachha)",133 "store_code": "CBML-517",134 "uid": 10752,135 "contacts": [136 {137 "number": "8888888888",138 "country_code": 91139 }140 ],141 "manager_contact": "8888888888",142 "tags": [],143 "pincode": "395006",144 "state": "Gujarat"145 },146 {147 "city": "Tumkur",148 "country": "India",149 "address": "\"Mufti\", Nama Arcade, Ground Floor, Opp. Government, junior Collage BH Road.",150 "store_email": "test@example.com",151 "lat_long": {152 "type": "Point",153 "coordinates": [154 13.337712,155 77.106332156 ]157 },158 "name": "Credo Brands Mktg Pvt Ltd (Tumkur)",159 "store_code": "CBML-354",160 "uid": 10759,161 "contacts": [162 {163 "number": "8888888888",164 "country_code": 91165 }166 ],167 "manager_contact": "8888888888",168 "tags": [],169 "pincode": "572101",170 "state": "Karnataka"171 },172 {173 "city": "Surat",174 "country": "India",175 "address": "\"Mufti\", Shop No. 123-A, 1st Floor, Virtuous Mall, F.P 29 Rundh Village, Dumas Road.",176 "store_email": "test@example.com",177 "lat_long": {178 "type": "Point",179 "coordinates": [180 21.144966,181 72.757423182 ]183 },184 "name": "Credo Brands Mktg Pvt Ltd (VR Mall)",185 "store_code": "CBML-520",186 "uid": 10755,187 "contacts": [188 {189 "number": "8888888888",190 "country_code": 91191 }192 ],193 "manager_contact": "8888888888",194 "tags": [],195 "pincode": "395007",196 "state": "Gujarat"197 },198 {199 "city": "Bhubaneswar",200 "country": "India",201 "address": "\"Mufti\", Unit No. 105, First Floor, Utkal Galleria, Goutam Nagar, Near Kalpana Square, Opp to Odisha State Museam.",202 "store_email": "test@example.com",203 "lat_long": {204 "type": "Point",205 "coordinates": [206 20.25637,207 85.839688208 ]209 },210 "name": "Credo Brands Mktg Pvt Ltd (Utkal Galleria)",211 "store_code": "CBML-401",212 "uid": 10757,213 "contacts": [214 {215 "number": "8888888888",216 "country_code": 91217 }218 ],219 "manager_contact": "8888888888",220 "tags": [],221 "pincode": "751009",222 "state": "Odisha"223 },224 {225 "city": "Jaipur",226 "country": "India",227 "address": "\"Mufti\", Shop No G-17, Ground Floor, Triton Mall, Jhotwara Road.",228 "store_email": "test@example.com",229 "lat_long": {230 "type": "Point",231 "coordinates": [232 26.941513,233 75.770767234 ]235 },236 "name": "Credo Brands Mktg Pvt Ltd (Triton Mall-1)",237 "store_code": "CBML-516",238 "uid": 10760,239 "contacts": [240 {241 "number": "8888888888",242 "country_code": 91243 }244 ],245 "manager_contact": "8888888888",246 "tags": [],247 "pincode": "302012",248 "state": "Rajasthan"249 },250 {251 "city": "Udaipur",252 "country": "India",253 "address": "\"Mufti\", Shop no 1B, Hitawala Complex, Saheli Marg, Opp: Soni Hospital.",254 "store_email": "test@example.com",255 "lat_long": {256 "type": "Point",257 "coordinates": [258 24.60154,259 73.68703260 ]261 },262 "name": "Credo Brands Mktg Pvt Ltd (Udaipur)",263 "store_code": "CBML-444",264 "uid": 10758,265 "contacts": [266 {267 "number": "8888888888",268 "country_code": 91269 }270 ],271 "manager_contact": "8888888888",272 "tags": [],273 "pincode": "313001",274 "state": "Rajasthan"275 },276 {277 "city": "Bhopal",278 "country": "India",279 "address": "\"Mufti\", Plot No. A-01 & A-02, Trilanga Main Road.",280 "store_email": "test@example.com",281 "lat_long": {282 "type": "Point",283 "coordinates": [284 77.43026379999999,285 23.2000768286 ]287 },288 "name": "Credo Brands Mktg Pvt Ltd (Trilanga)",289 "store_code": "CBML-351",290 "uid": 10761,291 "contacts": [292 {293 "number": "8888888888",294 "country_code": 91295 }296 ],297 "manager_contact": "8888888888",298 "tags": [],299 "pincode": "462039",300 "state": "Madhya Pradesh"301 },302 {303 "city": "Vadodara",304 "country": "India",305 "address": "\"Mufti\", Shop No. G-7, Ground Floor, Beside L & T Knowledge city, NH-8 Waghodia road crossing.",306 "store_email": "test@example.com",307 "lat_long": {308 "type": "Point",309 "coordinates": [310 73.25479949999999,311 22.3090899312 ]313 },314 "name": "Credo Brands Mktg Pvt Ltd (Taksh Galaxy Mall)",315 "store_code": "CBML-472",316 "uid": 10763,317 "contacts": [318 {319 "number": "8888888888",320 "country_code": 91321 }322 ],323 "manager_contact": "8888888888",324 "tags": [],325 "pincode": "390019",326 "state": "Gujarat"327 }328 ]329}
1curl -X GET "https://api.fynd.com/service/application/catalog/v2.0/in-stock/locations/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "page": {3 "current": 1,4 "type": "number",5 "total": 1,6 "has_previous": false,7 "has_next": false,8 "item_total": 59 },10 "items": [11 {12 "uid": 1,13 "_custom_json": {},14 "additional_contacts": [15 {16 "country_code": 91,17 "number": "8888888888"18 }19 ],20 "address": {21 "lat_long": {22 "type": "Point",23 "coordinates": [24 72.809786,25 19.13878726 ]27 },28 "city": "MUMBAI",29 "pincode": "400061",30 "state": "MAHARASHTRA",31 "country": "INDIA",32 "landmark": "",33 "address2": "",34 "address1": "YARI ROAD, ANDHERI WEST"35 },36 "company_id": 1,37 "display_name": "Reliance Digital P. Ltd",38 "manager": {39 "mobile_no": {40 "country_code": 91,41 "number": "8888888888"42 },43 "name": "Fahim Sakri",44 "email": "test@example.com"45 },46 "name": "Reliance Digital P. Ltd",47 "store_code": "HS-52b69",48 "store_type": "high_street",49 "company": {50 "company_type": "mbo",51 "business_type": "ltd/pvt ltd",52 "name": "Reliance Digital P. Ltd1234789123",53 "uid": 154 },55 "departments": [56 {57 "priority_order": 7,58 "name": "Baby Care & Kids Essentials",59 "uid": 7,60 "logo": {61 "type": "image",62 "url": "https://hdn-1.fynd.com/media/category_tab_icons/department/Babycareandkidsessential.png"63 },64 "is_active": true,65 "slug": "baby-care-kids-essentials"66 },67 {68 "priority_order": 9,69 "name": "Industrial Supplies",70 "uid": 11,71 "logo": {72 "type": "image",73 "url": "https://hdn-1.fynd.com/media/logo/department/original/15483_a8803bf3fc244c748180588166df82da.jpg"74 },75 "is_active": true,76 "slug": "industrial-supplies"77 },78 {79 "priority_order": 10,80 "name": "Electricals",81 "uid": 14,82 "logo": {83 "type": "image",84 "url": "https://hdn-1.fynd.com/department/pictures/square-logo/original/M93qfyuh1-https:hdn-1.fynd.commedialogodepartmentoriginal17588_44516b7413fd4a4a858556857aa0c4c8.jpg.jpeg"85 },86 "is_active": true,87 "slug": "electricals"88 },89 {90 "priority_order": 1,91 "name": "Fashion",92 "uid": 21,93 "logo": {94 "type": "image",95 "url": "https://hdn-1.fynd.com/department/pictures/square-logo/original/jSt0jjI7D-https/hdn-1.fynd.com/department/pictures/square-logo/original/6ouiCBSSn-https/hdn-1.fynd.com/department/pictures/square-logo/original/o2Rti5if7-.jpeg.jpeg.jpeg"96 },97 "is_active": true,98 "slug": "fashion"99 },100 {101 "slug": "automobile",102 "is_active": true,103 "logo": {104 "type": "image",105 "url": "https://hdn-1.addsale.com/x0/department/pictures/square-logo/original/kRhYFHWZ5-.jpeg"106 },107 "name": "AUTOMOBILE",108 "uid": 24,109 "priority_order": 1110 }111 ]112 }113 ]114}
1curl -X GET "https://api.fynd.com/service/application/catalog/v2.0/locations/{location_id}/"2 -H 'Authorization: Bearer {authorization_token}'
1{2 "uid": 1,3 "_custom_json": {},4 "additional_contacts": [5 {6 "country_code": 91,7 "number": "8888888888"8 }9 ],10 "address": {11 "lat_long": {12 "type": "Point",13 "coordinates": [14 72.809786,15 19.13878716 ]17 },18 "city": "MUMBAI",19 "pincode": "400061",20 "state": "MAHARASHTRA",21 "country": "INDIA",22 "landmark": "",23 "address2": "",24 "address1": "YARI ROAD, ANDHERI WEST"25 },26 "company_id": 1,27 "display_name": "Reliance Digital P. Ltd",28 "manager": {29 "mobile_no": {30 "country_code": 91,31 "number": "8888888888"32 },33 "name": "Fahim Sakri",34 "email": "test@example.com"35 },36 "name": "Reliance Digital P. Ltd",37 "store_code": "HS-52b69",38 "store_type": "high_street",39 "timing": [40 {41 "weekday": "monday",42 "open": true,43 "closing": {44 "minute": 30,45 "hour": 2146 },47 "opening": {48 "minute": 0,49 "hour": 1150 }51 },52 {53 "weekday": "tuesday",54 "open": true,55 "closing": {56 "minute": 30,57 "hour": 2158 },59 "opening": {60 "minute": 0,61 "hour": 1162 }63 },64 {65 "weekday": "wednesday",66 "open": true,67 "closing": {68 "minute": 30,69 "hour": 2170 },71 "opening": {72 "minute": 0,73 "hour": 1174 }75 },76 {77 "weekday": "thursday",78 "open": true,79 "closing": {80 "minute": 30,81 "hour": 2182 },83 "opening": {84 "minute": 0,85 "hour": 1186 }87 },88 {89 "weekday": "friday",90 "open": true,91 "closing": {92 "minute": 30,93 "hour": 2194 },95 "opening": {96 "minute": 0,97 "hour": 1198 }99 },100 {101 "weekday": "saturday",102 "open": true,103 "closing": {104 "minute": 30,105 "hour": 21106 },107 "opening": {108 "minute": 0,109 "hour": 11110 }111 },112 {113 "weekday": "sunday",114 "open": true,115 "closing": {116 "minute": 30,117 "hour": 21118 },119 "opening": {120 "minute": 0,121 "hour": 11122 }123 }124 ],125 "company": {126 "company_type": "mbo",127 "business_type": "ltd/pvt ltd",128 "name": "Reliance Digital P. Ltd1234789123",129 "uid": 1130 }131}