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

Client

The Client entity contains data specific to the current client. A Client can have multiple Applications and represents a customer to Norce.

Idinteger or null(int32)

The system wide unique internal Norce Id for the Client.

Keystring or null(uuid)

The system wide unique Key for the Client.

Namestring or null

The Name of the Client.

{ "Id": 0, "Key": "5eb041b0-19c9-4022-bd51-0e723885f5dd", "Name": "string" }

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