Norce Management API (v1)

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Category

Operations

Category Parametric

Operations

Customer Flag

Operations

Customer FlagGroup

Operations

Customer InfoType

Operations

Parametric

Operations

Parametric Group

Operations

Parametric List

Operations

Parametric Multiple

Operations

PriceList

Operations

PriceList Population

Operations

PriceList Pricing

Operations

PriceList SupplierPricelist

Operations

PriceList Warehouse

Operations

Product Family

Operations

Product File

Operations

Product Flag

Operations

Product FlagGroup

Operations

Product InfoType

Operations

Product Manufacturer

Operations

Product RelationType

Operations

Product Type

Operations

Product VariantGroup

Operations

Product Warehouse

Operations

Get warehouse

Request

Path
idinteger(int32)required

Warehouse id

curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/{id}'

Responses

OK

Body
Idinteger(int32)
TypeIdinteger(int32)
TypeNamestring
Codestring
Namestring
LocationsArray of objects(WarehouseLocationModel)
LocationIdinteger(int32)
LocationNamestring
IsStandardboolean
StandardLeadTimeDayCountinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
Response
{ "Id": 0, "TypeId": 0, "TypeName": "string", "Code": "string", "Name": "string", "Locations": [ {} ], "LocationId": 0, "LocationName": "string", "IsStandard": true, "StandardLeadTimeDayCount": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string" }

Update warehouse

Request

Path
idinteger(int32)required

Warehouse id

Bodyrequired

Warehouse

Idinteger(int32)
TypeIdinteger(int32)
TypeNamestring
Codestring
Namestring
LocationsArray of objects(WarehouseLocationModel)
LocationIdinteger(int32)
LocationNamestring
IsStandardboolean
StandardLeadTimeDayCountinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "TypeId": 0,
    "TypeName": "string",
    "Code": "string",
    "Name": "string",
    "Locations": [
      {
        "Id": 0,
        "Code": "string",
        "Name": "string",
        "IsStandard": true,
        "StandardLeadTimeDayCount": 0,
        "IsIncludedInStockCalculation": true,
        "PrimaryPriceListId": 0,
        "PrimaryPriceListName": "string",
        "Changed": "string",
        "ChangedBy": "string"
      }
    ],
    "LocationId": 0,
    "LocationName": "string",
    "IsStandard": true,
    "StandardLeadTimeDayCount": 0,
    "IsActive": true,
    "Changed": "string",
    "ChangedBy": "string"
  }'

Responses

OK

Body
object
Response
{}

List active warehouses

Request

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse

Responses

OK

BodyArray [
Idinteger(int32)
TypeIdinteger(int32)
TypeNamestring
Codestring
Namestring
LocationsArray of objects(WarehouseLocationModel)
LocationIdinteger(int32)
LocationNamestring
IsStandardboolean
StandardLeadTimeDayCountinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
]
Response
[ { "Id": 0, "TypeId": 0, "TypeName": "string", "Code": "string", "Name": "string", "Locations": [], "LocationId": 0, "LocationName": "string", "IsStandard": true, "StandardLeadTimeDayCount": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]

Insert warehouse

Request

Bodyrequired

Warehouse

Idinteger(int32)
TypeIdinteger(int32)
TypeNamestring
Codestring
Namestring
LocationsArray of objects(WarehouseLocationModel)
LocationIdinteger(int32)
LocationNamestring
IsStandardboolean
StandardLeadTimeDayCountinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
curl -i -X POST \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "TypeId": 0,
    "TypeName": "string",
    "Code": "string",
    "Name": "string",
    "Locations": [
      {
        "Id": 0,
        "Code": "string",
        "Name": "string",
        "IsStandard": true,
        "StandardLeadTimeDayCount": 0,
        "IsIncludedInStockCalculation": true,
        "PrimaryPriceListId": 0,
        "PrimaryPriceListName": "string",
        "Changed": "string",
        "ChangedBy": "string"
      }
    ],
    "LocationId": 0,
    "LocationName": "string",
    "IsStandard": true,
    "StandardLeadTimeDayCount": 0,
    "IsActive": true,
    "Changed": "string",
    "ChangedBy": "string"
  }'

Responses

OK

Body
object
Response
{}

List deleted warehouses

Request

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/deleted

Responses

OK

BodyArray [
Idinteger(int32)
TypeIdinteger(int32)
TypeNamestring
Codestring
Namestring
LocationsArray of objects(WarehouseLocationModel)
LocationIdinteger(int32)
LocationNamestring
IsStandardboolean
StandardLeadTimeDayCountinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
]
Response
[ { "Id": 0, "TypeId": 0, "TypeName": "string", "Code": "string", "Name": "string", "Locations": [], "LocationId": 0, "LocationName": "string", "IsStandard": true, "StandardLeadTimeDayCount": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]

Product WarehouseLocation

Operations

Promotion

Operations

Settings Application

Operations

Settings ApplicationCountry

Operations

Settings ApplicationCulture

Operations

Settings ApplicationCurrency

Operations

Settings ApplicationSalesArea

Operations

Settings ClientAssortment

Operations

Settings ClientCurrency

Operations

Settings ClientSalesArea

Operations

Shopping InfoType

Operations

Store

Operations

Store Application

Operations

Store PriceList

Operations

Store Warehouse

Operations

Supplier

Operations

Supplier PriceList

Operations

Supplier PriceListWarehouse

Operations

Supplier Warehouse

Operations

Supplier WarehouseLocation

Operations