SalesOrder

Description

The SalesOrder object represents a sales order.

Properties

TypeNameDescription
stringMerchantIdIdentifies the associated merchant.
stringCustomerIdIdentifies the associated Customer object.
stringSubCustomerIdIdentifies the associated SubCustomer object.
stringSalesOrderNumberCustom identifier for the sales order.
stringSalesOrderInternalIdInternal ID automatically assigned by EBizCharge.
stringDateDate the sales order is created.
stringCurrencyThree-character ISO 4217 currency code.
decimalAmountTotal amount for the sale.
stringDueDateDate the next payment is due.
decimalAmountDueAmount due on the DueDate.
stringPoNumPurchase order number.
stringDivisionIdUnique identifier used within an organization's Enterprise Resource Planning (ERP) system to specifically designate a particular business unit, department, or division.
stringTypeIdID of the sales order type.
stringUploadedByUser who uploaded the sales order.
stringUpdatedByUser who last updated the sales order.
stringDateUploadedDate and time the order was uploaded.
stringDateUpdatedDate and time the order was updated.
booleanIsDeletedWhether the sales order is deleted.
stringDeletedByUser who deleted the sales order.
stringDateDeletedDate and time the sales order was deleted.
Item[]ItemsList of items in the sales order.
stringSoftwareID of the software integration.
booleanNotifyCustomerWhether to notify the customer.
stringEmailTemplateIDID of the email template used.
stringURLURL for the sales order.
decimalTotalTaxAmountTotal tax applied to the sales order.
stringUniqueIdUnique identifier for the order.
stringDescriptionDescription of the sales order.
AddressBillingAddressBilling address for the Customer or SubCustomer.
AddressShippingAddressShipping address for the Customer or SubCustomer.
stringCustomerMessageCustom message for the customer.
stringMemoMemo for the sales order.
stringShipDateShipping date for the order.
stringShipViaShipping method for the order.
stringSalesRepIdIdentifies the associated SalesRep object.
stringTermsIdIdentifies the associated Terms object.
booleanIsToBeEmailedWhether to email the sales order.
booleanIsToBePrintedWhether to print the sales order.
stringSalesOrderLastSyncDateTimeDate and time the order last synced with the software.
EbizCustomField[]SalesOrderCustomFieldsList of custom fields.
stringLocationIdID of the associated location.