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

Countries

A list of Countries and a Default. Used in Application. Available Countries can be used to populate drop-down lists with countries when the end user enters addresses.

ListArray of objects or null(Country)

A list of countries.

Defaultobject or null

The Country entity contains info about a country.

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

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" }