Please refer to the API documentation section for the most up-to-date information
https://developer.finaleinventory.com/reference/start
--
Fields for the shipment service.
IMPORTANT NOTE: shipmentTypeId - * Required
-
actionUrlCancel
-
actionUrlPack
-
actionUrlReceive
-
actionUrlShip
-
actionUrlTransfer
-
cancelDate
-
carrierPartyUrl
-
contentList
-
countPackages
-
createdDate
-
destinationFacilityUrl
-
facilityUrlPack
-
lastUpdatedDate
-
originFacilityUrl
-
packDate
-
primaryOrderUrl
-
primaryReturnUrl
-
receiveDate
-
receiveDateEstimated
-
shipDate
-
shipDateEstimated
-
shipmentId
-
shipmentIdUser
-
shipmentItemList
-
shipmentTypeId - * Required
-
Must be one of the following values: ['PURCHASE_SHIPMENT', 'SALES_SHIPMENT', 'TRANSFER', 'SALES_RETURN']
-
-
shipmentUrl
-
statusId
-
trackingCode
-
transferList
-
userFieldDataList
Array of values for user defined fields on the Shipment. Each value in the array is an object with the keys attrName and attrValue. The attrName is the internal name of a user defined field as listed in the customization service. Other systems integrating with Finale can store information in the userFieldDataList. Other systems should prefix their attrName with the string "integration_" to avoid conflicting with keys created by Finale. The attrValue is the string representation of the value for this Shipment for the user defined field. Both are limited to 255 Unicode characters. To make tracking and syncing changes to other systems, the field attrValueLastUpdatedDate be set instead of the field attrValue. When attrValue is not set and attrValueLastUpdatedDate is set to true, then the server sets the value to same value as the lastUpdatedDate. This allows easy searching for entities that have been updated since the last time they were synced to an external system.
Example:
userFieldDataList:[ {attrName:'user_10000', attrValue:'7/2/2010'}, {attrName:'integration_10004', attrValue:'3/12/2011'} ]
Comments
0 comments
Article is closed for comments.