Document toolboxDocument toolbox

Inventory Load Export API

3.0.0

The Inventory Load API returns transactions related to an inventory load being accepted, possibly with adjustments, by a user. No updates are sent during the process of accepting the load, only the final inventory load transactions is created. Once the load the accepted it can no longer be modified by the user.

On this page:

Related pages:

Resource URL Summary

Return a collection of updates made to Inventory Load Objects

GET /seiapi/v3/export/LoadInventory?rowver=${rowverValue}&limit=${limitValue}

API Specific Parameters

ParameterDescription
${rowverValue}Specifies the starting point where objects should be returned from. The first object returned will be the next object after the specified rowver.
${limitValue}Specifies the maximum number of objects to be returned.

HTTP Headers

This API uses the default ServiceMobility HTTP Headers.



API Specifics

Return a collection of updates made to Inventory Load Objects

This REST API will return a collection of updates made to Inventory Load Objects.

URL

GET /seiapi/v3/export/LoadInventory?rowver=${rowverValue}&limit=${limitValue}

HTTP Request Body

This request does not require a request body. 

HTTP Response Body

On success, an HTTP response code of 200 will be returned, and the response body will contain a collection of zero of more Inventory Load Objects.

JSON Format
{
    "rowver" : "",
    "rows" : [
        {
     		"rowver" : "",
			"LoadInventory" : {
               //  Inventory Load JSON object properties
           }
        }
    ]
}

Otherwise, on error, the API returns the standard response object.