Management API (v1)

The Norce Management API lets you manage configurations and metadata on a client.

Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Schemas

StoreApplicationModel

StoreApplication model, represents the association between a division (store) and an application, defining where the store is visible.

DivisionIdinteger(int32)

The division (store) identifier

ApplicationIdinteger(int32)

The application identifier

Namestring or null[ 0 .. 50 ] characters

The name of the application

Changedstring or null

The date and time the store application was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the store application

{ "DivisionId": 0, "ApplicationId": 0, "Name": "string", "Changed": "string", "ChangedBy": "string" }

StorePriceListModel

StorePriceList model, represents a price list assigned to a specific store (division). Defining unique pricing and assortment for that store.

Idinteger(int32)

The internal price list identifier

DivisionIdinteger(int32)

The division (store) identifier

Namestring or null[ 0 .. 50 ] characters

The price list name

Codestring or null[ 0 .. 50 ] characters

The code of the price list

Startstring or null(date-time)

The start date of the price list validity period, not commonly used.

Endstring or null(date-time)

The end date of the price list validity period, not commonly used.

Changedstring or null

The date and time the store price list was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the store price list

{ "Id": 0, "DivisionId": 0, "Name": "string", "Code": "string", "Start": "2019-08-24T14:15:22Z", "End": "2019-08-24T14:15:22Z", "Changed": "string", "ChangedBy": "string" }

StoreModel

Store model, represents a division (physical store) within the organization. Is used primarily as a container of price lists, assortments and warhouses for a physical store as well as client specific metadata and settings about the store. Each store can have culture-specific names, descriptions, and other properties.

Idinteger(int32)

The store identifier

DivisionCodestring or null[ 0 .. 50 ] characters

The unique code of the store (division)

Namestring or null[ 0 .. 50 ] characters

The display name of the store in a specific language

DefaultNamestring or null[ 0 .. 50 ] characters

The name of the store for the default language

IsNameInheritedboolean

Indicates whether the name is inherited from the default

GroupNamestring or null[ 0 .. 50 ] characters

The group name of the store in a specific language, this is a free text field for client to use to classify larger collections of stores, ie. by region or type.

DefaultGroupNamestring or null[ 0 .. 50 ] characters

The group name of the store for the default language

IsGroupNameInheritedboolean

Indicates whether the group name is inherited from the default

SubGroupNamestring or null[ 0 .. 50 ] characters

The subgroup name of the store in a specific language, this is a free text field for client to use to classify larger collections of stores, ie. by city or sub-type.

DefaultSubGroupNamestring or null[ 0 .. 50 ] characters

The subgroup name of the store for the default language

IsSubGroupNameInheritedboolean

Indicates whether the subgroup name is inherited from the default

Descriptionstring or null

The description of the store in a specific language

DefaultDescriptionstring or null

The default description of the store for the default language

IsDescriptionInheritedboolean

Indicates whether the description is inherited from the default

UniqueUrlNamestring or null[ 0 .. 100 ] characters

The unique URL name of the store in a specific language, used for SEO friendly URLs.

DefaultUniqueUrlNamestring or null[ 0 .. 100 ] characters

The unique URL name of the store for the default language

IsUniqueUrlNameInheritedboolean

Indicates whether the unique URL name is inherited from the default

IsUniqueUrlNameManuallyMaintainedboolean

Indicates whether the unique URL name is manually maintained. This is true if the unique URL name has been explicitly set for this store, false if it is automatically generated from the store name.

ImageKeystring or null(guid)

The image key for the store

Keystring(guid)

The unique key identifier for the store

ImageUrlstring or null

The image URL for the store, deprecated, use ImageKey instead.

IsPublicboolean

Indicates whether the store is public

IsActiveboolean

Indicates whether the store is active

EmailAddressstring or null[ 0 .. 255 ] characters

Optional email address of the store

PhoneNumberstring or null[ 0 .. 50 ] characters

Optional phone number of the store

FaxNumberstring or null[ 0 .. 50 ] characters

Optional fax number of the store

AddressLine1string or null[ 0 .. 255 ] characters

Optional Address information, first line of the store address

AddressLine2string or null[ 0 .. 255 ] characters

Optional Address information, second line of the store address

ZipCodestring or null[ 0 .. 50 ] characters

Optional Address information, ZIP code of the store

Longitudenumber or null(double)

Optional longitude coordinate of the store location

Citystring or null[ 0 .. 50 ] characters

Optional the city where the store is located

CountryIdinteger or null(int32)

Optional Address information, the country identifier where the store is located

OpenHoursWeekdaystring or null[ 0 .. 255 ] characters

The opening hours for weekdays

OpenHoursSaturdaystring or null[ 0 .. 255 ] characters

The opening hours for Saturday

OpenHoursSundaystring or null[ 0 .. 255 ] characters

The opening hours for Sunday

Regionstring or null[ 0 .. 100 ] characters

Optional Address information, region where the store is located

Latitudenumber or null(double)

The latitude coordinate of the store location

InfosArray of objects(InfoModel)

The additional info type items for the store

Changedstring or null

The date and time the store was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the store

CulturesArray of objects(DivisionCultureModel)

The culture-specific information for the store

{ "Id": 0, "DivisionCode": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "GroupName": "string", "DefaultGroupName": "string", "IsGroupNameInherited": true, "SubGroupName": "string", "DefaultSubGroupName": "string", "IsSubGroupNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "UniqueUrlName": "string", "DefaultUniqueUrlName": "string", "IsUniqueUrlNameInherited": true, "IsUniqueUrlNameManuallyMaintained": true, "ImageKey": "string", "Key": "string", "ImageUrl": "string", "IsPublic": true, "IsActive": true, "EmailAddress": "string", "PhoneNumber": "string", "FaxNumber": "string", "AddressLine1": "string", "AddressLine2": "string", "ZipCode": "string", "Longitude": 0.1, "City": "string", "CountryId": 0, "OpenHoursWeekday": "string", "OpenHoursSaturday": "string", "OpenHoursSunday": "string", "Region": "string", "Latitude": 0.1, "Infos": [ {} ], "Changed": "string", "ChangedBy": "string", "Cultures": [ {} ] }

Settings ApplicationCountry

Operations

Settings ApplicationCulture

Operations

Settings ApplicationCurrency

Operations

Settings ApplicationSalesArea

Operations

Settings Application

Operations

Category

Operations

CategoryParametric

Operations

Settings ClientAssortment

Operations

Settings ClientCurrency

Operations

Settings ClientSalesArea

Operations

Customer FlagGroup

Operations

Customer Flag

Operations

Customer InfoType

Operations

Product Family

Operations

Product File

Operations

Product Manufacturer

Operations

Parametric Group

Operations

Parametric List

Operations

Parametric Multiple

Operations

Parametric

Operations

PriceList Population

Operations

PriceList Pricing

Operations

PriceList

Operations

PriceList SupplierPriceList

Operations

PriceList Warehouse

Operations

Product FlagGroup

Operations

Product Flag

Operations

Product InfoType

Operations

Product Type

Operations

Promotion

Operations

Product RelationType

Operations

PriceList RoundingRule

Operations

Shopping InfoType

Operations

Store Application

Operations

Store PriceList

Operations

Store

Operations

Store Warehouse

Operations

Supplier PriceList

Operations

Supplier PriceListWarehouse

Operations

Supplier

Operations

Supplier Warehouse

Operations

Supplier WarehouseLocation

Operations

Product VariantGroup

Operations

Product WarehouseLocation

Operations

Product Warehouse

Operations