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

Get supplier

Request

Path
idinteger(int32)required

Supplier id

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

Responses

OK

Body
Idinteger(int32)
CorporationIdinteger(int32)
Namestring
Codestring
CountryIdinteger(int32)
CountryNamestring
IsPurchaseIntegratedboolean
IsPurchaseManualboolean
IsActiveboolean
Feedboolean
LastDocumentImportedstring(date-time)
OrganizationNostring
CodePrefixstring
CareOfstring
AddressLine1string
AddressLine2string
Citystring
ZipCodestring
Regionstring
Changedstring
ChangedBystring
EmailAddressstring
PhoneNumberstring
AccountNostring
Websitestring
ChosenSupplierSupplementChargePercentagenumber(double)
ChosenSupplierPenaltyChargenumber(double)
ChosenSupplierPenaltyChargePercentagenumber(double)
PurchaseCutoffstring
CurrencyIdinteger(int32)
CurrencyCodestring
CurrencyNamestring
ErrorCommunicationValuestring
ErrorCommunicationTypeIdinteger(int32)
IsChosenSupplierEnabledboolean
AutoMapManufacturersboolean
AutoCreateManufacturersboolean
InfosArray of objects(InfoModel)
Response
{ "Id": 0, "CorporationId": 0, "Name": "string", "Code": "string", "CountryId": 0, "CountryName": "string", "IsPurchaseIntegrated": true, "IsPurchaseManual": true, "IsActive": true, "Feed": true, "LastDocumentImported": "2019-08-24T14:15:22Z", "OrganizationNo": "string", "CodePrefix": "string", "CareOf": "string", "AddressLine1": "string", "AddressLine2": "string", "City": "string", "ZipCode": "string", "Region": "string", "Changed": "string", "ChangedBy": "string", "EmailAddress": "string", "PhoneNumber": "string", "AccountNo": "string", "Website": "string", "ChosenSupplierSupplementChargePercentage": 0.1, "ChosenSupplierPenaltyCharge": 0.1, "ChosenSupplierPenaltyChargePercentage": 0.1, "PurchaseCutoff": "string", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "ErrorCommunicationValue": "string", "ErrorCommunicationTypeId": 0, "IsChosenSupplierEnabled": true, "AutoMapManufacturers": true, "AutoCreateManufacturers": true, "Infos": [ {} ] }

Update supplier

Request

Path
idinteger(int32)required

Supplier id

Bodyrequired

Supplier

Idinteger(int32)
CorporationIdinteger(int32)
Namestring
Codestring
CountryIdinteger(int32)
CountryNamestring
IsPurchaseIntegratedboolean
IsPurchaseManualboolean
IsActiveboolean
Feedboolean
LastDocumentImportedstring(date-time)
OrganizationNostring
CodePrefixstring
CareOfstring
AddressLine1string
AddressLine2string
Citystring
ZipCodestring
Regionstring
Changedstring
ChangedBystring
EmailAddressstring
PhoneNumberstring
AccountNostring
Websitestring
ChosenSupplierSupplementChargePercentagenumber(double)
ChosenSupplierPenaltyChargenumber(double)
ChosenSupplierPenaltyChargePercentagenumber(double)
PurchaseCutoffstring
CurrencyIdinteger(int32)
CurrencyCodestring
CurrencyNamestring
ErrorCommunicationValuestring
ErrorCommunicationTypeIdinteger(int32)
IsChosenSupplierEnabledboolean
AutoMapManufacturersboolean
AutoCreateManufacturersboolean
InfosArray of objects(InfoModel)
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "CorporationId": 0,
    "Name": "string",
    "Code": "string",
    "CountryId": 0,
    "CountryName": "string",
    "IsPurchaseIntegrated": true,
    "IsPurchaseManual": true,
    "IsActive": true,
    "Feed": true,
    "LastDocumentImported": "2019-08-24T14:15:22Z",
    "OrganizationNo": "string",
    "CodePrefix": "string",
    "CareOf": "string",
    "AddressLine1": "string",
    "AddressLine2": "string",
    "City": "string",
    "ZipCode": "string",
    "Region": "string",
    "Changed": "string",
    "ChangedBy": "string",
    "EmailAddress": "string",
    "PhoneNumber": "string",
    "AccountNo": "string",
    "Website": "string",
    "ChosenSupplierSupplementChargePercentage": 0.1,
    "ChosenSupplierPenaltyCharge": 0.1,
    "ChosenSupplierPenaltyChargePercentage": 0.1,
    "PurchaseCutoff": "string",
    "CurrencyId": 0,
    "CurrencyCode": "string",
    "CurrencyName": "string",
    "ErrorCommunicationValue": "string",
    "ErrorCommunicationTypeId": 0,
    "IsChosenSupplierEnabled": true,
    "AutoMapManufacturers": true,
    "AutoCreateManufacturers": true,
    "Infos": [
      {
        "Id": 0,
        "TypeId": 0,
        "Name": "string",
        "Value": "string",
        "Updated": "2019-08-24T14:15:22Z",
        "UpdatedBy": 0
      }
    ]
  }'

