Management API (v1)

The Norce Management API lets you manage configurations and metadata on a client.

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/

Settings ApplicationCountry

Manage application countries

Operations

Settings ApplicationCulture

Manage application cultures

Operations

Settings ApplicationCurrency

Operations

Settings ApplicationSalesArea

Operations

Settings Application

Operations

Category

Manage categories

Operations

CategoryParametric

Manage parametric categories

Operations

Settings ClientAssortment

Operations

Settings ClientCurrency

Operations

PriceList ClientPriceListType

Operations

Settings ClientSalesArea

Operations

Customer FlagGroup

Operations

Customer Flag

Operations

Customer InfoType

Operations

Product Family

Operations

Product File

Operations

Product Manufacturer

Operations

Parametric Group

Operations

Parametric List

Operations

Parametric Multiple

Operations

Parametric

Operations

PriceList Population

Operations

PriceList Pricing

Operations

PriceList

Operations

PriceList SupplierPriceList

Operations

PriceList PriceListType

Operations

PriceList Warehouse

Operations

Product FlagGroup

Operations

Product Flag

Operations

Product InfoType

Operations

Product Type

Operations

Promotion

Operations

Product RelationType

Operations

PriceList RoundingRule

Operations

Shopping InfoType

Operations

Store Application

Operations

Store PriceList

Operations

Store

Operations

Store Warehouse

Operations

Supplier PriceList

Operations

Supplier PriceListWarehouse

Operations

Supplier

Operations

Supplier Warehouse

Operations

Supplier WarehouseLocation

Operations

Product VariantGroup

Operations

Product WarehouseLocation

Operations

Product Warehouse

Operations

Schemas

PromotionStatisticsModel

Represents statistics for a promotion, including order totals, discount amounts, discount percentage, and margin percentage. These fields are separated from the main promotion model to allow independent fetching, as they can be expensive to compute.

TotalOrdernumber or null(double)

The total order amount for this promotion

TotalDiscountnumber or null(double)

The total discount amount given by this promotion

DiscountPercentagenumber or null(double)

The discount percentage applied by this promotion

MarginPercentagenumber or null(double)

The margin percentage for this promotion

{ "TotalOrder": 0.1, "TotalDiscount": 0.1, "DiscountPercentage": 0.1, "MarginPercentage": 0.1 }

PromotionUniqueDiscountCodeModel

PromotionUniqueDiscountCode model, represents a unique discount code managed for a promotion. Unique discount codes can only be used once. Tracks its creation date, claim status, and associated quotation if claimed.

DiscountCodestring or null[ 0 .. 50 ] characters

The unique identifier for the promotion unique discount code

Createdstring(date-time)

The date and time the unique discount code was created

IsClaimedboolean

Indicates whether the unique discount code has been claimed

DateClaimedstring or null(date-time)

The date and time the unique discount code was claimed, if applicable

QuotationIdinteger or null(int32)

The identifier of the quotation associated with the claim, if applicable

ClaimedFromSourcestring or null[ 0 .. 50 ] characters

The source from which the unique discount code was claimed, if applicable. Null if claimed in Norce directly. Set to external system name if claimed via an integration.

{ "DiscountCode": "string", "Created": "2019-08-24T14:15:22Z", "IsClaimed": true, "DateClaimed": "2019-08-24T14:15:22Z", "QuotationId": 0, "ClaimedFromSource": "string" }

RelationTypeCultureModel

CultureCodestring or null[ 0 .. 16 ] characters

The culture code for this translation

IsTranslatedboolean

Indicates whether this culture has been translated

Namestring or null[ 0 .. 50 ] characters

The localized name of the relation type for this culture

IsNameInheritedboolean

Indicates whether the name is inherited from the default culture

Descriptionstring or null[ 0 .. 500 ] characters

The localized description of the relation type for this culture

IsDescriptionInheritedboolean

Indicates whether the description is inherited from the default culture

{ "CultureCode": "string", "IsTranslated": true, "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true }