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

List product flag gropus

Request

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/ListFlagGroups

Responses

Success

BodyArray [
Idinteger(int32)

The internal Id of the flagGroup.

Namestring

The Name of the flagGroup. MaxLength: 50.

Descriptionstring

The Description of the flagGroup. MaxLength: 500.

Codestring

The external Code for the flagGroup. MaxLength: 500.

]
Response
[ { "Id": 0, "Name": "string", "Description": "string", "Code": "string" } ]

List product flags

Request

Reference list of Product Flags.

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/ListFlags

Responses

Success

BodyArray [
Idinteger(int32)

The internal Id of the Flag.

Namestring

The Name of the Flag. MaxLength: 50.

Groupinteger(int32)

The GroupId of the Flag.

IsSelectedboolean

Indicates if the Flag is selected or not.

]
Response
[ { "Id": 0, "Name": "string", "Group": 0, "IsSelected": true } ]

List product flags [Obsolete("Use ListFlags")]

Request

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/ListProductFlags

Responses

Success

BodyArray [
Idinteger(int32)

The internal Id of the Flag.

Namestring

The Name of the Flag. MaxLength: 50.

Groupinteger(int32)

The GroupId of the Flag.

IsSelectedboolean

Indicates if the Flag is selected or not.

]
Response
[ { "Id": 0, "Name": "string", "Group": 0, "IsSelected": true } ]

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