POST goods/sku/list
Request Information
URI Parameters
None.
Body Parameters
SkuListInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| spuId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"spuId": "sample string 1"
}
application/xml, text/xml
Sample:
<SkuListInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DBManage"> <spuId>sample string 1</spuId> </SkuListInputModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |