Documentation ProductService (1.1)

Download OpenAPI description
Languages
Servers
https://demo.storm.io/api/1.1/

Assortments

Operations

Categories

Operations

Configurations

Operations

Families

Operations

Files

Operations

Filters

Operations

Flags

Operations

InfoTypes

Operations

Manufacturers

Operations

OnHand

Operations

Parametric

Operations

PriceLists

Operations

Products

Operations

Promotions

Operations

Relations

Operations

Reviews

Operations

SkuTypes

Operations

Status

Operations

Variants

Operations

Warehouses

Operations

List warehouse info types

Request

List warehouse information types

Query
cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

curl -i -X GET \
  https://demo.storm.io/api/1.1/ProductService.svc/rest/ListWarehouseInfo

Responses

Success

BodyArray [
Idinteger(int32)

The internal Id for the warehouse.

Typeinteger(int32)

The Type internal id for the warehouse. 1 for the standard warehouse, 2 if it is for a store.

Codestring

The external Code for the warehouse. MaxLength: 50.

Namestring

The Name for the warehouse. MaxLength: 50.

IsStandardboolean

Indicates if the warehouse is standard or not. Obsolete! - Not used any more.

LocationsArray of objects(WarehouseInfoLocation)(WarehouseInfoLocation)

LocationInfos for the warehouse.

]
Response
[ { "Id": 0, "Type": 0, "Code": "string", "Name": "string", "IsStandard": true, "Locations": [] } ]