POST api/internalApp/UpdateInventoryItemPrices?ebayToken={ebayToken}&authToken={authToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ebayToken | string |
None. |
|
| authToken | string |
None. |
Body Parameters
StockItemPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| pkRowId | globally unique identifier |
None. |
|
| Source | string |
None. |
|
| SubSource | string |
None. |
|
| Price | decimal number |
None. |
|
| UpdateStatus | UpdateStatusType |
None. |
|
| Tag | string |
None. |
|
| Rules | Collection of StockItemPricingRule |
None. |
|
| StockItemId | globally unique identifier |
None. |
|
| sku | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pkRowId": "4443a3b4-8be4-43d4-b479-d0df16b52920",
"source": "sample string 2",
"subSource": "sample string 3",
"price": 4.1,
"updateStatus": 0,
"tag": "sample string 5",
"rules": [
{
"$id": "2",
"pkRowId": 1,
"fkStockPricingId": "3937f89a-0917-4f2b-84ed-276b39c13dc7",
"type": "sample string 2",
"lowerBound": 3,
"value": 4.1
},
{
"$ref": "2"
}
],
"stockItemId": "04714bec-230e-4984-a1fd-f7fc1604a5e4",
"sku": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}