{"info":{"_postman_id":"81d6d276-44db-486a-9d60-9420d54f6c5b","name":"Magento 2 Frequently Bought Together GraphQL& Examples","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10589000","collectionId":"81d6d276-44db-486a-9d60-9420d54f6c5b","publishedId":"SzYXVyE3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-30T04:47:57.000Z"},"item":[{"name":"Get Frequently Bought Together Product List","id":"a02d13a4-01a4-4697-b3da-f47d4a6490ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n\tproducts(filter: { sku: { eq: \"24-MB01\" } }) {\n\t\titems {\n\t\t\tfbt_products {\n\t\t\t\tid\n\t\t\t\tthumbnail {\n\t\t\t\t\tlabel\n\t\t\t\t\turl\n\t\t\t\t}\n\t\t\t\tsku\n\t\t\t\tname\n\t\t\t\tattribute_set_id\n\t\t\t\tprice {\n\t\t\t\t\tregularPrice {\n\t\t\t\t\t\tamount {\n\t\t\t\t\t\t\tcurrency\n\t\t\t\t\t\t\tvalue\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t__typename\n\t\t\t}\n\t\t}\n\t}\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fe9ba9a2-ba45-4da7-a5fc-b45a09500ecc","name":"Get Frequently Bought Together Product List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n\tproducts(filter: { sku: { eq: \"24-MB01\" } }) {\n\t\titems {\n\t\t\tfbt_products {\n\t\t\t\tid\n\t\t\t\tthumbnail {\n\t\t\t\t\tlabel\n\t\t\t\t\turl\n\t\t\t\t}\n\t\t\t\tsku\n\t\t\t\tname\n\t\t\t\tattribute_set_id\n\t\t\t\tprice {\n\t\t\t\t\tregularPrice {\n\t\t\t\t\t\tamount {\n\t\t\t\t\t\t\tcurrency\n\t\t\t\t\t\t\tvalue\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t__typename\n\t\t\t}\n\t\t}\n\t}\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Mar 2020 04:45:22 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Sat, 30 Mar 2019 04:45:22 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=bnopljghl4vg7puqhkehiegp0s; expires=Mon, 30-Mar-2020 05:45:22 GMT; Max-Age=3600; path=/api/api2; domain=dev.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=4def722cb4579583e4b95942915396a3; expires=Thu, 28-Mar-2030 04:45:22 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=9430ccbfcda8fc60f60eb12594e7709d; expires=Thu, 28-Mar-2030 04:45:22 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=1a3ee73d302c37a30fabcd4c33eb3d37; expires=Thu, 28-Mar-2030 04:45:22 GMT; Max-Age=315360000; path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1805"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"items\": [\n                {\n                    \"fbt_products\": [\n                        {\n                            \"id\": 2,\n                            \"thumbnail\": {\n                                \"label\": \"Image\",\n                                \"url\": \"http://dev.mageplaza.vn/api/api2/pub/media/catalog/product/cache/5bd4e66b0c507f7fe498e59e023a03bb/m/b/mb04-black-0.jpg\"\n                            },\n                            \"sku\": \"24-MB04\",\n                            \"name\": \"Strive Shoulder Pack\",\n                            \"attribute_set_id\": 15,\n                            \"price\": {\n                                \"regularPrice\": {\n                                    \"amount\": {\n                                        \"currency\": \"USD\",\n                                        \"value\": 32\n                                    }\n                                }\n                            },\n                            \"__typename\": \"SimpleProduct\"\n                        },\n                        {\n                            \"id\": 10,\n                            \"thumbnail\": {\n                                \"label\": \"Savvy Shoulder Tote\",\n                                \"url\": \"http://dev.mageplaza.vn/api/api2/pub/media/catalog/product/cache/5bd4e66b0c507f7fe498e59e023a03bb/w/b/wb05-red-0.jpg\"\n                            },\n                            \"sku\": \"24-WB05\",\n                            \"name\": \"Savvy Shoulder Tote\",\n                            \"attribute_set_id\": 15,\n                            \"price\": {\n                                \"regularPrice\": {\n                                    \"amount\": {\n                                        \"currency\": \"USD\",\n                                        \"value\": 32\n                                    }\n                                }\n                            },\n                            \"__typename\": \"SimpleProduct\"\n                        },\n                        {\n                            \"id\": 9,\n                            \"thumbnail\": {\n                                \"label\": \"Compete Track Tote\",\n                                \"url\": \"http://dev.mageplaza.vn/api/api2/pub/media/catalog/product/cache/5bd4e66b0c507f7fe498e59e023a03bb/w/b/wb02-green-0.jpg\"\n                            },\n                            \"sku\": \"24-WB02\",\n                            \"name\": \"Compete Track Tote\",\n                            \"attribute_set_id\": 15,\n                            \"price\": {\n                                \"regularPrice\": {\n                                    \"amount\": {\n                                        \"currency\": \"USD\",\n                                        \"value\": 32\n                                    }\n                                }\n                            },\n                            \"__typename\": \"SimpleProduct\"\n                        },\n                        {\n                            \"id\": 17,\n                            \"thumbnail\": {\n                                \"label\": \"Zing Jump Rope\",\n                                \"url\": \"http://dev.mageplaza.vn/api/api2/pub/media/catalog/product/cache/5bd4e66b0c507f7fe498e59e023a03bb/u/g/ug04-bk-0.jpg\"\n                            },\n                            \"sku\": \"24-UG04\",\n                            \"name\": \"Zing Jump Rope\",\n                            \"attribute_set_id\": 11,\n                            \"price\": {\n                                \"regularPrice\": {\n                                    \"amount\": {\n                                        \"currency\": \"USD\",\n                                        \"value\": 12\n                                    }\n                                }\n                            },\n                            \"__typename\": \"SimpleProduct\"\n                        },\n                        {\n                            \"id\": 16,\n                            \"thumbnail\": {\n                                \"label\": \"Dual Handle Cardio Ball\",\n                                \"url\": \"http://dev.mageplaza.vn/api/api2/pub/media/catalog/product/cache/5bd4e66b0c507f7fe498e59e023a03bb/u/g/ug07-bk-0.jpg\"\n                            },\n                            \"sku\": \"24-UG07\",\n                            \"name\": \"Dual Handle Cardio Ball\",\n                            \"attribute_set_id\": 11,\n                            \"price\": {\n                                \"regularPrice\": {\n                                    \"amount\": {\n                                        \"currency\": \"USD\",\n                                        \"value\": 12\n                                    }\n                                }\n                            },\n                            \"__typename\": \"SimpleProduct\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"a02d13a4-01a4-4697-b3da-f47d4a6490ae"}],"event":[{"listen":"prerequest","script":{"id":"d5e5d5a5-58b0-4fb2-865b-c9747fb0d857","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"30a50184-64ab-4aa0-b051-1bd0524da22c","type":"text/javascript","exec":[""]}}]}