This endpoint is used to fetch the size guide for a specific product in an online store. The endpoint takes a product_id parameter, which is the ID of the product for which the size guide is being fetched.
TIP
The Size Guides endpoint has been implemented in the Product Size Guide Web Component, and It's all setup to save developer's time and effort.
This value contains the name of the size guide. It is a string value that can be used to identify the size guide.
description
string
optional
This value contains a description of the size guide. It is a string value that provides additional information about the size guide, such as how to use it or what it contains.
To perform the action of retrieving the size guide for any product, the developer may call the method getSizeGuides() and pass in the product ID as an argument as follows: