get https://{accountName}.{environment}.com.br/api/catalog/pvt/stockkeepingunit//specification
Retrieves general information about an SKU Specification
Response body has the following properties:
Attribute | Type | Description |
---|---|---|
Id | integer | Unique identifier of the Specification on the SKU |
SkuId | integer | Unique identifier of an SKU |
FieldId | integer | Field ID |
FieldValueId | integer | Field ID Value |
Text | string | Text contained inside the Specification |
Response body example:
[
{
"Id": 427,
"SkuId": 7,
"FieldId": 32,
"FieldValueId": 131,
"Text": "500g"
},
{
"Id": 428,
"SkuId": 7,
"FieldId": 40,
"FieldValueId": 133,
"Text": "A"
}
]