Data Pull Confirmations
- The following mapping types can be added to customize confirmation responses:
- A confirmation setting for determining the HTTP method has been added, either POST (default) or PATCH.
- When an "order line" mapping is used, the value will either be a single value (if there is only one order line in the order) or an array of order lines.
- Grouping - for creating a nested structure
- Text - specify the key and text value
- Message - success or reason for failure
- Status - queued or error
- Mapping - select a data pull mapping to get the value
Data Pull "Auto-Detect Direction Type" Setting
- If this setting is on and no direction type is passed when creating an order, the direction type will be determined by whether or not the quantity is positive (put) or negative (pick). If a direction type is passed and the order line contains a negative quantity, the direction type must be a Pick value("pick"/"Pick"/2/"2"). Order lines cannot contain a mix of positive and negative values.
- This postive/negative quantity logic also applies when creating order lines with the ItemPath API.
Data Pull "Advanced" Mapping
- There is a new "Advanced" mapping for combining fields into one field.
- Values entered within quotation marks will be passed verbatim. For example, mapping fields orderName"-"orderLineNumber could output something like Example Order-1.