REST APIs (GET)

Use REST APIs to extract data from Oracle Supply Chain Orchestration using the GET action.

These REST resources provide a flexible and efficient approach to managing complex supply-chain orchestration tasks.

For All REST Resources

Key Features

NA.

Best Practices

To optimize performance:

  • When possible, it's recommended to use field identifiers, such as item ID, organization ID, and supplier ID, rather than the names of entities.
  • Set the onlydata option to true.
  • Limit the GET operation to 3,000 records at a time (5,000 is the maximum).
  • Avoid using filters that are derived and must be evaluated row by row. For example, bucket type and release status.
  • Avoid OR conditions with LIKE clauses.
  • Avoid querying master records using only child query criteria.
Note: Large queries might be aborted after 5 minutes.

Constraints

NA.

REST Resource Group: Supply Requests

You can find this REST resource group in the Inventory Management section in REST API for Oracle Supply Chain Management Cloud.

Key Features

REST APIs in this group extract detailed information about a specific supply order, including its status, order lines, and associated activities.

Best Practices

NA.

Constraints

NA.

REST Resource Group: Production Reports

You can find this REST resource group in the Manufacturing section in REST API for Oracle Supply Chain Management Cloud.

Key Features

REST APIs in this group extract contract-manufacturer-provided updates on the status of operations completed and materials consumed during production.

Best Practices

NA.

Constraints

NA.

REST Resource Group: Configured Items

You can find this REST resource group in the Order Management section in REST API for Oracle Supply Chain Management Cloud.

Key Features

REST APIs in this group extract detailed information about the options a customer selected during a configuration session.

Best Practices

NA.

Constraints

Before executing any REST API in this resource group, you must run the Build Configured Item Exploded Structure scheduled process to build the complete structure of a configured item.

REST Resource Group: Available Supply Sources

You can find this REST resource group in the Inventory Management section in REST API for Oracle Supply Chain Management Cloud.

Key Features

REST APIs in this group extract all available supply sources and, optionally, gets the total on-hand quantities in each of the supply sources. You can also get the best available supply source.

Best Practices

NA.

Constraints

NA.