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

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

Get supplier price list

Request

Path
idinteger(int32)required

Price list id

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

Responses

OK

Body
Idinteger(int32)
SupplierIdinteger(int32)
SupplierNamestring
Namestring
Codestring
Descriptionstring
CurrencyIdinteger(int32)
CurrencyNamestring
CurrencyCodestring
Contactstring
Commentstring
EndCustomerstring
ManufacturerIdinteger(int32)
StartDatestring(date-time)
EndDatestring(date-time)
IsManuallyMaintainedboolean
IsActiveboolean
IsPrimaryboolean
ManufacturerCodestring
IsSpecialTermsboolean
Changedstring
ChangedBystring
Response
{ "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" }

Update supplier price list

Request

Path
supplierIdinteger(int32)required

Supplier id

idinteger(int32)required

Price list id

Bodyrequired

Supplier price list

Idinteger(int32)
SupplierIdinteger(int32)
SupplierNamestring
Namestring
Codestring
Descriptionstring
CurrencyIdinteger(int32)
CurrencyNamestring
CurrencyCodestring
Contactstring
Commentstring
EndCustomerstring
ManufacturerIdinteger(int32)
StartDatestring(date-time)
EndDatestring(date-time)
IsManuallyMaintainedboolean
IsActiveboolean
IsPrimaryboolean
ManufacturerCodestring
IsSpecialTermsboolean
Changedstring
ChangedBystring
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "SupplierId": 0,
    "SupplierName": "string",
    "Name": "string",
    "Code": "string",
    "Description": "string",
    "CurrencyId": 0,
    "CurrencyName": "string",
    "CurrencyCode": "string",
    "Contact": "string",
    "Comment": "string",
    "EndCustomer": "string",
    "ManufacturerId": 0,
    "StartDate": "2019-08-24T14:15:22Z",
    "EndDate": "2019-08-24T14:15:22Z",
    "IsManuallyMaintained": true,
    "IsActive": true,
    "IsPrimary": true,
    "ManufacturerCode": "string",
    "IsSpecialTerms": true,
    "Changed": "string",
    "ChangedBy": "string"
  }'

Responses

OK

Body
object
Response
{}

List active supplier price lists

Request

Path
supplierIdinteger(int32)required

Supplier id

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

Responses

OK

BodyArray [
Idinteger(int32)
SupplierIdinteger(int32)
SupplierNamestring
Namestring
Codestring
Descriptionstring
CurrencyIdinteger(int32)
CurrencyNamestring
CurrencyCodestring
Contactstring
Commentstring
EndCustomerstring
ManufacturerIdinteger(int32)
StartDatestring(date-time)
EndDatestring(date-time)
IsManuallyMaintainedboolean
IsActiveboolean
IsPrimaryboolean
ManufacturerCodestring
IsSpecialTermsboolean
Changedstring
ChangedBystring
]
Response
[ { "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" } ]

Insert supplier price list

Request

Path
supplierIdinteger(int32)required

Supplier id

Bodyrequired

Supplier price list

Idinteger(int32)
SupplierIdinteger(int32)
SupplierNamestring
Namestring
Codestring
Descriptionstring
CurrencyIdinteger(int32)
CurrencyNamestring
CurrencyCodestring
Contactstring
Commentstring
EndCustomerstring
ManufacturerIdinteger(int32)
StartDatestring(date-time)
EndDatestring(date-time)
IsManuallyMaintainedboolean
IsActiveboolean
IsPrimaryboolean
ManufacturerCodestring
IsSpecialTermsboolean
Changedstring
ChangedBystring
curl -i -X POST \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "SupplierId": 0,
    "SupplierName": "string",
    "Name": "string",
    "Code": "string",
    "Description": "string",
    "CurrencyId": 0,
    "CurrencyName": "string",
    "CurrencyCode": "string",
    "Contact": "string",
    "Comment": "string",
    "EndCustomer": "string",
    "ManufacturerId": 0,
    "StartDate": "2019-08-24T14:15:22Z",
    "EndDate": "2019-08-24T14:15:22Z",
    "IsManuallyMaintained": true,
    "IsActive": true,
    "IsPrimary": true,
    "ManufacturerCode": "string",
    "IsSpecialTerms": true,
    "Changed": "string",
    "ChangedBy": "string"
  }'

Responses

OK

Body
object
Response
{}

List deleted supplier price lists

Request

Path
supplierIdstringrequired
curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/deleted'

Responses

OK

BodyArray [
Idinteger(int32)
SupplierIdinteger(int32)
SupplierNamestring
Namestring
Codestring
Descriptionstring
CurrencyIdinteger(int32)
CurrencyNamestring
CurrencyCodestring
Contactstring
Commentstring
EndCustomerstring
ManufacturerIdinteger(int32)
StartDatestring(date-time)
EndDatestring(date-time)
IsManuallyMaintainedboolean
IsActiveboolean
IsPrimaryboolean
ManufacturerCodestring
IsSpecialTermsboolean
Changedstring
ChangedBystring
]
Response
[ { "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" } ]

Supplier PriceListWarehouse

Operations

Supplier Warehouse

Operations

Supplier WarehouseLocation

Operations