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

Manufacturer

Idinteger(int32)

The internal Id of the Manufacturer.

Namestring

The Name of the Manufacturer. MaxLength: 100.

OrgNostring

The organizational number of the Manufacturer. MaxLength: 50.

WebSitestring

The url to the Manufacturer's web site. MaxLength: 255.

LogoPathstring

MaxLength: 255. Obsolete! - Use LogoKey

SupportUrlstring

The url to the Manufacturer's support page on their web site. MaxLength: 255.

SupportEmailstring

The email address to the Manufacturer's support. MaxLength: 255.

SupportPhonestring

The phone number to the Manufacturer's support. MaxLength: 500.

SupportOpenHoursstring

The opening hours for the Manufacturer's support. MaxLength: max.

SupportPolicystring

The url to the Manufacturer's support policy web page. MaxLength: max.

SupportDescriptionstring

The url to the Manufacturer's support description web page. MaxLength: max.

Keystring(guid)

The system wide unique Key of the Manufacturer.

LogoKeystring or null(guid)

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

UniqueNamestring

A unique name that can be used in Urls and to get this entity. GetManufacturer and GetManufacturerByUniqueName gets the same Manufacturer. MaxLength: 255.

{ "Id": 0, "Name": "string", "OrgNo": "string", "WebSite": "string", "LogoPath": "string", "SupportUrl": "string", "SupportEmail": "string", "SupportPhone": "string", "SupportOpenHours": "string", "SupportPolicy": "string", "SupportDescription": "string", "Key": "string", "LogoKey": "string", "UniqueName": "string" }

ManufacturerItem

Idinteger(int32)

The internal Id of the Manufacturer.

Namestring

The Name of the Manufacturer. MaxLength: 100.

Keystring(guid)

The system wide unique Key of the Manufacturer.

ProductCountinteger(int32)
UniqueNamestring

A unique name that can be used in Urls and to get a Manufacturer. GetManufacturer and GetManufacturerByUniqueName gets the same Manufacturer. MaxLength: 255.

LogoKeystring or null(guid)

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

{ "Id": 0, "Name": "string", "Key": "string", "ProductCount": 0, "UniqueName": "string", "LogoKey": "string" }

ManufacturerItemPagedList

ItemCountinteger(int32)

The total item count. Can be used to manage paging. Use PageSize to calculate number of pages.

ItemsArray of objects(ManufacturerItem)(ManufacturerItem)

Current list of ManufacturerItems for the current page if paging is used. Otherwise all items will be in the list.

{ "ItemCount": 0, "Items": [ {} ] }

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