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

Role

The Role entity contains info about a Role. Roles can be used to authorize users to different actions within an Application.

Idinteger or null(int32)

The internal Id of the role.

Namestring or null

The Name of the role.

Descriptionstring or null

The Description of the role.

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

Roles

A list of Roles and a Default. Used in Application. Available Roles can be used in Account. Roles when creating customers with accounts.

ListArray of objects or null(Role)

A list of roles.

Defaultobject or null

The Role entity contains info about a Role. Roles can be used to authorize users to different actions within an Application.

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

SalesArea

A SaleArea defines a region within an Application(market) with specific default VAT and currency.

Idinteger or null(int32)

The internal Id of the SalesArea.

Namestring or null

The Name of the SalesArea.

CurrencyIdinteger or null(int32)

The default id of the Currency for this SalesArea.

VatCodeIdinteger or null(int32)

The default id of the VatCode for this SalesArea.

{ "Id": 0, "Name": "string", "CurrencyId": 0, "VatCodeId": 0 }