List available products, place orders, view order history, and retrieve ordered products.
Request
Get the list of certificate products available for order on a specified title, by providing a volume & folio number or encrypted title ID created by discovery APIs. The response will include important details about each product like the pricing, description, pre-requisites, responsible authority, turnaround time and more.
Title identifier, this can be either a volume/folio (eg: '10940/843') or an encrypted titleId as returned by operations on this API (eg: 'qp0gjuieZ5VzbNKtT/eZvqPryobRkEYxMA==' - this example is valid for the TEST environment only). The returned product listing will include products related to the requested titleId. A maximum of one of titleId, propertyPfi, or documentId is required.
Unique identifier for a property. The returned product listing will include products related to the requested propertyPfi. A maximum of one of titleId, propertyPfi, or documentId is required.
- Mock serverhttps://developer.servictoria.io/_mock/portal/rest/ddp-orders-api/openapi/orders/v1/products
- Production environmenthttps://api.servictoria.io/ddp/orders/v1/products
- Test environmenthttps://test.api.servictoria.io/ddp/orders/v1/products
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.servictoria.io/_mock/portal/rest/ddp-orders-api/openapi/orders/v1/products?titleId=10940%2F843&propertyPfi=208045633&documentId=AR122019D' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'customer-id: string' \
-H 'x-correlation-id: 824993ab-7366-4faa-963d-c456dec227a5'Successful Operation
Each product type offered has a unique productCode. The productCode together with productIds will uniquely specify a specific instance of a product that can be ordered.
To place an order for a product these productIds need to be provided together with the productCode which uniquely specifies an instance of a product that can be ordered. Each product type can have different productIds. A couple of examples:
- for productCode RegisterSearchStatement the productIds will include a titleId, eg: { "titleId": "10940/843" }
- for productCode VicRoads productIds will include two fields, eg: { "propertyPfi": "5365126", "authorityId": 431 }
Name of the product, suitable for display to customers.
Text that appears under the product to describe it in more detail.
For some products additional product specific information is made available that may be useful in assisting users to understand if this is the product they wish to purchase.
Indicate whether a product is available for purchase. Some products such as destroyed instruments are listed but are UNAVAILABLE and cannot be purchased.
Name of Authority who is responsible for the information product
The price (in cents) for this product (including gst). For example 891 refers to $8.91 Australian dollars and includes the GST in tht total.
How soon the product will be ready for delivery. This integer must be connected with the turnaroundTimeUnit to fully understand the time.
Unit of measure for turnaround time.
Any warning content attached to the product. These must be shown to the customer and accepted before making a purchase.
Some products support (or require) extra data to be provided when they are ordered. What extra data is supported varies depending on the product. The elements in this array indicate which extra data types this product supports.
{ "products": [ { … } ] }