GET api/SKUs/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SKU| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUID | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 64 |
|
| Size | decimal number |
Required |
|
| CatalogueID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SKUID": 1,
"Name": "sample string 2",
"Size": 3.0,
"CatalogueID": 4
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.