To view an existing order, first log into the Admin API on the administration server using an account that has the Administrator role. For example:

POST /ccadmin/v1/mfalogin HTTP/1.1
Content-Type: application/x-www-form-urlencoded

grant_type=password&username=admin1@example.com&password=A3ddj3w2&totp_code=365214

Then issue a GET request to the /ccadmin/v1/orders/{id} endpoint, providing the ID of the order you want to view, and including the access token that was returned by /ccadmin/v1/mfalogin. For example:

GET /ccadmin/v1/orders/o10008 HTTP/1.1
Authorization: Bearer <access_token>

The response shows the predefined order properties that are exposed by Oracle Commerce Cloud, and the values of the properties in the order. You can modify the values of these properties for an order using the PUT /ccadmin/v1/orders/{id} endpoint on the administration server.


Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices