get https://{accountName}.{environment}.com.br/api/catalog_system/pvt/products//specification
Retrieves all specifications of a product by the product's ID.
Response object has the following properties:
Attribute | Type | Description |
---|---|---|
value | object | Values of the Specification |
id | integer | ID of the Specification |
name | string | Name of the Specification |
Response body example:
[
{
"Value": [
"verde"
],
"Id": 59,
"Name": "Cor"
},
{
"Value": [
"Valor especificação tipo Combo"
],
"Id": 70,
"Name": "Size"
},
{
"Value": [
"Especificação Texto"
],
"Id": 71,
"Name": "Size1"
},
{
"Value": [
"aaaaaaaaaaaa"
],
"Id": 72,
"Name": "Size2"
},
{
"Value": [
"2"
],
"Id": 73,
"Name": "Size3"
},
{
"Value": [
"Valor especificação tipo Radio2"
],
"Id": 74,
"Name": "Size4"
},
{
"Value": [
"1"
],
"Id": 76,
"Name": "Size6"
},
{
"Value": [
"Valor especificação tipo Texto Grande indexado Text"
],
"Id": 78,
"Name": "Size7"
},
{
"Value": [
"Valor especificação tipo Texto Text"
],
"Id": 79,
"Name": "Fabric"
},
{
"Value": [
"Valor especificação tipo Texto Grande indexado Text"
],
"Id": 80,
"Name": "Size10"
},
{
"Value": [
"Especificação field value teste Karen"
],
"Id": 67,
"Name": "Especificação teste Karen"
},
{
"Value": [
""
],
"Id": 68,
"Name": "Especificação specification teste Karen"
},
{
"Value": [
"Especificação value teste Karen 3"
],
"Id": 69,
"Name": "Especificação field teste Karen"
},
{
"Value": [
"1"
],
"Id": 77,
"Name": "Especificação Texto"
}
]