Skip to content

Norce Commerce Event (1.0.0)

Download OpenAPI description
Languages
Servers
https://docs.norce.io/

Schemas

Schemas

JobCompletedEvent

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

JobIdinteger(int32)required

This is the JobId of the job in Norce

StatusIdinteger(int32)required

This is the status of the outcome of the job, should be 2, 3 or 4. (1=Initialized, 2=Succeeded, 3=Failed, 4=Validation failed, 5=Validating, 6=Queued)

Enum123456
{ "ClientId": 0, "ApplicationId": 0, "JobId": 0, "StatusId": 1 }

SkuPriceChangedNotification

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

PartNostringrequired

This is the product that has a changed price.

PricelistIdinteger(int32)required

This is the internal id in Norce for the price list that has a changed price on the product.

PricelistCodestring

This is the external codde for the price list that has a changed price on the product.

PriceSaleValuenumber(double)required

This is the actual changed price.

QuantityBreaknumber(double)

This is the quantity break on the price.

{ "ClientId": 0, "ApplicationId": 0, "PartNo": "string", "PricelistId": 0, "PricelistCode": "string", "PriceSaleValue": 0.1, "QuantityBreak": 0.1 }

SkuOnHandBreakPointNotification

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

PartNostringrequired

This is the product that has a changed price.

WarehouseIdinteger(int32)required

This is internal id in Norce for the Warehouse.

WarehouseCodestring

This is the external code for the Warehouse.

LocationIdinteger(int32)required

This is internal id in Norce for the Location of the Warehouse.

LocationCodestring

This is the external code for the Location of the Warehouse.

OnHandValuenumber(double)required

This is the current on hand value that triggered the event.

MinimumValuenumber(double)required

This is the configured min value for the warehouse/location for the product.

{ "ClientId": 0, "ApplicationId": 0, "PartNo": "string", "WarehouseId": 0, "WarehouseCode": "string", "LocationId": 0, "LocationCode": "string", "OnHandValue": 0.1, "MinimumValue": 0.1 }

Customer

Webhooks

Order

Webhooks

System

Webhooks

Product

Webhooks

Supplier

Webhooks