Skip to content
Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

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" }

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
{}

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" } ]

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
{}

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" } ]
Operations
Operations
Operations