Return a collection of updates made to Stock Level Recommendation ObjectsThis REST API will return a collection of updates made to Stock Level Recommendation Objects. URL Panel |
---|
borderColor | grey |
---|
bgColor | whitesmoke |
---|
borderStyle | solid |
---|
| GET /seiapi/v3/export/PhysicalInventoryRequest?rowver=${rowverValue}&limit=${limitValue}
|
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain a collection of zero of more Stock Level Recommendation Objects. Code Block |
---|
language | js |
---|
firstline | 1 |
---|
title | JSON Format |
---|
linenumbers | true |
---|
collapse | true |
---|
| {
"rowver" : "",
"rows" : [
{
"rowver" : "",
"StockLevelRecommendation" : {
// Stock Level Recommendation JSON object properties
}
}
]
} |
Include Page |
---|
| _Default Response Object on Error |
---|
| _Default Response Object on Error |
---|
|
|