Matrixproduct
List product options
Returns a list of product's options
get/api/v1/products/{id}/options
Path parameters
idstring required
Resource identifier.
Example:17
The resource's identifier.
Query parameters
Response
Success
Example response
{
"data": [
{
"id": "17",
"name": "Sample Product",
"sort": 1,
"createdAt": "2024-09-19T12:34:56Z"
}
],
"extra": {
"totalCount": 1,
"page": {
"number": 1,
"size": 10
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.