• Register

Retrieve Product Inventory History

This API allows to retrieve the "inventory-history" from sap DataSpher.

Request URI

Query Parameter Type Mandatory Description Example
fromDate String N from day is inclused 20250429
toDate String N to date 20260501
plant String N product plant CA21
skipToken String N pagination 1000

Response Structure

Field Type Description
value array is arrray of inventory history fields
skipToken String pagination

Value array fields

Field Type example
companyCode string AR20
companyCodeDescription string CAMPARI ARGENTINA SA
plant string AR21
plantDescription string Argentina Capilla
product string 000000000000387201
productDescription string LIQ LICOR BOLS MELON 24°/48P WIP
workCenterArea string CELLAR
functionalLocation string CELLAR
entryDateLocal string 20210409
yearMonth string 202104
quantity string 12600
unit string L

Response Examples

1) Success scenarios:

HTTP Status code 200, data retrieved

HTTP Status code 200, data not retrieved

The API was successfully processed, but the source system has no information to retrieve for the parameter values set in input.

2) Error scenarios:

HTTP Status code 400, invalid input

when the input query parameter "skipToken is string"

Docs Navigation