Public
Documentation Settings

GraphQL Size Chart

POSTGraphQL Get Rule

{{magento_base_url}}/graphql
AUTHORIZATIONBearer Token
Token

<token>

HEADERS
Content-Type

application/json

Example Request
curl
curl --location -g '{{magento_base_url}}/graphql' \
--header 'Content-Type: application/json' \
--data '{"query":"query{\r\nmpSizeChart(filter:{rule_id:{neq:\"2\"}name:{neq:\"Accounts\"}}\r\n\tpageSize:20\r\n\tcurrentPage:1 )\r\n{\r\n\ttotal_count\r\n\titems {\r\n\t  rule_id\r\n      name\r\n      rule_description\r\n      rule_content\r\n      template_styles\r\n      store_ids\r\n      display_type\r\n      enabled\r\n      attribute_code\r\n      demo_templates\r\n      priority\r\n      updated_at\r\n      created_at\r\n\t\t\t}\r\n\t\t}\r\n}\r\n","variables":{}}'
200 OK
Example Response
json
{
  "data": {
    "mpSizeChart": {
      "total_count": 3,
      "items": [
        {
          "rule_id": 1,
          "name": "sale",
          "rule_description": null,
          "rule_content": "<div class=\"size-chart-header\">\r\n<h3>Men's Tops Size Chart</h3>\r\n</div>\r\n<div class=\"mpcss size-chart-main\">\r\n<div class=\"size-chart-main-image col-md-4 col-xs-12\"><img src=\"{{view url=Mageplaza_SizeChart/media/images/size-chart-men.png}}\" /></div>\r\n<div class=\"size-chart-main-table col-md-8 col-xs-12\">\r\n<div class=\"size-chart-main-text\">\r\n<p>This size chart is to determine your top's size. If any of your measurement is on the borderline between two sizes, you can pick the smaller size for a tighter fit or the larger size for a looser fit. If your chest and waist measurements correspond to two different suggested sizes, you should order the one which is indicated by the measurement of your chest.</p>\r\n</div>\r\n<h4>SIZE CHART</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Size</th>\r\n<th>CHEST (cm)</th>\r\n<th>WAIST (cm)</th>\r\n<th>HIPS (cm)</th>\r\n</tr>\r\n<tr>\r\n<td>X-Small</td>\r\n<td>&lt; 88</td>\r\n<td>&lt; 73</td>\r\n<td>&lt; 88</td>\r\n</tr>\r\n<tr>\r\n<td>Small</td>\r\n<td>88–96</td>\r\n<td>73–81</td>\r\n<td>88–96</td>\r\n</tr>\r\n<tr>\r\n<td>Medium</td>\r\n<td>96–104</td>\r\n<td>81–89</td>\r\n<td>96–104</td>\r\n</tr>\r\n<tr>\r\n<td>Large</td>\r\n<td>104–112</td>\r\n<td>89–97</td>\r\n<td>104–112</td>\r\n</tr>\r\n<tr>\r\n<td>X-Large</td>\r\n<td>112–124</td>\r\n<td>97–109</td>\r\n<td>112–120</td>\r\n</tr>\r\n<tr>\r\n<td>XX-Large</td>\r\n<td>124–136</td>\r\n<td>109–121</td>\r\n<td>120–128</td>\r\n</tr>\r\n<tr>\r\n<td>XXX-Large</td>\r\n<td>136–148</td>\r\n<td>121–133</td>\r\n<td>128–136</td>\r\n</tr>\r\n<tr>\r\n<td>XXXX-Large</td>\r\n<td>147-160</td>\r\n<td>133-145</td>\r\n<td>136-145</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>",
          "template_styles": ".size-chart-main-image {\r\n    text-align: center;\r\n}\r\n.size-chart-main-text {\r\n    margin-bottom: 30px;\r\n    font-size: 13px;\r\n}\r\n.size-chart-main-table {\r\n    padding-bottom: 20px;\r\n}\r\n.size-chart-main-table .small-text {\r\n    font-size: 1.1rem;\r\n}\r\n.size-chart-main-table table {\r\n    font-family: arial, sans-serif;\r\n    border-collapse: collapse;\r\n    width: 100%;\r\n}\r\n.size-chart-main-table td, th {\r\n    border: 1px solid #dddddd;\r\n    text-align: left;\r\n    padding: 8px;\r\n}\r\n.size-chart-main-table tr:nth-child(even) {\r\n    background-color: #dddddd;\r\n}",
          "store_ids": "0",
          "display_type": "popup,inline,tab",
          "enabled": "1",
          "attribute_code": "size",
          "demo_templates": "men-top",
          "priority": "99",
          "updated_at": "2020-02-03 03:19:38",
          "created_at": "2020-02-03 03:17:43"
        },
        {
          "rule_id": 4,
          "name": "Nigel Hart",
          "rule_description": "Labore ducimus nihi",
          "rule_content": "<div class=\"size-chart-header\">\r\n<h3>Men's Tops Size Chart</h3>\r\n</div>\r\n<div class=\"mpcss size-chart-main\">\r\n<div class=\"size-chart-main-image col-md-4 col-xs-12\"><img src=\"{{view url=Mageplaza_SizeChart/media/images/size-chart-men.png}}\" /></div>\r\n<div class=\"size-chart-main-table col-md-8 col-xs-12\">\r\n<div class=\"size-chart-main-text\">\r\n<p>This size chart is to determine your top's size. If any of your measurement is on the borderline between two sizes, you can pick the smaller size for a tighter fit or the larger size for a looser fit. If your chest and waist measurements correspond to two different suggested sizes, you should order the one which is indicated by the measurement of your chest.</p>\r\n</div>\r\n<h4>SIZE CHART</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Size</th>\r\n<th>CHEST (cm)</th>\r\n<th>WAIST (cm)</th>\r\n<th>HIPS (cm)</th>\r\n</tr>\r\n<tr>\r\n<td>X-Small</td>\r\n<td>&lt; 88</td>\r\n<td>&lt; 73</td>\r\n<td>&lt; 88</td>\r\n</tr>\r\n<tr>\r\n<td>Small</td>\r\n<td>88–96</td>\r\n<td>73–81</td>\r\n<td>88–96</td>\r\n</tr>\r\n<tr>\r\n<td>Medium</td>\r\n<td>96–104</td>\r\n<td>81–89</td>\r\n<td>96–104</td>\r\n</tr>\r\n<tr>\r\n<td>Large</td>\r\n<td>104–112</td>\r\n<td>89–97</td>\r\n<td>104–112</td>\r\n</tr>\r\n<tr>\r\n<td>X-Large</td>\r\n<td>112–124</td>\r\n<td>97–109</td>\r\n<td>112–120</td>\r\n</tr>\r\n<tr>\r\n<td>XX-Large</td>\r\n<td>124–136</td>\r\n<td>109–121</td>\r\n<td>120–128</td>\r\n</tr>\r\n<tr>\r\n<td>XXX-Large</td>\r\n<td>136–148</td>\r\n<td>121–133</td>\r\n<td>128–136</td>\r\n</tr>\r\n<tr>\r\n<td>XXXX-Large</td>\r\n<td>147-160</td>\r\n<td>133-145</td>\r\n<td>136-145</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>",
          "template_styles": ".size-chart-main-image {\r\n    text-align: center;\r\n}\r\n.size-chart-main-text {\r\n    margin-bottom: 30px;\r\n    font-size: 13px;\r\n}\r\n.size-chart-main-table {\r\n    padding-bottom: 20px;\r\n}\r\n.size-chart-main-table .small-text {\r\n    font-size: 1.1rem;\r\n}\r\n.size-chart-main-table table {\r\n    font-family: arial, sans-serif;\r\n    border-collapse: collapse;\r\n    width: 100%;\r\n}\r\n.size-chart-main-table td, th {\r\n    border: 1px solid #dddddd;\r\n    text-align: left;\r\n    padding: 8px;\r\n}\r\n.size-chart-main-table tr:nth-child(even) {\r\n    background-color: #dddddd;\r\n}",
          "store_ids": "1",
          "display_type": "inline,tab",
          "enabled": "0",
          "attribute_code": null,
          "demo_templates": "men-top",
          "priority": "4",
          "updated_at": "2020-02-11 07:11:51",
          "created_at": "2020-02-11 07:11:51"
        },
        {
          "rule_id": 5,
          "name": "Dacey Villarreal",
          "rule_description": "Libero commodi sed d",
          "rule_content": "<div class=\"size-chart-header\">\r\n<h3>Men's Bottoms Size Chart</h3>\r\n</div>\r\n<div class=\"mpcss size-chart-main\">\r\n<div class=\"size-chart-main-image col-md-4 col-xs-12\"><img src=\"{{view url=Mageplaza_SizeChart/media/images/size-chart-men.png}}\" /></div>\r\n<div class=\"size-chart-main-table col-md-8 col-xs-12\">\r\n<div class=\"size-chart-main-text\">\r\n<p>This size chart is to determine your bottoms' size. If any of your measurement is on the borderline between two sizes, you can pick the smaller size for a tighter fit or the larger size for a looser fit. If your hip and waist measurements correspond to two different suggested sizes, you should order the one which is indicated by the measurement of your hips.</p>\r\n</div>\r\n<h4>SIZE CHART</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Size</th>\r\n<th>Waist (cm)</th>\r\n<th>Hip (cm)</th>\r\n</tr>\r\n<tr>\r\n<td>XS</td>\r\n<td>69.5-74.5</td>\r\n<td>83.5-88.5</td>\r\n</tr>\r\n<tr>\r\n<td>S</td>\r\n<td>74.5-79.5</td>\r\n<td>88.5-93.5</td>\r\n</tr>\r\n<tr>\r\n<td>M</td>\r\n<td>79.5-85</td>\r\n<td>93.5-98.5</td>\r\n</tr>\r\n<tr>\r\n<td>L</td>\r\n<td>85-91</td>\r\n<td>98.5-103.5</td>\r\n</tr>\r\n<tr>\r\n<td>XL</td>\r\n<td>91-97</td>\r\n<td>103.5-108.5</td>\r\n</tr>\r\n<tr>\r\n<td>XXL</td>\r\n<td>97-103</td>\r\n<td>108.5-113.5</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>",
          "template_styles": ".size-chart-main-table .small-text {\r\n    font-size: 1.1rem;\r\n}\r\n.size-chart-main-text {\r\n    margin-bottom: 30px;\r\n    font-size: 13px;\r\n}\r\n.size-chart-main-table {\r\n    padding-bottom: 20px;\r\n}\r\n.size-chart-main-table table {\r\n    font-family: arial, sans-serif;\r\n    border-collapse: collapse;\r\n    width: 100%;\r\n}\r\n.size-chart-main-table td, th {\r\n    border: 1px solid #dddddd;\r\n    text-align: left;\r\n    padding: 8px;\r\n}\r\n.size-chart-main-table tr:nth-child(even) {\r\n    background-color: #dddddd;\r\n}",
          "store_ids": "0",
          "display_type": "popup",
          "enabled": "1",
          "attribute_code": "shoes_size",
          "demo_templates": "men-bottom",
          "priority": "8",
          "updated_at": "2020-02-11 07:12:19",
          "created_at": "2020-02-11 07:12:19"
        }
      ]
    }
  }
}
Date

