Requires read_product_sizechart access scope.
For more info, refer to:
GET https://{handle}.myshopline.com/admin/openapi/v20260301/sizecharts.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .
Query the product size data in batch maintained in the size chart app.
Query Parameters
  • page_num integer
    The page number where the queried data is located. If not provided, it defaults to the first page.
    Example: 1
  • page_size integer
    The number of size chart entries per page.
    Default value:20
    Value range:1-20
    Example: 20
Request Headers
  • Content-Type string required
    The field must be set to the fixed value application/json; charset=utf-8.
  • Authorization string required
    The access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Status Codes
For the complete list of codes and messages, see Http status code.

Response Headers
  • traceId
    A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
  • dataobject
    Response data.
  • has_next boolean
    Indicates whether there is more data available on the next page.
    • true:has data on next page
    • false: no next page data
  • page_num integer
    Current page number.
    Example: 1
  • page_size integer
    The number of size chart entries per page.
    Example: 20
  • size_chartsobject[]
    A list of size chart data.
  • applicable_product_type string
    Method type for matching the size chart with products.
    • ALL:apply to all products
    • SPECIFIC:apply to specific products
    • COLLECTION:apply to specific product collection
    Example: ALL
  • collection_list array
    When the applicable_product_type is set to COLLECTION, use this field to get a list of collection IDs that matching the size chart.
    Example: ["12260895952237462871473144"]
  • product_list array
    When applicable_product_type is set to SPECIFIC, this field represents a list of product IDs for matching the size chart, limited to returning only the first 100 product IDs order by the time of addition.
    Example: ["16064649853088531841170520"]
  • contentsobject[]
    Size Data List.
  • type string
    Enumaration of supported content types in a size chart.
    Enum ValueDescription
    SIZE_CHARTTable Type
    CROSS_SIZE_CHARTCross Table Type
    IMAGEImage Type
    TEXTText Type
    TABTab Type
    Example: SIZE_CHART
  • url string
    Image Type Content.
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • cross_table_contentobject
    Cross Table Data.
  • row_title string
    Row Title of cross_table.
    Example: high
  • row_unitobject
    The size unit of the rows in the cross table.
  • convert_unit string
    Row Column Conversion Unit, the unit must belong to the unit type in the unit_type parameter and must be different from the value of default_unit.
    Example: feet
  • default_unit string
    Default Unit, the unit must belong to the unit type specified in the unit_type parameter.
    Example: cm
  • unit_type string
    The unit types supported by cross tables and the specific measurement units within each type.
    Unit TypeUnit Type DescriptionSupported UnitSupported Unit Description
    LENGTHLengthfeetFeet
    LENGTHLengthmMeters
    LENGTHLengthcmCentimeters
    LENGTHLengthmmMillimeters
    LENGTHLengthinInches
    WEIGHTWeight (Default)lbPounds
    WEIGHTWeight (Default)ozOunces
    WEIGHTWeight (Default)kgKilograms
    WEIGHTWeight (Default)gGrams
    WEIGHTWeight (Default)mgMilligrams
    BULKVolumeus_galGallon (US)
    BULKVolumeuk_galGallon (UK)
    BULKVolumeoz_usFluid Ounce (US)
    BULKVolumeoz_ukFluid Ounce (UK)
    BULKVolumemlMilliliters
    BULKVolumelLiters
    Example: LENGTH
  • size_dataobject[]
    Cross Table Body, where an array represents the data for one row of the table. Each element in the array represents the data for a cell in the table.
  • row_data array
    Cross Table Row Data, where each element in the array represents a cell in a row of data.
    Example: ["XS,64"]
  • column_title string
    Column Title of cross table.
    Example: weight
  • column_unitobject
    The size unit of the columns in the cross table.
  • convert_unit string
    Conversion Unit, the unit must belong to the unit type in the unit_type parameter and must be different from the value of default_unit.
    Example: kg
  • default_unit string
    Default Unit, the unit must belong to the unit type specified in the unit_type parameter.
    Example: lb
  • unit_type string
    The unit types supported by cross tables and the specific measurement units within each type.
    Unit TypeUnit Type DescriptionSupported UnitSupported Unit Description
    LENGTHLengthfeetFeet
    LENGTHLengthmMeters
    LENGTHLengthcmCentimeters
    LENGTHLengthmmMillimeters
    LENGTHLengthinInches
    WEIGHTWeight (Default)lbPounds
    WEIGHTWeight (Default)ozOunces
    WEIGHTWeight (Default)kgKilograms
    WEIGHTWeight (Default)gGrams
    WEIGHTWeight (Default)mgMilligrams
    BULKVolumeus_galGallon (US)
    BULKVolumeuk_galGallon (UK)
    BULKVolumeoz_usFluid Ounce (US)
    BULKVolumeoz_ukFluid Ounce (UK)
    BULKVolumemlMilliliters
    BULKVolumelLiters
    Example: WEIGHT
  • remark string
    Cross Table Remark.
    Example: 1 lb = 0.45 kg,1 feet = 30.48 cm
  • table_contentobject
    Table Data.
  • size_dataobject[]
    Table data body, an array represents a row of data in the table, the first array is the table header, each element in the array corresponds to the cell data in the table.
  • row_data array
    Array representation of table row data, where each element in the array represents a cell.
    Example: ["XS,64"]
  • unitobject
    The size unit of table.
  • convert_unit string
    Conversion Unit, the unit provided must belong to the unit type specified in the unit_type parameter and must be different from the value passed in default_unit.
    Example: in
  • default_unit string
    Default Unit, the unit must belong to the unit type specified in the unit_type parameter.
    Example: cm
  • unit_type string
    The unit types supported by table and the specific measurement units within each type.
    Unit TypeUnit Type DescriptionSupported UnitSupported Unit Description
    LENGTHLengthfeetFeet
    LENGTHLengthmMeters
    LENGTHLengthcmCentimeters
    LENGTHLengthmmMillimeters
    LENGTHLengthinInches
    WEIGHTWeight (Default)lbPounds
    WEIGHTWeight (Default)ozOunces
    WEIGHTWeight (Default)kgKilograms
    WEIGHTWeight (Default)gGrams
    WEIGHTWeight (Default)mgMilligrams
    BULKVolumeus_galGallon (US)
    BULKVolumeuk_galGallon (UK)
    BULKVolumeoz_usFluid Ounce (US)
    BULKVolumeoz_ukFluid Ounce (UK)
    BULKVolumemlMilliliters
    BULKVolumelLiters
    Example: LENGTH
  • country_sizeobject
    The country size data represents the names of sizes in different countries within this table.
  • country_size_dataobject[]
    The country size data where the first element of the array represents the country, and the other elements represent the names of different sizes in that country.
  • country string
    Country Name.
    Example: US
  • data array
    An array representing the names of different sizes in the current country within the table.
    Example: ["78,89"]
  • cover_attribute boolean
    Override Size value Text or not,When true is passed, the country size names will be used to display the size attribute values on the page.
    true:Override
    false:not Override
  • status boolean
    Country size function Switch.
    true:trun on this function
    false:trun off this function
    Example: true
  • remark string
    Table remark.
    Example: 1inch=2.54cm
  • tabsobject[]
    Tabular data body where one tab component can contain up to 5 tab columns, each tab column can include up to 10 size data entities, and tabs can be nested within tabs up to 2 levels deep.
  • tab_contentobject[]
    Size data of tab columns.
  • text string
    Text Type Content.
  • title string
    Title of size chart table.
  • type string
    Enumaration of supported content types in a tab column.
    Enum ValueDescription
    SIZE_CHARTTable Type
    CROSS_SIZE_CHARTCross Table Type
    IMAGEImage Type
    TEXTText Type
    TABSecondary Tab Type
  • url string
    Image Type Content.
  • cross_table_contentobject
    Cross Table Data.
  • size_dataobject[]
    Cross Table Body, where an array represents the data for one row of the table. Each element in the array represents the data for a cell in the table.
  • row_data array
    Cross Table Row Data, where each element in the array represents a cell in a row of data.
    Example: ["XS,64"]
  • column_title string
    Column Title of cross table.
    Example: weight
  • column_unitobject
    The size unit of the columns in the cross table.
  • convert_unit string
    Conversion Unit, the unit must belong to the unit type in the unit_type parameter and must be different from the value of default_unit.
    Example: kg
  • default_unit string
    Default Unit, the unit must belong to the unit type specified in the unit_type parameter.
    Example: lb
  • unit_type string
    The unit types supported by cross tables and the specific measurement units within each type.
    Unit TypeUnit Type DescriptionSupported UnitSupported Unit Description
    LENGTHLengthfeetFeet
    LENGTHLengthmMeters
    LENGTHLengthcmCentimeters
    LENGTHLengthmmMillimeters
    LENGTHLengthinInches
    WEIGHTWeight (Default)lbPounds
    WEIGHTWeight (Default)ozOunces
    WEIGHTWeight (Default)kgKilograms
    WEIGHTWeight (Default)gGrams
    WEIGHTWeight (Default)mgMilligrams
    BULKVolumeus_galGallon (US)
    BULKVolumeuk_galGallon (UK)
    BULKVolumeoz_usFluid Ounce (US)
    BULKVolumeoz_ukFluid Ounce (UK)
    BULKVolumemlMilliliters
    BULKVolumelLiters
  • remark string
    Cross Table Remark.
  • row_title string
    Row Title of cross_table.
    Example: high
  • row_unitobject
    The size unit of the rows in the cross table.
  • convert_unit string
    Row Column Conversion Unit, the unit must belong to the unit type in the unit_type parameter and must be different from the value of default_unit.
    Example: feet
  • default_unit string
    Default Unit, the unit must belong to the unit type specified in the unit_type parameter.
    Example: cm
  • unit_type string
    The unit types supported by cross tables and the specific measurement units within each type.
    Unit TypeUnit Type DescriptionSupported UnitSupported Unit Description
    LENGTHLengthfeetFeet
    LENGTHLengthmMeters
    LENGTHLengthcmCentimeters
    LENGTHLengthmmMillimeters
    LENGTHLengthinInches
    WEIGHTWeight (Default)lbPounds
    WEIGHTWeight (Default)ozOunces
    WEIGHTWeight (Default)kgKilograms
    WEIGHTWeight (Default)gGrams
    WEIGHTWeight (Default)mgMilligrams
    BULKVolumeus_galGallon (US)
    BULKVolumeuk_galGallon (UK)
    BULKVolumeoz_usFluid Ounce (US)
    BULKVolumeoz_ukFluid Ounce (UK)
    BULKVolumemlMilliliters
    BULKVolumelLiters
    Example: LENGTH
  • table_contentobject
    Table Data.
  • country_sizeobject
    The country size data represents the names of sizes in different countries within this table.
  • country_size_dataobject[]
    The country size data where the first element of the array represents the country, and the other elements represent the names of different sizes in that country.
  • country string
    Country Name.
  • data array
    An array representing the names of different sizes in the current country within the table.
    Example: [""]
  • cover_attribute boolean
    Override Size value Text or not,When true is passed, the country size names will be used to display the size attribute values on the page.
    true:Override
    false:not Override
  • status boolean
    Country size function Switch.
    true:trun on this function
    false:trun off this function
  • remark string
    Table remark.
  • size_dataobject[]
    Table data body, an array represents a row of data in the table, the first array is the table header, each element in the array corresponds to the cell data in the table.
  • row_data array
    Array representation of table row data, where each element in the array represents a cell.
    Example: [""]
  • unitobject
    The size unit of table.
  • unit_type string
    The unit types supported by table and the specific measurement units within each type.
    Unit TypeUnit Type DescriptionSupported UnitSupported Unit Description
    LENGTHLengthfeetFeet
    LENGTHLengthmMeters
    LENGTHLengthcmCentimeters
    LENGTHLengthmmMillimeters
    LENGTHLengthinInches
    WEIGHTWeight (Default)lbPounds
    WEIGHTWeight (Default)ozOunces
    WEIGHTWeight (Default)kgKilograms
    WEIGHTWeight (Default)gGrams
    WEIGHTWeight (Default)mgMilligrams
    BULKVolumeus_galGallon (US)
    BULKVolumeuk_galGallon (UK)
    BULKVolumeoz_usFluid Ounce (US)
    BULKVolumeoz_ukFluid Ounce (UK)
    BULKVolumemlMilliliters
    BULKVolumelLiters
  • convert_unit string
    Conversion Unit, the unit provided must belong to the unit type specified in the unit_type parameter and must be different from the value passed in default_unit.
  • default_unit string
    Default Unit, the unit must belong to the unit type specified in the unit_type parameter.
  • tabsobject[]
    Secondary tab data , where there can be up to 5 secondary tab columns, each column can contain up to 10 size data entities.
  • tab_contentobject[]
    Size data of secondary tab columns.
  • type string
    Enumaration of supported content types in a secondary tab column.
    Enum ValueDescription
    SIZE_CHARTTable Type
    CROSS_SIZE_CHARTCross Table Type
    IMAGEImage Type
    TEXTText Type
  • url string
    Image Type Content.
  • cross_table_contentobject
    Cross Table Data.
  • size_dataobject[]
    Cross Table Body, where an array represents the data for one row of the table. Each element in the array represents the data for a cell in the table.
  • row_data array
    Cross Table Row Data, where each element in the array represents a cell in a row of data.
    Example: ["XS,64"]
  • column_title string
    Column Title of cross table.
  • column_unitobject
    The size unit of the columns in the cross table.
  • default_unit string
    Default Unit, the unit must belong to the unit type specified in the unit_type parameter.
    Example: lb
  • unit_type string
    The unit types supported by cross tables and the specific measurement units within each type.
    Unit TypeUnit Type DescriptionSupported UnitSupported Unit Description
    LENGTHLengthfeetFeet
    LENGTHLengthmMeters
    LENGTHLengthcmCentimeters
    LENGTHLengthmmMillimeters
    LENGTHLengthinInches
    WEIGHTWeight (Default)lbPounds
    WEIGHTWeight (Default)ozOunces
    WEIGHTWeight (Default)kgKilograms
    WEIGHTWeight (Default)gGrams
    WEIGHTWeight (Default)mgMilligrams
    BULKVolumeus_galGallon (US)
    BULKVolumeuk_galGallon (UK)
    BULKVolumeoz_usFluid Ounce (US)
    BULKVolumeoz_ukFluid Ounce (UK)
    BULKVolumemlMilliliters
    BULKVolumelLiters
  • convert_unit string
    Conversion Unit, the unit must belong to the unit type in the unit_type parameter and must be different from the value of default_unit.
    Example: kg
  • remark string
    Cross Table Remark.
  • row_title string
    Row Title of cross_table.
  • row_unitobject
    The size unit of the rows in the cross table.
  • unit_type string
    The unit types supported by cross tables and the specific measurement units within each type.
    Unit TypeUnit Type DescriptionSupported UnitSupported Unit Description
    LENGTHLengthfeetFeet
    LENGTHLengthmMeters
    LENGTHLengthcmCentimeters
    LENGTHLengthmmMillimeters
    LENGTHLengthinInches
    WEIGHTWeight (Default)lbPounds
    WEIGHTWeight (Default)ozOunces
    WEIGHTWeight (Default)kgKilograms
    WEIGHTWeight (Default)gGrams
    WEIGHTWeight (Default)mgMilligrams
    BULKVolumeus_galGallon (US)
    BULKVolumeuk_galGallon (UK)
    BULKVolumeoz_usFluid Ounce (US)
    BULKVolumeoz_ukFluid Ounce (UK)
    BULKVolumemlMilliliters
    BULKVolumelLiters
    Example: LENGTH
  • convert_unit string
    Row Column Conversion Unit, the unit must belong to the unit type in the unit_type parameter and must be different from the value of default_unit.
    Example: feet
  • default_unit string
    Default Unit, the unit must belong to the unit type specified in the unit_type parameter.
    Example: cm
  • table_contentobject
    Table Data.
  • country_sizeobject
    The country size data represents the names of sizes in different countries within this table.
  • country_size_dataobject[]
    The country size data where the first element of the array represents the country, and the other elements represent the names of different sizes in that country.
  • country string
    Country Name.
  • data array
    An array representing the names of different sizes in the current country within the table.
    Example: [""]
  • cover_attribute boolean
    Override Size value Text or not,When true is passed, the country size names will be used to display the size attribute values on the page.
    true:Override
    false:not Override
  • status boolean
    Country size function Switch.
    true:trun on this function
    false:trun off this function
  • remark string
    Table remark.
  • size_dataobject[]
    Table data body, an array represents a row of data in the table, the first array is the table header, each element in the array corresponds to the cell data in the table.
  • row_data array
    Array representation of table row data, where each element in the array represents a cell.
    Example: [""]
  • unitobject
    The size unit of table.
  • convert_unit string
    Conversion Unit, the unit provided must belong to the unit type specified in the unit_type parameter and must be different from the value passed in default_unit.
  • default_unit string
    Default Unit, the unit must belong to the unit type specified in the unit_type parameter.
  • unit_type string
    The unit types supported by table and the specific measurement units within each type.
    Unit TypeUnit Type DescriptionSupported UnitSupported Unit Description
    LENGTHLengthfeetFeet
    LENGTHLengthmMeters
    LENGTHLengthcmCentimeters
    LENGTHLengthmmMillimeters
    LENGTHLengthinInches
    WEIGHTWeight (Default)lbPounds
    WEIGHTWeight (Default)ozOunces
    WEIGHTWeight (Default)kgKilograms
    WEIGHTWeight (Default)gGrams
    WEIGHTWeight (Default)mgMilligrams
    BULKVolumeus_galGallon (US)
    BULKVolumeuk_galGallon (UK)
    BULKVolumeoz_usFluid Ounce (US)
    BULKVolumeoz_ukFluid Ounce (UK)
    BULKVolumemlMilliliters
    BULKVolumelLiters
  • text string
    Text Type Content.
  • title string
    Title of size chart table.
  • tab_name string
    The name of secondary tab column.
  • tab_name string
    The name of tab column.
  • text string
    Text Type Content.
    Example: My SizeChart
  • title string
    Title of size chart table.
    Example: My SizeChart
  • title string
    Size chart title.
    Example: My SizeChart
  • update_time string
    Last Update Timestamp (UTC+8).
    Example: 2024-08-23T16:04:42.527+08:00
  • applicable_attribute_list array
    A list of applicable variant attribute for size charts,which will be mounted on these variant attributes for display.
    Example: ["size"]
  • create_time string
    Size Chart Creation Timestamp (East Asia Time)
    Example: 2024-08-23T16:04:42.527+08:00
  • language_scope string
    The method type that the size chart used to match language.
    • ALL :All languages(default).
    • SPECIFIC :specific languages,When language_scope = SPECIFIC , the languages cannot be empty and must specify the supported languages.
  • languages array
    When language_scope = SPECIFIC, retrieve the list of language codes that match the size chart from this field.The supported language enums are as follows.
    • pt-pt: Portuguese (Portugal)
    • tr: Turkish
    • zh-hans-cn: Simplified Chinese (Mainland China)
    • vi: Vietnamese
    • sv: Swedish
    • zh-hant-tw: Traditional Chinese
    • th: Thai
    • ar: Arabic
    • pl: Polish
    • ro: Romanian
    • sk: Slovak
    • ko: Korean
    • lv: Latvian
    • ms: Malay
    • pt: Portuguese (Brazil)
    • it: Italian
    • ja: Japanese
    • lt: Lithuanian
    • sl: Slovenian
    • nb: Norwegian Bokmål
    • ru: Russian
    • nl: Dutch
    • en: English
    • id: Indonesian
    • et: Estonian
    • bg: Bulgarian
    • hi: Hindi
    • cs: Czech
    • es: Spanish
    • fr: French
    • fi: Finnish
    • da: Danish
    • el: Greek
    • de: German
    • hr: Croatian
    • hu: Hungarian
    Example: [""]
  • size_chart_id string
    a unique id of Size Chart .
    Example: 13266288837293171311580520
  • status boolean
    Publish Status of size chart.
    Enum ValueDescription
    truePublish this sizechart
    falseNot publish this sizechart
  • total long
    Number of size charts on the current page.
    Example: 1
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301

