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

Country

The Country entity contains info about a country.

Idinteger or null(int32)

The internal Norce Id of the country.

Namestring or null

The name of the country.

Codestring or null

The Code of the country. The ISO 3166-1 alpha-2 is used. SE for Sweden.

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

Culture

The Culture entity contains info about a culture. It defines language and formats.

Codestring or null

The Code of the culture. Two letter or five letter codes. sv-SE for swedish.

Namestring or null

The name of the culture.

{ "Code": "string", "Name": "string" }

Cultures

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

ListArray of objects or null(Culture)

A list of cultures.

Defaultobject or null

The Culture entity contains info about a culture. It defines language and formats.

{ "List": [ {} ], "Default": { "Code": "string", "Name": "string" } }