Please refer to the API documentation section for the most up-to-date information
https://developer.finaleinventory.com/reference/start
--
Product lookups in the user interface are called scan lookups in the API.
Example post to create a single scan lookup:
{
"scanTypeId":"UNSPECIFIED_TEXT",
"scanKey":"TEST-LOOKUP",
"productUrl":"/newcentury/api/product/10113",
"generalComments":"You can add notes to product lookups",
"productStoreList": [{"productStoreUrl":"/ newcentury/api/productstore/ 100079"},{"productStoreUrl":"/ newcentury/api/productstore/ 100076"}],
"sessionSecret":"alphanumericSessionSecret",
}
Using cURL, the previous example POST request could be made like the following command:
curl 'https://app.finaleinventory.
Fields for the scan lookup resource.
-
createdDate
Timestamp object was created. Set automatically by the server. Read only.
-
generalComments
Note associated with product lookup.
-
lastUpdatedDate
Timestamp object was last modified. Set automatically by the server. Read only.
-
lotId
Lot ID associated with the product in the product lookup. Must be a valid lot id string
-
normalizedPackingString
Packing associated with the product in the product lookup. Must be a valid normalized packing string.
-
productUrl
Reference to the product in the product lookup.
-
scanTypeId
The scanTypeId field is required and must have the value UNSPECIFIED_TEXT.
-
scanLookupUrl
The unique identifier for the product lookup. Read only.
-
productStoreList
Stores associated with the product lookup. The format is an array of JSON objects like the following example: [{"productStoreUrl":"/newcentury/api/productstore/ 100079"},{"productStoreUrl":"/ newcentury/api/productstore/ 100076"}]
Comments
0 comments
Article is closed for comments.