Norce Commerce Metadata v1.1 service (1.1)

The Metadata namespace has Entities and Operations concerned with the Application and similar context. It contains the Application entity, Stores and other data for lookups.

Download OpenAPI description
Languages
Servers
Playground

https://{slug}.api-se.playground.norce.tech/commerce/

Stage

https://{slug}.api-se.stage.norce.tech/commerce/

Production

https://{slug}.api-se.norce.tech/commerce/

Flags

Contains endpoints for viewing flags on the application. Any flags except product flags.

Operations

InfoTypes

Contains endpoints for viewing metadata for extended fields, specifically for Stores.

Operations

Location

Contains endpoints for looking up location information from the application.

Operations

Application

Contains endpoints for viewing metadata for application configurations.

Operations

Stores

Contains endpoints for viewing Store information and its metadata.

Operations

Schemas

Currencies

A list of Currencies and a Default. Used in Application. Available Currencies can be used to let the end user select different currencies within an Application.

ListArray of objects or null(Currency)

A list of currencies.

Defaultobject or null

The Currency entity contains info about a currency.

{ "List": [ {} ], "Default": { "Id": 0, "Name": "string", "Code": "string", "Prefix": "string", "Suffix": "string" } }

Currency

The Currency entity contains info about a currency.

Idinteger or null(int32)

The internal Norce Id of the currency.

Namestring or null

The name of the currency.

Codestring or null

The Code of the currency. ISO 4217 is used. SEK for Swedish kronor.

Prefixstring or null

The Prefix sign/code if available.

Suffixstring or null

The suffix sign/code if available.

{ "Id": 0, "Name": "string", "Code": "string", "Prefix": "string", "Suffix": "string" }

IdNameDescription

Idinteger or null(int32)

The internal Id of the Entity.

Namestring or null

The Name of the Entity.

Descriptionstring or null

The Description of the Entity.

ImageKeystring or null(uuid)

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.

Codestring or null

The Code of the Entity.

{ "Id": 0, "Name": "string", "Description": "string", "ImageKey": "9afa8b7e-ca15-438f-a9d6-f679c437e59c", "Code": "string" }