Skip to main content
GET
Gets a list of inventory Activity

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Query Parameters

supplierId
string
required

SupplierId is the unique ID for the owner of items in the system

Minimum string length: 2
warehouseCode
string

The warehouse (Code)

subInventoryCode
string

The Sub Inventory this inventory is in (Code)

searchStartDate
string<date-time>
required

The beginning date of the search range

searchEndDate
string<date-time>
required

The ending date of the search range

sku
string

The SKU of the customer

isWithActivityOnly
boolean
default:true
required

Restrict the search to those with activity only

Response

200 - application/json

Returns the list of inventory activity

Generic container for all service responses

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
object[] | null

The payload object of the response