ParamOptions

header required
query
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301/sizecharts.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Examples
Batch query size chart
Response
{
"data": {
"size_charts": [
{
"collection_list": null,
"create_time": "2024-12-19T10:34:34+08:00",
"applicable_product_type": "SPECIFIC",
"contents": [
{
"cross_table_content": null,
"table_content": {
"unit": {
"convert_unit": "in",
"default_unit": "cm",
"unit_type": "LENGTH"
},
"country_size": null,
"remark": "1inch=2.54cm",
"size_data": [
{
"row_data": [
"SIZE",
"LENGTH",
"BUST",
"SHOULDER",
"SLEEVE"
]
},
{
"row_data": [
"XS",
"64",
"91",
"35",
"53"
]
},
{
"row_data": [
"S",
"66",
"94",
"35.5",
"56"
]
},
{
"row_data": [
"M",
"69",
"96",
"36.5",
"58"
]
},
{
"row_data": [
"L",
"71",
"98",
"38",
"60"
]
}
]
},
"tabs": null,
"text": null,
"title": "Size Chart",
"type": "SIZE_CHART",
"url": null
},
{
"tabs": null,
"text": "<p><strong>Sizes can vary from 2-3 centimeters because they are measured by hand.&nbsp;</strong></p>",
"title": null,
"type": "TEXT",
"url": null,
"cross_table_content": null,
"table_content": null
},
{
"text": null,
"title": null,
"type": "IMAGE",
"url": "https://cdn.myshopline.com/image/size-chart/detail/content_model.png",
"cross_table_content": null,
"table_content": null,
"tabs": null
},
{
"tabs": null,
"text": null,
"title": "Cross Size Chart",
"type": "CROSS_SIZE_CHART",
"url": null,
"cross_table_content": {
"column_title": "weight",
"column_unit": {
"unit_type": "WEIGHT",
"convert_unit": "kg",
"default_unit": "lb"
},
"remark": null,
"row_title": "height",
"row_unit": {
"convert_unit": "feet",
"default_unit": "cm",
"unit_type": "LENGTH"
},
"size_data": [
{
"row_data": [
"",
"170-180",
"180-190",
"190-200"
]
},
{
"row_data": [
"60-70",
"L",
"XL",
"XXL"
]
},
{
"row_data": [
"70-80",
"XL",
"XL",
"XXL"
]
},
{
"row_data": [
"80-90",
"XXL",
"XXL",
"XXL"
]
}
]
},
"table_content": null
},
{
"title": null,
"type": "TAB",
"url": null,
"cross_table_content": null,
"table_content": null,
"tabs": [
{
"tab_content": [
{
"tabs": [
{
"tab_content": [
{
"title": "Size Chart",
"type": "SIZE_CHART",
"url": null,
"cross_table_content": null,
"table_content": {
"country_size": null,
"remark": "1inch = 2.54cm",
"size_data": [
{
"row_data": [
"SIZE",
"UNDER BUST",
"CUP HEIGHT"
]
},
{
"row_data": [
"S",
"24.4",
"5.3"
]
},
{
"row_data": [
"M",
"26",
"5.7"
]
},
{
"row_data": [
"L",
"27.6",
"6.2"
]
}
],
"unit": {
"convert_unit": "in",
"default_unit": "cm",
"unit_type": "LENGTH"
}
},
"text": null
},
{
"type": "TEXT",
"url": null,
"cross_table_content": null,
"table_content": null,
"text": "<p><strong>Sizes can vary from 2-3 centimeters because they are measured by hand.&nbsp;</strong></p>",
"title": null
}
],
"tab_name": "TOP"
},
{
"tab_content": [
{
"title": "Size Chart",
"type": "SIZE_CHART",
"url": null,
"cross_table_content": null,
"table_content": {
"country_size": null,
"remark": "1inch = 2.54cm",
"size_data": [
{
"row_data": [
"SIZE",
"bottom length\t",
"bottom waist"
]
},
{
"row_data": [
"S",
"31.7-8.7",
"22.0"
]
},
{
"row_data": [
"M",
"32.1-9.1",
"23.6"
]
},
{
"row_data": [
"L",
"32.5-9.4",
"25.2"
]
}
],
"unit": {
"convert_unit": "in",
"default_unit": "cm",
"unit_type": "LENGTH"
}
},
"text": null
},
{
"url": null,
"cross_table_content": null,
"table_content": null,
"text": "<p><strong>Sizes can vary from 2-3 centimeters because they are measured by hand.&nbsp;</strong></p>",
"title": null,
"type": "TEXT"
}
],
"tab_name": "BOTTOM"
}
],
"text": null,
"title": null,
"type": "TAB",
"url": null,
"cross_table_content": null,
"table_content": null
}
],
"tab_name": "Product Measurements"
},
{
"tab_content": [
{
"cross_table_content": null,
"table_content": null,
"tabs": null,
"text": null,
"title": null,
"type": "IMAGE",
"url": "https://d2n979dmt31clo.cloudfront.net/image/rule/1709518999861/dce7fffb9108427a854708b7379d8346.png?w=1740&h=1317"
}
],
"tab_name": "Body Measurements"
}
],
"text": null
}
],
"size_chart_id": "13267821487244271134792275",
"status": true,
"title": "sizechart_en",
"update_time": "2025-01-20T18:42:22+08:00",
"language_scope": "SPECIFIC",
"product_list": [
"16067821420558192659742275"
],
"applicable_attribute_list": [
"size"
],
"languages": [
"en"
]
},
{
"size_chart_id": "13267821522445219113192275",
"status": true,
"collection_list": null,
"languages": [
"zh-hans-cn"
],
"title": "sizechart_中文",
"update_time": "2024-12-19T10:38:10+08:00",
"contents": [
{
"text": null,
"title": "Size Chart",
"type": "SIZE_CHART",
"url": null,
"cross_table_content": null,
"table_content": {
"country_size": null,
"remark": "1inch=2.54cm",
"size_data": [
{
"row_data": [
"尺码",
"长度",
"胸围",
"肩宽",
"袖长"
]
},
{
"row_data": [
"XS",
"64",
"91",
"35",
"53"
]
},
{
"row_data": [
"S",
"66",
"94",
"35.5",
"56"
]
},
{
"row_data": [
"M",
"69",
"96",
"36.5",
"58"
]
},
{
"row_data": [
"L",
"71",
"98",
"38",
"60"
]
}
],
"unit": {
"convert_unit": "in",
"default_unit": "cm",
"unit_type": "LENGTH"
}
},
"tabs": null
},
{
"tabs": null,
"text": "<div class=\"ChatMessage_chatMessage__xkgHx\" data-complete=\"true\">\n<div class=\"ChatMessage_messageRow__DHlnq\">\n<div class=\"ChatMessage_messageWrapper__4Ugd6\">\n<div class=\"Message_rowWithFooter__FShU6\">\n<div class=\"Message_row__ug_UU\">\n<div class=\"Message_messageBubbleWrapper__sEq8z\">\n<div class=\"Message_leftSideMessageBubble__VPdk6\">\n<div class=\"Message_messageTextContainer__w64Sc\">\n<div>\n<div class=\"Markdown_markdownContainer__Tz3HQ\">\n<p>尺寸可能会有2-3厘米的差异,因为它们是手工测量的。</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>",
"title": null,
"type": "TEXT",
"url": null,
"cross_table_content": null,
"table_content": null
}
],
"product_list": [
"16067821420558192659742275"
],
"applicable_product_type": "SPECIFIC",
"applicable_attribute_list": [
"size"
],
"create_time": "2024-12-19T10:38:04+08:00",
"language_scope": "SPECIFIC"
}
],
"total": 2,
"has_next": false,
"page_num": 1,
"page_size": 2
}
}
Was this article helpful to you?