WithoutWire Inventory Platform (Preview)
The connector contains methods to connect WithoutWire for move requests, order fullfillment requests, adjustments, audits, and allocation as well as any inventory management needs
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | WithoutWire Support |
URL | https://www.withoutwire.com/knowledgebase |
support@withoutwire.com |
Connector Metadata | |
---|---|
Publisher | Enavate |
Website | https://www.withoutwire.com |
Privacy policy | https://www.withoutwire.com/privacy-policy.html |
Categories | Business Management;Productivity |
WithoutWire is an inventory platform that includes warehouse management, manufacturing execution, and remote inventory scenarios such as curbside pickup and field service. It was designed as a holistic approach to real-time visibility of inventory for all interested parties. Partners, customers, retail operations, and buyers can be given access to support a fulfillment strategy that is focused on keeping fulfillment date promises and filling the gaps on missing inventory as quickly as possible using advanced replenishment and inventory requests across complex networks of storage and demand.
Prerequisites
You will need a free or paid account at WithoutWire.com. You can also download our apps from Google Store or Apple iTunes to get started.
How to get credentials
Once you have users and inventory setup, email support@withoutwire.com and request a private access KEY to connect for integration.
Getting started with your connector
- To get setup as a user and begin using our connectors, please review our tutorial videos (https://withoutwire.document360.io/docs/withoutwire-tutuorial-videos)
- Once you have users and inventory setup, email support@withoutwire.com and request a url and private access KEY to connect for integration.
- Create a connection using url and API Key
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
Base Url | string | Base Url (https://api.withoutwire.com/) | True |
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Assign order |
This API method used to set orders to be assigned in WithoutWire. The order status will be set to Waiting for Picking. All operators that are set for the role of pick will have access to these orders. |
Consume Inventory |
Consume Inventory |
Create Inbound Request |
Create Inbound Request |
Create Inventory Adjustment |
Create Inventory Adjustment |
Create Inventory Request |
Create Inventory Request |
Create Location |
Create Location (Bin) |
Create New Item |
This method creates new item |
Create or Update Manufacturing Order |
This method creates or updates manufacturing order. |
Create or Update Purchase Order |
This method creates or updates the Purchase Order. |
Create or update work order |
The method creates or updates work order (key is OrderNumber) |
Create Site |
This action creates a new warehouse in the system. |
Create Update Sales Order |
Create or Update Sales Order |
Create Update Transfer Order |
Create Update Transfer Order |
Delete Inbound Request |
This API will delete purchase orders from WithoutWire. Receiving must not have been started, and the status needs to be either 'Unassigned', or 'Waiting to be Received'. This call should be used when a mistake is found, or the purchase order needs to be modified. |
Delete Order |
Delete an order (all types) |
Get Barcode Info |
This is used to retrieve the matching entity types for a provided barcode. |
Get Inbound Request |
This method allows the exporting of purchase orders by a combination of filters. These filters include begin and end date, receiving status code, item number, line receipt status, purchase order number and purchase order type. The Purchase Order Export Object returns a list of completed order information. |
Get Inventory |
Returns an array of inventory items by specified parameters |
Get Inventory Aggregate |
Get Inventory Aggregate |
Get Manufacturing Orders |
This method returns array of manufacturing orders, filtered by sent parameters |
Get Sales Orders |
This method returns array of sales orders, filtered by sent parameters |
Get Transfer Orders |
This method returns array of transfer orders, filtered by sent parameters |
Get work orders |
Returns an array of work orders, filtered by sent parameters |
Inbound Complete |
This API method used to set purchase orders to complete in WithoutWire. The order status is set to 'Complete'. Additional fields updated are: ExportDate on the purchase order object is set to the current date/time and the CompletedDate is set to the current date/time. Finally, the receiving assignments will be removed. An error is returned if the order is in “Receiving in Progress”. |
Receipt Complete |
Receipt Complete |
Set order complete |
This API method used to set the status on orders to CMP (Complete). |
Set order status |
This API method used to set the status on orders in WithoutWire. Parameters include: OrderStatusCode and warehouseName |
Single Scan Inventory Lookup |
This method returns list of items on a LP or in DropShip box. |
This action returns Purchase Orders filtered by parameters |
This method allows the exporting of purchase orders by a combination of filters. These filters include begin and end date, receiving status code, item number, line receipt status, purchase order number and purchase order type. The Purchase Order Export Object returns a list of completed order information. |
Assign order
This API method used to set orders to be assigned in WithoutWire. The order status will be set to Waiting for Picking. All operators that are set for the role of pick will have access to these orders.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
WarehouseName
|
WarehouseName | string |
Warehouse name |
|
OrderNumber
|
OrderNumber | string |
Order number |
|
Assignments
|
Assignments | array of string |
List of user logins to assign the order |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
- response
- string
Consume Inventory
Consume Inventory
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
User Name
|
UserName | True | string |
User Name |
Warehouse
|
Warehouse | True | string |
Warehouse |
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
BinPath
|
BinPath | string |
Location of the bin |
|
Core Value
|
CoreValue | string |
A string value representing the lot number/serial/expiration date of the item that was picked |
|
Item Number
|
ItemNumber | string |
A unique value that represents an item |
|
Item UOM
|
ItemUom | string |
Represents the Unit of Measure for the item. |
|
LineNumber
|
LineNumber | integer |
An integer value to uniquely identify the line on the order. |
|
OrderNumber
|
OrderNumber | string |
A unique alphanumeric value to identify this order in the warehouse |
|
Quantity
|
Quantity | float |
The quantity available for the item in the specific bin of license plate referenced above. |
|
WarehouseName
|
WarehouseName | string |
The name of the warehouse where the bin resides. |
Returns
Result Message
- Result Message
- string
Create Inbound Request
Create Inbound Request
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
WarehouseName
|
WarehouseName | string |
The warehouse descriptive name |
|
PurchaseOrderNumber
|
PurchaseOrderNumber | string |
A unique number in the warehouse to identify the purchase order. |
|
Order Date
|
OrderDate | date |
The date purchase order was made. |
|
Scheduled Delivery Date
|
SchedDeliveryDate | date |
The date the product is scheduled to arrive at the warehouse. |
|
VendorNumber
|
VendorNumber | string |
A reference to an existing Vendor in WithoutWire. |
|
VendorName
|
VendorName | string |
The name of the vendor supplying the product. |
|
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
PurchaseOrderType
|
PurchaseOrderType | integer |
The purchase order type for a specific purchase order. Valid values: 1-(Purchase Order), 2-(Auto Complete), 3-(Blanket) |
|
PurchaseOrderComments
|
PurchaseOrderComments | array of string |
The purchase order type for a specific purchase order. |
|
LineNumber
|
LineNumber | integer |
An integer value to uniquely identify the line on the order |
|
Item Number
|
ItemNumber | string |
A unique value that represents an item |
|
Core Item Type
|
CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
|
QuantityOrdered
|
QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
|
UomDesc
|
UomDesc | string |
A string value that uniquely identifies the unit of measurement. |
|
BaseConversionFactor
|
BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
|
SignificantDigits
|
SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure |
|
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
LineItemComments
|
LineItemComments | array of string |
A collection of strings to associate with this line on the purchase order. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
InvalidCount
|
InvalidCount | integer |
Number of records with errors |
InvalidObjects
|
InvalidObjects | array of object |
Invalid objects |
IsValid
|
InvalidObjects.Validator.IsValid | boolean |
Is valid |
ImportExceptions
|
InvalidObjects.Validator.ImportExceptions | array of object |
Exceptions |
ErrorCode
|
InvalidObjects.Validator.ImportExceptions.ErrorCode | string |
Error code |
ErrorMessage
|
InvalidObjects.Validator.ImportExceptions.ErrorMessage | string |
Error message |
FieldName
|
InvalidObjects.Validator.ImportExceptions.FieldName | string |
Field name |
Identity
|
InvalidObjects.Identity | integer |
An integer value to uniquely identify. |
IdentityCode
|
InvalidObjects.IdentityCode | string |
Identity code |
WarehouseName
|
InvalidObjects.WarehouseName | string |
Warehouse name |
Create Inventory Adjustment
Create Inventory Adjustment
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Bin Number
|
BinNumber | True | string |
The alphanumeric name for the position in the warehouse where the inventory is or can be stored. |
Item Number
|
ItemNumber | True | string |
A unique value that represents an item |
Core Value
|
CoreValue | string |
A string value representing the lot number/serial/expiration date of the item that was picked |
|
Warehouse
|
Warehouse | True | string |
The name of the warehouse to make the adjustment against |
UomDesc
|
UomDesc | string |
A string value that uniquely identifies the unit of measurement |
|
Quantity
|
Qty | float |
The quantity to adjust |
|
Movement Type
|
MovementType | string |
The type of adjustment being made |
|
Note
|
Note | string |
Optional notes about the adjustment |
|
OrderNumber
|
OrderNumber | string |
A unique alphanumeric value to identify this order in the warehouse |
|
Unit Number
|
UnitNumber | string |
Unit Number |
|
InternalOnly
|
InternalOnly | boolean |
This is a boolean field used to indicate whether an adjustment should be exported back to an external system or if it should only occur within WithoutWire. So by default this request is only going to return adjustments where InternalOnly = false. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
InvalidCount
|
InvalidCount | integer |
Number of records with errors |
InvalidObjects
|
InvalidObjects | array of object |
Invalid objects |
IsValid
|
InvalidObjects.Validator.IsValid | boolean |
Is valid |
ImportExceptions
|
InvalidObjects.Validator.ImportExceptions | array of object |
Exceptions |
ErrorCode
|
InvalidObjects.Validator.ImportExceptions.ErrorCode | string |
Error code |
ErrorMessage
|
InvalidObjects.Validator.ImportExceptions.ErrorMessage | string |
Error message |
FieldName
|
InvalidObjects.Validator.ImportExceptions.FieldName | string |
Field name |
Identity
|
InvalidObjects.Identity | string |
Identity |
IdentityCode
|
InvalidObjects.IdentityCode | string |
Identity code |
WarehouseName
|
InvalidObjects.WarehouseName | string |
Warehouse name |
Create Inventory Request
Create Inventory Request
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Request Group
|
RequestGroup | string |
A reference field used to group requests together for easier processing. |
|
Source Process
|
SourceProcess | string |
This describes the process that generated the request. |
|
Item Number
|
ItemNumber | True | string |
The component item number |
Quantity
|
Quantity | float |
The quantity available for the item in the specific bin of license plate referenced above. |
|
UomDesc
|
UomDesc | string |
A string value that uniquely identifies the unit of measurement. |
|
Core Value
|
CoreValue | string |
Determines if the item is Lot, Serial, or Date tracked |
|
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
DestinationWarehouseName
|
DestinationWarehouseName | True | string |
The end destination warehouse descriptive name. |
Destination Bin Number
|
DestinationBinNumber | string |
A location where the inventory should be taken to fulfill the request. It refers to a bin number within the destination site in our system. |
|
Destination Zone
|
DestinationZone | string |
A parameter is for specifying a zone (larger area that may contain many bins) within a site that the inventory should be taken to, as an alternative to a specific bin. |
|
RequestExpiration
|
RequestExpiration | string |
RequestExpiration |
|
Created By User
|
CreatedByUser | string |
A technician`s login/email who created request |
|
Source Warehouse Name
|
SourceWarehouseName | string |
The site in WithoutWire that inventory should be drawn from to fulfill the request. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
Total Count
|
TotalCount | integer |
Number of records processed in the request |
Inserted Count
|
InsertedCount | integer |
Number of inserted records |
Updated Count
|
UpdatedCount | integer |
Number of updated records |
Invalid Count
|
InvalidCount | integer |
Number of records that weren`t processed due to errors |
InvalidObjects
|
InvalidObjects | array of object |
Invalid objects |
IsValid
|
InvalidObjects.Validator.IsValid | boolean |
Is valid |
ImportExceptions
|
InvalidObjects.Validator.ImportExceptions | array of object |
Exceptions |
ErrorCode
|
InvalidObjects.Validator.ImportExceptions.ErrorCode | string |
Error code |
ErrorMessage
|
InvalidObjects.Validator.ImportExceptions.ErrorMessage | string |
Error message |
FieldName
|
InvalidObjects.Validator.ImportExceptions.FieldName | string |
Field name |
Identity
|
InvalidObjects.Identity | string |
Identity |
IdentityCode
|
InvalidObjects.IdentityCode | string |
Identity code |
WarehouseName
|
InvalidObjects.WarehouseName | string |
Warehouse name |
Create Location
Create Location (Bin)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
WarehouseName
|
WarehouseName | string |
The name of the warehouse where the bin resides. |
|
BinNumber
|
BinNumber | string |
An alphanumeric value that uniquely identifies the bin. |
|
BinType
|
BinType | string |
The specific bin type of this bin. |
|
ParentBin
|
ParentBin | string |
License Plates in WithoutWire can be nested inside other bins or license plates. If the BinType is 'LicensePlate' specify a location for the License plate. This would be the parent bin of the license plate. |
|
PickSequence
|
PickSequence | integer |
The order of items on the picking screen can be controlled by the Pick Sequence of the bin where the inventory resides. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
Number of records with errors
|
InvalidCount | integer |
InvalidCount |
InvalidObjects
|
InvalidObjects | array of |
Invalid Objects |
Create New Item
This method creates new item
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
WarehouseName
|
WarehouseName | string |
The warehouse descriptive name |
|
Item Number
|
ItemNumber | True | string |
A unique value that represents an item |
ItemDescription
|
ItemDescription | string |
A name that uniquely identifies an item within the warehouse |
|
ItemGenericDescription
|
ItemGenericDescription | string |
Item Generic Description |
|
Item Type
|
ItemType | string |
The type of item. |
|
Manufacturer Number
|
ManufacturerNumber | string |
The manufacturer's Item number |
|
UPC Barcode Number
|
UPCBarcodeNumber | string |
The UPC Barcode Number on the items package. |
|
Gross Weight
|
GrossWeight | float |
Gross Weight |
|
Maximum Pallet Quantity
|
FullPalletQuantity | integer |
WithoutWire supports pallet splitting. Supply an integer representing the maximum quantity that can be picked to one pallet. |
|
Length
|
Length | float |
Length |
|
Width
|
Width | float |
Width |
|
Height
|
Height | float |
Height |
|
Net Weight
|
NetWeight | float |
Net Weight |
|
Core Item Type
|
CoreItemType | True | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
Cycle Count Interval
|
CycleCountInterval | integer |
WithoutWire can assist in reminding warehouse users that a cycle count is needed. Enter a value between 0 and 365 to indicate how many cycle counts you would like to perform in this item per year. |
|
Base UOM
|
BaseUom | True | string |
The base unit of measure for this item |
Significant Digits
|
SignificantDigits | integer |
A number representing the number of decimal places to track for this item. Must be less than or equal to 5. |
|
Zone Description
|
ZoneDesc | string |
The name of the zone where this item resides in the warehouse. |
|
BaseConvFactor
|
BaseConvFactor | float |
The base unit of measure for this item. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
InvalidCount
|
InvalidCount | integer |
Number of records with errors |
InvalidObjects
|
InvalidObjects | array of object |
Invalid objects |
IsValid
|
InvalidObjects.Validator.IsValid | boolean |
Is valid |
ImportExceptions
|
InvalidObjects.Validator.ImportExceptions | array of object |
Exceptions |
ErrorCode
|
InvalidObjects.Validator.ImportExceptions.ErrorCode | string |
Error code |
ErrorMessage
|
InvalidObjects.Validator.ImportExceptions.ErrorMessage | string |
Error message |
FieldName
|
InvalidObjects.Validator.ImportExceptions.FieldName | string |
Field name |
Identity
|
InvalidObjects.Identity | string |
Identity |
IdentityCode
|
InvalidObjects.IdentityCode | string |
Identity code |
WarehouseName
|
InvalidObjects.WarehouseName | string |
Warehouse name |
Create or Update Manufacturing Order
This method creates or updates manufacturing order.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
|
WarehouseName
|
WarehouseName | string |
The warehouse descriptive name |
|
CustomerPONumber
|
CustomerPONumber | string |
The customer's PO Number for the order |
|
VendorShipmentNumber
|
VendorShipmentNumber | string |
The vendors shipping number |
|
OrderNumber
|
OrderNumber | string |
A unique alphanumeric value to identify this order in the warehouse |
|
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
DateCreated
|
DateCreated | string |
The date the purchase order was created. |
|
OrderComment
|
OrderComment | string |
The comments to be associated with the order. |
|
CustomerName
|
CustomerName | string |
The bill to name for this customer |
|
CustomerNumber
|
CustomerNumber | string |
A unique identifier for the customer, separate from the Customer ID WithoutWire uses to uniquely identify customers |
|
CustomerAddress1
|
CustomerAddress1 | string |
The bill to address field 1 for this customer |
|
CustomerCity
|
CustomerCity | string |
The bill to the city for this customer. |
|
CustomerState
|
CustomerState | string |
The bill to state for this customer |
|
CustomerZipCode
|
CustomerZipCode | string |
The bill to zip code for this customer |
|
CustomerCountry
|
CustomerCountry | string |
The bill to zip country for this customer |
|
CustomerShipName
|
CustomerShipName | string |
The ship-to name |
|
CustomerShipTo
|
CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer |
|
RouteNumber
|
RouteNumber | string |
A value that references an existing route in WithoutWire |
|
DeliveryDate
|
DeliveryDate | string |
The date on which the order will be delivered. |
|
LineNumber
|
LineNumber | integer |
An integer value to uniquely identify the line on the order. |
|
Item Number
|
ItemNumber | string |
A unique value that represents an item |
|
Core Item Type
|
CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
|
QuantityOrdered
|
QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
|
LineItemComment
|
LineItemComment | string |
Comments for the line item |
|
ItemDescription
|
ItemDescription | string |
A name that uniquely identifies an item within the warehouse |
|
UomDesc
|
UomDesc | string |
A string value that uniquely identifies the unit of measurement |
|
SignificantDigits
|
SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure. |
|
BaseConversionFactor
|
BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
Number of records with errors
|
InvalidCount | integer |
Number of records with errors |
InvalidObjects
|
InvalidObjects | array of |
Invalid Objects |
Create or Update Purchase Order
This method creates or updates the Purchase Order.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
User Name
|
UserName | True | string |
User Name |
Warehouse
|
Warehouse | True | string |
Warehouse |
WarehouseName
|
WarehouseName | string |
The warehouse descriptive name |
|
PurchaseOrderNumber
|
PurchaseOrderNumber | string |
A unique number in the warehouse to identify the purchase order. |
|
OrderDate
|
OrderDate | string |
The date purchase order was made. |
|
SchedDeliveryDate
|
SchedDeliveryDate | string |
The date the product is scheduled to arrive at the warehouse. |
|
VendorNumber
|
VendorNumber | string |
A reference to an existing Vendor in WithoutWire. |
|
VendorName
|
VendorName | string |
The name of the vendor supplying the product. |
|
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
PurchaseOrderType
|
PurchaseOrderType | integer |
The purchase order type for a specific purchase order. Valid Values: 1-(Purchase Order) 2-(Auto Complete) 3-(Blanket) |
|
PurchaseOrderComments
|
PurchaseOrderComments | array of string |
A list of comments to be associated with the Purchase Order. |
|
LineNumber
|
LineNumber | integer |
An integer value to uniquely identify the line on the order. |
|
Item Number
|
ItemNumber | string |
A unique value that represents an item |
|
Core Item Type
|
CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
|
QuantityOrdered
|
QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
|
UomDesc
|
UomDesc | string |
A string value that uniquely identifies the unit of measurement |
|
BaseConversionFactor
|
BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
|
SignificantDigits
|
SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure. |
|
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
LineItemComments
|
LineItemComments | array of string |
A collection of strings to associate with this line on the purchase order. |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
Number of records with errors
|
InvalidCount | integer |
InvalidCount |
InvalidObjects
|
InvalidObjects | array of |
Invalid Objects |
Create or update work order
The method creates or updates work order (key is OrderNumber)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Warehouse Name
|
WarehouseName | True | string |
The warehouse descriptive name |
Order Number
|
OrderNumber | True | string |
A unique alphanumeric value to identify this order in the warehouse |
Order Comment
|
OrderComment | string |
The comments to be associated with the order |
|
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
Customer PoNumber
|
CustomerPONumber | True | string |
The customer's PO Number for the order |
VendorShipmentNumber
|
VendorShipmentNumber | True | string |
The vendors shipping number |
RouteNumber
|
RouteNumber | True | string |
A value that references an existing route in WithoutWire |
RouteDescription
|
RouteDescription | string |
The description of the route |
|
DestinationWarehouseName
|
DestinationWarehouseName | string |
The end destination warehouse descriptive name |
|
Delivery Date
|
DeliveryDate | True | date-time |
The date on which the order will be delivered |
ShipDate
|
ShipDate | string |
The date on which the order will be shipped |
|
DateCreated
|
DateCreated | string |
The date the order was created |
|
LoadDate
|
LoadDate | string |
The date the order was loaded |
|
PrintDate
|
PrintDate | string |
The date the order was printed |
|
ShippingMethodName
|
ShippingMethodName | string |
The value that will uniquely identify the carrier and carrier shipping method |
|
TrackingNumber
|
TrackingNumber | string |
The shipping carrier tracking number |
|
ShippingWeight
|
ShippingWeight | float |
The total weight of shipment for the order |
|
ShippingCost
|
ShippingCost | float |
The total cost of the shipment for the order |
|
CustomerName
|
CustomerName | string |
The bill to name for this customer |
|
CustomerAddress1
|
CustomerAddress1 | string |
The bill to address field 1 for this customer |
|
CustomerAddress2
|
CustomerAddress2 | string |
The bill to address field 2 for this customer |
|
CustomerCity
|
CustomerCity | string |
The bill to the city for this customer. |
|
CustomerState
|
CustomerState | string |
The bill to state for this customer |
|
CustomerZipCode
|
CustomerZipCode | string |
The bill to zip code for this customer |
|
CustomerCountry
|
CustomerCountry | string |
The bill to zip country for this customer |
|
CustomerShortDesc
|
CustomerShortDesc | string |
Customer description |
|
CustomerNumber
|
CustomerNumber | True | string |
A unique identifier for the customer, separate from the Customer ID WithoutWire uses to uniquely identify customers |
CustomerPhone
|
CustomerPhone | string |
The bill to phone number for this customer |
|
CustomerShipName
|
CustomerShipName | string |
The ship-to name |
|
CustomerShipAttn
|
CustomerShipAttn | string |
The attention field indicating the individual being shipped to (if applicable) |
|
CustomerShipAddress1
|
CustomerShipAddress1 | string |
The ship-to address field 1 |
|
CustomerShipAddress2
|
CustomerShipAddress2 | string |
The ship-to address field 2 |
|
CustomerShipCity
|
CustomerShipCity | string |
The ship-to city |
|
CustomerShipState
|
CustomerShipState | string |
The ship-to state |
|
CustomerShipZipCode
|
CustomerShipZipCode | string |
The ship to five-digit plus zip code |
|
CustomerShipZip5
|
CustomerShipZip5 | string |
The ship to a five-digit zip code |
|
CustomerShipPhone
|
CustomerShipPhone | string |
The ship-to phone number |
|
CustomerShipFax
|
CustomerShipFax | string |
The ship to a fax number |
|
CustomerShipCountry
|
CustomerShipCountry | string |
The ship to zip country |
|
CustomerShipTo
|
CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer |
|
LineNumber
|
LineNumber | True | integer |
An integer value to uniquely identify the line on the order |
Item Number
|
ItemNumber | True | string |
A unique value that represents an item |
Core Item Type
|
CoreItemType | True | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
QuantityOrdered
|
QuantityOrdered | True | float |
A decimal value representing the quantity to pick for the line item |
AllocationSetName
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
LineItemComment
|
LineItemComment | string |
Comments for the line item |
|
ItemDescription
|
ItemDescription | string |
A name that uniquely identifies an item within the warehouse |
|
UomDesc
|
UomDesc | True | string |
A string value that uniquely identifies the unit of measurement |
SignificantDigits
|
SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure |
|
BaseConversionFactor
|
BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
InvalidCount
|
InvalidCount | integer |
Number of records with errors |
InvalidObjects
|
InvalidObjects | array of object |
Invalid objects |
IsValid
|
InvalidObjects.Validator.IsValid | boolean |
Is valid |
ImportExceptions
|
InvalidObjects.Validator.ImportExceptions | array of object |
Exceptions |
ErrorCode
|
InvalidObjects.Validator.ImportExceptions.ErrorCode | string |
Error code |
ErrorMessage
|
InvalidObjects.Validator.ImportExceptions.ErrorMessage | string |
Error message |
FieldName
|
InvalidObjects.Validator.ImportExceptions.FieldName | string |
Field name |
Identity
|
InvalidObjects.Identity | string |
Identity |
IdentityCode
|
InvalidObjects.IdentityCode | string |
Identity code |
WarehouseName
|
InvalidObjects.WarehouseName | string |
Warehouse name |
Create Site
This action creates a new warehouse in the system.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
User Name
|
UserName | True | string |
User Name |
Warehouse
|
Warehouse | True | string |
Warehouse |
WarehouseName
|
WarehouseName | string |
Warehouse Name |
|
Address1
|
Address1 | string |
Address1 |
|
State
|
State | string |
State |
|
Country
|
Country | string |
Country |
|
ZipCode
|
ZipCode | string |
Zip Code |
|
City
|
City | string |
City |
Returns
Result Message
- Result Message
- string
Create Update Sales Order
Create or Update Sales Order
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
WarehouseName
|
WarehouseName | string |
The name of the warehouse where the bin resides. |
|
OrderNumber
|
OrderNumber | string |
A unique alphanumeric value to identify this order in the warehouse |
|
OrderComment
|
OrderComment | string |
The comments to be associated with the order. |
|
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
VendorShipmentNumber
|
VendorShipmentNumber | string |
The vendors shipping number |
|
DeliveryDate
|
DeliveryDate | date |
The date on which the order will be delivered. |
|
DestinationWarehouseName
|
DestinationWarehouseName | string |
The end destination warehouse descriptive name. |
|
CustomerName
|
CustomerName | string |
The bill to name for this customer |
|
CustomerNumber
|
CustomerNumber | string |
A unique identifier for the customer, separate from the Customer ID WithoutWire uses to uniquely identify customers |
|
CustomerAddress1
|
CustomerAddress1 | string |
The bill to address field 1 for this customer |
|
CustomerCity
|
CustomerCity | string |
The bill to the city for this customer. |
|
CustomerState
|
CustomerState | string |
The bill to state for this customer |
|
CustomerZipCode
|
CustomerZipCode | string |
The bill to zip code for this customer |
|
CustomerCountry
|
CustomerCountry | string |
The bill to zip country for this customer |
|
CustomerShipName
|
CustomerShipName | string |
The ship-to name |
|
CustomerShipTo
|
CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer |
|
LineNumber
|
LineNumber | integer |
An integer value to uniquely identify the line on the order. |
|
Item Number
|
ItemNumber | string |
A unique value that represents an item. |
|
Core Item Type
|
CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
|
QuantityOrdered
|
QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
|
WarehouseName
|
WarehouseName | string |
The name of the warehouse where the bin resides. |
|
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
LineItemComment
|
LineItemComment | string |
Comments for the line item |
|
UomDesc
|
UomDesc | string |
A string value that uniquely identifies the unit of measurement |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
Number of records with errors
|
InvalidCount | integer |
InvalidCount |
InvalidObjects
|
InvalidObjects | array of |
Invalid Objects |
Create Update Transfer Order
Create Update Transfer Order
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
User Name
|
UserName | True | string |
User Name |
Warehouse
|
Warehouse | True | string |
Warehouse |
WarehouseName
|
WarehouseName | string |
The warehouse descriptive name |
|
DestinationWarehouseName
|
DestinationWarehouseName | string |
The end destination warehouse descriptive name. |
|
CustomerPONumber
|
CustomerPONumber | string |
The customer's PO Number for the order |
|
VendorShipmentNumber
|
VendorShipmentNumber | string |
The vendors shipping number |
|
OrderNumber
|
OrderNumber | string |
A unique alphanumeric value to identify this order in the warehouse |
|
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
DateCreated
|
DateCreated | string |
The date the transfer order was created. |
|
OrderComment
|
OrderComment | string |
The comments to be associated with the order. |
|
CustomerName
|
CustomerName | string |
The bill to name for this customer |
|
CustomerNumber
|
CustomerNumber | string |
A unique identifier for the customer, separate from the Customer ID WithoutWire uses to uniquely identify customers |
|
CustomerAddress1
|
CustomerAddress1 | string |
The bill to address field 1 for this customer |
|
CustomerCity
|
CustomerCity | string |
The bill to the city for this customer. |
|
CustomerState
|
CustomerState | string |
The bill to state for this customer |
|
CustomerZipCode
|
CustomerZipCode | string |
The bill to zip code for this customer |
|
CustomerCountry
|
CustomerCountry | string |
The bill to zip country for this customer |
|
CustomerShipName
|
CustomerShipName | string |
The ship-to name |
|
CustomerShipTo
|
CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer |
|
RouteNumber
|
RouteNumber | string |
A value that references an existing route in WithoutWire |
|
DeliveryDate
|
DeliveryDate | string |
The date on which the order will be delivered. |
|
LineNumber
|
LineNumber | integer |
An integer value to uniquely identify the line on the order. |
|
Item Number
|
ItemNumber | string |
A unique value that represents an item |
|
Core Item Type
|
CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
|
QuantityOrdered
|
QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
|
LineItemComment
|
LineItemComment | string |
Comments for the line item |
|
ItemDescription
|
ItemDescription | string |
A name that uniquely identifies an item within the warehouse |
|
UomDesc
|
UomDesc | string |
A string value that uniquely identifies the unit of measurement |
|
SignificantDigits
|
SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure. |
|
BaseConversionFactor
|
BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
Number of records with errors
|
InvalidCount | integer |
InvalidCount |
InvalidObjects
|
InvalidObjects | array of |
Invalid Objects |
Delete Inbound Request
This API will delete purchase orders from WithoutWire. Receiving must not have been started, and the status needs to be either 'Unassigned', or 'Waiting to be Received'. This call should be used when a mistake is found, or the purchase order needs to be modified.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
WarehouseName
|
WarehouseName | string |
The warehouse name where the order resides. |
|
PurchaseOrderNumber
|
PurchaseOrderNumber | string |
A unique alphanumeric value to identify this purchase order in the warehouse. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Quantity of sent items in request. |
DeletedCount
|
DeletedCount | integer |
Quantity of deleted items. |
Delete Order
Delete an order (all types)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
WarehouseName
|
WarehouseName | string |
Warehouse name |
|
OrderNumber
|
OrderNumber | string |
Order number |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
DeletedCount
|
DeletedCount | integer |
Number of deleted records |
Get Barcode Info
This is used to retrieve the matching entity types for a provided barcode.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Barcode
|
Barcode | True | string |
The barcode provided may be either an LP number or a shipment number. |
User Name
|
UserName | True | string |
User Name |
Warehouse
|
Warehouse | True | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
ItemIdentificationCount
|
ItemIdentificationCount | integer |
The number of item identification records that match the scanned barcode. |
LotOnlyCount
|
LotOnlyCount | integer |
The number of lot/serial numbers that match the scanned barcode. |
ItemOnlyCount
|
ItemOnlyCount | integer |
The number of items that match the scanned barcode. |
LPCount
|
LPCount | integer |
The number of license plates that match the scanned barcode. |
BinOnlyCount
|
BinOnlyCount | integer |
The number of bins that match the scanned barcode. |
UOMBarcodeCount
|
UOMBarcodeCount | integer |
The number of unit of measure-specific identification records that match the scanned barcode. |
PoCount
|
PoCount | integer |
The number of PO numbers that match the scanned barcode. |
OrderCount
|
OrderCount | integer |
The number of order numbers that match the scanned barcode. |
GtinCount
|
GtinCount | integer |
The number of GTIN (Global Trade Item Number) records that match the scanned barcode. |
BinMultiSite
|
BinMultiSite | boolean |
A flag indicating whether any matching bins exist in more than one site. |
AllocationSetCount
|
AllocationSetCount | integer |
The number of allocation sets that match the scanned barcode. |
PrinterCount
|
PrinterCount | integer |
The number of system printers that match the scanned barcode. |
Get Inbound Request
This method allows the exporting of purchase orders by a combination of filters. These filters include begin and end date, receiving status code, item number, line receipt status, purchase order number and purchase order type. The Purchase Order Export Object returns a list of completed order information.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Creation date of the purchase order
|
BeginDate | string |
Creation date of the purchase order |
|
End date of the purchase order
|
EndDate | string |
End date of the purchase order |
|
the status of the purchase order at the header level
|
POStatus | string |
The status of the purchase order at the header level |
|
This is the receiving status of the individual line.
|
LineReceiptStatus | string |
This is the receiving status of the individual line. |
|
Filter by item number. Returns all purchase orders that include this item number
|
ItemNumber | string |
Filter by item number. Returns all purchase orders that include this item number |
|
Filter by purchase order number. Returns a specific purchase order.
|
PONumber | string |
Filter by purchase order number. Returns a specific purchase order. |
|
The specific type of the inbound document.
|
POType | string |
The specific type of the inbound document. The value can either be the type or name or the shortened type code abbreviation (in parentheses): PurchaseOrder (PO), Transfer (TR), Return (RET) or ASN. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
WarehouseName
|
WarehouseName | string |
The warehouse name in which the transaction is associated. |
PurchaseOrderNumber
|
PurchaseOrderNumber | string |
A unique number in the warehouse to identify the purchase order. |
OrderDate
|
OrderDate | string |
The date purchase order was made. |
SchedDeliveryDate
|
SchedDeliveryDate | string |
The date the product is scheduled to arrive at the warehouse. |
VendorNumber
|
VendorNumber | string |
A reference to an existing Vendor in WithoutWire. |
VendorName
|
VendorName | string |
The name of the vendor supplying the product. |
ReceivingPercentOver
|
ReceivingPercentOver | integer |
The percentage of over-receiving that is allowed for this vendor. |
PurchaseOrderType
|
PurchaseOrderType | integer |
The purchase order type for a specific purchase order. |
PurchaseOrderComments
|
PurchaseOrderComments | array of |
A list of comments to be associated with the Purchase Order. |
CompletedDate
|
CompletedDate | string |
The date the purchase order was completed. |
ExportedDate
|
ExportedDate | string |
The date the purchase order exported. |
DateCreated
|
DateCreated | string |
The date the purchase order was created. |
AssignmentManuallyModified
|
AssignmentManuallyModified | boolean |
A Boolean value which indicates whether the purchase order receiving assignment was manually modified by. |
WebReceipt
|
WebReceipt | boolean |
A Boolean value that indicates whether the purchase order was received through the WithoutWire website. |
FromWarehouse
|
FromWarehouse | string |
Indicates the warehouse where the product was shipped from on a transfer order. |
Identity
|
Identity | integer |
An integer value to uniquely identify. |
Status
|
Status | string |
Order status name |
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
LineItems
|
LineItems | array of object |
A collection of Order Line Object to be associated with an order. Receipts are found within the order line object. |
LineNumber
|
LineItems.LineNumber | integer |
An integer value to uniquely identify the line on the order. |
Item Number
|
LineItems.ItemNumber | string |
A unique value that represents an item. |
Core Item Type
|
LineItems.CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
QuantityOrdered
|
LineItems.QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
UomDesc
|
LineItems.UomDesc | string |
A string value that uniquely identifies the unit of measurement. |
BaseConversionFactor
|
LineItems.BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
SignificantDigits
|
LineItems.SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure. |
LineItemComments
|
LineItems.LineItemComments | array of |
A collection of strings to associate with this line on the purchase order. |
Receipts
|
LineItems.Receipts | array of object |
Receipts |
QuantityReceived
|
LineItems.Receipts.QuantityReceived | float |
Represents the quantity received on this receipt. |
QuantityMissing
|
LineItems.Receipts.QuantityMissing | float |
Represents the quantity missing on this receipt. |
QuantityDamaged
|
LineItems.Receipts.QuantityDamaged | float |
Represents the quantity damaged on this receipt. |
CoreValue
|
LineItems.Receipts.CoreValue | string |
A string value representing the lot number/serial/expiration date of the item that was picked. |
DateReceived
|
LineItems.Receipts.DateReceived | string |
Date Received |
Identity
|
LineItems.Receipts.Identity | integer |
An integer value to uniquely identify. |
Status
|
LineItems.Receipts.Status | string |
Order status name |
LineNumber
|
LineItems.Receipts.LineNumber | integer |
An integer value to uniquely identify the line on the order. |
Allocation Set Name
|
LineItems.AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
Get Inventory
Returns an array of inventory items by specified parameters
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
An alphanumeric value that uniquely identifies the item within the warehouse
|
ItemNumber | string |
An alphanumeric value that uniquely identifies the item within the warehouse |
|
The alphanumeric name for the position in the warehouse
|
BinNumber | string |
The alphanumeric name for the position in the warehouse |
|
The allocation set that the associated inventory record is assigned to.
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
|
Uniquely identifies the warehouse name where the inventory resides.
|
WarehouseName | string |
Uniquely identifies the warehouse name where the inventory resides. |
|
The Lot, Serial, or Date value.
|
CoreValue | string |
The Lot, Serial, or Date value. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
Warehouse Name
|
WarehouseName | string |
Uniquely identifies the warehouse name where the inventory resides. |
Bin Number
|
BinNumber | string |
The alphanumeric name for the position in the warehouse where the inventory is or can be stored. |
Bin Path
|
BinPath | string |
Location of the bin |
License Plate Number
|
LicensePlateNumber | string |
The alphanumeric name for the pallet in the warehouse where the inventory is, or can be stored. |
Item Number
|
ItemNumber | string |
Uniquely identifies the item in inventory |
ItemDescription
|
ItemDescription | string |
A name that uniquely identifies an item within the warehouse |
Item UOM
|
ItemUom | string |
Represents the Unit of Measure for the item. |
Significant Digits
|
SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure |
BaseConvFactor
|
BaseConvFactor | float |
Represents the conversion factor to the base unit of measure for the order. |
Bin Sequence
|
BinSequence | float |
Each item in inventory can have one primary location. Use 1 to indicate a primary location. |
Min Quantity
|
MinQuantity | float |
Represents the minimum quantity for an item's primary location. |
Max Quantity
|
MaxQuantity | float |
Represents the maximum quantity for an item's primary location. |
Is Active
|
Active | boolean |
Determines if an item is active in the system. |
Core Item Type
|
CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
Core Value
|
CoreValue | string |
The Lot, Serial, or Date value. |
Quantity
|
Quantity | float |
The quantity available for the item in the specific bin of license plate referenced above. |
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
Distance
|
Distance | string |
A distance from the user making the request to the inventory. |
Get Inventory Aggregate
Get Inventory Aggregate
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Item number
|
ItemNumber | string |
Specify item number |
|
The warehouse descriptive name
|
WarehouseName | string |
Specify Warehouse name |
|
The allocation set that the associated inventory record is assigned to.
|
AllocationSetName | string |
Specify Allocation Set Name |
|
User Name
|
UserName | string |
Specify User name |
|
Warehouse
|
Warehouse | string |
Specify Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
Item Number
|
ItemNumber | string |
A unique value that represents an item |
TotalQuantity
|
TotalQuantity | integer |
Total Quantity |
AvailableQuantity
|
AvailableQuantity | integer |
Available Quantity |
QuantityOnHold
|
QuantityOnHold | integer |
Quantity On Hold |
Item UOM
|
ItemUom | string |
Represents the Unit of Measure for the item. |
QuantityBySite
|
QuantityBySite | array of object |
Quantity By Site |
WarehouseName
|
QuantityBySite.WarehouseName | string |
The warehouse descriptive name |
TotalQuantity
|
QuantityBySite.TotalQuantity | integer |
Total Quantity |
AvailableQuantity
|
QuantityBySite.AvailableQuantity | integer |
Available Quantity |
QuantityOnHold
|
QuantityBySite.QuantityOnHold | integer |
Quantity On Hold |
Get Manufacturing Orders
This method returns array of manufacturing orders, filtered by sent parameters
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Order number
|
OrderNumber | string |
Specify order number |
|
Begin date
|
BeginDate | string |
Specify begin date |
|
End date
|
EndDate | string |
Specify end date |
|
Order status (status code)
|
OrderStatusCode | string |
Order status (status code) |
|
Item number
|
ItemNumber | string |
Specify item number |
|
Parent order number
|
ParentOrderNumber | string |
Specify parent order number |
|
User Name
|
UserName | string |
Specify User Name |
|
Warehouse
|
Warehouse | string |
Specify warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
WarehouseName
|
WarehouseName | string |
The warehouse descriptive name |
CustomerPONumber
|
CustomerPONumber | string |
The customer's PO Number for the order |
VendorShipmentNumber
|
VendorShipmentNumber | string |
The vendors shipping number |
OrderNumber
|
OrderNumber | string |
A unique alphanumeric value to identify this order in the warehouse |
OrderType
|
OrderType | integer |
A value representing the order type. Valid Values: 1-(Sales Order), 2-(Credit Order), 3-(No Split Order), 4-(Wave Set), 5-(Transfer), 6-(Job), 7-(Manufacturing Order), 8-(Consumption) |
CustomerName
|
Customer.CustomerName | string |
The bill to name for this customer |
CustomerAddress1
|
Customer.CustomerAddress1 | string |
The bill to address field 1 for this customer |
CustomerAddress2
|
Customer.CustomerAddress2 | string |
Customer Address2 |
CustomerCity
|
Customer.CustomerCity | string |
The bill to the city for this customer. |
CustomerState
|
Customer.CustomerState | string |
The bill to state for this customer |
CustomerZipCode
|
Customer.CustomerZipCode | string |
The bill to zip code for this customer |
CustomerCountry
|
Customer.CustomerCountry | string |
The bill to zip country for this customer |
CustomerShortDesc
|
Customer.CustomerShortDesc | string |
Customer Description |
CustomerNumber
|
Customer.CustomerNumber | string |
A unique identifier for the customer, separate from the Customer ID WithoutWire uses to uniquely identify customers |
UpcManufacturerNumber
|
Customer.UpcManufacturerNumber | string |
Universal Product Code |
CustomerPhone
|
Customer.CustomerPhone | string |
Customer Phone |
CustomerShipTo
|
Customer.CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer |
NotificationEmail
|
Customer.NotificationEmail | string |
The email address for the customer. |
RequiredShelfLife
|
Customer.RequiredShelfLife | integer |
An integer number in days representing additional time in advance of an item's expiration required when picking any materials for this customer |
CustomerShippingAddresses
|
Customer.CustomerShippingAddresses | array of object |
Customer Shipping Addresses |
CustomerShipName
|
Customer.CustomerShippingAddresses.CustomerShipName | string |
The ship-to name |
CustomerShipAttn
|
Customer.CustomerShippingAddresses.CustomerShipAttn | string |
The attention field indicating the individual being shipped to (if applicable) |
CustomerShipAddress1
|
Customer.CustomerShippingAddresses.CustomerShipAddress1 | string |
The ship-to address field 1 |
CustomerShipAddress2
|
Customer.CustomerShippingAddresses.CustomerShipAddress2 | string |
The ship-to address field 2 |
CustomerShipCity
|
Customer.CustomerShippingAddresses.CustomerShipCity | string |
The ship-to city |
CustomerShipState
|
Customer.CustomerShippingAddresses.CustomerShipState | string |
The ship-to state |
CustomerShipZipCode
|
Customer.CustomerShippingAddresses.CustomerShipZipCode | string |
The ship to five-digit plus zip code |
CustomerShipZip5
|
Customer.CustomerShippingAddresses.CustomerShipZip5 | string |
The ship to a five-digit zip code |
CustomerShipPhone
|
Customer.CustomerShippingAddresses.CustomerShipPhone | string |
The ship-to phone number |
CustomerShipFax
|
Customer.CustomerShippingAddresses.CustomerShipFax | string |
The ship to a fax number |
CustomerShipCountry
|
Customer.CustomerShippingAddresses.CustomerShipCountry | string |
The ship to zip country |
CustomerShipTo
|
Customer.CustomerShippingAddresses.CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer |
ValidatorObject
|
Customer.CustomerShippingAddresses.ValidatorObject | string |
Validator Object |
RouteDescription
|
RouteDescription | string |
The description of the route |
DeliveryDate
|
DeliveryDate | string |
The date on which the order will be delivered. |
OrderComment
|
OrderComment | string |
The comments to be associated with the order. |
DestinationWarehouseName
|
DestinationWarehouseName | string |
The end destination warehouse descriptive name. |
RouteNumber
|
RouteNumber | string |
A value that references an existing route in WithoutWire |
ShipDate
|
ShipDate | string |
The date on which the order will be shipped |
DateCreated
|
DateCreated | string |
The date the purchase order was created. |
LineItems
|
LineItems | array of object |
A collection of Order Line Object to be associated with an order. Receipts are found within the order line object. |
LineNumber
|
LineItems.LineNumber | integer |
An integer value to uniquely identify the line on the order. |
ComponentSequence
|
LineItems.ComponentSequence | integer |
If the item is part of a kit, the component sequence is used in conjunction with the line number to determine a unique ordering value |
Item Number
|
LineItems.ItemNumber | string |
A unique value that represents an item |
Core Item Type
|
LineItems.CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
QuantityOrdered
|
LineItems.QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
UomDesc
|
LineItems.UomType.UomDesc | string |
A string value that uniquely identifies the unit of measurement |
SignificantDigits
|
LineItems.UomType.SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure. |
BaseConversionFactor
|
LineItems.UomType.BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
LineItemComment
|
LineItems.LineItemComment | string |
Comments for the line item |
ItemDescription
|
LineItems.ItemDescription | string |
A name that uniquely identifies an item within the warehouse |
WarehouseName
|
LineItems.WarehouseName | string |
The warehouse descriptive name |
PickRecords
|
LineItems.PickRecords | array of object |
Pick Records |
QuantityShipped
|
LineItems.PickRecords.QuantityShipped | float |
A decimal value representing the quantity shipped for this pick record |
QuantityPicked
|
LineItems.PickRecords.QuantityPicked | float |
A decimal value representing the quantity picked for this pick record |
CoreValue
|
LineItems.PickRecords.CoreValue | string |
A string value representing the lot number/serial/expiration date of the item that was picked. |
Allocation Set Name
|
LineItems.AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
InventoryRequestTaskID
|
LineItems.InventoryRequestTaskID | string |
The ID of the inventory request that the line is associated with (if applicable) |
LoadDate
|
LoadDate | string |
The date the order was loaded |
PrintDate
|
PrintDate | string |
The date the order was printed |
ExportDate
|
ExportDate | string |
The date the order was exported |
ParentOrderNumber
|
ParentOrderNumber | string |
Parent order number |
TrackingNumber
|
TrackingNumber | string |
The shipping carrier tracking number |
ShippingMethodName
|
ShippingMethodName | string |
The value that will uniquely identify the carrier and carrier shipping method |
ShippingWeight
|
ShippingWeight | float |
The total weight of shipment for the order |
ShippingCost
|
ShippingCost | float |
The total cost of the shipment for the order |
Status
|
Status | string |
Order status name |
StatusCode
|
StatusCode | string |
Order status code |
Identity
|
Identity | integer |
Identity |
UseOrderLevelShipping
|
UseOrderLevelShipping | string |
A flag indicating whether the order is to be shipped to the provided address instead of the saved address for the customer. |
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
PickingPriority
|
PickingPriority | integer |
Picking Priority |
RoutePickingPriority
|
RoutePickingPriority | integer |
Route Picking Priority |
Get Sales Orders
This method returns array of sales orders, filtered by sent parameters
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Sales order number
|
OrderNumber | string |
Specify sales order number |
|
Begin date
|
beginDate | string |
Specify begin date |
|
End date
|
endDate | string |
Specify end date |
|
Order status (status code)
|
OrderStatusCode | string |
Order status (status code) |
|
Item number
|
itemNumber | string |
Specify item number |
|
Parent order number
|
parentOrderNumber | string |
Specify parent order number |
|
User Name
|
UserName | string |
Specify User Name |
|
Warehouse
|
Warehouse | string |
Specify warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
WarehouseName
|
WarehouseName | string |
The warehouse descriptive name |
CustomerPONumber
|
CustomerPONumber | string |
The customer's PO Number for the order |
VendorShipmentNumber
|
VendorShipmentNumber | string |
The vendors shipping number |
OrderNumber
|
OrderNumber | string |
A unique alphanumeric value to identify this order in the warehouse |
OrderType
|
OrderType | integer |
A value representing the order type. Valid Values: 1-(Sales Order), 2-(Credit Order), 3-(No Split Order), 4-(Wave Set), 5-(Transfer), 6-(Job), 7-(Manufacturing Order), 8-(Consumption) |
CustomerName
|
Customer.CustomerName | string |
Customer Name |
CustomerAddress1
|
Customer.CustomerAddress1 | string |
The bill to address field 1 for this customer |
CustomerAddress2
|
Customer.CustomerAddress2 | string |
Customer Address2 |
CustomerCity
|
Customer.CustomerCity | string |
The bill to the city for this customer. |
CustomerState
|
Customer.CustomerState | string |
The bill to state for this customer |
CustomerZipCode
|
Customer.CustomerZipCode | string |
The bill to zip code for this customer |
CustomerCountry
|
Customer.CustomerCountry | string |
The bill to zip country for this customer |
CustomerShortDesc
|
Customer.CustomerShortDesc | string |
Customer description |
CustomerNumber
|
Customer.CustomerNumber | string |
A unique identifier for the customer, separate from the Customer ID WithoutWire uses to uniquely identify customers |
UpcManufacturerNumber
|
Customer.UpcManufacturerNumber | string |
Universal Product Code |
CustomerPhone
|
Customer.CustomerPhone | string |
Customer Phone |
CustomerShipTo
|
Customer.CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer. |
NotificationEmail
|
Customer.NotificationEmail | string |
The email address for the customer. |
RequiredShelfLife
|
Customer.RequiredShelfLife | integer |
An integer number in days representing additional time in advance of an item's expiration required when picking any materials for this customer |
CustomerShippingAddresses
|
Customer.CustomerShippingAddresses | array of object |
Customer Shipping Addresses |
CustomerShipName
|
Customer.CustomerShippingAddresses.CustomerShipName | string |
The ship-to name |
CustomerShipAttn
|
Customer.CustomerShippingAddresses.CustomerShipAttn | string |
The attention field indicating the individual being shipped to (if applicable) |
CustomerShipAddress1
|
Customer.CustomerShippingAddresses.CustomerShipAddress1 | string |
The ship-to address field 1 |
CustomerShipAddress2
|
Customer.CustomerShippingAddresses.CustomerShipAddress2 | string |
The ship-to address field 2 |
CustomerShipCity
|
Customer.CustomerShippingAddresses.CustomerShipCity | string |
The ship-to city |
CustomerShipState
|
Customer.CustomerShippingAddresses.CustomerShipState | string |
The ship-to state |
CustomerShipZipCode
|
Customer.CustomerShippingAddresses.CustomerShipZipCode | string |
The ship to five-digit plus zip code |
CustomerShipZip5
|
Customer.CustomerShippingAddresses.CustomerShipZip5 | string |
The ship to a five-digit zip code |
CustomerShipPhone
|
Customer.CustomerShippingAddresses.CustomerShipPhone | string |
The ship-to phone number |
CustomerShipFax
|
Customer.CustomerShippingAddresses.CustomerShipFax | string |
The ship to a fax number |
CustomerShipCountry
|
Customer.CustomerShippingAddresses.CustomerShipCountry | string |
The ship to zip country |
CustomerShipTo
|
Customer.CustomerShippingAddresses.CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer. |
RouteDescription
|
RouteDescription | string |
The description of the route |
DeliveryDate
|
DeliveryDate | string |
The date on which the order will be delivered |
OrderComment
|
OrderComment | string |
The comments to be associated with the order |
DestinationWarehouseName
|
DestinationWarehouseName | string |
The end destination warehouse descriptive name. |
RouteNumber
|
RouteNumber | string |
A value that references an existing route in WithoutWire |
ShipDate
|
ShipDate | string |
The date on which the order will be shipped |
DateCreated
|
DateCreated | string |
The date the sales order was created. |
LineItems
|
LineItems | array of object |
A collection of Sales Order Line Object to be associated with a Sales order. Receipts are found within the Sales order line object. |
LineNumber
|
LineItems.LineNumber | integer |
An integer value to uniquely identify the line on the order. |
ComponentSequence
|
LineItems.ComponentSequence | integer |
If the item is part of a kit, the component sequence is used in conjunction with the line number to determine a unique ordering value |
Item Number
|
LineItems.ItemNumber | string |
A unique value that represents an item. |
Core Item Type
|
LineItems.CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
QuantityOrdered
|
LineItems.QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
UomDesc
|
LineItems.UomType.UomDesc | string |
A string value that uniquely identifies the unit of measurement. |
SignificantDigits
|
LineItems.UomType.SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure. |
BaseConversionFactor
|
LineItems.UomType.BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
LineItemComment
|
LineItems.LineItemComment | string |
Comments for the line item |
ItemDescription
|
LineItems.ItemDescription | string |
A name that uniquely identifies an item within the warehouse |
WarehouseName
|
LineItems.WarehouseName | string |
The warehouse descriptive name |
PickRecords
|
LineItems.PickRecords | array of object |
Pick Records |
QuantityShipped
|
LineItems.PickRecords.QuantityShipped | float |
A decimal value representing the quantity shipped for this pick record |
QuantityPicked
|
LineItems.PickRecords.QuantityPicked | float |
A decimal value representing the quantity picked for this pick record |
CoreValue
|
LineItems.PickRecords.CoreValue | string |
A string value representing the lot number/serial/expiration date of the item that was picked. |
Allocation Set Name
|
LineItems.AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
InventoryRequestTaskID
|
LineItems.InventoryRequestTaskID | string |
The ID of the inventory request that the line is associated with (if applicable) |
LoadDate
|
LoadDate | string |
The date the order was loaded |
PrintDate
|
PrintDate | string |
The date the order was printed |
ExportDate
|
ExportDate | string |
The date the order was exported |
ParentOrderNumber
|
ParentOrderNumber | string |
Parent order number |
TrackingNumber
|
TrackingNumber | string |
The shipping carrier tracking number |
ShippingMethodName
|
ShippingMethodName | string |
The value that will uniquely identify the carrier and carrier shipping method |
ShippingWeight
|
ShippingWeight | float |
The total weight of shipment for the order |
ShippingCost
|
ShippingCost | float |
The total cost of the shipment for the order |
Status
|
Status | string |
Order status name |
StatusCode
|
StatusCode | string |
Order status code |
Identity
|
Identity | integer |
An integer value to uniquely identify. |
UseOrderLevelShipping
|
UseOrderLevelShipping | string |
A flag indicating whether the order is to be shipped to the provided address instead of the saved address for the customer. |
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
PickingPriority
|
PickingPriority | integer |
Picking Priority |
RoutePickingPriority
|
RoutePickingPriority | integer |
Route Picking Priority |
Get Transfer Orders
This method returns array of transfer orders, filtered by sent parameters
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Order number
|
OrderNumber | string |
Specify order number |
|
Begin date
|
beginDate | string |
Specify begin date |
|
End date
|
endDate | string |
Specify end date |
|
Order status (status code)
|
OrderStatusCode | string |
Order status (status code) |
|
Item number
|
itemNumber | string |
Specify item number |
|
Parent order number
|
parentOrderNumber | string |
Specify parent order number |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
WarehouseName
|
WarehouseName | string |
The name of the warehouse where the order resides. |
CustomerPONumber
|
CustomerPONumber | string |
The customer's PO Number for the order |
VendorShipmentNumber
|
VendorShipmentNumber | string |
The vendors shipping number |
OrderNumber
|
OrderNumber | string |
A unique alphanumeric value to identify this order in the warehouse |
OrderType
|
OrderType | integer |
A value representing the order type. Valid Values: 1-(Sales Order), 2-(Credit Order), 3-(No Split Order), 4-(Wave Set), 5-(Transfer), 6-(Job), 7-(Manufacturing Order), 8-(Consumption) |
CustomerName
|
Customer.CustomerName | string |
The bill to name for this customer |
CustomerAddress1
|
Customer.CustomerAddress1 | string |
The bill to address field 1 for this customer |
CustomerAddress2
|
Customer.CustomerAddress2 | string |
Customer Address2 |
CustomerCity
|
Customer.CustomerCity | string |
The bill to the city for this customer. |
CustomerState
|
Customer.CustomerState | string |
The bill to state for this customer |
CustomerZipCode
|
Customer.CustomerZipCode | string |
The bill to zip code for this customer |
CustomerCountry
|
Customer.CustomerCountry | string |
The bill to zip country for this customer |
CustomerShortDesc
|
Customer.CustomerShortDesc | string |
Customer description |
CustomerNumber
|
Customer.CustomerNumber | string |
A unique identifier for the customer, separate from the Customer ID WithoutWire uses to uniquely identify customers |
UpcManufacturerNumber
|
Customer.UpcManufacturerNumber | string |
Universal Product Code |
CustomerPhone
|
Customer.CustomerPhone | string |
Customer Phone |
TestInd
|
Customer.TestInd | boolean |
TestInd |
ConsiderDepartment
|
Customer.ConsiderDepartment | boolean |
ConsiderDepartment |
ConsiderDepartmentWhenPicking
|
Customer.ConsiderDepartmentWhenPicking | boolean |
ConsiderDepartmentWhenPicking |
CustomerShipTo
|
Customer.CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer |
Gs1CompanyNumber
|
Customer.Gs1CompanyNumber | string |
Gs1CompanyNumber |
StartingContainer
|
Customer.StartingContainer | string |
StartingContainer |
EdiIndicator
|
Customer.EdiIndicator | boolean |
EdiIndicator |
CustomerClass
|
Customer.CustomerClass | string |
Customer Class |
NotificationEmail
|
Customer.NotificationEmail | string |
The email address for the customer. |
RequiredShelfLife
|
Customer.RequiredShelfLife | integer |
An integer number in days representing additional time in advance of an item's expiration required when picking any materials for this customer |
CustomerShippingAddresses
|
Customer.CustomerShippingAddresses | array of object |
Customer Shipping Addresses |
CustomerShipName
|
Customer.CustomerShippingAddresses.CustomerShipName | string |
The ship-to name |
CustomerShipAttn
|
Customer.CustomerShippingAddresses.CustomerShipAttn | string |
The attention field indicating the individual being shipped to (if applicable) |
CustomerShipAddress1
|
Customer.CustomerShippingAddresses.CustomerShipAddress1 | string |
The ship-to address field 1 |
CustomerShipAddress2
|
Customer.CustomerShippingAddresses.CustomerShipAddress2 | string |
The ship-to address field 2 |
CustomerShipCity
|
Customer.CustomerShippingAddresses.CustomerShipCity | string |
The ship-to city |
CustomerShipState
|
Customer.CustomerShippingAddresses.CustomerShipState | string |
The ship-to state |
CustomerShipZipCode
|
Customer.CustomerShippingAddresses.CustomerShipZipCode | string |
The ship to five-digit plus zip code |
CustomerShipZip5
|
Customer.CustomerShippingAddresses.CustomerShipZip5 | string |
The ship to a five-digit zip code |
CustomerShipPhone
|
Customer.CustomerShippingAddresses.CustomerShipPhone | string |
The ship-to phone number |
CustomerShipFax
|
Customer.CustomerShippingAddresses.CustomerShipFax | string |
The ship to a fax number |
CustomerShipCountry
|
Customer.CustomerShippingAddresses.CustomerShipCountry | string |
The ship to zip country |
CustomerShipTo
|
Customer.CustomerShippingAddresses.CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer |
ValidatorObject
|
Customer.CustomerShippingAddresses.ValidatorObject | string |
Validator Object |
RouteDescription
|
RouteDescription | string |
The description of the route |
DeliveryDate
|
DeliveryDate | string |
The date on which the order will be delivered. |
OrderComment
|
OrderComment | string |
The comments to be associated with the order. |
DestinationWarehouseName
|
DestinationWarehouseName | string |
The end destination warehouse descriptive name. |
RouteNumber
|
RouteNumber | string |
A value that references an existing route in WithoutWire |
ShipDate
|
ShipDate | string |
The date on which the order will be shipped |
DateCreated
|
DateCreated | string |
The date the sales order was created. |
LineItems
|
LineItems | array of object |
A collection of Order Line Object to be associated with an order. Receipts are found within the order line object. |
LineNumber
|
LineItems.LineNumber | integer |
An integer value to uniquely identify the line on the order. |
ComponentSequence
|
LineItems.ComponentSequence | integer |
If the item is part of a kit, the component sequence is used in conjunction with the line number to determine a unique ordering value |
Item Number
|
LineItems.ItemNumber | string |
A unique value that represents an item |
Core Item Type
|
LineItems.CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
QuantityOrdered
|
LineItems.QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
UomDesc
|
LineItems.UomType.UomDesc | string |
A string value that uniquely identifies the unit of measurement |
SignificantDigits
|
LineItems.UomType.SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure. |
BaseConversionFactor
|
LineItems.UomType.BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
LineItemComment
|
LineItems.LineItemComment | string |
Comments for the line item |
ItemDescription
|
LineItems.ItemDescription | string |
A name that uniquely identifies an item within the warehouse |
WarehouseName
|
LineItems.WarehouseName | string |
The name of the warehouse where the order resides. |
PickRecords
|
LineItems.PickRecords | array of object |
Pick Records |
QuantityShipped
|
LineItems.PickRecords.QuantityShipped | float |
A decimal value representing the quantity shipped for this pick record |
QuantityPicked
|
LineItems.PickRecords.QuantityPicked | float |
A decimal value representing the quantity picked for this pick record |
CoreValue
|
LineItems.PickRecords.CoreValue | string |
A string value representing the lot number/serial/expiration date of the item that was picked. |
Allocation Set Name
|
LineItems.AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
InventoryRequestTaskID
|
LineItems.InventoryRequestTaskID | string |
The ID of the inventory request that the line is associated with (if applicable) |
LoadDate
|
LoadDate | string |
The date the order was loaded |
PrintDate
|
PrintDate | string |
The date the order was printed |
ExportDate
|
ExportDate | string |
The date the order was exported |
ParentOrderNumber
|
ParentOrderNumber | string |
Parent order number |
TrackingNumber
|
TrackingNumber | string |
The shipping carrier tracking number |
ShippingMethodName
|
ShippingMethodName | string |
The value that will uniquely identify the carrier and carrier shipping method |
ShippingWeight
|
ShippingWeight | float |
The total weight of shipment for the order |
ShippingCost
|
ShippingCost | float |
The total cost of the shipment for the order |
Status
|
Status | string |
Order status name |
StatusCode
|
StatusCode | string |
Order status code |
Identity
|
Identity | integer |
An integer value to uniquely identify. |
UseOrderLevelShipping
|
UseOrderLevelShipping | string |
A flag indicating whether the order is to be shipped to the provided address instead of the saved address for the customer. |
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
PickingPriority
|
PickingPriority | integer |
Picking Priority |
RoutePickingPriority
|
RoutePickingPriority | integer |
Route Picking Priority |
Get work orders
Returns an array of work orders, filtered by sent parameters
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Work order number
|
OrderNumber | string |
Work order number |
|
Begin date
|
beginDate | string |
Specify begin date |
|
End date
|
endDate | string |
Specify end date |
|
Work order status (status code)
|
OrderStatusCode | string |
Work order status (status code) |
|
Item number
|
itemNumber | string |
Specify item number |
|
Parent order number
|
parentOrderNumber | string |
Specify parent order number |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
WarehouseName
|
WarehouseName | string |
The warehouse descriptive name |
CustomerPONumber
|
CustomerPONumber | string |
The customer's PO Number for the order |
VendorShipmentNumber
|
VendorShipmentNumber | string |
The vendors shipping number |
OrderNumber
|
OrderNumber | string |
A unique alphanumeric value to identify this order in the warehouse |
OrderType
|
OrderType | integer |
A value representing the order type. Valid Values: 1-(Sales Order), 2-(Credit Order), 3-(No Split Order), 4-(Wave Set), 5-(Transfer), 6-(Job), 7-(Manufacturing Order), 8-(Consumption) |
CustomerName
|
Customer.CustomerName | string |
The bill to name for this customer |
CustomerAddress1
|
Customer.CustomerAddress1 | string |
The bill to address field 1 for this customer |
CustomerAddress2
|
Customer.CustomerAddress2 | string |
The bill to address field 2 for this customer |
CustomerCity
|
Customer.CustomerCity | string |
The bill to the city for this customer. |
CustomerState
|
Customer.CustomerState | string |
The bill to state for this customer |
CustomerZipCode
|
Customer.CustomerZipCode | string |
The bill to zip code for this customer |
CustomerCountry
|
Customer.CustomerCountry | string |
The bill to zip country for this customer |
CustomerShortDesc
|
Customer.CustomerShortDesc | string |
Customer description |
CustomerNumber
|
Customer.CustomerNumber | string |
A unique identifier for the customer, separate from the Customer ID WithoutWire uses to uniquely identify customers |
UpcManufacturerNumber
|
Customer.UpcManufacturerNumber | string |
Universal Product Code |
CustomerPhone
|
Customer.CustomerPhone | string |
The bill to phone number for this customer |
CustomerShipTo
|
Customer.CustomerShipTo | string |
A reference to the primary shipping address for this customer |
RequiredShelfLife
|
Customer.RequiredShelfLife | integer |
An integer number in days representing additional time in advance of an item's expiration required when picking any materials for this customer |
CustomerShippingAddresses
|
Customer.CustomerShippingAddresses | array of object |
Customer shipping addresses |
CustomerShipName
|
Customer.CustomerShippingAddresses.CustomerShipName | string |
The ship-to name |
CustomerShipAddress1
|
Customer.CustomerShippingAddresses.CustomerShipAddress1 | string |
The ship-to address field 1 |
CustomerShipAddress2
|
Customer.CustomerShippingAddresses.CustomerShipAddress2 | string |
The ship-to address field 2 |
CustomerShipCity
|
Customer.CustomerShippingAddresses.CustomerShipCity | string |
The ship-to city |
CustomerShipState
|
Customer.CustomerShippingAddresses.CustomerShipState | string |
The ship-to state |
CustomerShipZipCode
|
Customer.CustomerShippingAddresses.CustomerShipZipCode | string |
The ship to five-digit plus zip code |
CustomerShipZip5
|
Customer.CustomerShippingAddresses.CustomerShipZip5 | string |
The ship to a five-digit zip code |
CustomerShipPhone
|
Customer.CustomerShippingAddresses.CustomerShipPhone | string |
The ship-to phone number |
CustomerShipFax
|
Customer.CustomerShippingAddresses.CustomerShipFax | string |
The ship to a fax number |
CustomerShipCountry
|
Customer.CustomerShippingAddresses.CustomerShipCountry | string |
The ship to zip country |
CustomerShipTo
|
Customer.CustomerShippingAddresses.CustomerShipTo | string |
Uniquely identifies a specific customer shipping address per customer. |
RouteDescription
|
RouteDescription | string |
The description of the route |
DeliveryDate
|
DeliveryDate | string |
The date on which the order will be delivered |
OrderComment
|
OrderComment | string |
The comments to be associated with the order |
DestinationWarehouseName
|
DestinationWarehouseName | string |
The end destination warehouse descriptive name |
RouteNumber
|
RouteNumber | string |
A value that references an existing route in WithoutWire |
ShipDate
|
ShipDate | string |
The date on which the order will be shipped |
DateCreated
|
DateCreated | string |
The date the order was created |
LineItems
|
LineItems | array of object |
A collection of Order Line Object to be associated with an order. Receipts are found within the order line object. |
LineNumber
|
LineItems.LineNumber | integer |
An integer value to uniquely identify the line on the order |
ComponentSequence
|
LineItems.ComponentSequence | integer |
If the item is part of a kit, the component sequence is used in conjunction with the line number to determine a unique ordering value |
Item Number
|
LineItems.ItemNumber | string |
A unique value that represents an item |
Core Item Type
|
LineItems.CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
QuantityOrdered
|
LineItems.QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
UomDesc
|
LineItems.UomType.UomDesc | string |
A string value that uniquely identifies the unit of measurement |
SignificantDigits
|
LineItems.UomType.SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure |
BaseConversionFactor
|
LineItems.UomType.BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
LineItemComment
|
LineItems.LineItemComment | string |
Comments for the line item |
ItemDescription
|
LineItems.ItemDescription | string |
A name that uniquely identifies an item within the warehouse |
PickRecords
|
LineItems.PickRecords | array of object |
Records that are already picked |
QuantityShipped
|
LineItems.PickRecords.QuantityShipped | float |
A decimal value representing the quantity shipped for this pick record |
QuantityPicked
|
LineItems.PickRecords.QuantityPicked | float |
A decimal value representing the quantity picked for this pick record |
CoreValue
|
LineItems.PickRecords.CoreValue | string |
A string value representing the lot number/serial/expiration date of the item that was picked |
LoadDate
|
LoadDate | string |
The date the order was loaded |
PrintDate
|
PrintDate | string |
The date the order was printed |
ExportDate
|
ExportDate | string |
The date the order was exported |
ParentOrderNumber
|
ParentOrderNumber | string |
Parent order number |
TrackingNumber
|
TrackingNumber | string |
The shipping carrier tracking number |
ShippingMethodName
|
ShippingMethodName | string |
The value that will uniquely identify the carrier and carrier shipping method |
ShippingWeight
|
ShippingWeight | float |
The total weight of shipment for the order |
ShippingCost
|
ShippingCost | float |
The total cost of the shipment for the order |
Status
|
Status | string |
Order status name |
StatusCode
|
StatusCode | string |
Order status code |
Identity
|
Identity | integer |
Internal unique identifier |
PickingPriority
|
PickingPriority | integer |
Picking priority |
RoutePickingPriority
|
RoutePickingPriority | integer |
Route picking priority |
Inbound Complete
This API method used to set purchase orders to complete in WithoutWire. The order status is set to 'Complete'. Additional fields updated are: ExportDate on the purchase order object is set to the current date/time and the CompletedDate is set to the current date/time. Finally, the receiving assignments will be removed. An error is returned if the order is in “Receiving in Progress”.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
IdentityCode
|
IdentityCode | string |
Inbound Number |
|
WarehouseName
|
WarehouseName | string |
The warehouse name in which the transaction is associated. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
Number of records with errors
|
InvalidCount | integer |
InvalidCount |
InvalidObjects
|
InvalidObjects | array of |
Invalid Objects |
Receipt Complete
Receipt Complete
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Identity
|
Identity | integer |
The identity value should be taken from the Identity value from the receipt in the GetPO call above. This marks the receipt as exported within WithoutWire. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
Number of records with errors
|
InvalidCount | integer |
InvalidCount |
InvalidObjects
|
InvalidObjects | array of |
Invalid Objects |
Set order complete
This API method used to set the status on orders to CMP (Complete).
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
IdentityCode
|
IdentityCode | string |
Outbound Number |
|
WarehouseName
|
WarehouseName | string |
Warehouse name |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
InvalidCount
|
InvalidCount | integer |
Number of records with errors |
InvalidObjects
|
InvalidObjects | array of object |
Invalid objects |
IsValid
|
InvalidObjects.Validator.IsValid | boolean |
Is valid |
ImportExceptions
|
InvalidObjects.Validator.ImportExceptions | array of object |
Exceptions |
ErrorCode
|
InvalidObjects.Validator.ImportExceptions.ErrorCode | string |
Error code |
ErrorMessage
|
InvalidObjects.Validator.ImportExceptions.ErrorMessage | string |
Error message |
FieldName
|
InvalidObjects.Validator.ImportExceptions.FieldName | string |
Field name |
Identity
|
InvalidObjects.Identity | string |
Identity |
IdentityCode
|
InvalidObjects.IdentityCode | string |
Identity code |
WarehouseName
|
InvalidObjects.WarehouseName | string |
Warehouse name |
Set order status
This API method used to set the status on orders in WithoutWire. Parameters include: OrderStatusCode and warehouseName
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
WarehouseName
|
WarehouseName | string |
Warehouse name |
|
OrderNumber
|
OrderNumber | string |
Order number |
|
Order Status Code
|
OrderStatusCode | string |
Status code |
|
OrderStatusDescription
|
OrderStatusDescription | string |
This API method used to set the status on orders in WithoutWire |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
TotalCount
|
TotalCount | integer |
Total number of processed records |
InsertedCount
|
InsertedCount | integer |
Number of inserted records |
UpdatedCount
|
UpdatedCount | integer |
Number of updated records |
InvalidCount
|
InvalidCount | integer |
Number of records with errors |
InvalidObjects
|
InvalidObjects | array of object |
Invalid objects |
IsValid
|
InvalidObjects.Validator.IsValid | boolean |
Is valid |
ImportExceptions
|
InvalidObjects.Validator.ImportExceptions | array of object |
Exceptions |
ErrorCode
|
InvalidObjects.Validator.ImportExceptions.ErrorCode | string |
Error code |
ErrorMessage
|
InvalidObjects.Validator.ImportExceptions.ErrorMessage | string |
Error message |
FieldName
|
InvalidObjects.Validator.ImportExceptions.FieldName | string |
Field name |
Identity
|
InvalidObjects.Identity | string |
Identity |
IdentityCode
|
InvalidObjects.IdentityCode | string |
Identity code |
WarehouseName
|
InvalidObjects.WarehouseName | string |
Warehouse name |
Single Scan Inventory Lookup
This method returns list of items on a LP or in DropShip box.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
The barcode provided may be either an LP number or a shipment number.
|
Barcode | True | string |
The barcode provided may be either an LP number or a shipment number. |
User Name
|
UserName | True | string |
User Name |
Warehouse
|
Warehouse | True | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
POID
|
POID | integer |
The ID of the purchase order, dropship or ASN associated with the scanned license plate (if applicable) |
PONumber
|
PONumber | string |
Purchase Order Number |
PODetails
|
PODetails | array of object |
Purchase Order Details |
ItemID
|
PODetails.Item.ItemID | integer |
The ID of the item record on the scanned license plate. |
Item Number
|
PODetails.Item.ItemNumber | string |
A unique value that represents an item |
Core Item Type
|
PODetails.Item.CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
CoreValue
|
PODetails.Item.CoreValue | string |
A string value representing the lot number/serial/expiration date of the item that was picked |
UomTypeID
|
PODetails.Item.UomTypeID | integer |
The ID of the unit of measure in WithoutWire. |
UomDescription
|
PODetails.Item.UomDescription | string |
Represents the Unit of Measure for this line of the Purchase order. |
SignificantDigits
|
PODetails.Item.SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure. |
BinNumber
|
PODetails.Item.BinNumber | string |
An alphanumeric value that uniquely identifies the bin. |
BinPath
|
PODetails.Item.BinPath | string |
Location of the bin |
IsLp
|
PODetails.Item.IsLp | boolean |
Is Licence Plate |
Weight
|
PODetails.Item.Weight | float |
Weight |
BaseConversionFactor
|
PODetails.Item.BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
ItemDescription
|
PODetails.Item.ItemDescription | string |
A name that uniquely identifies an item within the warehouse |
Allocation Set Name
|
PODetails.Item.AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
Quantity
|
PODetails.Qty | float |
Quantity |
ASNDetailID
|
PODetails.ASNDetailID | integer |
The ID of the associated ASN line (if applicable) |
TotalLpReceived
|
TotalLpReceived | integer |
The total number of license plates already received for the associated transfer, dropship or ASN. |
TotalLpShipped
|
TotalLpShipped | integer |
The total number of license plates included in the transfer, dropship or ASN. |
LpNumber
|
LpNumber | string |
License plate number is any object that holds items |
ShipmentNumber
|
ShipmentNumber | string |
The Vendor Shipment Number for the order to be imported. Defaulted to the Order Number when left blank. |
BinNumber
|
BinNumber | string |
An alphanumeric value that uniquely identifies the bin. |
AllowEdits
|
AllowEdits | boolean |
The AllowEdits property in the response should be used to determine whether the user can adjust quantities in the FS app or not. |
This action returns Purchase Orders filtered by parameters
This method allows the exporting of purchase orders by a combination of filters. These filters include begin and end date, receiving status code, item number, line receipt status, purchase order number and purchase order type. The Purchase Order Export Object returns a list of completed order information.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Сreation date of the purchase order
|
BeginDate | string |
Сreation date of the purchase order |
|
End date of the purchase order
|
EndDate | string |
End date of the purchase order |
|
the status of the purchase order at the header level
|
POStatus | string |
The status of the purchase order at the header level |
|
This is the receiving status of the individual line.
|
LineReceiptStatus | string |
This is the receiving status of the individual line. |
|
Filter by item number. Returns all purchase orders that include this item number
|
ItemNumber | string |
Filter by item number. Returns all purchase orders that include this item number |
|
Filter by purchase order number. Returns a specific purchase order.
|
PONumber | string |
Filter by purchase order number. Returns a specific purchase order. |
|
User Name
|
UserName | string |
User Name |
|
Warehouse
|
Warehouse | string |
Warehouse |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
WarehouseName
|
WarehouseName | string |
The warehouse descriptive name |
PurchaseOrderNumber
|
PurchaseOrderNumber | string |
A unique number in the warehouse to identify the purchase order. |
OrderDate
|
OrderDate | string |
The date purchase order was made. |
SchedDeliveryDate
|
SchedDeliveryDate | string |
The date the product is scheduled to arrive at the warehouse. |
VendorNumber
|
VendorNumber | string |
A reference to an existing Vendor in WithoutWire. |
VendorName
|
VendorName | string |
The name of the vendor supplying the product. |
ReceivingPercentOver
|
ReceivingPercentOver | integer |
The percentage of over-receiving that is allowed for this vendor. |
PurchaseOrderType
|
PurchaseOrderType | integer |
The purchase order type for a specific purchase order. |
PurchaseOrderComments
|
PurchaseOrderComments | array of |
A list of comments to be associated with the Purchase Order. |
CompletedDate
|
CompletedDate | string |
The date the purchase order was completed. |
ExportedDate
|
ExportedDate | string |
The date the purchase order exported. |
DateCreated
|
DateCreated | string |
The date the purchase order was created. |
AssignmentManuallyModified
|
AssignmentManuallyModified | boolean |
A Boolean value which indicates whether the purchase order receiving assignment was manually modified by. |
WebReceipt
|
WebReceipt | boolean |
A Boolean value that indicates whether the purchase order was received through the WithoutWire website. |
FromWarehouse
|
FromWarehouse | string |
Indicates the warehouse where the product was shipped from on a transfer order. |
Identity
|
Identity | integer |
An integer value to uniquely identify. |
Status
|
Status | string |
Order status name |
Allocation Set Name
|
AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
LineItems
|
LineItems | array of object |
A collection of Order Line Object to be associated with an order. Receipts are found within the order line object. |
LineNumber
|
LineItems.LineNumber | integer |
An integer value to uniquely identify the line on the order. |
Item Number
|
LineItems.ItemNumber | string |
A unique value that represents an item |
Core Item Type
|
LineItems.CoreItemType | string |
A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item. |
QuantityOrdered
|
LineItems.QuantityOrdered | float |
A decimal value representing the quantity to pick for the line item |
UomDesc
|
LineItems.UomDesc | string |
A string value that uniquely identifies the unit of measurement |
BaseConversionFactor
|
LineItems.BaseConversionFactor | float |
A decimal value representing the conversion from this unit of measure to the base unit of measure |
SignificantDigits
|
LineItems.SignificantDigits | integer |
An integer value representing the number of decimal places to track for this unit of measure. |
LineItemComments
|
LineItems.LineItemComments | array of |
A collection of strings to associate with this line on the purchase order. |
Receipts
|
LineItems.Receipts | array of object |
Receipts |
QuantityReceived
|
LineItems.Receipts.QuantityReceived | float |
Represents the quantity received on this receipt. |
QuantityMissing
|
LineItems.Receipts.QuantityMissing | float |
Represents the quantity missing on this receipt. |
QuantityDamaged
|
LineItems.Receipts.QuantityDamaged | float |
Represents the quantity damaged on this receipt. |
CoreValue
|
LineItems.Receipts.CoreValue | string |
A string value representing the lot number/serial/expiration date of the item that was picked. |
DateReceived
|
LineItems.Receipts.DateReceived | string |
Date Received |
Identity
|
LineItems.Receipts.Identity | integer |
An integer value to uniquely identify. |
Status
|
LineItems.Receipts.Status | string |
Order status name |
LineNumber
|
LineItems.Receipts.LineNumber | integer |
An integer value to uniquely identify the line on the order. |
Allocation Set Name
|
LineItems.AllocationSetName | string |
The allocation set that the associated inventory record is assigned to. |
Definitions
string
This is the basic data type 'string'.