Exigo Web Service

GetAutoOrders
Returns any auto orders for a given customer.

CSV Support
No
Transactional Support
No

GetAutoOrdersRequest
CustomerID [Required]
Int32
Yes
The unique identifier of the customer
AutoOrderID
Int32?
No
The unique identifier for the auto order
AutoOrderStatus
No
The status of the auto order
GetAutoOrdersResponse
AutoOrders
A collection of auto orders
Result
The status of your web service call response. This property tells you if the call was executed successfully, any errors that occurred and other miscellanous, method-specific information.
AutoOrderResponse
CustomerID
Int32
The unique identifier of the customer
AutoOrderID
Int32
The unique identifier for the auto order
AutoOrderStatus
AutoOrderStatusType
The status of the auto order
Frequency
FrequencyType
The frequency the auto order will process
StartDate
DateTime
The date the auto order will start processing
StopDate
DateTime?
The last date the auto order will be able to process
LastRunDate
DateTime
The date the auto order was last processed
NextRunDate
DateTime
The next date the auto order will process
CurrencyCode
String
The standard ISO 4217 3-letter currency code
WarehouseID
Int32
The unique identifier for the warehouse
ShipMethodID
Int32
The unique identifier for the ship method
PaymentType
AutoOrderPaymentType
The type of payment method the auto order will use
ProcessType
AutoOrderProcessType
Specifies how the auto order will process (Always or Backup)
FirstName
String
The customer's first name
LastName
String
The customer's last name
Company
String
The customer's company name
Address1
String
Address2
String
City
String
State
String
Zip
String
Country
String
County
String
Email
String
The customer's email address
Phone
String
The customer's primary phone number
Notes
String
Any additional notes or information about this record
Total
Decimal
The total of the order
SubTotal
Decimal
The subtotal of the order
TaxTotal
Decimal
The total taxes of the order
ShippingTotal
Decimal
The total shipping fees of the order
DiscountTotal
Decimal
The total discounts applied to the order
BusinessVolumeTotal
Decimal
The total business volume of the order
CommissionableVolumeTotal
Decimal
The total commissionable volume of the order
Description
String
Other11
String
A company-defined custom value.
Other12
String
A company-defined custom value.
Other13
String
A company-defined custom value.
Other14
String
A company-defined custom value.
Other15
String
A company-defined custom value.
Other16
String
A company-defined custom value.
Other17
String
A company-defined custom value.
Other18
String
A company-defined custom value.
Other19
String
A company-defined custom value.
Other20
String
A company-defined custom value.
ModifiedDate
DateTime
The date the record was last modified
ModifiedBy
String
The user or entity that last modified the record
MiddleName
String
The customer's middle name
NameSuffix
String
The customer's name suffix
ApiResult
Status
ResultStatus
Specifies whether the web service call was successfully executed.
Errors
String[]
An array of error messages that were returned from Exigo. If the web service call was successful, this colleciton will be empty.
TransactionKey
String
The unique GUID identifier assigned to this web service call for logging purposes.
AutoOrderDetailResponse
ItemCode
String
The alphanumeric unique identifier for the item
Description
String
Quantity
Decimal
The quantity of the item
PriceEach
Decimal
The price of each item
PriceTotal
Decimal
The total amount for this item, based on the price of the item and the quantity selected
BusinessVolumeEach
Decimal
The BV earned for each item
BusinesVolume
Decimal
The BV earned for the item, based on the quantity selected
CommissionableVolumeEach
Decimal
The CV earned for each item
CommissionableVolume
Decimal
The CV earned for the item, based on the quantity selected
ParentItemCode
String
The kit's master item code. If this is defined, this item will be considered a part of a kit and it's price will not be used when calculating it into the order.
PriceEachOverride
Decimal?
The overridden price per item. Defining this will override the default value set in Exigo.
TaxableEachOverride
Decimal?
The overridden taxable amount per item. Defining this will override the default value set in Exigo.
ShippingPriceEachOverride
Decimal?
The overridden shipping amount per item. Defining this will override the default value set in Exigo.
BusinessVolumeEachOverride
Decimal?
The overridden BV amount earned per item. Defining this will override the default value set in Exigo.
CommissionableVolumeEachOverride
Decimal?
The overridden CV amount earned per item. Defining this will override the default value set in Exigo.