Tue, 18 Feb 2020 07:12:28 GMT

Expires

Mon, 18 Feb 2019 07:12:28 GMT

Cache-Control

max-age=0, must-revalidate, no-cache, no-store

Pragma

no-cache

Set-Cookie

PHPSESSID=pv6g0b4uqp05g1his5q650ks21; expires=Tue, 18-Feb-2020 08:12:28 GMT; Max-Age=3600; path=/maianh/ce233d; domain=192.168.1.200; HttpOnly

Set-Cookie

private_content_version=da5ea94ddafbe7a75a076f59894a8fc3; expires=Fri, 15-Feb-2030 07:12:28 GMT; Max-Age=315360000; path=/

Set-Cookie

private_content_version=e333209d3d58022cbd12aa8ef2870eba; expires=Fri, 15-Feb-2030 07:12:28 GMT; Max-Age=315360000; path=/

Set-Cookie

private_content_version=4d30428e7832b4c2f13fba1ce316fb9d; expires=Fri, 15-Feb-2030 07:12:28 GMT; Max-Age=315360000; path=/

X-Content-Type-Options

nosniff

X-XSS-Protection

1; mode=block

X-Frame-Options

SAMEORIGIN

Content-Length

7843

Content-Type

application/json

Age

0

X-Cache

MISS

