{
    "info": {
        "_postman_id": "7194e360-d237-4b40-94f7-22a9997c1675",
        "name": "ows-product audit",
        "description": "Headers check and grass headers added for horizontal checks.",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "ows-product",
            "item": [
                {
                    "name": "Subaccount - verify products in content",
                    "request": {
                        "method": "HEAD",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "session",
                                "value": "{{session_token}}",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/subaccount/26640/products?status=in_content",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "subaccount",
                                "26640",
                                "products"
                            ],
                            "query": [
                                {
                                    "key": "status",
                                    "value": "in_content"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Copy phys product based on  /grass/product/product/{{product_id}}/copy/physical",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a6fb198d-401f-4b24-b9e3-d8f06dde8233",
                                "exec": [
                                    "let jsonData = pm.response.json();",
                                    "",
                                    "pm.globals.set(\"product_id\", jsonData.product_id);"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"distribution_format_id\": 78,\n    \"display_configuration\": \"11 x Cassette EP\",\n    \"product_code\": \"PHYS{{$timestamp}}\",\n    \"units_per_set\": 11,\n    \"box_lot\": 11,\n    \"initial_stock\": 11,\n    \"packaging_id\": 1,\n    \"orchard_pricing_tier\": 39\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2747309/copy/physical",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2747309",
                                "copy",
                                "physical"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Check if a product exists with the given UPC",
                    "request": {
                        "method": "HEAD",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/upc/193483167480",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "upc",
                                "193483167480"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Check if a upc is used with any products or is reserved",
                    "request": {
                        "method": "HEAD",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25824",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/upc/available/194491282173",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "upc",
                                "available",
                                "194491282173"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Healthcheck",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/hello/",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "hello",
                                ""
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Check if a UPC is an Orchard UPC",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/upc/194491616168/is_orchard_upc",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "upc",
                                "194491616168",
                                "is_orchard_upc"
                            ]
                        },
                        "description": "True - for UPC assigned by the Orchard\n"
                    },
                    "response": []
                },
                {
                    "name": "Check if product code exists for account type/id",
                    "request": {
                        "method": "HEAD",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/vendor/26640/product_code/SA1SharedTrsSA2AAAmrRegClPrs",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "26640",
                                "product_code",
                                "SA1SharedTrsSA2AAAmrRegClPrs"
                            ],
                            "query": [
                                {
                                    "key": "Grass-Account-Type",
                                    "value": "vendor",
                                    "disabled": true
                                },
                                {
                                    "key": "Grass-Account-Id",
                                    "value": "25663",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Check if a Vendor or subaccount owns a product - Vendor",
                    "request": {
                        "method": "HEAD",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25663",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/vendor/26640/product/2479389",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "26640",
                                "product",
                                "2479389"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Check if a Vendor or subaccount owns a product - Subaccount",
                    "request": {
                        "method": "HEAD",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/subaccount/32366/product/2479407",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "subaccount",
                                "32366",
                                "product",
                                "2479407"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get a product from the product upc",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:12345",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/upc/193483929194",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "upc",
                                "193483929194"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get a product by its product_id",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "subaccount",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "32366",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:12345",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2736415",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2736415"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Copy a product",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25663",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:123000000",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n   \"product_name\": \"NLTEST-{{$timestamp}}\",\r\n   \"product_code\": \"NL1234TEST-{{$timestamp}}\",\r\n   \"version\": \"love or not\",\r\n   \"instant_grat_single\": null,\r\n   \"format\": \"EP\",\r\n   \"upc\": \"\"\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2735820/copy",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2735820",
                                "copy"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Copy Product - Context type",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n   \"product_name\": \"TEST-{{$timestamp}}\",\r\n   \"product_code\": \"L26640TEST-{{$timestamp}}\",\r\n   \"version\": \"rock or not\",\r\n   \"instant_grat_single\": null,\r\n   \"format\": \"EP\",\r\n   \"upc\": \"\"\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2638752/copy/digital",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2638752",
                                "copy",
                                "digital"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete product - body is a result for https://qa-ows-product.theorchard.io/product/2754762",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "description": "variable",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25663",
                                "description": "variable",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "description": "variable",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \"product_id\": 2754762,\r\n    \"distribution_format_id\": 57,\r\n    \"project_id\": 4287118,\r\n    \"product_type_id\": 1,\r\n    \"upc\": 20000000075288,\r\n    \"context_type\": \"digital\",\r\n    \"vendor_id\": 26640,\r\n    \"subaccount_id\": 32365,\r\n    \"release_date\": null,\r\n    \"status\": \"label_processing\",\r\n    \"product_name\": null,\r\n    \"deletions\": \"N\"\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2754761",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2754761"
                            ]
                        },
                        "description": "Variables: product_id + headers grass data"
                    },
                    "response": []
                },
                {
                    "name": "Get all languages that can be used for localizations",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/languages",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "languages"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUBLIC Get all languages that can be used for localizations ",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/public/localization/languages",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "public",
                                "localization",
                                "languages"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get a product localization from the product_id",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vzxwd",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "12345",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/product/2754780?legacy=1",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "product",
                                "2754780"
                            ],
                            "query": [
                                {
                                    "key": "legacy",
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create/Update localization data for a product in a language",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25663",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n   \"product_name\": \"Rainy Forest-{{$timestamp}}\"\r\n   \r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/product/2735921/language/2?legacy=2",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "product",
                                "2735921",
                                "language",
                                "2"
                            ],
                            "query": [
                                {
                                    "key": "legacy",
                                    "value": "2"
                                }
                            ]
                        },
                        "description": "product_id, language_id - variables"
                    },
                    "response": []
                },
                {
                    "name": "Delete localization data for a product in a language",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25663",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n   \"product_name\": \"Rainy Forest-{{$timestamp}}\"\r\n   \r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/product/2754780/language/2?legacy=1",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "product",
                                "2754780",
                                "language",
                                "2"
                            ],
                            "query": [
                                {
                                    "key": "legacy",
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete track localization for given track ids",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "12345",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/track/31070823",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "track",
                                "31070823"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete track localization for given tuid and language_id",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25663",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:12345",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/track/30949113/language/2",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "track",
                                "30949113",
                                "language",
                                "2"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Gets details about track/multiple tracks localization",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/track/30949113",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "track",
                                "30949113"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Gets details about multiple track's localization",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n   \"tuids\": [\r\n       234569,\r\n       686768\r\n   ]\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/track/234569,686768?",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "track",
                                "234569,686768"
                            ],
                            "query": [
                                {
                                    "key": "track_id",
                                    "value": "30949113",
                                    "disabled": true
                                },
                                {
                                    "key": "language_id",
                                    "value": "2",
                                    "disabled": true
                                },
                                {
                                    "key": "track_id",
                                    "value": "30949117",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create/Update localization data for a track in a language",
                    "request": {
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n   \"tuid\": 30949429,\r\n   \"product_id\": 2736313,\r\n   \"track_name\": \"808 Bass Key\",\r\n   \"version\": \"Afrikaans\",\r\n   \"meta_language_code\": \"AFR\",\r\n   \"isrc\": \"QMFME1906658\"\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/track/30949429/language/2",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "track",
                                "30949429",
                                "language",
                                "2"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update multiple tracks localization data",
                    "request": {
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25663",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n\t\"items\": \n\t[{\"tuid\": 30949429, \n\t\"language_id\": 2, \n\t\"track_name\": \"808 Bass Key\",\n    \"version\": \"Afrikaans\", \n    \"artists\": {}}, \n\t{\"tuid\": 30949430, \n\t\"language_id\": 2, \n\t\"track_name\": \"191773646271_1_7\",\n\t\"version\": \"English Version\"}\n\t\n]\n\t\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/tracks",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "tracks"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Generate and return a placeholder upc",
                    "request": {
                        "method": "POST",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/upc/placeholder",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "upc",
                                "placeholder"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Look up a upc for a vendor given its display_upc and context_type",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": ""
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/vendor/26640/display_upc/194491619671?context_type=digital",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "26640",
                                "display_upc",
                                "194491619671"
                            ],
                            "query": [
                                {
                                    "key": "context_type",
                                    "value": "digital"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Check for availability of a display_upc for a specific vendor",
                    "request": {
                        "method": "HEAD",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/vendor/26640/display_upc/193483133935/available?context_type=physical",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "26640",
                                "display_upc",
                                "193483133935",
                                "available"
                            ],
                            "query": [
                                {
                                    "key": "context_type",
                                    "value": "physical"
                                },
                                {
                                    "key": "account_type",
                                    "value": "vendor",
                                    "disabled": true
                                },
                                {
                                    "key": "Grass-Account-Type",
                                    "value": "53664",
                                    "disabled": true
                                },
                                {
                                    "key": "Grass-Account-Id",
                                    "value": "alw:12345",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Check for availability of a display_upc for a specific subaccount",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "HEAD",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "subaccount",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "32365",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": ""
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/subaccount/32365/display_upc/193483133935/available?context_type=physical&account_type=subaccount",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "subaccount",
                                "32365",
                                "display_upc",
                                "193483133935",
                                "available"
                            ],
                            "query": [
                                {
                                    "key": "context_type",
                                    "value": "physical"
                                },
                                {
                                    "key": "account_type",
                                    "value": "subaccount"
                                },
                                {
                                    "key": "",
                                    "value": "",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get list of products for a given vendor or subaccount",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/vendor/26640/products",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "26640",
                                "products"
                            ],
                            "query": [
                                {
                                    "key": "Grass-Account-Type",
                                    "value": "vendor",
                                    "disabled": true
                                },
                                {
                                    "key": "Grass-Account-Id",
                                    "value": "12345",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get upcs by respective product_ids",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "22567",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": ""
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/products?product_ids=2479389,2078459",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "products"
                            ],
                            "query": [
                                {
                                    "key": "product_ids",
                                    "value": "2479389,2078459"
                                },
                                {
                                    "key": "",
                                    "value": "",
                                    "disabled": true
                                },
                                {
                                    "key": "",
                                    "value": "",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get products by respective upcs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "22567",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "",
                                "value": "",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n   \"upcs\": [\r\n       191773455392,\r\n       194491619671\r\n   ]\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/bulk-upc",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "bulk-upc"
                            ],
                            "query": [
                                {
                                    "key": "",
                                    "value": "",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get single project with some artist info",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2736313/document",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2736313",
                                "document"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create release subgenre",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "32365",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \"subgenre_id\": 512\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2755594/subgenre?",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2755594",
                                "subgenre"
                            ],
                            "query": [
                                {
                                    "key": "",
                                    "value": "",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Look up a upc for a vendor given its display_upc and context_type",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": ""
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/vendor/26640/display_upc/194491619671?context_type=digital",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "26640",
                                "display_upc",
                                "194491619671"
                            ],
                            "query": [
                                {
                                    "key": "context_type",
                                    "value": "digital"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get a track localization from the tuids",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n   \"tuids\": [\r\n       234569,\r\n       686768\r\n   ]\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/localization/track",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "localization",
                                "track"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update release subgenre",
                    "request": {
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25434",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \"subgenre_id\": 124\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2736411/subgenre",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2736411",
                                "subgenre"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get release subgenre",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25434",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2736411/subgenre",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2736411",
                                "subgenre"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete release subgenre",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25434",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \"subgenre_id\": 124\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2736411/subgenre",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2736411",
                                "subgenre"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get release artist",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "25434",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2736411/artist",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2736411",
                                "artist"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update release artist",
                    "request": {
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "subaccount",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "24502",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n      \"release_artist_id\": 1698990\r\n}\r\n\r\n"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2736415/artist",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2736415",
                                "artist"
                            ],
                            "query": [
                                {
                                    "key": "",
                                    "value": "",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete release artist",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "subaccount",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "24502",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:12345",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n      \"release_artist_id\": 1698990\r\n}\r\n"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2736415/artist",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2736415",
                                "artist"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create release artist",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "29813",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:56965",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \"release_id\": 2748341,\r\n    \"upc\": 194491707842,\r\n    \"artist_info_id\": null,\r\n    \"artist_name\": \"Test776\",\r\n    \"role\": \"performer\"\r\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2503220/artist",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2503220",
                                "artist"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Check products ownership by account id and upc(s)",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:12345",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n   \"upcs\": [\n       194491767556,\n       193483135519\n   ]\n}\n\n\n\n"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/vendor/26640/upcs",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "26640",
                                "upcs"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get products for a given ISRC",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "oa",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "",
                                "type": "text"
                            },
                            {
                                "key": "",
                                "value": "",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": ""
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/sound-recording/QM6P41839636/products",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "sound-recording",
                                "QM6P41839636",
                                "products"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get phonetic translations for a language",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "21989",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2574915/phonetic-translations/1",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2574915",
                                "phonetic-translations",
                                "1"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get release phonetic translations - no language id",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "21989",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:12345",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2574915/phonetic-translations",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2574915",
                                "phonetic-translations"
                            ],
                            "query": [
                                {
                                    "key": "",
                                    "value": "",
                                    "disabled": true
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create a new release phonetic translation",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "16909",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:43556",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[\r\n    {\r\n        \"field_name\": \"release_name\",\r\n        \"phonetic_translation\": \"近日中のリリース\",\r\n        \"language_id\": 24\r\n    },\r\n    {\r\n        \"field_name\": \"artist_name\",\r\n        \"phonetic_translation\": \"近日中のリリース\",\r\n        \"language_id\": 24\r\n    }\r\n]"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2748334/phonetic-translations",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2748334",
                                "phonetic-translations"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update release phonetic translations",
                    "request": {
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Grass-Account-Id",
                                "value": "29406",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:12345",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[\r\n    {\r\n        \"field_name\": \"release_name\",\r\n        \"phonetic_translation\": \"近日中のリリース\",\r\n        \"language_id\": 24\r\n    },\r\n    {\r\n        \"field_name\": \"artist_name\",\r\n        \"phonetic_translation\": \"近日中のリリース\",\r\n        \"language_id\": 24\r\n    }\r\n]"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2736429/phonetic-translations",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2736429",
                                "phonetic-translations"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete release phonetic translations",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "9282",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:12345",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \"items\": [\r\n        {\r\n            \"field_name\": \"release_name\",\r\n\t    \"language_id\": 24,\r\n\t    \"phonetic_translation\": \"カタカナ\",\r\n\t    \"release_phonetic_translations_id\": 5                        \r\n            \r\n        },\r\n        {\r\n            \"field_name\": \"artist_name\",\r\n            \"language_id\": 24,\r\n            \"phonetic_translation\": \"カタカナカタカナ\"\r\n            \"release_phonetic_translations_id\": 6 \r\n        }\r\n    ]\r\n}\r\n"
                        },
                        "url": {
                            "raw": "https://qa-ows-product.theorchard.io/product/2748337/phonetic-translations",
                            "protocol": "https",
                            "host": [
                                "qa-ows-product",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "product",
                                "2748337",
                                "phonetic-translations"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Enable FF for phonetic fields / Physical Product on WS",
                    "request": {
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n     \"variant_name\": \"enabled\"\n}"
                        },
                        "url": {
                            "raw": "https://qa-ows-features.theorchard.io/features/japan_physical_supply_chain/user/oa:1873",
                            "protocol": "https",
                            "host": [
                                "qa-ows-features",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "features",
                                "japan_physical_supply_chain",
                                "user",
                                "oa:1873"
                            ]
                        }
                    },
                    "response": []
                }
            ],
            "protocolProfileBehavior": {}
        }
    ],
    "protocolProfileBehavior": {}
}