Lookup for Date

Lookup applicable tax amounts, based on a particular date, for items being purchased based on a variety of factors.

Request

Lookup Request for a particular date
apiLoginIDstringRequired>=7 characters<=8 characters
apiKeystringRequired=8 characters
customerIDstringRequired>=5 characters<=50 characters

This should be the abstract identifier used by your system to uniquely identify customers. Note: This should not be your customer’s email address or any other form of Personally Identifiable Information (PII).

deliveredBySellerbooleanRequired

If you ship orders to customers via common carrier (USPS, UPS, FedEx, etc) should always be false.

originobjectRequired
destinationobjectRequired
cartItemslist of objectsRequired
useDatestringOptionalformat: "date-time"
Rather than inferring the Lookup date, specify the Lookup date.
cartIDstringOptionalformat: "uuid">=5 characters<=50 characters

CartID is very similar to an Order ID, except most systems do not issue immutable (permanent) identifiers for orders until customers actually place their order (clicking the BUY button).

Something went wrong!
You must be able to persist the CartID accross all Lookup requests for a particular customer (including situations where a customer puts an item in her cart before logging in, then proceeds ordering after logging in).

If your system does not provide a mechanism to create unique identifiers, you can omit this parameter (or submit as null) and TaxCloud will provide a unique identifier in the response (which you should persist for subsequent Lookup calls and the ultimate Authorized or AuthorizedWithCapture calls).

Response

OK
LookupResultobject or null