X-Cache-Hits

0

Accept-Ranges

bytes

Connection

keep-alive

POSTGraphQL Product

{{magento_base_url}}/graphql
HEADERS
Content-Type

application/json

Example Request
curl
curl --location -g '{{magento_base_url}}/graphql' \
--header 'Content-Type: application/json' \
--data '{"query":"query {\r\n  products( \r\n   filter: { price: { from: \"50\" to: \"55\"} }\r\n  pageSize: 5\r\n  currentPage: 1\r\n  sort: {name: ASC}) {\r\n    total_count\r\n    items {\r\n      name\r\n      sku\r\n      mp_sizeChart {\r\n        rule_id\r\n        name\r\n        rule_description\r\n        rule_content\r\n        template_styles\r\n        store_ids\r\n        display_type\r\n        enabled\r\n        attribute_code\r\n        demo_templates\r\n        priority\r\n        updated_at\r\n        created_at\r\n      } \r\n    }\r\n  }\r\n}\r\n","variables":{}}'
200 OK
Example Response
json
{
  "data": {
    "products": {
      "total_count": 13,
      "items": [
        {
          "name": "Carina Basic Capri",
          "sku": "WP09",
          "mp_sizeChart": {
            "rule_id": 5,
            "name": "Dacey Villarreal",
            "rule_description": "Libero commodi sed d",
            "rule_content": "<div class=\"size-chart-header\">\r\n<h3>Men's Bottoms Size Chart</h3>\r\n</div>\r\n<div class=\"mpcss size-chart-main\">\r\n<div class=\"size-chart-main-image col-md-4 col-xs-12\"><img src=\"http://192.168.1.200/maianh/ce233d/pub/static/version1581927067/graphql/_view/en_US/Mageplaza_SizeChart/media/images/size-chart-men.png\" /></div>\r\n<div class=\"size-chart-main-table col-md-8 col-xs-12\">\r\n<div class=\"size-chart-main-text\">\r\n<p>This size chart is to determine your bottoms' size. If any of your measurement is on the borderline between two sizes, you can pick the smaller size for a tighter fit or the larger size for a looser fit. If your hip and waist measurements correspond to two different suggested sizes, you should order the one which is indicated by the measurement of your hips.</p>\r\n</div>\r\n<h4>SIZE CHART</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Size</th>\r\n<th>Waist (cm)</th>\r\n<th>Hip (cm)</th>\r\n</tr>\r\n<tr>\r\n<td>XS</td>\r\n<td>69.5-74.5</td>\r\n<td>83.5-88.5</td>\r\n</tr>\r\n<tr>\r\n<td>S</td>\r\n<td>74.5-79.5</td>\r\n<td>88.5-93.5</td>\r\n</tr>\r\n<tr>\r\n<td>M</td>\r\n<td>79.5-85</td>\r\n<td>93.5-98.5</td>\r\n</tr>\r\n<tr>\r\n<td>L</td>\r\n<td>85-91</td>\r\n<td>98.5-103.5</td>\r\n</tr>\r\n<tr>\r\n<td>XL</td>\r\n<td>91-97</td>\r\n<td>103.5-108.5</td>\r\n</tr>\r\n<tr>\r\n<td>XXL</td>\r\n<td>97-103</td>\r\n<td>108.5-113.5</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>",
            "template_styles": ".size-chart-main-table .small-text {\r\n    font-size: 1.1rem;\r\n}\r\n.size-chart-main-text {\r\n    margin-bottom: 30px;\r\n    font-size: 13px;\r\n}\r\n.size-chart-main-table {\r\n    padding-bottom: 20px;\r\n}\r\n.size-chart-main-table table {\r\n    font-family: arial, sans-serif;\r\n    border-collapse: collapse;\r\n    width: 100%;\r\n}\r\n.size-chart-main-table td, th {\r\n    border: 1px solid #dddddd;\r\n    text-align: left;\r\n    padding: 8px;\r\n}\r\n.size-chart-main-table tr:nth-child(even) {\r\n    background-color: #dddddd;\r\n}",
            "store_ids": "0",
            "display_type": "popup",
            "enabled": "1",
            "attribute_code": "shoes_size",
            "demo_templates": "men-bottom",
            "priority": "8",
            "updated_at": "2020-02-11 07:12:19",
            "created_at": "2020-02-11 07:12:19"
          }
        },
        {
          "name": "Chaz Kangeroo Hoodie",
          "sku": "MH01",
          "mp_sizeChart": {
            "rule_id": 5,
            "name": "Dacey Villarreal",
            "rule_description": "Libero commodi sed d",
            "rule_content": "<div class=\"size-chart-header\">\r\n<h3>Men's Bottoms Size Chart</h3>\r\n</div>\r\n<div class=\"mpcss size-chart-main\">\r\n<div class=\"size-chart-main-image col-md-4 col-xs-12\"><img src=\"http://192.168.1.200/maianh/ce233d/pub/static/version1581927067/graphql/_view/en_US/Mageplaza_SizeChart/media/images/size-chart-men.png\" /></div>\r\n<div class=\"size-chart-main-table col-md-8 col-xs-12\">\r\n<div class=\"size-chart-main-text\">\r\n<p>This size chart is to determine your bottoms' size. If any of your measurement is on the borderline between two sizes, you can pick the smaller size for a tighter fit or the larger size for a looser fit. If your hip and waist measurements correspond to two different suggested sizes, you should order the one which is indicated by the measurement of your hips.</p>\r\n</div>\r\n<h4>SIZE CHART</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Size</th>\r\n<th>Waist (cm)</th>\r\n<th>Hip (cm)</th>\r\n</tr>\r\n<tr>\r\n<td>XS</td>\r\n<td>69.5-74.5</td>\r\n<td>83.5-88.5</td>\r\n</tr>\r\n<tr>\r\n<td>S</td>\r\n<td>74.5-79.5</td>\r\n<td>88.5-93.5</td>\r\n</tr>\r\n<tr>\r\n<td>M</td>\r\n<td>79.5-85</td>\r\n<td>93.5-98.5</td>\r\n</tr>\r\n<tr>\r\n<td>L</td>\r\n<td>85-91</td>\r\n<td>98.5-103.5</td>\r\n</tr>\r\n<tr>\r\n<td>XL</td>\r\n<td>91-97</td>\r\n<td>103.5-108.5</td>\r\n</tr>\r\n<tr>\r\n<td>XXL</td>\r\n<td>97-103</td>\r\n<td>108.5-113.5</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>",
            "template_styles": ".size-chart-main-table .small-text {\r\n    font-size: 1.1rem;\r\n}\r\n.size-chart-main-text {\r\n    margin-bottom: 30px;\r\n    font-size: 13px;\r\n}\r\n.size-chart-main-table {\r\n    padding-bottom: 20px;\r\n}\r\n.size-chart-main-table table {\r\n    font-family: arial, sans-serif;\r\n    border-collapse: collapse;\r\n    width: 100%;\r\n}\r\n.size-chart-main-table td, th {\r\n    border: 1px solid #dddddd;\r\n    text-align: left;\r\n    padding: 8px;\r\n}\r\n.size-chart-main-table tr:nth-child(even) {\r\n    background-color: #dddddd;\r\n}",
            "store_ids": "0",
            "display_type": "popup",
            "enabled": "1",
            "attribute_code": "shoes_size",
            "demo_templates": "men-bottom",
            "priority": "8",
            "updated_at": "2020-02-11 07:12:19",
            "created_at": "2020-02-11 07:12:19"
          }
        },
        {
          "name": "Clamber Watch",
          "sku": "24-WG03",
          "mp_sizeChart": {
            "rule_id": 5,
            "name": "Dacey Villarreal",
            "rule_description": "Libero commodi sed d",
            "rule_content": "<div class=\"size-chart-header\">\r\n<h3>Men's Bottoms Size Chart</h3>\r\n</div>\r\n<div class=\"mpcss size-chart-main\">\r\n<div class=\"size-chart-main-image col-md-4 col-xs-12\"><img src=\"http://192.168.1.200/maianh/ce233d/pub/static/version1581927067/graphql/_view/en_US/Mageplaza_SizeChart/media/images/size-chart-men.png\" /></div>\r\n<div class=\"size-chart-main-table col-md-8 col-xs-12\">\r\n<div class=\"size-chart-main-text\">\r\n<p>This size chart is to determine your bottoms' size. If any of your measurement is on the borderline between two sizes, you can pick the smaller size for a tighter fit or the larger size for a looser fit. If your hip and waist measurements correspond to two different suggested sizes, you should order the one which is indicated by the measurement of your hips.</p>\r\n</div>\r\n<h4>SIZE CHART</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Size</th>\r\n<th>Waist (cm)</th>\r\n<th>Hip (cm)</th>\r\n</tr>\r\n<tr>\r\n<td>XS</td>\r\n<td>69.5-74.5</td>\r\n<td>83.5-88.5</td>\r\n</tr>\r\n<tr>\r\n<td>S</td>\r\n<td>74.5-79.5</td>\r\n<td>88.5-93.5</td>\r\n</tr>\r\n<tr>\r\n<td>M</td>\r\n<td>79.5-85</td>\r\n<td>93.5-98.5</td>\r\n</tr>\r\n<tr>\r\n<td>L</td>\r\n<td>85-91</td>\r\n<td>98.5-103.5</td>\r\n</tr>\r\n<tr>\r\n<td>XL</td>\r\n<td>91-97</td>\r\n<td>103.5-108.5</td>\r\n</tr>\r\n<tr>\r\n<td>XXL</td>\r\n<td>97-103</td>\r\n<td>108.5-113.5</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>",
            "template_styles": ".size-chart-main-table .small-text {\r\n    font-size: 1.1rem;\r\n}\r\n.size-chart-main-text {\r\n    margin-bottom: 30px;\r\n    font-size: 13px;\r\n}\r\n.size-chart-main-table {\r\n    padding-bottom: 20px;\r\n}\r\n.size-chart-main-table table {\r\n    font-family: arial, sans-serif;\r\n    border-collapse: collapse;\r\n    width: 100%;\r\n}\r\n.size-chart-main-table td, th {\r\n    border: 1px solid #dddddd;\r\n    text-align: left;\r\n    padding: 8px;\r\n}\r\n.size-chart-main-table tr:nth-child(even) {\r\n    background-color: #dddddd;\r\n}",
            "store_ids": "0",
            "display_type": "popup",
            "enabled": "1",
            "attribute_code": "shoes_size",
            "demo_templates": "men-bottom",
            "priority": "8",
            "updated_at": "2020-02-11 07:12:19",
            "created_at": "2020-02-11 07:12:19"
          }
        },
        {
          "name": "Cruise Dual Analog Watch",
          "sku": "24-MG05",
          "mp_sizeChart": {
            "rule_id": 5,
            "name": "Dacey Villarreal",
            "rule_description": "Libero commodi sed d",
            "rule_content": "<div class=\"size-chart-header\">\r\n<h3>Men's Bottoms Size Chart</h3>\r\n</div>\r\n<div class=\"mpcss size-chart-main\">\r\n<div class=\"size-chart-main-image col-md-4 col-xs-12\"><img src=\"http://192.168.1.200/maianh/ce233d/pub/static/version1581927067/graphql/_view/en_US/Mageplaza_SizeChart/media/images/size-chart-men.png\" /></div>\r\n<div class=\"size-chart-main-table col-md-8 col-xs-12\">\r\n<div class=\"size-chart-main-text\">\r\n<p>This size chart is to determine your bottoms' size. If any of your measurement is on the borderline between two sizes, you can pick the smaller size for a tighter fit or the larger size for a looser fit. If your hip and waist measurements correspond to two different suggested sizes, you should order the one which is indicated by the measurement of your hips.</p>\r\n</div>\r\n<h4>SIZE CHART</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Size</th>\r\n<th>Waist (cm)</th>\r\n<th>Hip (cm)</th>\r\n</tr>\r\n<tr>\r\n<td>XS</td>\r\n<td>69.5-74.5</td>\r\n<td>83.5-88.5</td>\r\n</tr>\r\n<tr>\r\n<td>S</td>\r\n<td>74.5-79.5</td>\r\n<td>88.5-93.5</td>\r\n</tr>\r\n<tr>\r\n<td>M</td>\r\n<td>79.5-85</td>\r\n<td>93.5-98.5</td>\r\n</tr>\r\n<tr>\r\n<td>L</td>\r\n<td>85-91</td>\r\n<td>98.5-103.5</td>\r\n</tr>\r\n<tr>\r\n<td>XL</td>\r\n<td>91-97</td>\r\n<td>103.5-108.5</td>\r\n</tr>\r\n<tr>\r\n<td>XXL</td>\r\n<td>97-103</td>\r\n<td>108.5-113.5</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>",
            "template_styles": ".size-chart-main-table .small-text {\r\n    font-size: 1.1rem;\r\n}\r\n.size-chart-main-text {\r\n    margin-bottom: 30px;\r\n    font-size: 13px;\r\n}\r\n.size-chart-main-table {\r\n    padding-bottom: 20px;\r\n}\r\n.size-chart-main-table table {\r\n    font-family: arial, sans-serif;\r\n    border-collapse: collapse;\r\n    width: 100%;\r\n}\r\n.size-chart-main-table td, th {\r\n    border: 1px solid #dddddd;\r\n    text-align: left;\r\n    padding: 8px;\r\n}\r\n.size-chart-main-table tr:nth-child(even) {\r\n    background-color: #dddddd;\r\n}",
            "store_ids": "0",
            "display_type": "popup",
            "enabled": "1",
            "attribute_code": "shoes_size",
            "demo_templates": "men-bottom",
            "priority": "8",
            "updated_at": "2020-02-11 07:12:19",
            "created_at": "2020-02-11 07:12:19"
          }
        },
        {
          "name": "Daria Bikram Pant",
          "sku": "WP10",
          "mp_sizeChart": {
            "rule_id": 5,
            "name": "Dacey Villarreal",
            "rule_description": "Libero commodi sed d",
            "rule_content": "<div class=\"size-chart-header\">\r\n<h3>Men's Bottoms Size Chart</h3>\r\n</div>\r\n<div class=\"mpcss size-chart-main\">\r\n<div class=\"size-chart-main-image col-md-4 col-xs-12\"><img src=\"http://192.168.1.200/maianh/ce233d/pub/static/version1581927067/graphql/_view/en_US/Mageplaza_SizeChart/media/images/size-chart-men.png\" /></div>\r\n<div class=\"size-chart-main-table col-md-8 col-xs-12\">\r\n<div class=\"size-chart-main-text\">\r\n<p>This size chart is to determine your bottoms' size. If any of your measurement is on the borderline between two sizes, you can pick the smaller size for a tighter fit or the larger size for a looser fit. If your hip and waist measurements correspond to two different suggested sizes, you should order the one which is indicated by the measurement of your hips.</p>\r\n</div>\r\n<h4>SIZE CHART</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Size</th>\r\n<th>Waist (cm)</th>\r\n<th>Hip (cm)</th>\r\n</tr>\r\n<tr>\r\n<td>XS</td>\r\n<td>69.5-74.5</td>\r\n<td>83.5-88.5</td>\r\n</tr>\r\n<tr>\r\n<td>S</td>\r\n<td>74.5-79.5</td>\r\n<td>88.5-93.5</td>\r\n</tr>\r\n<tr>\r\n<td>M</td>\r\n<td>79.5-85</td>\r\n<td>93.5-98.5</td>\r\n</tr>\r\n<tr>\r\n<td>L</td>\r\n<td>85-91</td>\r\n<td>98.5-103.5</td>\r\n</tr>\r\n<tr>\r\n<td>XL</td>\r\n<td>91-97</td>\r\n<td>103.5-108.5</td>\r\n</tr>\r\n<tr>\r\n<td>XXL</td>\r\n<td>97-103</td>\r\n<td>108.5-113.5</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>",
            "template_styles": ".size-chart-main-table .small-text {\r\n    font-size: 1.1rem;\r\n}\r\n.size-chart-main-text {\r\n    margin-bottom: 30px;\r\n    font-size: 13px;\r\n}\r\n.size-chart-main-table {\r\n    padding-bottom: 20px;\r\n}\r\n.size-chart-main-table table {\r\n    font-family: arial, sans-serif;\r\n    border-collapse: collapse;\r\n    width: 100%;\r\n}\r\n.size-chart-main-table td, th {\r\n    border: 1px solid #dddddd;\r\n    text-align: left;\r\n    padding: 8px;\r\n}\r\n.size-chart-main-table tr:nth-child(even) {\r\n    background-color: #dddddd;\r\n}",
            "store_ids": "0",
            "display_type": "popup",
            "enabled": "1",
            "attribute_code": "shoes_size",
            "demo_templates": "men-bottom",
            "priority": "8",
            "updated_at": "2020-02-11 07:12:19",
            "created_at": "2020-02-11 07:12:19"
          }
        }
      ]
    }
  }
}
Date