Responses

OK

Body
object
Response
{}

List active suppliers

Request

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

Responses

OK

BodyArray [
Idinteger(int32)
CorporationIdinteger(int32)
Namestring
Codestring
CountryIdinteger(int32)
CountryNamestring
IsPurchaseIntegratedboolean
IsPurchaseManualboolean
IsActiveboolean
Feedboolean
LastDocumentImportedstring(date-time)
OrganizationNostring
CodePrefixstring
CareOfstring
AddressLine1string
AddressLine2string
Citystring
ZipCodestring
Regionstring
Changedstring
ChangedBystring
EmailAddressstring
PhoneNumberstring
AccountNostring
Websitestring
ChosenSupplierSupplementChargePercentagenumber(double)
ChosenSupplierPenaltyChargenumber(double)
ChosenSupplierPenaltyChargePercentagenumber(double)
PurchaseCutoffstring
CurrencyIdinteger(int32)
CurrencyCodestring
CurrencyNamestring
ErrorCommunicationValuestring
ErrorCommunicationTypeIdinteger(int32)
IsChosenSupplierEnabledboolean
AutoMapManufacturersboolean
AutoCreateManufacturersboolean
InfosArray of objects(InfoModel)
]
Response
[ { "Id": 0, "CorporationId": 0, "Name": "string", "Code": "string", "CountryId": 0, "CountryName": "string", "IsPurchaseIntegrated": true, "IsPurchaseManual": true, "IsActive": true, "Feed": true, "LastDocumentImported": "2019-08-24T14:15:22Z", "OrganizationNo": "string", "CodePrefix": "string", "CareOf": "string", "AddressLine1": "string", "AddressLine2": "string", "City": "string", "ZipCode": "string", "Region": "string", "Changed": "string", "ChangedBy": "string", "EmailAddress": "string", "PhoneNumber": "string", "AccountNo": "string", "Website": "string", "ChosenSupplierSupplementChargePercentage": 0.1, "ChosenSupplierPenaltyCharge": 0.1, "ChosenSupplierPenaltyChargePercentage": 0.1, "PurchaseCutoff": "string", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "ErrorCommunicationValue": "string", "ErrorCommunicationTypeId": 0, "IsChosenSupplierEnabled": true, "AutoMapManufacturers": true, "AutoCreateManufacturers": true, "Infos": [] } ]

Insert supplier

Request

Bodyrequired

Supplier

