{
    "info": {
        "_postman_id": "5b92a8f1-3ff1-4e88-96e7-862d34ab83a0",
        "name": "owa-product-configuration",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "ows-product-configuration",
            "item": [
                {
                    "name": "distribution-format-media-format",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "exec": [
                                    "pm.test(\"Status code is 200\", function () {",
                                    "    pm.response.to.have.status(200);",
                                    "});"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Id",
                                "value": "33088",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product-configuration.theorchard.io/distribution-format-media-format",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product-configuration",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "distribution-format-media-format"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "distribution-formats",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "exec": [
                                    "pm.test(\"Status code is 200\", function () {",
                                    "    pm.response.to.have.status(200);",
                                    "});",
                                    "",
                                    "pm.test(\"Body matches string\", function () {",
                                    "    pm.expect(pm.response.text()).to.include(\"distribution_format_id: 68,\");",
                                    "});"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Id",
                                "value": "33088",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product-configuration.theorchard.io/distribution-formats",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product-configuration",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "distribution-formats"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "distribution-format-media",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "exec": [
                                    "pm.test(\"Status code is 200\", function () {",
                                    "    pm.response.to.have.status(200);",
                                    "});"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Id",
                                "value": "33088",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product-configuration.theorchard.io/distribution-format-media",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product-configuration",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "distribution-format-media"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "distribution-formats",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "exec": [
                                    "pm.test(\"Status code is 200\", function () {",
                                    "    pm.response.to.have.status(200);",
                                    "});"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Id",
                                "value": "33088",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product-configuration.theorchard.io/public/distribution-formats",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product-configuration",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "public",
                                "distribution-formats"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "supply-chains",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "exec": [
                                    "pm.test(\"Status code is 200\", function () {",
                                    "    pm.response.to.have.status(200);",
                                    "});"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Id",
                                "value": "33088",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product-configuration.theorchard.io/supply-chains",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product-configuration",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "supply-chains"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "supply-chain/1/distribution-formats",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "exec": [
                                    "pm.test(\"Status code is 200\", function () {",
                                    "    pm.response.to.have.status(200);",
                                    "});"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Id",
                                "value": "33088",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product-configuration.theorchard.io/supply-chain/1/distribution-formats",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product-configuration",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "supply-chain",
                                "1",
                                "distribution-formats"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "supply-chain/1/distribution-format/67",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "exec": [
                                    "pm.test(\"Status code is 200\", function () {",
                                    "    pm.response.to.have.status(200);",
                                    "});"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Id",
                                "value": "33088",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product-configuration.theorchard.io/supply-chain/1/distribution-format/67",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product-configuration",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "supply-chain",
                                "1",
                                "distribution-format",
                                "67"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "distribution-format/69",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "exec": [
                                    "pm.test(\"Status code is 200\", function () {",
                                    "    pm.response.to.have.status(200);",
                                    "});"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Id",
                                "value": "33088",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product-configuration.theorchard.io/distribution-format/67",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product-configuration",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "distribution-format",
                                "67"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "supply-chains/defaults",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "exec": [
                                    "pm.test(\"Status code is 200\", function () {",
                                    "    pm.response.to.have.status(200);",
                                    "});"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Id",
                                "value": "33088",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product-configuration.theorchard.io/supply-chains/defaults",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product-configuration",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "supply-chains",
                                "defaults"
                            ]
                        }
                    },
                    "response": []
                }
            ]
        }
    ]
}
