Skip to main content
GET
/
store
/
inventory
JavaScript
import Dasdk from 'dasdk';

const client = new Dasdk({
  apiKey: 'My API Key',
});

const response = await client.store.listInventory();

console.log(response);
{}

Authorizations

api_key
string
header
required

Response

200 - application/json

successful operation

{key}
integer<int32>