POST api/pop/PopUpdateStockNew?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}
同步商品库存2017-2-6 15:16:41
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| app_key |
app_key |
string |
None. |
| access_token |
access_token |
string |
None. |
| timestamp |
timestamp |
string |
None. |
| sign |
sign |
string |
None. |
Body Parameters
PopProductPara| Name | Description | Type | Additional information |
|---|---|---|---|
| dealerId | integer |
None. |
|
| partSku | string |
None. |
|
| stockCount | integer |
None. |
|
| brand | string |
None. |
|
| place | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"dealerId": 1,
"partSku": "sample string 2",
"stockCount": 3,
"brand": "sample string 4",
"place": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |