Understanding APIs
You can use both standard APIs that are supplied by the application and any extended (custom) APIs that you have created.
provides standard APIs to handle the most common business scenarios. For example, there are APIs that create an order, allocate an order, and report shipment confirmation. Standard APIs can be invoked directly or aggregated into more complex services. The standard XML APIs (XAPIs) can be accessed through a REST layer with HTTP requests.