Skip to content

Documentation ProductService (1.1)

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/product/1.1/

Schemas

Schemas

ParametricsSeed

ListSeedstring

A comma separated list of parametric values on the format id:value-id. Id is the parametric id and value id is the parametric value id. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max.

MultipleSeedstring

Same as for ParametricListSeed but any parametric can have multiple values. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max.

ValueSeedstring

Same as for ParametricListSeed but the value is inlined as id:value. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. Parametric with values of type html or text are not supported. MaxLength: max.

{ "ListSeed": "string", "MultipleSeed": "string", "ValueSeed": "string" }

ParametricValue

Idinteger(int32)

The internal Id of the parametric value.

Namestring

The Name of the parametric value. MaxLength: 255.

Descriptionstring

The Description of the parametric value. MaxLength: max.

Codestring

An externally defined code use to identify this Parametric value. MaxLength: 50.

ImageKeystring or null(guid)

A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.

Typestring

MaxLength: 50. Obsolete! - Use ParametricInfo.Type

SortOrderinteger(int32)

Can be specified in Storm Admin for each parametric value.

ParametricIdinteger(int32)

The internal Id of the Parametric that contains this value.

ParametricCodestring

An externally defined code use to identify this Parametric that contains this value. MaxLength: 50.

{ "Id": 0, "Name": "string", "Description": "string", "Code": "string", "ImageKey": "string", "Type": "string", "SortOrder": 0, "ParametricId": 0, "ParametricCode": "string" }

Pricelist

Idinteger(int32)

The internal Id of the pricelist.

Namestring

The Name of the pricelist. MaxLength: 50.

Descriptionstring

The Description of the pricelist. MaxLength: max.

Agreementstring

External pricelist code usually known to the Erp-system. MaxLength: 50.

Currencyobject(ApplicationsCurrency)(ApplicationsCurrency)
IsPrimaryboolean

Specifies if this is the primary priceList or not.

IsPublicboolean

Specifies if this is a public priceList or not. Most application specific pricelists are public while customer specific are not.

IsLimitedToStockboolean

Specifies if this priceList is limited to stock or not.

IsBidboolean

Specifies if this is a bid pricelist or not.

ImageKeystring or null(guid)

A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.

Typeinteger(int32)

Internal id representing the type of priceList. Types are client specific except for 0=None, which is the default or standard priceList type. See ListPriceListTypes for defined types.

StartDatestring or null(date-time)

The StarDate for when the pricelist is valid, if any.

EndDatestring or null(date-time)

The EndDate for when the pricelist is valid, if any.

IsVirtualboolean

Specifies if the pricelist is virtual or not. Virtual pricelists must be inherited from a parent pricelists, which cannot be virtual, and can have no population rules. Prices are not stored in Storm but calculated on the fly when needed. Rules can be specified but other properties are inherited from parent.

{ "Id": 0, "Name": "string", "Description": "string", "Agreement": "string", "Currency": { "Id": 0, "Name": "string", "Code": "string", "Prefix": "string", "Suffix": "string" }, "IsPrimary": true, "IsPublic": true, "IsLimitedToStock": true, "IsBid": true, "ImageKey": "string", "Type": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsVirtual": true }

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