Idinteger(int32)
CorporationIdinteger(int32)
Namestring
Codestring
CountryIdinteger(int32)
CountryNamestring
IsPurchaseIntegratedboolean
IsPurchaseManualboolean
IsActiveboolean
Feedboolean
LastDocumentImportedstring(date-time)
OrganizationNostring
CodePrefixstring
CareOfstring
AddressLine1string
AddressLine2string
Citystring
ZipCodestring
Regionstring
Changedstring
ChangedBystring
EmailAddressstring
PhoneNumberstring
AccountNostring
Websitestring
ChosenSupplierSupplementChargePercentagenumber(double)
ChosenSupplierPenaltyChargenumber(double)
ChosenSupplierPenaltyChargePercentagenumber(double)
PurchaseCutoffstring
CurrencyIdinteger(int32)
CurrencyCodestring
CurrencyNamestring
ErrorCommunicationValuestring
ErrorCommunicationTypeIdinteger(int32)
IsChosenSupplierEnabledboolean
AutoMapManufacturersboolean
AutoCreateManufacturersboolean
InfosArray of objects(InfoModel)
curl -i -X POST \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "CorporationId": 0,
    "Name": "string",
    "Code": "string",
    "CountryId": 0,
    "CountryName": "string",
    "IsPurchaseIntegrated": true,
    "IsPurchaseManual": true,
    "IsActive": true,
    "Feed": true,
    "LastDocumentImported": "2019-08-24T14:15:22Z",
    "OrganizationNo": "string",
    "CodePrefix": "string",
    "CareOf": "string",
    "AddressLine1": "string",
    "AddressLine2": "string",
    "City": "string",
    "ZipCode": "string",
    "Region": "string",
    "Changed": "string",
    "ChangedBy": "string",
    "EmailAddress": "string",
    "PhoneNumber": "string",
    "AccountNo": "string",
    "Website": "string",
    "ChosenSupplierSupplementChargePercentage": 0.1,
    "ChosenSupplierPenaltyCharge": 0.1,
    "ChosenSupplierPenaltyChargePercentage": 0.1,
    "PurchaseCutoff": "string",
    "CurrencyId": 0,
    "CurrencyCode": "string",
    "CurrencyName": "string",
    "ErrorCommunicationValue": "string",
    "ErrorCommunicationTypeId": 0,
    "IsChosenSupplierEnabled": true,
    "AutoMapManufacturers": true,
    "AutoCreateManufacturers": true,
    "Infos": [
      {
        "Id": 0,
        "TypeId": 0,
        "Name": "string",
        "Value": "string",
        "Updated": "2019-08-24T14:15:22Z",
        "UpdatedBy": 0
      }
    ]
  }'

Responses

OK

Body
object
Response
{}

List deleted suppliers

Request

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

Responses

OK

BodyArray [
Idinteger(int32)
CorporationIdinteger(int32)
Namestring
Codestring
CountryIdinteger(int32)
CountryNamestring
IsPurchaseIntegratedboolean
IsPurchaseManualboolean
IsActiveboolean
Feedboolean
LastDocumentImportedstring(date-time)
OrganizationNostring
CodePrefixstring
CareOfstring
AddressLine1string
AddressLine2string
Citystring
ZipCodestring
Regionstring
Changedstring
ChangedBystring
EmailAddressstring
PhoneNumberstring
AccountNostring
Websitestring
ChosenSupplierSupplementChargePercentagenumber(double)
ChosenSupplierPenaltyChargenumber(double)
ChosenSupplierPenaltyChargePercentagenumber(double)
PurchaseCutoffstring
CurrencyIdinteger(int32)
CurrencyCodestring
CurrencyNamestring
ErrorCommunicationValuestring
ErrorCommunicationTypeIdinteger(int32)
IsChosenSupplierEnabledboolean
AutoMapManufacturersboolean
AutoCreateManufacturersboolean
InfosArray of objects(InfoModel)
]
Response
[ { "Id": 0, "CorporationId": 0, "Name": "string", "Code": "string", "CountryId": 0, "CountryName": "string", "IsPurchaseIntegrated": true, "IsPurchaseManual": true, "IsActive": true, "Feed": true, "LastDocumentImported": "2019-08-24T14:15:22Z", "OrganizationNo": "string", "CodePrefix": "string", "CareOf": "string", "AddressLine1": "string", "AddressLine2": "string", "City": "string", "ZipCode": "string", "Region": "string", "Changed": "string", "ChangedBy": "string", "EmailAddress": "string", "PhoneNumber": "string", "AccountNo": "string", "Website": "string", "ChosenSupplierSupplementChargePercentage": 0.1, "ChosenSupplierPenaltyCharge": 0.1, "ChosenSupplierPenaltyChargePercentage": 0.1, "PurchaseCutoff": "string", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "ErrorCommunicationValue": "string", "ErrorCommunicationTypeId": 0, "IsChosenSupplierEnabled": true, "AutoMapManufacturers": true, "AutoCreateManufacturers": true, "Infos": [] } ]

Supplier PriceList

Operations

Supplier PriceListWarehouse

Operations

Supplier Warehouse

Operations

Supplier WarehouseLocation

Operations