Tue, 18 Feb 2020 07:11:56 GMT

Expires

Mon, 18 Feb 2019 07:11:56 GMT

Cache-Control

max-age=0, must-revalidate, no-cache, no-store

Pragma

no-cache

Set-Cookie

PHPSESSID=pv6g0b4uqp05g1his5q650ks21; expires=Tue, 18-Feb-2020 08:11:56 GMT; Max-Age=3600; path=/maianh/ce233d; domain=192.168.1.200; HttpOnly

Set-Cookie

private_content_version=9a4ccbfb35236c73052f807562453cb6; expires=Fri, 15-Feb-2030 07:11:56 GMT; Max-Age=315360000; path=/

Set-Cookie

private_content_version=56733bfd3168a60759ebd48e347a67a4; expires=Fri, 15-Feb-2030 07:11:56 GMT; Max-Age=315360000; path=/

Set-Cookie

private_content_version=2014719068bc2b0fd044bd94b0ce279f; expires=Fri, 15-Feb-2030 07:11:56 GMT; Max-Age=315360000; path=/

X-Content-Type-Options

nosniff

X-XSS-Protection

1; mode=block

X-Frame-Options

SAMEORIGIN

Content-Type

application/json

Age

0

X-Cache

MISS

X-Cache-Hits

0

Accept-Ranges

bytes

Transfer-Encoding

chunked

Connection

keep-alive