Order Information

Retrieve information about a specific order.

Minimum required fields

An orderId is required. The orderId is an alphanumeric string that’s assigned to an order so that it can be tracked.

Methods

GET

JSON

/services/data/v32.0/connect/datacloud/orders/{orderId}

Information about a specific purchase.

entityUrl

A URL to a list of purchased records for a specific order.

id

The orderId that identifies a specific order.

purchaseCount

The number of records that were purchased for this order.

purchaseDate

The date when records were purchased in ISO 8601 format.

url

A URL to the order information for a specific order. Returns the same information that’s in this example.

This example has been formatted for readability.