GET v1/sku/{skuID}/attribute/detail

Retrieve detailed information about a specific Location Rule by location

Request Information

URI Parameters

NameDescriptionTypeAdditional information
skuID

integer

Required

Body Parameters

None.

Response Information

Resource Description

SKUAttributeModel
NameDescriptionTypeAdditional 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"
}