GET v1/sku/{skuID}/attribute/detail
Retrieve detailed information about a specific Location Rule by location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skuID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SKUAttributeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUID | integer |
None. |
|
| ExpirationDays | integer |
None. |
|
| LoopCount | integer |
None. |
|
| GLAccount | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"skuid": 1,
"expirationDays": 2,
"loopCount": 3,
"glAccount": "sample string 4"
}