IntershopIOM - 2.0 - Inventory Service

IOM Inventory Service REST API (2.0)

Download OpenAPI specification:Download

Availability of products.

Authentication

basicAuth

Basic Authentication

Security Scheme Type HTTP
HTTP Authorization Scheme basic

Inventory

getAvailableQuantity

Get the currently available quantity of a product.

Authorizations:
path Parameters
shopId
required
integer <int64>
Example: 1000

The id of the shop.

id
required
Array of strings
Example: 12345,67890,13579,24680

One or more product ids which are separated by comma.

query Parameters
resvId
integer <int64>
Example: resvId=15280

The id of a reservation if desired.

Responses

200

OK

400

Bad Request

401

Authentication information is missing or invalid

403

Forbidden

415

Unsupported Media Type

500

An unexpected error occured

get /atp/{shopId}/{id}
{protocol}://{domain}:{port}/servlets/services/atp/{shopId}/{id}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "data":
    [
    ],
  • "statusCode": 0,
  • "errors":
    [
    ],
  • "exceptions":
    [
    ]
}